summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-01-28 20:29:01 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-01-28 20:29:01 +0000
commitabf07a9f04c367abae1f362cc84eacd7b7dd01fb (patch)
tree19360957ef2d36b76bb9f3150b4411efb0788511 /dev-util/aap/aap-1.000.ebuild
parentStable on ppc. (diff)
downloadgentoo-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/aap-1.000.ebuild')
-rw-r--r--dev-util/aap/aap-1.000.ebuild37
1 files changed, 0 insertions, 37 deletions
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
-}