Removed obsolete stuff

This commit is contained in:
layman 2020-02-14 08:32:55 +01:00
parent 98dd9bf884
commit f878933bb8
15 changed files with 0 additions and 703 deletions

View File

@ -1,8 +0,0 @@
AUX ctags-5.6-ebuilds.patch 822 SHA256 86930711593e7a2a88043bc9a8d5863c2b62514b256d3e9a81f7929951f17e07 SHA512 25a9738d758f9039dd75a17c1c8259e18c4fab2ad6230db91304f93604386ec450207b6c4b3d582eec98c66380e004c9a050ca69f1636b25e02e04c1f67994df WHIRLPOOL 93eb6ba8ec917d967f549438dcf3b6cd80d00b36d0bd058139f38d9792674d43edbdac03d7e9ce8594a54ed1f87ad1fe986e8e1c46190c13bddffceab39e7dba
AUX ctags-5.8-ada.patch 613 SHA256 e6122236e929509248661569967f4a0168d30214ed0ea814926583f9c087846a SHA512 730ff695fefd9593eae452d51fb236df810bd013843f3a907440eb3f6512d2e5a2e645a449c607d0c73f9e8f3f978c489e2b9464f8970ae3854002518eff7ab1 WHIRLPOOL e9fb4db31a9817191e01952de0aac7dcaca089ba9fc623965647805b442a961ee729615cda556f74bc80a20af46dfb62d0e4032951168a7b227b2fece49fa626
AUX ctags-5.8-f95-pointers.patch 471 SHA256 93434a7e0df23da4c98b4425e8971152125674bf135c1a87f7ee1024ce3034d7 SHA512 ea51864f3428da88a2abac9937757483bc0bcda8c00d075673256c93c15cf35372c04597b07b319236a76df1b1923bfcd56fe23093c6cd2386a7c966c6f28c33 WHIRLPOOL c778aa70b9160fa6abf1c15ae3870551ed22f88efe1c8b32a1f8b0a8fab18cef88ed1c33a11c9c634854f3401af8736fd4b155cf402b05e5503917844fee792e
AUX ctags-5.8-python-vars-starting-with-def.patch 435 SHA256 a388bafd70e538f187d5c6540c586da36e5a91e4ff3bc93a5f2caf75b13282c3 SHA512 0eed31a85cc347e62183809f93be1f2a0eed5b6a5e4c040c3a67448e38764a34483310bf370008d62308985640c4441993a176c60a871fc3cb07728aa901750b WHIRLPOOL 4b8544dd05fb3d798c73bc425bda584998a85ec2b0dae87bb7437448941c3ad3d00ff9e26bceaebef58a507da17f25f2b1675cfd66feea0144e11e2c47ad7bdb
DIST ctags-5.8_p20160314.tar.gz 490210 SHA256 91a551690294140f3f71c1718531397d7ac3dc061a49cf8c2a3a91173cedf3dc SHA512 2005cd0882d3bdf19d91ccf51fe5600893674319af3b93b2b815022818961704dc9bb539afa116a164778a3a8abb6e2b211ce6529d0d11ba68f33974f71eb279 WHIRLPOOL 357cc525cf9abac4e96f1241f47ae845284dc19a17dbaca93e5ffabd69e97faf731ffcf53a00636598241ff8eb476c86ea5a4df9e7083d1e09cc7e649ecaaf41
DIST ctags-ada-mode-4.3.11.tar.bz2 14060 SHA256 d25a3fd26b356adbd068f10a0b68691d36c154c04b96304b96386e169e4b6b57 SHA512 51c71e13ef658cd6682f04c94485315c4a702080ef2c7786fc9881b03c86f1c1d43aa1a69c452e4b0b2f7a78383804b66b159542cb4eae0cd309bc1ddbe2eb6e WHIRLPOOL 7e0ded8c97d3651e1afe48ec836697a4a19264baf3b203f6e98c134b88e3ab0eee7ac660789f5b955f0f827128996988694aa6c4bc78f18adf52724c5230da5d
EBUILD ctags-5.8_p20160314.ebuild 1786 SHA256 3d2f92126286029b3146ba49b257eec8d0111e82bee1dea6a8b46c30c1aa8c05 SHA512 8ae1d1321433e74b65c0b539432fe02b6f11f1496eb7d0a85232e4af38c559663a523e161c002cff7700e09146413b7e72b0688833a722ab0378dee2bb5afaf1 WHIRLPOOL 602e7416c6c4fba339c6cfecd9d6d34da7753ddbc0ebcc146497b38408af8924e05917d7802837e0978aa3eef26472d77583f7ccca30f2368769555aa594a320
MISC metadata.xml 462 SHA256 76922d8f5d78982ef005c79d4a6eba28bca6dc6c4ec28c673c4bd92b06a924f0 SHA512 df77349a472c81e5c74184cc7a255bae6165defdae90482169253b3976facf64e27818643e51c0b3b91329610b0069d3e346d27a167b27914c958621948cc657 WHIRLPOOL 2d113b87319c674c5c152fb576d92294426401771e789901adbc366fb578ad5ab1eed7eb7c48e31cb0417bb72368caf7e15f15f70d03f67c86c49d8301cd536a

View File

@ -1,65 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit eutils autotools vcs-snapshot
DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors"
HOMEPAGE="http://ctags.sourceforge.net"
# this commit is from the sourceforge branch, which is a git-svn clone of the
# original exhuberant-ctags SVN repository
SRC_URI="https://github.com/arduino/ctags/archive/5dbd71201f79e976a728802ca8638b14db0728dc.tar.gz -> ${P}.tar.gz
ada? ( mirror://sourceforge/gnuada/ctags-ada-mode-4.3.11.tar.bz2 )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="ada"
RDEPEND="app-eselect/eselect-ctags"
src_prepare() {
epatch "${FILESDIR}/${PN}-5.6-ebuilds.patch"
# Bug #273697
epatch "${FILESDIR}/${PN}-5.8-f95-pointers.patch"
# enabling Ada support
if use ada ; then
cp "${WORKDIR}/${PN}-ada-mode-4.3.11/ada.c" "${S}" || die
epatch "${FILESDIR}/${PN}-5.8-ada.patch"
fi
eautoreconf
}
src_configure() {
econf \
--with-posix-regex \
--without-readlib \
--disable-etags \
--enable-tmpdir=/tmp
}
src_install() {
emake prefix="${D}"/usr mandir="${D}"/usr/share/man install
# namepace collision with X/Emacs-provided /usr/bin/ctags -- we
# rename ctags to exuberant-ctags (Mandrake does this also).
mv "${D}"/usr/bin/{ctags,exuberant-ctags} || die
mv "${D}"/usr/share/man/man1/{ctags,exuberant-ctags}.1 || die
dodoc FAQ NEWS README EXTENDING.html
}
pkg_postinst() {
eselect ctags update
elog "You can set the version to be started by /usr/bin/ctags through"
elog "the ctags eselect module. \"man ctags.eselect\" for details."
}
pkg_postrm() {
eselect ctags update
}

View File

@ -1,22 +0,0 @@
diff -ur ctags-5.6/sh.c ctags-5.6-ebuild/sh.c
--- ctags-5.6/sh.c 2006-05-30 00:37:13.000000000 -0400
+++ ctags-5.6-ebuild/sh.c 2006-10-07 17:37:31.000000000 -0400
@@ -7,7 +7,8 @@
* GNU General Public License.
*
* This module contains functions for generating tags for scripts for the
-* Bourne shell (and its derivatives, the Korn and Z shells).
+* Bourne shell (and its derivatives, the Korn and Z shells), along with some
+* specialised kinds of shell scripts (Gentoo ebuilds and eclasses).
*/
/*
@@ -102,7 +103,7 @@
extern parserDefinition* ShParser (void)
{
static const char *const extensions [] = {
- "sh", "SH", "bsh", "bash", "ksh", "zsh", NULL
+ "sh", "SH", "bsh", "bash", "ksh", "zsh", "ebuild", "eclass", NULL
};
parserDefinition* def = parserNew ("Sh");
def->kinds = ShKinds;

View File

@ -1,28 +0,0 @@
--- parsers-orig.h 2009-11-16 23:39:49.747328066 +0200
+++ parsers.h 2009-11-16 23:40:26.541581805 +0200
@@ -16,6 +16,7 @@
/* Add the name of any new parser definition function here */
#define PARSER_LIST \
+ AdaParser, \
AntParser, \
AsmParser, \
AspParser, \
--- source-orig.mak 2009-11-16 23:41:17.184586699 +0200
+++ source.mak 2009-11-16 23:41:48.358331136 +0200
@@ -8,6 +8,7 @@
strlist.h vstring.h
SOURCES = \
+ ada.c \
args.c \
ant.c \
asm.c \
@@ -70,6 +71,7 @@
REGEX_HEADERS = gnu_regex/regex.h
OBJECTS = \
+ ada.$(OBJEXT) \
args.$(OBJEXT) \
ant.$(OBJEXT) \
asm.$(OBJEXT) \

View File

@ -1,12 +0,0 @@
--- fortran-orig.c 2009-11-16 23:38:06.154328652 +0200
+++ fortran.c 2009-11-16 23:38:08.711335501 +0200
@@ -1319,7 +1319,8 @@
readToken (token);
skipPast (token, TOKEN_OPERATOR);
}
- else if (strcmp (vStringValue (token->string), "=") == 0)
+ else if ((strcmp (vStringValue (token->string), "=") == 0) ||
+ (strcmp (vStringValue (token->string), "=>") == 0))
{
while (! isType (token, TOKEN_COMMA) &&
! isType (token, TOKEN_STATEMENT_END))

View File

@ -1,13 +0,0 @@
--- python-orig.c 2009-11-16 23:33:44.930351712 +0200
+++ python.c 2009-11-16 23:35:08.433328150 +0200
@@ -264,8 +264,8 @@
while (*cp)
{
cp = skipEverything (cp);
- if (!strncmp(cp, "def", 3) || !strncmp(cp, "class", 5) ||
- !strncmp(cp, "cdef", 4) || !strncmp(cp, "cpdef", 5))
+ if (!strncmp(cp, "def ", 4) || !strncmp(cp, "class ", 6) ||
+ !strncmp(cp, "cdef ", 5) || !strncmp(cp, "cpdef ", 6))
{
return cp;
}

View File

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>vim@gentoo.org</email>
<name>Gentoo Vim Project</name>
</maintainer>
<use>
<flag name="ada">Enable Ada support</flag>
</use>
<upstream>
<remote-id type="sourceforge">gnuada</remote-id>
<remote-id type="github">universal-ctags/ctags</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,113 +0,0 @@
# ChangeLog for dev-util/geany-plugins
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v 1.25 2012/12/07 18:30:48 ago Exp $
07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> geany-plugins-1.22-r1.ebuild:
Stable for ppc, wrt bug #441312
07 Dec 2012; <ago@gentoo.org> geany-plugins-1.22-r1.ebuild:
Stable for x86, wrt bug #441312
07 Dec 2012; <ago@gentoo.org> geany-plugins-1.22-r1.ebuild:
Stable for amd64, wrt bug #441312
27 Sep 2012; Anthony G. Basile <blueness@gentoo.org>
geany-plugins-1.22.ebuild:
stable ppc, bug #429056
*geany-plugins-1.22-r1 (26 Sep 2012)
26 Sep 2012; Nathan Phillip Brink <binki@gentoo.org>
+geany-plugins-1.22-r1.ebuild:
Restore and fix the multiterm useflag for bug #430926.
26 Sep 2012; Nathan Phillip Brink <binki@gentoo.org>
geany-plugins-1.22.ebuild:
Provisionally drop multiterm useflag which is broken due to vala misuse in
this ebuild, bug #430926.
23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
geany-plugins-1.22.ebuild:
x86 stable wrt bug #429056
13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> geany-plugins-1.22.ebuild:
Stable for amd64, wrt bug #429056
*geany-plugins-1.22 (01 Aug 2012)
01 Aug 2012; Nathan Phillip Brink <binki@gentoo.org>
+geany-plugins-1.22.ebuild, metadata.xml:
Bump to geany-plugins-1.22 for bug #429056.
20 Jun 2012; Lars Wendler <polynomial-c@gentoo.org>
-geany-plugins-0.19.ebuild:
Removed old version.
14 Jun 2012; Michael Weber <xmw@gentoo.org> geany-plugins-0.21.1.ebuild:
ppc stable (bug 404537)
04 May 2012; Jeff Horelick <jdhore@gentoo.org> geany-plugins-0.20-r1.ebuild,
geany-plugins-0.21.1.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
geany-plugins-0.21.1.ebuild:
x86 stable wrt bug #404537
21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> geany-plugins-0.21.1.ebuild:
Stable for amd64, wrt bug #404537
*geany-plugins-0.21.1 (20 Nov 2011)
20 Nov 2011; Nathan Phillip Brink <binki@gentoo.org>
+geany-plugins-0.21.1.ebuild, metadata.xml:
Bump to geany-plugins-0.21.1, closing bug #389087.
27 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
geany-plugins-0.19.ebuild, geany-plugins-0.20-r1.ebuild:
Re-slot gtkspell dependency to 2.
25 Oct 2011; Nathan Phillip Brink <binki@gentoo.org>
geany-plugins-0.19.ebuild, geany-plugins-0.20-r1.ebuild:
Depend on app-text/gtkspell:0 in anticipation of app-text/gtkspell:3. Fixes
bug #388423.
15 Oct 2011; Nathan Phillip Brink <binki@gentoo.org>
geany-plugins-0.20-r1.ebuild, +files/geany-plugins-0.20-config.h.patch:
Fix compilation of geany-plugins-0.20 against geany-0.21 with patch pulled
from upstream commits. Update dependency to reflect compatibility with
geany-0.21.
04 May 2011; Nathan Phillip Brink <binki@gentoo.org> metadata.xml:
Take over geany-plugins which used to be proxy maintained for me.
04 Mar 2011; Thomas Kahle <tomka@gentoo.org> geany-plugins-0.19.ebuild:
x86 stable per bug 352782
25 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
geany-plugins-0.20-r1.ebuild:
Marked ~ppc wrt #331607. Thanks to Kazuyoshi Furutaka
<furutaka@jb3.so-net.ne.jp> for report and testing.
27 Jan 2011; Markos Chandras <hwoarang@gentoo.org> geany-plugins-0.19.ebuild:
Stable on amd64 wrt bug #352782
*geany-plugins-0.20-r1 (21 Jan 2011)
21 Jan 2011; Lars Wendler <polynomial-c@gentoo.org>
-geany-plugins-0.20.ebuild, +geany-plugins-0.20-r1.ebuild:
Fixed docdir (ebuild patch mailed by Nathan).
*geany-plugins-0.20 (21 Jan 2011)
21 Jan 2011; Lars Wendler <polynomial-c@gentoo.org>
+geany-plugins-0.20.ebuild,
+files/geany-plugins-0.20-geanyprj-outsrc-tests.patch, metadata.xml:
Version bump by Nathan (bug #352172).
*geany-plugins-0.19 (08 Jul 2010)
08 Jul 2010; Lars Wendler <polynomial-c@gentoo.org>
+geany-plugins-0.19.ebuild, +metadata.xml:
Initial commit from sunrise overlay. Big thanks to Nathan who volunteered
to take care of this package.

View File

@ -1,3 +0,0 @@
EBUILD geany-plugins-9999.ebuild 1298 SHA256 e17fbf2d3d75e9ebd1403f89eb9bbddf9d100ee9c43fcb3a86e30c662a14cdd9 SHA512 d8b4f386ff17a5544671bff3a6c00db4aeab6fec3ae1bf73ba3df2cb20610b4942833e579f06ba293b5a73a746c7ee521fdd8c05a3c7f88d2cbcc87af5440cc8 WHIRLPOOL 732c3868056cd1d03babb5539cf2629e75e5e8e3d58c863c4563bb4aa2539c3cf25fe4cbc07dbcd09d83f9d0d8cc4d39ac86ce61399def350144810b7aa08cac
MISC ChangeLog 4089 SHA256 e4932c49a585cef3abb06bc18f800f8368bf13c57b1868e10a9c9df83feb4aa2 SHA512 36d7449636825d1faa3d2a41ba68202b48008a992a17172c6a0e1141c64dd8e96aabc2170d5eeb32a04391dce9043406a1ca5ef1c57da933078d21ec82514f3d WHIRLPOOL 754b269fe5c434663e96c80b745d31b166200ece2ab3cfc444414614294e6ad57ac5bfd388ebecb54bd1a06f0704d09ba00f5a31cbb31c846701ff7a49f0863a
MISC metadata.xml 980 SHA256 8c8b2e01f44222aee29c75fea76da9d41aea9fbf0b3337f9525e7a5a58a71820 SHA512 64092d74c34f8b7b0d0e418fbb0fe79800a44718a8c86f95c2e9e811e42b430c3ccee3a6c513085d4a6de8490071a93b00562e2242abad5892005f87797573c0 WHIRLPOOL 19517c6bcda41e14848b0c94d616f089a9e4a48131db02d98aaa2b9c8032eaa1373eefe1d62e1febf8e3f3b3cc1a7edd5c206526e739c5fd839adf7b860494f2

View File

@ -1,54 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild,v 1.4 2012/12/07 18:30:48 ago Exp $
EAPI=4
inherit waf-utils vala versionator git-2
DESCRIPTION="A collection of different plugins for Geany"
HOMEPAGE="http://plugins.geany.org/geany-plugins"
SRC_URI=""
EGIT_REPO_URI="git://github.com/geany/geany-plugins.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="debugger devhelp enchant gpg gtkspell lua multiterm nls soup webkit"
LINGUAS="be ca da de es fr gl ja pt pt_BR ru tr zh_CN"
RDEPEND=">=dev-util/geany-$(get_version_component_range 1-2)
dev-libs/libxml2:2
dev-libs/glib:2
debugger? ( x11-libs/vte:0 )
devhelp? (
dev-util/devhelp
gnome-base/gconf:2
net-libs/webkit-gtk:2
x11-libs/gtk+:2
x11-libs/libwnck:1
)
enchant? ( app-text/enchant )
gpg? ( app-crypt/gpgme )
gtkspell? ( app-text/gtkspell:2 )
lua? ( dev-lang/lua )
multiterm? (
$(vala_depend)
x11-libs/gtk+:2
>=x11-libs/vte-0.28:0
)
soup? ( net-libs/libsoup )
webkit? (
net-libs/webkit-gtk:2
x11-libs/gtk+:2
x11-libs/gdk-pixbuf:2
)"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
virtual/pkgconfig"
src_prepare() {
use multiterm && vala_src_prepare
}

View File

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>binki@gentoo.org</email>
<name>Nathan Phillip Brink</name>
</maintainer>
<use>
<flag name='debugger'>Enable the debugger plugin which interfaces with <pkg>sys-devel/gdb</pkg></flag>
<flag name='devhelp'>Enable the devhelp plugin which integrates <pkg>dev-util/devhelp</pkg></flag>
<flag name='enchant'>Enable spell checking using enchant</flag>
<flag name='gpg'>Enable geanypg plugin which integrates GPG using <pkg>app-crypt/gpgme</pkg></flag>
<flag name='gtkspell'>Use gtkspell for dictionary support</flag>
<flag name='multiterm'>Enable the multiterm plugin</flag>
<flag name='soup'>Enable updatechecker and geniuspaste plugins which require <pkg>net-libs/libsoup</pkg></flag>
<flag name='webkit'>Enable webhelper plugin which requires net-libs/webkit-gtk</flag>
</use>
</pkgmetadata>

View File

@ -1,244 +0,0 @@
# ChangeLog for dev-util/geany
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v 1.64 2013/02/02 22:32:14 ago Exp $
02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> geany-1.22-r1.ebuild:
Add ~arm, wrt bug #449220
06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> geany-1.22-r1.ebuild:
Add ~sparc, wrt bug #449220
01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> geany-1.22-r1.ebuild:
Add ~alpha, wrt bug #449220
01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> geany-1.22-r1.ebuild:
Add ~ia64, wrt bug #449220
31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> geany-1.22-r1.ebuild:
Add ~ppc64, wrt bug #449220
*geany-1.22-r1 (01 Dec 2012)
01 Dec 2012; Lars Wendler <polynomial-c@gentoo.org> -geany-0.21-r1.ebuild,
-geany-1.22.ebuild, +geany-1.22-r1.ebuild:
Switched to EAPI-5 for verbose build (bug #445388) and update desktop mime
database (bug #438224). Removed old.
27 Sep 2012; Anthony G. Basile <blueness@gentoo.org> geany-1.22.ebuild:
stable ppc, bug #429056
23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> geany-1.22.ebuild:
x86 stable wrt bug #429056
13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> geany-1.22.ebuild:
Stable for amd64, wrt bug #429056
19 Jun 2012; Lars Wendler <polynomial-c@gentoo.org> geany-1.22.ebuild:
Completed list of translations.
*geany-1.22 (19 Jun 2012)
19 Jun 2012; Lars Wendler <polynomial-c@gentoo.org> -geany-0.19.2.ebuild,
+geany-1.22.ebuild:
Version bump. Removed old.
14 Jun 2012; Michael Weber <xmw@gentoo.org> geany-0.21-r1.ebuild:
ppc stable (bug 404537)
*geany-0.21-r1 (06 Jun 2012)
06 Jun 2012; Lars Wendler <polynomial-c@gentoo.org> -geany-0.20.ebuild,
-geany-0.21.ebuild, +geany-0.21-r1.ebuild:
Simple docdir fix (bug #419745). Bumped straight to stable. Removed old
versions.
04 May 2012; Jeff Horelick <jdhore@gentoo.org> geany-0.19.2.ebuild,
geany-0.20.ebuild, geany-0.21.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
14 Apr 2012; Zac Medico <zmedico@gentoo.org> geany-0.21.ebuild:
Add ~amd64-linux keyword.
24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> geany-0.21.ebuild:
x86 stable wrt bug #404537
21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> geany-0.21.ebuild:
Stable for amd64, wrt bug #404537
24 Nov 2011; Zac Medico <zmedico@gentoo.org> geany-0.21.ebuild:
Fix for prefix and add ~x86-linux keyword.
06 Oct 2011; Lars Wendler <polynomial-c@gentoo.org> geany-0.19.2.ebuild,
geany-0.20.ebuild, geany-0.21.ebuild:
Bumped all ebuilds to EAPI-4.
*geany-0.21 (06 Oct 2011)
06 Oct 2011; Lars Wendler <polynomial-c@gentoo.org> -geany-0.19.ebuild,
geany-0.19.2.ebuild, geany-0.20.ebuild, +geany-0.21.ebuild:
Version bump. Removed old.
27 Mar 2011; Brent Baude <ranger@gentoo.org> geany-0.19.2.ebuild:
stable ppc, bug 352144
23 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> geany-0.19.ebuild,
geany-0.19.2.ebuild, geany-0.20.ebuild:
Use SLOT dependencies for x11-libs/vte.
22 Jan 2011; Christian Faulhammer <fauli@gentoo.org> geany-0.19.2.ebuild:
stable x86, bug 352144
20 Jan 2011; Markos Chandras <hwoarang@gentoo.org> geany-0.19.2.ebuild:
Stable on amd64 wrt bug #352144
20 Jan 2011; Lars Wendler <polynomial-c@gentoo.org> geany-0.19.ebuild,
geany-0.19.2.ebuild, geany-0.20.ebuild:
New homepage URL.
*geany-0.20 (19 Jan 2011)
19 Jan 2011; Lars Wendler <polynomial-c@gentoo.org> -geany-0.18.ebuild,
-geany-0.19.1.ebuild, +geany-0.20.ebuild:
Version bump. Removed old.
*geany-0.19.2 (06 Dec 2010)
06 Dec 2010; Lars Wendler <polynomial-c@gentoo.org> +geany-0.19.2.ebuild:
Version bump. Thanks to William V who reported this in bug #347916.
24 Oct 2010; Brent Baude <ranger@gentoo.org> geany-0.19.ebuild:
stable ppc, bug 329841
*geany-0.19.1 (20 Aug 2010)
20 Aug 2010; Lars Wendler <polynomial-c@gentoo.org> -geany-0.18.1.ebuild,
+geany-0.19.1.ebuild:
Version bump reported by William Vanderpol (bug #333457)
31 Jul 2010; Markos Chandras <hwoarang@gentoo.org> geany-0.19.ebuild:
Stable on amd64 wrt bug #329841
26 Jul 2010; Christian Faulhammer <fauli@gentoo.org> geany-0.19.ebuild:
stable x86, bug 329841
*geany-0.19 (14 Jun 2010)
14 Jun 2010; Lars Wendler <polynomial-c@gentoo.org> +geany-0.19.ebuild,
metadata.xml:
Version bump reported by few in #gentoo-bugs. Took over maintenance.
*geany-0.18.1 (14 Feb 2010)
14 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> +geany-0.18.1.ebuild:
Version bump.
21 Nov 2009; Markus Meier <maekke@gentoo.org> geany-0.18.ebuild:
x86 stable, bug #289084
24 Oct 2009; nixnut <nixnut@gentoo.org> geany-0.18.ebuild:
ppc stable #289084
18 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> geany-0.18.ebuild:
amd64 stable wrt #289084
*geany-0.18 (08 Sep 2009)
08 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> +geany-0.18.ebuild:
Version bump.
06 May 2009; Samuli Suominen <ssuominen@gentoo.org> geany-0.17.ebuild:
Run intltoolize and eautoreconf wrt #268810, thanks to Lars Wendler and
Serkan Kaba.
*geany-0.17 (06 May 2009)
06 May 2009; Samuli Suominen <ssuominen@gentoo.org> +geany-0.17.ebuild:
Version bump, thanks to few from #gentoo-bugs at Freenode.
05 May 2009; Samuli Suominen <ssuominen@gentoo.org> -geany-0.13.ebuild,
-geany-0.15.ebuild, geany-0.16.ebuild:
amd64 stable wrt #267981
01 May 2009; Raúl Porcel <armin76@gentoo.org> geany-0.16.ebuild:
x86 stable wrt #267981
30 Apr 2009; Mounir Lamouri <volkmar@gentoo.org> geany-0.16.ebuild:
Stable on ppc, bug 267981.
*geany-0.16 (07 Mar 2009)
07 Mar 2009; Raúl Porcel <armin76@gentoo.org> +geany-0.16.ebuild:
Version bump wrt #259269
20 Dec 2008; Markus Meier <maekke@gentoo.org> geany-0.15.ebuild:
x86 stable, bug #251582
20 Dec 2008; nixnut <nixnut@gentoo.org> geany-0.15.ebuild:
Stable on ppc wrt bug 251582
20 Dec 2008; Thomas Anderson <gentoofan23@gentoo.org> geany-0.15.ebuild:
stable amd64, bug 251582
22 Nov 2008; Peter Alfredsen <loki_val@gentoo.org> geany-0.15.ebuild:
gnome2_icon_savelist added, per ssuom... The Finnish Guy!s orders
*geany-0.15 (21 Nov 2008)
21 Nov 2008; Peter Alfredsen <loki_val@gentoo.org> +geany-0.15.ebuild:
Bump geany to 0.15 for ssuominen. Bug ssuominen about bugs.
17 Jul 2008; Alexis Ballier <aballier@gentoo.org> geany-0.14.ebuild:
keyword ~x86-fbsd, thanks to Davide Italiano <dav_it@gentoo.org>, bug
#232018
*geany-0.14 (24 Apr 2008)
24 Apr 2008; Samuli Suominen <ssuominen@gentoo.org> +geany-0.14.ebuild:
Version bump.
23 Apr 2008; Markus Meier <maekke@gentoo.org> -geany-0.12.ebuild,
geany-0.13.ebuild:
x86 stable and remove old, bug #218563
20 Apr 2008; Samuli Suominen <ssuominen@gentoo.org> geany-0.13.ebuild:
amd64 stable wrt #218563, thanks to Víctor Enríquez for testing.
20 Apr 2008; nixnut <nixnut@gentoo.org> geany-0.13.ebuild:
Stable on ppc wrt bug 218563
*geany-0.13 (26 Feb 2008)
26 Feb 2008; Samuli Suominen <ssuominen@gentoo.org> -geany-0.11.ebuild,
+geany-0.13.ebuild:
Version bump wrt #211110, thanks to Michele Beltrame for reporting. Stop
pointing to license directory in portdir wrt #211534, thanks to Bo Ørsted
Andresen.
21 Jan 2008; Markus Meier <maekke@gentoo.org> geany-0.12.ebuild:
x86 stable, bug #206784
20 Jan 2008; Samuli Suominen <ssuominen@gentoo.org> geany-0.12.ebuild:
Fix test suite and mark amd64 stable wrt #206784.
*geany-0.12 (14 Oct 2007)
14 Oct 2007; Samuli Suominen <ssuominen@gentoo.org> +geany-0.12.ebuild:
Version bump.
02 Sep 2007; nixnut <nixnut@gentoo.org> geany-0.11.ebuild:
Added ~ppc wrt bug 188105
03 Aug 2007; Raúl Porcel <armin76@gentoo.org> geany-0.11.ebuild:
x86 stable
20 Jun 2007; Christoph Mende <angelos@gentoo.org> geany-0.11.ebuild:
Added ~amd64 wrt bug 182682
20 Jun 2007; Samuli Suominen <ssuominen@gentoo.org> metadata.xml:
Add longdescription with french translation by Mathieu Bonnet.
*geany-0.11 (19 Jun 2007)
19 Jun 2007; Samuli Suominen <ssuominen@gentoo.org> +geany-0.11.ebuild:
Initial commit for bug 114815. Thanks to Mathieu Bonnet, Paul Bredbury, Yura
Semashko, Lucas Chiesa, Steev Klimaszewski, Pacho Ramos and many others.

View File

@ -1,3 +0,0 @@
EBUILD geany-9999.ebuild 1510 SHA256 6673b57839f01ed1da768e2658532aad32dfdc5070b285d01ce85104b143530a SHA512 068af13c0c532c2f8610b62f17926e579b29de02a343ce0d8084010782957fec4e760bbaa466100b8de0fdc7723aa6d0961c168e5743879f05a63292e5ac14dd WHIRLPOOL 5f06b3d4ea81903bcedffc079aa7969307b98366492d5df907ac983cf96ea377dd8c233f20c5fd1141ee64227ba6cb4aad87f8788f56e4d87992b48ee35a14c1
MISC ChangeLog 8243 SHA256 a4bea9e1eba5c09b402dadfb7916400514029f709ee5cc04f47bc7eb256fac31 SHA512 d802b1677235b0cec0a3643a90b743591ab89f00837be4c101d297502fbec53d032c4bba33c09b4849f59e255894a5f8e42f9fc24424163ba1888d248ceb4f42 WHIRLPOOL a5ba4f15ea5adbec45d247ed61c2c643f14dd63e81f605992900ecd2ac0319563ceb0813df4fd1fd3ffc3608d49ba752f2589a540f0a635281dea8d417e5ce80
MISC metadata.xml 1922 SHA256 2a7ea9ffd1605dbce99497564a98bbb49d20c2d62f11fed8c1d39ce7988645d4 SHA512 8d54c284469f12733610b66947c75e055bb46f41213573ce811e8fd2d48b3a90e822c753118d0a213e0f1262dd513681dede592fd27ef814b6455725ab186e57 WHIRLPOOL 041975002890b1fd0d28adb1823ec38da865efbd307666777fb1839c5e9f82d465c497f8e846845fa692cacff221e6eb0eb53083c0b8867fefb7e3d23d5e1441

View File

@ -1,65 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/geany-1.22-r1.ebuild,v 1.6 2013/02/02 22:32:14 ago Exp $
EAPI=5
inherit eutils fdo-mime gnome2-utils autotools git-2
LANGS="ar ast be bg ca cs de el en_GB es fi fr gl hu id it ja kk ko lb lt mn nl nn pl pt pt_BR ro ru sk sl sv tr uk vi zh_CN ZH_TW"
NOSHORTLANGS="en_GB zh_CN zh_TW"
DESCRIPTION="GTK+ based fast and lightweight IDE"
HOMEPAGE="http://www.geany.org"
SRC_URI=""
EGIT_REPO_URI="git://github.com/geany/geany.git"
LICENSE="GPL-2 Scintilla"
SLOT="0"
KEYWORDS=""
IUSE="+vte"
RDEPEND=">=x11-libs/gtk+-2.16:2
>=dev-libs/glib-2.20:2
vte? ( x11-libs/vte:0 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
dev-util/intltool
sys-devel/gettext"
pkg_setup() {
strip-linguas ${LANGS}
}
src_prepare() {
# Syntax highlighting for Portage
sed -i -e "s:*.sh;:*.sh;*.ebuild;*.eclass;:" \
data/filetype_extensions.conf || die
eautoreconf
}
src_configure() {
econf \
--disable-dependency-tracking \
--docdir="/usr/share/doc/${PF}" \
$(use_enable vte)
}
src_install() {
emake DESTDIR="${D}" DOCDIR="${ED}/usr/share/doc/${PF}" install || die
rm -f "${ED}"/usr/share/doc/${PF}/{COPYING,GPL-2,ScintillaLicense.txt}
prune_libtool_files --all
}
pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
}

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>polynomial-c@gentoo.org</email>
<name>Lars Wendler</name>
</maintainer>
<longdescription lang="en">
Geany is a small and lightweight integrated development environment.
It was developed to provide a small and fast IDE, which has only a
few dependencies from other packages. Another goal was to be as
independent as possible from a special Desktop Environment like KDE
or GNOME. So it is using only the GTK2 toolkit and therefore you need
only the GTK2 runtime libraries to run Geany.
The basic features of Geany are: syntax highlighting; code completion;
auto completion of often used constructs like if, for and while;
auto completion of XML and HTML tags; call tips; many supported
filetypes like C, Java, PHP, HTML, Python, Perl, Pascal; symbol lists.
</longdescription>
<longdescription lang="fr">
Geany est un environnement de développement integré (EDI) petit et
léger. Il a été développé pour fournir un EDI petit et rapide, qui ne
possède que peu de dépendences avec d'autres paquets. Un autre but
était qu'il soit aussi indépendant que possible d'environnements de
bureaux comme KDE ou Gnome. Ainsi, il n'utilise que la boîte à outils
GTK2.
Les principales fonctionnalités sont: la coloration syntaxique; la
complétion de code source; la complétion automatique de certaines
constructions couramment utilisées, comme les blocs "if", "for" et
"while"; complétion automatique des balises XML et HTML; info-bulles
décrivant la syntaxe d'appel des fonctions; de nombreux langages
supportés, comme C, Java, PHP, HTML, Python, Perl, Pascal; liste des
symboles.
</longdescription>
<use>
<flag name="vte">Enable Terminal support (<pkg>x11-libs/vte</pkg>)</flag>
</use>
</pkgmetadata>