diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-28 20:29:01 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-28 20:29:01 +0000 |
commit | abf07a9f04c367abae1f362cc84eacd7b7dd01fb (patch) | |
tree | 19360957ef2d36b76bb9f3150b4411efb0788511 /dev-util/aap | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-abf07a9f04c367abae1f362cc84eacd7b7dd01fb.tar.gz gentoo-2-abf07a9f04c367abae1f362cc84eacd7b7dd01fb.tar.bz2 gentoo-2-abf07a9f04c367abae1f362cc84eacd7b7dd01fb.zip |
x86 sparc mips stable, tidy out older versions
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-util/aap')
-rw-r--r-- | dev-util/aap/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/aap/aap-1.000-r1.ebuild | 40 | ||||
-rw-r--r-- | dev-util/aap/aap-1.000.ebuild | 37 | ||||
-rw-r--r-- | dev-util/aap/aap-1.010.ebuild | 40 | ||||
-rw-r--r-- | dev-util/aap/aap-1.055.ebuild | 4 | ||||
-rw-r--r-- | dev-util/aap/aap-1.070.ebuild | 4 | ||||
-rw-r--r-- | dev-util/aap/aap-1.072.ebuild | 6 | ||||
-rw-r--r-- | dev-util/aap/files/digest-aap-1.000 | 1 | ||||
-rw-r--r-- | dev-util/aap/files/digest-aap-1.000-r1 | 1 | ||||
-rw-r--r-- | dev-util/aap/files/digest-aap-1.010 | 1 |
10 files changed, 13 insertions, 129 deletions
diff --git a/dev-util/aap/ChangeLog b/dev-util/aap/ChangeLog index 10c2336c9828..680e85e3ee7b 100644 --- a/dev-util/aap/ChangeLog +++ b/dev-util/aap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/aap -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/ChangeLog,v 1.15 2004/12/31 01:26:01 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/ChangeLog,v 1.16 2005/01/28 20:29:01 ciaranm Exp $ + + 28 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> -aap-1.000-r1.ebuild, + -aap-1.000.ebuild, -aap-1.010.ebuild, aap-1.072.ebuild: + x86 sparc mips stable, tidy out older versions 31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-util/aap/aap-1.000-r1.ebuild b/dev-util/aap/aap-1.000-r1.ebuild deleted file mode 100644 index e1f890d6ddd0..000000000000 --- a/dev-util/aap/aap-1.000-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/aap-1.000-r1.ebuild,v 1.4 2004/06/25 02:18:29 agriffis Exp $ - -IUSE="" - -DESCRIPTION="Bram Moolenaar's super-make program" -HOMEPAGE="http://www.a-a-p.org/" -SRC_URI="mirror://sourceforge/a-a-p/${P}.zip" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~x86" -DEPEND="app-arch/unzip" -RDEPEND=">=dev-lang/python-1.5" -S=${WORKDIR}/${PN} - -src_unpack() { - mkdir ${S} - cd ${S} - unzip ${DISTDIR}/${A} -} - -src_install() { - # Install the documentation - rm doc/*.sgml - dohtml doc/*.html - rm doc/*.html - dodoc doc/* - doman aap.1 - rm -rf doc aap.1 - - # Move the remainder directly into the dest tree - dodir /usr/share - cd ${WORKDIR} - mv aap ${D}/usr/share - - # Create a symbolic link for the executable - dodir /usr/bin - ln -s ../share/aap/aap ${D}/usr/bin/aap -} diff --git a/dev-util/aap/aap-1.000.ebuild b/dev-util/aap/aap-1.000.ebuild deleted file mode 100644 index 38cf78a204a3..000000000000 --- a/dev-util/aap/aap-1.000.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/aap-1.000.ebuild,v 1.4 2004/07/14 22:30:14 agriffis Exp $ - -IUSE="" - -DESCRIPTION="Bram Moolenaar's super-make program" -HOMEPAGE="http://www.a-a-p.org/" -SRC_URI="mirror://sourceforge/a-a-p/${P}.zip" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~x86" -DEPEND="app-arch/unzip" -RDEPEND=">=dev-lang/python-1.5" -S=${WORKDIR}/${PN} - -src_unpack() { - mkdir ${S} - cd ${S} - unzip ${DISTDIR}/${A} -} - -src_install() { - # Install the documentation - dodoc doc/* - doman aap.1 - rm -rf doc aap.1 - - # Move the remainder directly into the dest tree - dodir /usr/share - cd ${WORKDIR} - mv aap ${D}/usr/share - - # Create a symbolic link for the executable - dodir /usr/bin - ln -s ${D}/usr/share/aap/aap ${D}/usr/bin/aap -} diff --git a/dev-util/aap/aap-1.010.ebuild b/dev-util/aap/aap-1.010.ebuild deleted file mode 100644 index 52779ddbc615..000000000000 --- a/dev-util/aap/aap-1.010.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/aap-1.010.ebuild,v 1.3 2004/06/25 02:18:29 agriffis Exp $ - -IUSE="" - -DESCRIPTION="Bram Moolenaar's super-make program" -HOMEPAGE="http://www.a-a-p.org/" -SRC_URI="mirror://sourceforge/a-a-p/${P}.zip" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~x86" -DEPEND="app-arch/unzip" -RDEPEND=">=dev-lang/python-1.5" -S=${WORKDIR}/${PN} - -src_unpack() { - mkdir ${S} - cd ${S} - unzip ${DISTDIR}/${A} -} - -src_install() { - # Install the documentation - rm doc/*.sgml - dohtml doc/*.html - rm doc/*.html - dodoc doc/* - doman aap.1 - rm -rf doc aap.1 - - # Move the remainder directly into the dest tree - dodir /usr/share - cd ${WORKDIR} - mv aap ${D}/usr/share - - # Create a symbolic link for the executable - dodir /usr/bin - ln -s ../share/aap/aap ${D}/usr/bin/aap -} diff --git a/dev-util/aap/aap-1.055.ebuild b/dev-util/aap/aap-1.055.ebuild index fe94176bc807..5ac57a500297 100644 --- a/dev-util/aap/aap-1.055.ebuild +++ b/dev-util/aap/aap-1.055.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/aap-1.055.ebuild,v 1.6 2004/06/28 04:35:07 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/aap-1.055.ebuild,v 1.7 2005/01/28 20:29:01 ciaranm Exp $ IUSE="" diff --git a/dev-util/aap/aap-1.070.ebuild b/dev-util/aap/aap-1.070.ebuild index 0c13cba40a45..9ab95d2ca87d 100644 --- a/dev-util/aap/aap-1.070.ebuild +++ b/dev-util/aap/aap-1.070.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/aap-1.070.ebuild,v 1.3 2004/11/08 23:14:59 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/aap-1.070.ebuild,v 1.4 2005/01/28 20:29:01 ciaranm Exp $ IUSE="doc" diff --git a/dev-util/aap/aap-1.072.ebuild b/dev-util/aap/aap-1.072.ebuild index d9be749098b3..4c7efb801d7b 100644 --- a/dev-util/aap/aap-1.072.ebuild +++ b/dev-util/aap/aap-1.072.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/aap-1.072.ebuild,v 1.1 2004/12/21 16:12:31 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/aap-1.072.ebuild,v 1.2 2005/01/28 20:29:01 ciaranm Exp $ IUSE="doc" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.a-a-p.org/" SRC_URI="mirror://sourceforge/a-a-p/${P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~ia64 ~x86 ~amd64 ~sparc ~mips" +KEYWORDS="~alpha ~ia64 x86 ~amd64 sparc mips" DEPEND="app-arch/unzip" RDEPEND=">=dev-lang/python-1.5" S=${WORKDIR}/${PN} diff --git a/dev-util/aap/files/digest-aap-1.000 b/dev-util/aap/files/digest-aap-1.000 deleted file mode 100644 index ed3f10187411..000000000000 --- a/dev-util/aap/files/digest-aap-1.000 +++ /dev/null @@ -1 +0,0 @@ -MD5 605764a12ac71f55bc3a0769bbafd6d5 aap-1.000.zip 1119054 diff --git a/dev-util/aap/files/digest-aap-1.000-r1 b/dev-util/aap/files/digest-aap-1.000-r1 deleted file mode 100644 index ed3f10187411..000000000000 --- a/dev-util/aap/files/digest-aap-1.000-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 605764a12ac71f55bc3a0769bbafd6d5 aap-1.000.zip 1119054 diff --git a/dev-util/aap/files/digest-aap-1.010 b/dev-util/aap/files/digest-aap-1.010 deleted file mode 100644 index 9bbb7b78a614..000000000000 --- a/dev-util/aap/files/digest-aap-1.010 +++ /dev/null @@ -1 +0,0 @@ -MD5 042e5272cad201c9a2dca133bcfb6100 aap-1.010.zip 1195494 |