summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-07-24 11:47:11 +0000
committerAron Griffis <agriffis@gentoo.org>2003-07-24 11:47:11 +0000
commit09f44a713c8d935c552ff994d7e60d6ce8d22193 (patch)
treee2f7dc3f2fcffc72b4edc461705e40de1ae3f6dc /dev-util/aap
parentNow use . Fix needed for hppa to add -fPIC to CFLAGS. Marked stable on hppa. (diff)
downloadgentoo-2-09f44a713c8d935c552ff994d7e60d6ce8d22193.tar.gz
gentoo-2-09f44a713c8d935c552ff994d7e60d6ce8d22193.tar.bz2
gentoo-2-09f44a713c8d935c552ff994d7e60d6ce8d22193.zip
install docs differently
Diffstat (limited to 'dev-util/aap')
-rw-r--r--dev-util/aap/ChangeLog7
-rw-r--r--dev-util/aap/Manifest2
-rw-r--r--dev-util/aap/aap-1.000-r1.ebuild40
-rw-r--r--dev-util/aap/files/digest-aap-1.000-r11
4 files changed, 49 insertions, 1 deletions
diff --git a/dev-util/aap/ChangeLog b/dev-util/aap/ChangeLog
index 617cf27441c8..0cb7318214df 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.1 2003/07/24 03:17:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/ChangeLog,v 1.2 2003/07/24 11:47:11 agriffis Exp $
+
+*aap-1.000-r1 (24 Jul 2003)
+
+ 24 Jul 2003; Aron Griffis <agriffis@gentoo.org> aap-1.000-r1.ebuild:
+ Fix the way documentation is installed
*aap-1.000 (23 Jul 2003)
diff --git a/dev-util/aap/Manifest b/dev-util/aap/Manifest
index 6c2fdd8ead5c..a18c4e6ed78d 100644
--- a/dev-util/aap/Manifest
+++ b/dev-util/aap/Manifest
@@ -1,3 +1,5 @@
+MD5 be24260a25481fa1f6d2b989d97e8e9a aap-1.000-r1.ebuild 903
MD5 6930663fe1061cfa57164ee228eb756d aap-1.000.ebuild 861
MD5 cd273cd98485e15ccd1ac9a0bcabd635 ChangeLog 343
MD5 029fb320b49e703cad4d1d08c709eb76 files/digest-aap-1.000 59
+MD5 029fb320b49e703cad4d1d08c709eb76 files/digest-aap-1.000-r1 59
diff --git a/dev-util/aap/aap-1.000-r1.ebuild b/dev-util/aap/aap-1.000-r1.ebuild
new file mode 100644
index 000000000000..024af6201800
--- /dev/null
+++ b/dev-util/aap/aap-1.000-r1.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.000-r1.ebuild,v 1.1 2003/07/24 11:47:11 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 ${D}/usr/share/aap/aap ${D}/usr/bin/aap
+}
diff --git a/dev-util/aap/files/digest-aap-1.000-r1 b/dev-util/aap/files/digest-aap-1.000-r1
new file mode 100644
index 000000000000..ed3f10187411
--- /dev/null
+++ b/dev-util/aap/files/digest-aap-1.000-r1
@@ -0,0 +1 @@
+MD5 605764a12ac71f55bc3a0769bbafd6d5 aap-1.000.zip 1119054