summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2003-10-20 04:41:25 +0000
committerRyan Phillips <rphillips@gentoo.org>2003-10-20 04:41:25 +0000
commit360b6e5be02df05f26767915b8d9c25aa4d1716c (patch)
treebdbba3213542a4c658cca52c602adce87884be99 /app-crypt/kth-krb
parentmoved from app-misc/xclip (diff)
downloadgentoo-2-360b6e5be02df05f26767915b8d9c25aa4d1716c.tar.gz
gentoo-2-360b6e5be02df05f26767915b8d9c25aa4d1716c.tar.bz2
gentoo-2-360b6e5be02df05f26767915b8d9c25aa4d1716c.zip
Fixed SED
Diffstat (limited to 'app-crypt/kth-krb')
-rw-r--r--app-crypt/kth-krb/ChangeLog5
-rw-r--r--app-crypt/kth-krb/Manifest4
-rw-r--r--app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/kth-krb/ChangeLog b/app-crypt/kth-krb/ChangeLog
index fc30e2ba5c42..f84dc891dda2 100644
--- a/app-crypt/kth-krb/ChangeLog
+++ b/app-crypt/kth-krb/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-crypt/kth-krb
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/ChangeLog,v 1.14 2003/10/05 23:31:57 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/ChangeLog,v 1.15 2003/10/20 04:41:23 rphillips Exp $
*kth-krb-1.2.2-r1 (05 Oct 2003)
+ 19 Oct 2003; Ryan Phillips <rphillips@gentoo.org> kth-krb-1.2.2-r1.ebuild :\
+ Fixed sed
+
05 Oct 2003; Ryan Phillips <rphillips@gentoo.org> kth-krb-1.2.2-r1.ebuild :
added a kludge to fix the paths with the libraries
diff --git a/app-crypt/kth-krb/Manifest b/app-crypt/kth-krb/Manifest
index 7c39184e8b75..d155db507662 100644
--- a/app-crypt/kth-krb/Manifest
+++ b/app-crypt/kth-krb/Manifest
@@ -1,7 +1,7 @@
MD5 40c5c3794b6a5da86ddd5ae068c43582 kth-krb-1.2.ebuild 1228
-MD5 485b37e1270b09772fa167e2404205dd kth-krb-1.2.2-r1.ebuild 1424
+MD5 3e06ff5a9d541c547221cab70d004cc6 kth-krb-1.2.2-r1.ebuild 1395
MD5 c3279d8211021886f9136f98304ba5a1 kth-krb-1.2.2.ebuild 1233
-MD5 811b265c172b54417ece706408478045 ChangeLog 1699
+MD5 606ed66e3a96e4243a3e9a3ee7faaf89 ChangeLog 1791
MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225
MD5 52d6c61f464a1dbbb09907a4d4a998d6 kth-krb-1.2.1.ebuild 1233
MD5 2884941e77f936011c4c56d9af159ae6 files/digest-kth-krb-1.2 61
diff --git a/app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild b/app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild
index afe5e53c8bf9..331632e5391c 100644
--- a/app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild
+++ b/app-crypt/kth-krb/kth-krb-1.2.2-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/kth-krb/kth-krb-1.2.2-r1.ebuild,v 1.1 2003/10/05 23:31:57 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild,v 1.2 2003/10/20 04:41:23 rphillips Exp $
DESCRIPTION="Kerberos 4 implementation from KTH"
SRC_URI="ftp://ftp.pdc.kth.se/pub/krb/src/krb4-${PV}.tar.gz"
@@ -58,5 +58,5 @@ src_install() {
# rphillips: cludge to fix the paths
einfo "Fixing /usr/athena/lib library paths"
cd ${D}/usr/athena/lib
- sed -i 's:/var/tmp/portage/kth-krb-.*/image/::g' *.la
+ sed -i 's:${D}/::g' *.la
}