diff options
author | Jason Wever <weeve@gentoo.org> | 2003-12-16 01:07:09 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-12-16 01:07:09 +0000 |
commit | 47f4d56fd8e0063cce1a980fc983d41517c333ae (patch) | |
tree | 2e2b107bb9241a7f61c992a99d629dbada5930ad /app-crypt | |
parent | amd64 keywords (diff) | |
download | historical-47f4d56fd8e0063cce1a980fc983d41517c333ae.tar.gz historical-47f4d56fd8e0063cce1a980fc983d41517c333ae.tar.bz2 historical-47f4d56fd8e0063cce1a980fc983d41517c333ae.zip |
Masked on sparc as kth-krb dependency is currently broken and unable to build.
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/heimdal/Manifest | 12 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.4e-r1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.5.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.5.1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.5.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.ebuild | 4 |
7 files changed, 22 insertions, 17 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index 6a65174ded2b..bed2d5a81708 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.12 2003/05/27 07:53:14 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.13 2003/12/16 01:06:51 weeve Exp $ + + 15 Dec 2003; Jason Wever <weeve@gentoo.org> heimdal-0.4e-r1.ebuild, + heimdal-0.5.1-r1.ebuild, heimdal-0.5.1.ebuild, heimdal-0.5.ebuild, + heimdal-0.6.ebuild: + Masked on sparc as kth-krb dependency is currently broken and unable to build. *heimdal-0.6 (27 May 2003) diff --git a/app-crypt/heimdal/Manifest b/app-crypt/heimdal/Manifest index b29b4f4905fb..4cf0e74dc93d 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 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 46676bef38fb565ddf9126b8d758196c ChangeLog 2160 +MD5 b9859ed28f031f9396b8c12f53675aa2 heimdal-0.4e-r1.ebuild 1157 +MD5 68098215e98ebbd33fd94dd593e58abb heimdal-0.5.1-r1.ebuild 2237 +MD5 659291b8fd615a03020309fc26754187 heimdal-0.5.1.ebuild 1314 +MD5 05d2acfd024f5372f94c5bb5bbf0afc4 heimdal-0.5.ebuild 1304 +MD5 19eb3305bf37e3eb89053d935ac22dd0 heimdal-0.6.ebuild 2198 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.4e-r1.ebuild b/app-crypt/heimdal/heimdal-0.4e-r1.ebuild index 82abd6b1b808..41cda43dc643 100644 --- a/app-crypt/heimdal/heimdal-0.4e-r1.ebuild +++ b/app-crypt/heimdal/heimdal-0.4e-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.4e-r1.ebuild,v 1.13 2003/09/21 09:44:08 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.4e-r1.ebuild,v 1.14 2003/12/16 01:06:51 weeve Exp $ DESCRIPTION="Kerberos 5 implementation from KTH" SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.pdc.kth.se/heimdal/" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 sparc " +KEYWORDS="x86 -sparc " IUSE="ssl berkdb ipv6 ldap" DEPEND=">=app-crypt/kth-krb-1.1-r1 diff --git a/app-crypt/heimdal/heimdal-0.5.1-r1.ebuild b/app-crypt/heimdal/heimdal-0.5.1-r1.ebuild index d2cad72f954e..166aab36fd49 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.10 2003/10/01 09:39:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.5.1-r1.ebuild,v 1.11 2003/12/16 01:06:51 weeve Exp $ inherit libtool @@ -10,7 +10,7 @@ HOMEPAGE="http://www.pdc.kth.se/heimdal/" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~sparc ~ppc" +KEYWORDS="x86 -sparc ~ppc" IUSE="ssl ldap berkdb ipv6 krb4" PROVIDE="virtual/krb5" diff --git a/app-crypt/heimdal/heimdal-0.5.1.ebuild b/app-crypt/heimdal/heimdal-0.5.1.ebuild index 20c8c686b855..5bd04f21f7de 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.7 2003/10/01 09:39:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.5.1.ebuild,v 1.8 2003/12/16 01:06:51 weeve Exp $ DESCRIPTION="Kerberos 5 implementation from KTH" SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.pdc.kth.se/heimdal/" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 sparc " +KEYWORDS="x86 -sparc " IUSE="ssl ldap berkdb ipv6" DEPEND=">=app-crypt/kth-krb-1.2.1 diff --git a/app-crypt/heimdal/heimdal-0.5.ebuild b/app-crypt/heimdal/heimdal-0.5.ebuild index 11a58c0ff30e..56648f8e355a 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.7 2003/10/01 09:39:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.5.ebuild,v 1.8 2003/12/16 01:06:51 weeve Exp $ DESCRIPTION="Kerberos 5 implementation from KTH" SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.pdc.kth.se/heimdal/" SLOT="0" LICENSE="as-is" -KEYWORDS="x86" +KEYWORDS="x86 -sparc" IUSE="ssl ldap berkdb ipv6" DEPEND=">=app-crypt/kth-krb-1.1-r1 diff --git a/app-crypt/heimdal/heimdal-0.6.ebuild b/app-crypt/heimdal/heimdal-0.6.ebuild index ac7080c2c787..e040a2d2724c 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.4 2003/10/01 09:39:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.ebuild,v 1.5 2003/12/16 01:06:51 weeve Exp $ inherit libtool @@ -10,7 +10,7 @@ HOMEPAGE="http://www.pdc.kth.se/heimdal/" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 sparc ppc" +KEYWORDS="x86 -sparc ppc" IUSE="ssl ldap berkdb ipv6 krb4" PROVIDE="virtual/krb5" |