summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-07-24 03:17:16 +0000
committerAron Griffis <agriffis@gentoo.org>2003-07-24 03:17:16 +0000
commit50766515a3d30122be64d69e54b611b5e9fcd975 (patch)
tree61b5e00979b487a45d6c083217ed61e302196cbb /dev-util
parentnew ebuild for aap (http://www.a-a-p.org/) (diff)
downloadhistorical-50766515a3d30122be64d69e54b611b5e9fcd975.tar.gz
historical-50766515a3d30122be64d69e54b611b5e9fcd975.tar.bz2
historical-50766515a3d30122be64d69e54b611b5e9fcd975.zip
new ebuild for aap (http://www.a-a-p.org/)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/aap/Manifest3
-rw-r--r--dev-util/aap/aap-1.000.ebuild37
-rw-r--r--dev-util/aap/files/digest-aap-1.0001
3 files changed, 40 insertions, 1 deletions
diff --git a/dev-util/aap/Manifest b/dev-util/aap/Manifest
index d6a3274d3eef..6c2fdd8ead5c 100644
--- a/dev-util/aap/Manifest
+++ b/dev-util/aap/Manifest
@@ -1,2 +1,3 @@
-MD5 470ae0f338cac2736dc760a87a590df7 aap-1.000.ebuild 766
+MD5 6930663fe1061cfa57164ee228eb756d aap-1.000.ebuild 861
+MD5 cd273cd98485e15ccd1ac9a0bcabd635 ChangeLog 343
MD5 029fb320b49e703cad4d1d08c709eb76 files/digest-aap-1.000 59
diff --git a/dev-util/aap/aap-1.000.ebuild b/dev-util/aap/aap-1.000.ebuild
new file mode 100644
index 000000000000..d4b560c725fd
--- /dev/null
+++ b/dev-util/aap/aap-1.000.ebuild
@@ -0,0 +1,37 @@
+# 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.000.ebuild,v 1.1 2003/07/24 03:17:07 agriffis Exp $
+
+IUSE="X gnome"
+
+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/files/digest-aap-1.000 b/dev-util/aap/files/digest-aap-1.000
new file mode 100644
index 000000000000..ed3f10187411
--- /dev/null
+++ b/dev-util/aap/files/digest-aap-1.000
@@ -0,0 +1 @@
+MD5 605764a12ac71f55bc3a0769bbafd6d5 aap-1.000.zip 1119054