Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-util/aap
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/ChangeLog,v 1.28 2008/03/08 14:37:57 nelchael Exp $
*aap-1.090 (08 Mar 2008)
08 Mar 2008; Krzysiek Pawlik
-aap-1.070.ebuild, -aap-1.072.ebuild, +aap-1.090.ebuild:
Version bump (see bug #210100), removed old versions.
26 Jan 2008; Fabian Groffen
Dropped ppc-macos keyword, see you in prefix
25 Jul 2007; Raúl Porcel
aap-1.070.ebuild, aap-1.072.ebuild, aap-1.076.ebuild:
alpha stable
24 Apr 2007; Gustavo Zacarias
Stable on sparc
21 Apr 2007; Raúl Porcel
ia64 stable
21 Mar 2007; Raúl Porcel
x86 stable
09 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
29 Oct 2005; Fabian Groffen
Marked ~ppc-macos (bug #109955)
*aap-1.076 (01 Jul 2005)
01 Jul 2005; Aaron Walker
Version bump.
07 May 2005; David Holm
Added to ~ppc.
01 Apr 2005; Aron Griffis
stable on ia64
07 Feb 2005; Bryan Østergaard
Stable on alpha.
28 Jan 2005; Ciaran McCreesh
-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
Change encoding to UTF-8 for GLEP 31 compliance
*aap-1.072 (21 Dec 2004)
21 Dec 2004; Ciaran McCreesh
Bump, bug #75148
09 Nov 2004; Bryan Østergaard
Stable on alpha.
31 Oct 2004; Ciaran McCreesh
Stable on sparc, mips, x86
*aap-1.070 (02 Oct 2004)
02 Oct 2004; Ciaran McCreesh
Bump, bug #66137
28 Jun 2004; Ciaran McCreesh
Stable on sparc, added ~mips
03 Jun 2004; Bryan Østergaard
Stable on alpha.
24 May 2004; Ciaran McCreesh
Added ~sparc
24 Apr 2004; Danny van Dyk
marked ~amd64.
*aap-1.055 (15 Feb 2004)
15 Feb 2004; Aron Griffis
metadata.xml:
version bump
*aap-1.010 (13 Aug 2003)
13 Aug 2003; Aron Griffis
Version bump
11 Aug 2003; Aron Griffis
Fix symlink installation
*aap-1.000-r1 (24 Jul 2003)
24 Jul 2003; Aron Griffis
Fix the way documentation is installed
*aap-1.000 (23 Jul 2003)
23 Jul 2003; Aron Griffis
New ebuild for Bram Moolenaar's A-A-P
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST aap-1.076.zip 1637913 RMD160 e0a6580af4b66c04392613611835f1554eddc1c0 SHA1 a87327f14444bbe7085e9ff565d8fb2ced761951 SHA256 dc223d5e88a25426544bcfeebe4f97a71cfb3aea5fe983956f643d83b6f3841e
DIST aap-1.090.zip 1645406 RMD160 cd7f51da17126d2a1703814e0c91ca5e4e9ecd25 SHA1 2175e21f120fe3ff1fa5ad2a2da44ab54b263522 SHA256 621a4ea69dd5126e75826fcd7d19c18317b4f5f598b226cb40f64475c56318f4
EBUILD aap-1.076.ebuild 1033 RMD160 372a71fec70f764359c1a053af84eac445f06c75 SHA1 ca9d85d762da0de18b5728b8a62ac6d36edbfb91 SHA256 ed989cefca0f04a6f6f6d55a0f2f6ad19c4da62a99a59556a1c83a773945099f
EBUILD aap-1.090.ebuild 1038 RMD160 cb86e28b2333dd56fb64b97dc8ede0a574f37973 SHA1 02dcb6a0763f21a84950fe931490f1133c18793c SHA256 8df3668b2fd503c835cf4f7f9b6c22f08df7e98eb59165d73ce0714a4c342965
MISC ChangeLog 3194 RMD160 a9a2e8ff15bca31d8996f146aae3565c97174467 SHA1 e1a08ee938727596413435ace20eb95a8f16adbd SHA256 6ba9c693a41893dac3b47f18cb179aa57e50432bf8c89a2be48cdaaf3134eeea
MISC metadata.xml 156 RMD160 3e105a159e09ab3231aaa16b01919bcfbf58a0a8 SHA1 fe63ba71f6fd04f1e293fb238af2eba994b0335d SHA256 64d20c782589b423a6e75ba6fff7edead1ec8fbae742d27dd57f5299e8328500
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFH0qTLgo/w9rxVVVERAvpaAJ9mlFrFJXDRmag1Eo+hc/roYaDJMwCeMXQr
UTZeBWfaUAJqvxfqcT94FUI=
=5jWT
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/aap-1.076.ebuild,v 1.7 2008/01/26 19:12:20 grobian Exp $
IUSE="doc"
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 ~amd64 ia64 ~mips ~ppc sparc x86"
DEPEND="app-arch/unzip"
RDEPEND=">=dev-lang/python-1.5"
S=${WORKDIR}/${PN}
src_unpack() {
mkdir "${S}" && cd "${S}" && unzip -q "${DISTDIR}"/${A} || die
}
src_install() {
rm doc/*.sgml
rm doc/*.pdf
if use doc ; then
dodir /usr/share/doc/${PF}/html
cp -R doc/* "${D}"/usr/share/doc/${PF}/html
fi
rm doc/*.html
rm -fr doc/images
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
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/aap-1.090.ebuild,v 1.1 2008/03/08 14:37:57 nelchael Exp $
IUSE="doc"
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 ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
DEPEND="app-arch/unzip"
RDEPEND=">=dev-lang/python-1.5"
S=${WORKDIR}/${PN}
src_unpack() {
mkdir "${S}" && cd "${S}" && unzip -q "${DISTDIR}"/${A} || die
}
src_install() {
rm doc/*.sgml
rm doc/*.pdf
if use doc ; then
dodir /usr/share/doc/${PF}/html
cp -R doc/* "${D}"/usr/share/doc/${PF}/html
fi
rm doc/*.html
rm -fr doc/images
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
}