diff options
author | Troy Dack <tad@gentoo.org> | 2003-03-02 05:44:24 +0000 |
---|---|---|
committer | Troy Dack <tad@gentoo.org> | 2003-03-02 05:44:24 +0000 |
commit | 38426842137b9ecedf631071b3a9bc2a1e112971 (patch) | |
tree | ad0df5e17209366df5105170e5f5096710b75916 /app-admin/apg | |
parent | whoops, forgot the einfo :) (diff) | |
download | historical-38426842137b9ecedf631071b3a9bc2a1e112971.tar.gz historical-38426842137b9ecedf631071b3a9bc2a1e112971.tar.bz2 historical-38426842137b9ecedf631071b3a9bc2a1e112971.zip |
Initial import, Bug #16324
Diffstat (limited to 'app-admin/apg')
-rw-r--r-- | app-admin/apg/ChangeLog | 9 | ||||
-rw-r--r-- | app-admin/apg/apg-2.1.0.ebuild | 30 | ||||
-rw-r--r-- | app-admin/apg/files/digest-apg-2.1.0 | 1 |
3 files changed, 40 insertions, 0 deletions
diff --git a/app-admin/apg/ChangeLog b/app-admin/apg/ChangeLog new file mode 100644 index 000000000000..101c6cc889eb --- /dev/null +++ b/app-admin/apg/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-admin/apg +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/apg/ChangeLog,v 1.1 2003/03/02 05:44:24 tad Exp $ + +*apg-2.1.0 (02 Mar 2003) + + 02 Mar 2003; Troy Dack <tad@gentoo.org> apg-2.1.0.ebuild: + Initial import. Ebuild submitted by Robert Hennig <rob@geekmind.org> + diff --git a/app-admin/apg/apg-2.1.0.ebuild b/app-admin/apg/apg-2.1.0.ebuild new file mode 100644 index 000000000000..278b38c11672 --- /dev/null +++ b/app-admin/apg/apg-2.1.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/apg/apg-2.1.0.ebuild,v 1.1 2003/03/02 05:44:24 tad Exp $ + +DESCRIPTION="Another Password Generator" +SRC_URI="http://www.adel.nursat.kz/apg/download/${P}.tar.gz" +HOMEPAGE="http://www.adel.nursat.kz/apg/" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86" +IUSE="" +RDEPEND="" + +DEPEND="virtual/glibc" + +src_compile() { + cp Makefile Makefile.orig + sed -e 's,^#\(CS_LIBS = -lnsl\)$,\1,' Makefile.orig > Makefile + + emake standalone || die "compile problem" +} + +src_install() { + exeinto /usr/bin ; doexe apg apgbfm + dodoc CHANGES COPYING INSTALL README THANKS TODO + cd ${S}/doc + doman man/apg.1 + dodoc APG_TIPS pronun.txt rfc0972.txt rfc1750.txt +} diff --git a/app-admin/apg/files/digest-apg-2.1.0 b/app-admin/apg/files/digest-apg-2.1.0 new file mode 100644 index 000000000000..7d1ae425c7aa --- /dev/null +++ b/app-admin/apg/files/digest-apg-2.1.0 @@ -0,0 +1 @@ +MD5 402769cce2c5ffef9806993d93c5b56d apg-2.1.0.tar.gz 99202 |