diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-06-16 15:38:04 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-06-16 15:38:04 +0000 |
commit | e952f44433a19e0f43124aa8d58f1703cdbdf7ab (patch) | |
tree | 138b774fb14730aee88284ede87ff475a320f5b2 /app-admin/apg | |
parent | Fix linking (bug #226897) - no rev bump (diff) | |
download | gentoo-2-e952f44433a19e0f43124aa8d58f1703cdbdf7ab.tar.gz gentoo-2-e952f44433a19e0f43124aa8d58f1703cdbdf7ab.tar.bz2 gentoo-2-e952f44433a19e0f43124aa8d58f1703cdbdf7ab.zip |
old
(Portage version: 2.1.5.5)
Diffstat (limited to 'app-admin/apg')
-rw-r--r-- | app-admin/apg/apg-2.3.0b-r1.ebuild | 41 | ||||
-rw-r--r-- | app-admin/apg/apg-2.3.0b-r2.ebuild | 41 |
2 files changed, 0 insertions, 82 deletions
diff --git a/app-admin/apg/apg-2.3.0b-r1.ebuild b/app-admin/apg/apg-2.3.0b-r1.ebuild deleted file mode 100644 index e8ea6d55107c..000000000000 --- a/app-admin/apg/apg-2.3.0b-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/apg/apg-2.3.0b-r1.ebuild,v 1.5 2005/07/05 17:42:48 killerfox Exp $ - -inherit eutils - -DESCRIPTION="Another Password Generator" -HOMEPAGE="http://www.adel.nursat.kz/apg/" -SRC_URI="http://www.adel.nursat.kz/apg/download/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 hppa ppc ~sparc x86" -IUSE="cracklib" - -DEPEND="virtual/libc - cracklib? ( sys-libs/cracklib )" - -src_unpack() { - unpack ${A} - chmod -R +w ${S} - cd ${S} - if use cracklib; then - epatch ${FILESDIR}/${P}-cracklib.patch - fi -} - -src_compile() { - sed -i 's,^#\(APG_CS_CLIBS += -lnsl\)$,\1,' Makefile - - emake standalone || die "compile problem" - emake -C bfconvert || die "compile problem" -} - -src_install() { - dobin apg apgbfm bfconvert/bfconvert || die - dodoc CHANGES INSTALL README THANKS TODO - cd doc - doman man/apg.1 man/apgbfm.1 - dodoc APG_TIPS pronun.txt rfc0972.txt rfc1750.txt -} diff --git a/app-admin/apg/apg-2.3.0b-r2.ebuild b/app-admin/apg/apg-2.3.0b-r2.ebuild deleted file mode 100644 index 01f0060d26b5..000000000000 --- a/app-admin/apg/apg-2.3.0b-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/apg/apg-2.3.0b-r2.ebuild,v 1.6 2006/12/17 18:01:29 voxus Exp $ - -inherit eutils - -DESCRIPTION="Another Password Generator" -HOMEPAGE="http://www.adel.nursat.kz/apg/" -SRC_URI="http://www.adel.nursat.kz/apg/download/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 hppa ppc ~sparc x86" -IUSE="cracklib" - -DEPEND="cracklib? ( sys-libs/cracklib )" - -src_unpack() { - unpack "${A}" - chmod -R 0700 "${S}" - cd ${S} - if use cracklib; then - epatch ${FILESDIR}/${P}-cracklib.patch - epatch ${FILESDIR}/${PN}-glibc-2.4.patch - fi -} - -src_compile() { - sed -i 's,^#\(APG_CS_CLIBS += -lnsl\)$,\1,' Makefile - - emake standalone || die "compile problem" - emake -C bfconvert || die "compile problem" -} - -src_install() { - dobin apg apgbfm bfconvert/bfconvert || die - dodoc CHANGES INSTALL README THANKS TODO - cd doc - doman man/apg.1 man/apgbfm.1 - dodoc APG_TIPS pronun.txt rfc0972.txt rfc1750.txt -} |