diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-01 09:39:30 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-01 09:39:30 +0000 |
commit | 9e172ba18e3ee940b2c70aa2e33edc2f0fcaa0f3 (patch) | |
tree | 7808d92c3b4c59807701e4fad742068a60290382 /app-crypt/heimdal | |
parent | epatch, sed and changelog fixes (diff) | |
download | gentoo-2-9e172ba18e3ee940b2c70aa2e33edc2f0fcaa0f3.tar.gz gentoo-2-9e172ba18e3ee940b2c70aa2e33edc2f0fcaa0f3.tar.bz2 gentoo-2-9e172ba18e3ee940b2c70aa2e33edc2f0fcaa0f3.zip |
epatch, sed and changelog fixes
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/Manifest | 8 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.5.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.5.1.ebuild | 5 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.5.ebuild | 5 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.ebuild | 5 |
5 files changed, 12 insertions, 15 deletions
diff --git a/app-crypt/heimdal/Manifest b/app-crypt/heimdal/Manifest index 9116a19647e5..b29b4f4905fb 100644 --- a/app-crypt/heimdal/Manifest +++ b/app-crypt/heimdal/Manifest @@ -1,9 +1,9 @@ MD5 d9dba6f4b3a9e6dc9ac5c22a8e7f7d60 ChangeLog 1916 MD5 f6b1401222ca5d3445bca9b71aecd351 heimdal-0.4e-r1.ebuild 1155 -MD5 e4681d5e52ab9076a9ffeb57362229f3 heimdal-0.5.1-r1.ebuild 2249 -MD5 fa2ac2b197b806e6b7cf2f49ae06c93c heimdal-0.5.1.ebuild 1358 -MD5 ae05a845984104e43098ea54b4b70e99 heimdal-0.5.ebuild 1342 -MD5 6c2f6f0e124bf831399feb43143a7777 heimdal-0.6.ebuild 2246 +MD5 452e87108b96f535ee80210af5fc8a71 heimdal-0.5.1-r1.ebuild 2236 +MD5 d9829868e0e126ddbbdee99dbe53393f heimdal-0.5.1.ebuild 1312 +MD5 5013b31815aaef0a4abbd20698910e31 heimdal-0.5.ebuild 1296 +MD5 7c6109ee72c16842556f02cb849c2a02 heimdal-0.6.ebuild 2196 MD5 12c2f086658ad67e3ddaf1340cb9405a files/01heimdal 125 MD5 4b0bf925049fd324edb977fa85fb907f files/digest-heimdal-0.4e-r1 65 MD5 9938c171c490847ed838372b75d29d0c files/digest-heimdal-0.5 64 diff --git a/app-crypt/heimdal/heimdal-0.5.1-r1.ebuild b/app-crypt/heimdal/heimdal-0.5.1-r1.ebuild index 4e20a5bb5460..d2cad72f954e 100644 --- a/app-crypt/heimdal/heimdal-0.5.1-r1.ebuild +++ b/app-crypt/heimdal/heimdal-0.5.1-r1.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-crypt/heimdal/heimdal-0.5.1-r1.ebuild,v 1.9 2003/09/21 09:44:08 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.5.1-r1.ebuild,v 1.10 2003/10/01 09:39:25 aliz Exp $ inherit libtool @@ -28,7 +28,7 @@ src_unpack() { cd ${S}/lib/krb5 mv Makefile.in Makefile.in.bak - sed "s:LIB_crypt = @LIB_crypt@:LIB_crypt = -lssl @LIB_crypt@:g" Makefile.in.bak >Makefile.in + sed -i "s:LIB_crypt = @LIB_crypt@:LIB_crypt = -lssl @LIB_crypt@:g" Makefile.in } src_compile() { diff --git a/app-crypt/heimdal/heimdal-0.5.1.ebuild b/app-crypt/heimdal/heimdal-0.5.1.ebuild index 7434ab4fca2d..20c8c686b855 100644 --- a/app-crypt/heimdal/heimdal-0.5.1.ebuild +++ b/app-crypt/heimdal/heimdal-0.5.1.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-crypt/heimdal/heimdal-0.5.1.ebuild,v 1.6 2003/09/21 09:44:08 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.5.1.ebuild,v 1.7 2003/10/01 09:39:25 aliz Exp $ DESCRIPTION="Kerberos 5 implementation from KTH" SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz" @@ -20,8 +20,7 @@ src_unpack() { unpack ${A} cd ${S}/lib/krb5 - mv Makefile.in Makefile.in.bak - sed "s:LIB_crypt = @LIB_crypt@:LIB_crypt = -lssl @LIB_crypt@:g" Makefile.in.bak >Makefile.in + sed -i "s:LIB_crypt = @LIB_crypt@:LIB_crypt = -lssl @LIB_crypt@:g" Makefile.in } src_compile() { diff --git a/app-crypt/heimdal/heimdal-0.5.ebuild b/app-crypt/heimdal/heimdal-0.5.ebuild index 222b8eac8c1b..11a58c0ff30e 100644 --- a/app-crypt/heimdal/heimdal-0.5.ebuild +++ b/app-crypt/heimdal/heimdal-0.5.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-crypt/heimdal/heimdal-0.5.ebuild,v 1.6 2003/09/21 09:44:08 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.5.ebuild,v 1.7 2003/10/01 09:39:25 aliz Exp $ DESCRIPTION="Kerberos 5 implementation from KTH" SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz" @@ -20,8 +20,7 @@ src_unpack() { unpack ${A} cd ${S}/lib/krb5 - mv Makefile.in Makefile.in.bak - sed "s:LIB_crypt = @LIB_crypt@:LIB_crypt = -lssl @LIB_crypt@:g" Makefile.in.bak >Makefile.in + sed -i "s:LIB_crypt = @LIB_crypt@:LIB_crypt = -lssl @LIB_crypt@:g" Makefile.in } src_compile() { diff --git a/app-crypt/heimdal/heimdal-0.6.ebuild b/app-crypt/heimdal/heimdal-0.6.ebuild index 18205b4a7b1c..ac7080c2c787 100644 --- a/app-crypt/heimdal/heimdal-0.6.ebuild +++ b/app-crypt/heimdal/heimdal-0.6.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-crypt/heimdal/heimdal-0.6.ebuild,v 1.3 2003/09/05 01:33:12 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.ebuild,v 1.4 2003/10/01 09:39:25 aliz Exp $ inherit libtool @@ -27,8 +27,7 @@ src_unpack() { unpack ${A} cd ${S}/lib/krb5 - mv Makefile.in Makefile.in.bak - sed "s:LIB_crypt = @LIB_crypt@:LIB_crypt = -lssl @LIB_crypt@:g" Makefile.in.bak >Makefile.in + sed -i "s:LIB_crypt = @LIB_crypt@:LIB_crypt = -lssl @LIB_crypt@:g" Makefile.in } src_compile() { |