summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-09-20 19:56:40 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-09-20 19:56:40 +0000
commit19ac357f38e91fc1cdb5222f575ebf8c04225d9b (patch)
treee23a55756be55850caf81be82bbdaff2fd98803d /app-admin/pwgen
parentadded configure logic for hardened-gcc (diff)
downloadgentoo-2-19ac357f38e91fc1cdb5222f575ebf8c04225d9b.tar.gz
gentoo-2-19ac357f38e91fc1cdb5222f575ebf8c04225d9b.tar.bz2
gentoo-2-19ac357f38e91fc1cdb5222f575ebf8c04225d9b.zip
SRC_URI updates and patch to epatch conversions
Diffstat (limited to 'app-admin/pwgen')
-rw-r--r--app-admin/pwgen/Manifest4
-rw-r--r--app-admin/pwgen/pwgen-2.03.ebuild14
2 files changed, 10 insertions, 8 deletions
diff --git a/app-admin/pwgen/Manifest b/app-admin/pwgen/Manifest
index 9ca4540e0a08..eb90c4b1bdd3 100644
--- a/app-admin/pwgen/Manifest
+++ b/app-admin/pwgen/Manifest
@@ -1,5 +1,5 @@
-MD5 76ec9ac51b2962aa02aadeee7c287a40 pwgen-2.01.ebuild 690
-MD5 685641ebe343f3cea7003f3b2c0b83f8 pwgen-2.03.ebuild 703
MD5 9fa7ca52c01fc96ed4432cc2e07f3be4 ChangeLog 1247
+MD5 76ec9ac51b2962aa02aadeee7c287a40 pwgen-2.01.ebuild 690
+MD5 bd77c74c3ff772d0ec4eefa125af47e9 pwgen-2.03.ebuild 693
MD5 4dad0b929b330e3134b59bc5590e626a files/digest-pwgen-2.01 61
MD5 d4c95e5c5360c31261a443a3441add43 files/digest-pwgen-2.03 61
diff --git a/app-admin/pwgen/pwgen-2.03.ebuild b/app-admin/pwgen/pwgen-2.03.ebuild
index 0c20b3b76079..24d7029d16fd 100644
--- a/app-admin/pwgen/pwgen-2.03.ebuild
+++ b/app-admin/pwgen/pwgen-2.03.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/pwgen/pwgen-2.03.ebuild,v 1.5 2003/08/07 09:29:56 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/pwgen/pwgen-2.03.ebuild,v 1.6 2003/09/20 19:56:29 aliz Exp $
DESCRIPTION="Password Generator"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/pwgen/${P}.tar.gz"
HOMEPAGE="http://sourceforge.net/projects/pwgen/"
SLOT="0"
@@ -12,12 +12,14 @@ KEYWORDS="x86 ~ppc ~sparc hppa amd64 alpha"
DEPEND="virtual/glibc"
-src_compile() {
- # Fix the Makefile
- cp Makefile.in Makefile.in.new
- sed -e 's:$(prefix)/man/man1:$(mandir)/man1:g' \
+src_unpack() {
+ unpack ${A} ; cd ${S}
+
+ sed -i -e 's:$(prefix)/man/man1:$(mandir)/man1:g' \
Makefile.in.new > Makefile.in
+}
+src_compile() {
econf --sysconfdir=/etc/pwgen
emake || die
}