diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-08-15 13:39:55 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-08-15 13:39:55 +0000 |
commit | ef7e9e752423a8caf62aee09bd4906be5c23cbcd (patch) | |
tree | 4393c0cc4f2e4365714485a28560780fb6d9eaf6 /dev-util/aap | |
parent | fix ChangeLog and Manifest (diff) | |
download | gentoo-2-ef7e9e752423a8caf62aee09bd4906be5c23cbcd.tar.gz gentoo-2-ef7e9e752423a8caf62aee09bd4906be5c23cbcd.tar.bz2 gentoo-2-ef7e9e752423a8caf62aee09bd4906be5c23cbcd.zip |
fix ChangeLog and Manifest
Diffstat (limited to 'dev-util/aap')
-rw-r--r-- | dev-util/aap/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/aap/Manifest | 4 | ||||
-rw-r--r-- | dev-util/aap/aap-1.010.ebuild | 40 | ||||
-rw-r--r-- | dev-util/aap/files/digest-aap-1.010 | 1 |
4 files changed, 49 insertions, 3 deletions
diff --git a/dev-util/aap/ChangeLog b/dev-util/aap/ChangeLog index 8f1bfc7ec1fa..40cb7268c1f9 100644 --- a/dev-util/aap/ChangeLog +++ b/dev-util/aap/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/aap # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/ChangeLog,v 1.3 2003/08/12 02:19:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/ChangeLog,v 1.4 2003/08/15 13:39:46 agriffis Exp $ + +*aap-1.010 (13 Aug 2003) + + 13 Aug 2003; Aron Griffis <agriffis@gentoo.org> aap-1.010.ebuild: + Version bump 11 Aug 2003; Aron Griffis <agriffis@gentoo.org> aap-1.000-r1.ebuild: Fix symlink installation diff --git a/dev-util/aap/Manifest b/dev-util/aap/Manifest index 01f1e76fbea6..434ec1267894 100644 --- a/dev-util/aap/Manifest +++ b/dev-util/aap/Manifest @@ -1,7 +1,7 @@ -MD5 5f9b8c6817de949732040701fafe91a8 aap-1.010.ebuild 900 +MD5 f3f8128a7875fba854a8eb252f89469c aap-1.010.ebuild 897 MD5 5f9b8c6817de949732040701fafe91a8 aap-1.000-r1.ebuild 900 MD5 6930663fe1061cfa57164ee228eb756d aap-1.000.ebuild 861 -MD5 8073bc547060a078477655071e57dca8 ChangeLog 584 +MD5 c6673905b1c06f35c5d879b56d4e4d41 ChangeLog 694 MD5 029fb320b49e703cad4d1d08c709eb76 files/digest-aap-1.000 59 MD5 1a6699d4ad508a1dbdcb6b685a21ddda files/digest-aap-1.010 59 MD5 029fb320b49e703cad4d1d08c709eb76 files/digest-aap-1.000-r1 59 diff --git a/dev-util/aap/aap-1.010.ebuild b/dev-util/aap/aap-1.010.ebuild new file mode 100644 index 000000000000..a438b390330f --- /dev/null +++ b/dev-util/aap/aap-1.010.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/08/15 13:39:46 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/files/digest-aap-1.010 b/dev-util/aap/files/digest-aap-1.010 new file mode 100644 index 000000000000..9bbb7b78a614 --- /dev/null +++ b/dev-util/aap/files/digest-aap-1.010 @@ -0,0 +1 @@ +MD5 042e5272cad201c9a2dca133bcfb6100 aap-1.010.zip 1195494 |