diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-09-26 20:45:52 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-09-26 20:45:52 +0000 |
commit | 6b701bf2c55bb2d00dfb89065ac02cebc2208332 (patch) | |
tree | 183a04ec76884ad39a5953679a4dff6f99b0b97b /app-admin/otpcalc | |
parent | Added dev-util/gperf to DEPEND, closing Bug 29647 (diff) | |
download | historical-6b701bf2c55bb2d00dfb89065ac02cebc2208332.tar.gz historical-6b701bf2c55bb2d00dfb89065ac02cebc2208332.tar.bz2 historical-6b701bf2c55bb2d00dfb89065ac02cebc2208332.zip |
sed and epatch updates
Diffstat (limited to 'app-admin/otpcalc')
-rw-r--r-- | app-admin/otpcalc/Manifest | 2 | ||||
-rw-r--r-- | app-admin/otpcalc/otpcalc-0.96.ebuild | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/app-admin/otpcalc/Manifest b/app-admin/otpcalc/Manifest index 70b6ed569a26..aaa3338d5cd3 100644 --- a/app-admin/otpcalc/Manifest +++ b/app-admin/otpcalc/Manifest @@ -1,4 +1,4 @@ -MD5 d133533be80e7d798fd197cda5d388c5 otpcalc-0.96.ebuild 813 MD5 85f8833a67ebe843e65e9a48c3d17f43 ChangeLog 533 MD5 78714bd1cdeb6709df0a6dcc4c5347ce metadata.xml 410 +MD5 7cd87d493d41ad0214f3266f76cabc4b otpcalc-0.96.ebuild 748 MD5 1ce297d1a90353ea4e3ee49a9d21be6d files/digest-otpcalc-0.96 64 diff --git a/app-admin/otpcalc/otpcalc-0.96.ebuild b/app-admin/otpcalc/otpcalc-0.96.ebuild index a076575744d8..150c80f336bf 100644 --- a/app-admin/otpcalc/otpcalc-0.96.ebuild +++ b/app-admin/otpcalc/otpcalc-0.96.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/otpcalc/otpcalc-0.96.ebuild,v 1.5 2003/09/15 10:03:36 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/otpcalc/otpcalc-0.96.ebuild,v 1.6 2003/09/26 20:45:47 aliz Exp $ DESCRIPTION="A One Time Password and S/Key calculator for X" HOMEPAGE="http://killa.net/infosec/otpCalc/" @@ -20,12 +20,11 @@ S=${WORKDIR}/${P/c/C} src_unpack() { unpack ${A} - sed -e "s/VERSION/${PV}/g" ${S}/otpCalc.man > ${S}/otpCalc.1 + sed -i -e "s/VERSION/${PV}/g" ${S}/otpCalc.man sed -i "s#-s -O3#${CFLAGS}#g" ${S}/Makefile.in } src_install() { - sed -e "s/VERSION/${PV}/g" ${S}/otpCalc.man > ${S}/otpCalc.1 - doman otpCalc.1 + newman otpCalc.man otpCalc.1 dobin otpCalc } |