summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-06-06 13:46:12 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-06-06 13:46:12 +0000
commit8690c0cad18141982596b2cbd75c5fcda1462ee5 (patch)
treea6ce7599716fb7aa6922821139ca26634ed56ab0 /app-crypt/mit-krb5
parentok, just install to regular locations -- no more custom location stuff -- at ... (diff)
downloadhistorical-8690c0cad18141982596b2cbd75c5fcda1462ee5.tar.gz
historical-8690c0cad18141982596b2cbd75c5fcda1462ee5.tar.bz2
historical-8690c0cad18141982596b2cbd75c5fcda1462ee5.zip
ok, this is now usable
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-crypt/mit-krb5')
-rw-r--r--app-crypt/mit-krb5/ChangeLog5
-rw-r--r--app-crypt/mit-krb5/Manifest4
-rw-r--r--app-crypt/mit-krb5/mit-krb5-1.4.ebuild8
3 files changed, 10 insertions, 7 deletions
diff --git a/app-crypt/mit-krb5/ChangeLog b/app-crypt/mit-krb5/ChangeLog
index 4d4e27c8bc27..03420839eb76 100644
--- a/app-crypt/mit-krb5/ChangeLog
+++ b/app-crypt/mit-krb5/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/mit-krb5
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.82 2005/06/03 00:53:23 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.83 2005/06/06 13:46:12 seemant Exp $
+
+ 06 Jun 2005; Seemant Kulleen <seemant@gentoo.org> mit-krb5-1.4.ebuild:
+ ok, this is now usable
03 Jun 2005; Mark Loeser <halcy0n@gentoo.org>
+files/mit-krb5-1.3.6-gcc4.patch, mit-krb5-1.3.6-r2.ebuild:
diff --git a/app-crypt/mit-krb5/Manifest b/app-crypt/mit-krb5/Manifest
index e22ae770e6f6..8ba6df9961cb 100644
--- a/app-crypt/mit-krb5/Manifest
+++ b/app-crypt/mit-krb5/Manifest
@@ -1,7 +1,7 @@
+MD5 b763b695a626117c67a9cd8663b342de mit-krb5-1.4.ebuild 2111
MD5 825f0126519fefa7b4e9fb330c9e81b3 mit-krb5-1.3.6-r2.ebuild 4276
MD5 f3ea9dd1d52f37139fbc4d101044f821 metadata.xml 241
-MD5 5adff93564f96e3d6c8bb7744a4bb8fb ChangeLog 14044
-MD5 28f4fce6e3525361a12f6f5320078f82 mit-krb5-1.4.ebuild 2111
+MD5 31e32fa099e18ae660a38dc009bceeb0 ChangeLog 14143
MD5 186bd4cbeff944079f44105d4c962c80 files/kdc.conf 438
MD5 fbb2a86038ab98ca0c7493ad9d55ace9 files/krb5.conf 541
MD5 c451148d1b3e182a19a8f9084d0b55b8 files/krb5.confd 233
diff --git a/app-crypt/mit-krb5/mit-krb5-1.4.ebuild b/app-crypt/mit-krb5/mit-krb5-1.4.ebuild
index b3a06ce068ee..27c3318d3c4a 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.4.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.4.ebuild,v 1.5 2005/06/06 13:44:47 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.4.ebuild,v 1.6 2005/06/06 13:46:12 seemant Exp $
inherit eutils flag-o-matic versionator
@@ -42,9 +42,9 @@ src_compile() {
$(use_enable ipv6) \
$(use_enable static) \
--enable-shared \
- --with-system-et --with-system-ss --with-system-db \
- --enable-dns-for-realm \
- || die
+ --with-system-et --with-system-ss \
+ --with-system-db \
+ --enable-dns-for-realm || die
MAKEOPTS=-j1 emake || die