diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 21:36:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 21:36:10 +0000 |
commit | 7684e3da8fc6bf76f972ab3a1d1f0de5f131e3c4 (patch) | |
tree | 729064cb348d75f64ca92c91eeba0bb28dd890fd /app-crypt | |
parent | ~amd64 (diff) | |
download | historical-7684e3da8fc6bf76f972ab3a1d1f0de5f131e3c4.tar.gz historical-7684e3da8fc6bf76f972ab3a1d1f0de5f131e3c4.tar.bz2 historical-7684e3da8fc6bf76f972ab3a1d1f0de5f131e3c4.zip |
touch the libc
Diffstat (limited to 'app-crypt')
23 files changed, 68 insertions, 89 deletions
diff --git a/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild b/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild index fe7369a62d86..ffb087222aae 100644 --- a/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild +++ b/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild,v 1.6 2004/06/24 21:29:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild,v 1.7 2004/06/27 21:27:21 vapier Exp $ MY_P="${PN/-crypt/}-${PV}" DESCRIPTION="Command line program ('aes') to encrypt and decrypt data using the Rijndael algorythm" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/${MY_P} diff --git a/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild b/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild index bb287c372f04..3cf10b419033 100644 --- a/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild +++ b/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild,v 1.5 2004/06/24 21:30:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild,v 1.6 2004/06/27 21:27:59 vapier Exp $ DESCRIPTION="BCWipe secure file removal utility" HOMEPAGE="http://www.jetico.com/" @@ -12,7 +12,7 @@ SLOT="0" IUSE="" KEYWORDS="x86" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="" S=${WORKDIR}/${PN} diff --git a/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild b/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild index 4bb7607fc831..fb2854cb003b 100644 --- a/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild +++ b/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild,v 1.3 2004/06/26 10:51:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild,v 1.4 2004/06/27 21:27:59 vapier Exp $ DESCRIPTION="BCWipe secure file removal utility" HOMEPAGE="http://www.jetico.com/" @@ -12,7 +12,7 @@ SLOT="0" IUSE="" KEYWORDS="~x86 ~ppc" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="" S=${WORKDIR}/${PN} diff --git a/app-crypt/cli-crypt/cli-crypt-1.0.ebuild b/app-crypt/cli-crypt/cli-crypt-1.0.ebuild index fc608c8eead0..f1c0b1a043dd 100644 --- a/app-crypt/cli-crypt/cli-crypt-1.0.ebuild +++ b/app-crypt/cli-crypt/cli-crypt-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/cli-crypt/cli-crypt-1.0.ebuild,v 1.11 2004/06/24 21:30:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cli-crypt/cli-crypt-1.0.ebuild,v 1.12 2004/06/27 21:28:44 vapier Exp $ inherit gcc @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { emake CC="$(gcc-getCC)" CFLAGS="${CFLAGS} -lcrypt" || die diff --git a/app-crypt/gnupg/gnupg-1.2.3-r5.ebuild b/app-crypt/gnupg/gnupg-1.2.3-r5.ebuild index 6b92021efc8d..efa84f25cd0e 100644 --- a/app-crypt/gnupg/gnupg-1.2.3-r5.ebuild +++ b/app-crypt/gnupg/gnupg-1.2.3-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.3-r5.ebuild,v 1.10 2004/06/24 21:31:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.3-r5.ebuild,v 1.11 2004/06/27 21:29:39 vapier Exp $ inherit eutils flag-o-matic @@ -18,7 +18,7 @@ RDEPEND="!static? ( ldap? ( net-nds/openldap ) sys-libs/zlib ) X? ( || ( media-gfx/xloadimage media-gfx/xli ) ) nls? ( sys-devel/gettext ) - virtual/glibc + virtual/libc dev-lang/perl virtual/mta" # XXX: libpcap earlier than 1.10-r3 did not provide libcap.a @@ -28,7 +28,7 @@ DEPEND="caps? ( sys-libs/libcap ) ldap? ( net-nds/openldap ) nls? ( sys-devel/gettext ) !static? ( sys-libs/zlib ) - virtual/glibc + virtual/libc dev-lang/perl" src_unpack() { diff --git a/app-crypt/gnupg/gnupg-1.2.4.ebuild b/app-crypt/gnupg/gnupg-1.2.4.ebuild index 470283a93413..7bdb56c7dd02 100644 --- a/app-crypt/gnupg/gnupg-1.2.4.ebuild +++ b/app-crypt/gnupg/gnupg-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.4.ebuild,v 1.19 2004/06/24 21:31:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.4.ebuild,v 1.20 2004/06/27 21:29:39 vapier Exp $ inherit eutils flag-o-matic @@ -20,7 +20,7 @@ RDEPEND="!static? ( ldap? ( net-nds/openldap ) sys-libs/zlib ) X? ( || ( media-gfx/xloadimage media-gfx/xli ) ) nls? ( sys-devel/gettext ) - virtual/glibc + virtual/libc dev-lang/perl" # XXX: libpcap earlier than 1.10-r3 did not provide libcap.a # DEPEND="caps? ( static? ( >=sys-libs/libcap-1.10-r3 ) @@ -30,7 +30,7 @@ DEPEND="caps? ( sys-libs/libcap ) nls? ( sys-devel/gettext ) !static? ( sys-libs/zlib ) app-arch/bzip2 - virtual/glibc + virtual/libc dev-lang/perl" src_unpack() { diff --git a/app-crypt/gnupg/gnupg-1.9.0.ebuild b/app-crypt/gnupg/gnupg-1.9.0.ebuild index 069005df97cf..68218dd3ce97 100644 --- a/app-crypt/gnupg/gnupg-1.9.0.ebuild +++ b/app-crypt/gnupg/gnupg-1.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.0.ebuild,v 1.6 2004/06/24 21:31:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.0.ebuild,v 1.7 2004/06/27 21:29:39 vapier Exp $ inherit eutils @@ -20,7 +20,7 @@ RDEPEND="!static? ( ldap? ( net-nds/openldap ) nls? ( sys-devel/gettext ) >=dev-libs/libgcrypt-1.1.42 >=dev-libs/libksba-0.4.7 - virtual/glibc + virtual/libc dev-lang/perl dev-libs/pth virtual/mta" @@ -31,7 +31,7 @@ DEPEND="caps? ( sys-libs/libcap ) >=dev-libs/libksba-0.4.7 dev-libs/libassuan sys-libs/zlib - virtual/glibc + virtual/libc dev-lang/perl dev-libs/pth" diff --git a/app-crypt/gnupg/gnupg-1.9.8.ebuild b/app-crypt/gnupg/gnupg-1.9.8.ebuild index c5a448e4ef26..0f122765d2b4 100644 --- a/app-crypt/gnupg/gnupg-1.9.8.ebuild +++ b/app-crypt/gnupg/gnupg-1.9.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.8.ebuild,v 1.5 2004/06/24 21:31:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.8.ebuild,v 1.6 2004/06/27 21:29:39 vapier Exp $ inherit eutils @@ -24,7 +24,7 @@ RDEPEND=" >=dev-libs/libgcrypt-1.1.42 >=dev-libs/libksba-0.4.7 smartcard? ( dev-libs/opensc ) - virtual/glibc + virtual/libc dev-lang/perl dev-libs/pth virtual/mta" @@ -36,7 +36,7 @@ DEPEND="caps? ( sys-libs/libcap ) >=dev-libs/libassuan-0.6.5 smartcard? ( dev-libs/opensc ) sys-libs/zlib - virtual/glibc + virtual/libc dev-lang/perl dev-libs/pth" diff --git a/app-crypt/hashalot/hashalot-0.3.ebuild b/app-crypt/hashalot/hashalot-0.3.ebuild index fb1ca216e6dd..7812b47d726e 100644 --- a/app-crypt/hashalot/hashalot-0.3.ebuild +++ b/app-crypt/hashalot/hashalot-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3.ebuild,v 1.3 2004/06/24 21:32:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3.ebuild,v 1.4 2004/06/27 21:30:55 vapier Exp $ DESCRIPTION="CryptoAPI utils" HOMEPAGE="http://www.kerneli.org/" @@ -8,22 +8,19 @@ SRC_URI="http://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~mips ~alpha ~arm ~ia64 ~amd64" +KEYWORDS="~x86 ~sparc ~mips ~alpha ~arm ~amd64 ~ia64" IUSE="" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" DEPEND="sys-apps/gawk sys-apps/grep - virtual/glibc + virtual/libc sys-devel/gcc" - src_test() { - cd ${S} - make check-TESTS + make check-TESTS || die } src_install() { emake DESTDIR=${D} install || die "install error" } - diff --git a/app-crypt/johntheripper/johntheripper-1.6-r3.ebuild b/app-crypt/johntheripper/johntheripper-1.6-r3.ebuild index 26e708979967..17644403df32 100644 --- a/app-crypt/johntheripper/johntheripper-1.6-r3.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6-r3.ebuild,v 1.3 2004/06/24 21:33:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6-r3.ebuild,v 1.4 2004/06/27 21:31:47 vapier Exp $ inherit eutils flag-o-matic @@ -23,15 +23,14 @@ SRC_URI="http://www.openwall.com/john/dl/${MY_P}.tar.gz -SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc ~alpha ~mips ~hppa" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa" IUSE="mmx ntlm skey mysql" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc skey? ( app-admin/skey ) kerberos? ( dev-libs/openssl )" - DEPEND="${RDEPEND} sys-devel/binutils sys-devel/gcc" diff --git a/app-crypt/johntheripper/johntheripper-1.6.37-r1.ebuild b/app-crypt/johntheripper/johntheripper-1.6.37-r1.ebuild index 7fed553b3325..b9591793b760 100644 --- a/app-crypt/johntheripper/johntheripper-1.6.37-r1.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.6.37-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.37-r1.ebuild,v 1.3 2004/06/24 21:33:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.37-r1.ebuild,v 1.4 2004/06/27 21:31:47 vapier Exp $ inherit eutils flag-o-matic @@ -22,15 +22,13 @@ SRC_URI="http://www.openwall.com/john/b/${MY_P}.tar.gz # -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ~sparc ~ppc ~alpha" #KEYWORDS removed until "generic" target is fixed - "~mips ~hppa" IUSE="mmx ntlm skey mysql kerberos" -# use debug && RESTRICT="${RESTRICT} nostrip" - -RDEPEND="virtual/glibc +RDEPEND="virtual/libc skey? ( app-admin/skey ) kerberos? ( dev-libs/openssl )" diff --git a/app-crypt/keynote/keynote-2.3.ebuild b/app-crypt/keynote/keynote-2.3.ebuild index a8935fd9df74..e5fa2efc6569 100644 --- a/app-crypt/keynote/keynote-2.3.ebuild +++ b/app-crypt/keynote/keynote-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/keynote/keynote-2.3.ebuild,v 1.5 2004/06/24 21:33:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/keynote/keynote-2.3.ebuild,v 1.6 2004/06/27 21:32:11 vapier Exp $ DESCRIPTION="The KeyNote Trust-Management System" HOMEPAGE="http://www1.cs.columbia.edu/~angelos/keynote.html" @@ -11,34 +11,27 @@ SLOT="0" KEYWORDS="x86" IUSE="ssl" -DEPEND="virtual/glibc +DEPEND="virtual/libc ssl? ( dev-libs/openssl )" src_compile() { - econf || die if use ssl; then make || die else make nocrypto || die fi - } src_install() { + dobin keynote || die - dobin keynote - - doman man/keynote.1 - doman man/keynote.3 - doman man/keynote.4 - doman man/keynote.5 + doman man/keynote.[1345] dolib.a libkeynote.a insinto /usr/include doins keynote.h - dodoc README HOWTO.add.crypto TODO LICENSE - + dodoc README HOWTO.add.crypto TODO } diff --git a/app-crypt/mhash/mhash-0.8.18-r1.ebuild b/app-crypt/mhash/mhash-0.8.18-r1.ebuild index a155f0f56ece..990ef9cd6cab 100644 --- a/app-crypt/mhash/mhash-0.8.18-r1.ebuild +++ b/app-crypt/mhash/mhash-0.8.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.18-r1.ebuild,v 1.10 2004/06/24 21:34:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.18-r1.ebuild,v 1.11 2004/06/27 21:33:02 vapier Exp $ DESCRIPTION="library providing a uniform interface to a large number of hash algorithms" HOMEPAGE="http://mhash.sourceforge.net/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 s390" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="" src_compile() { diff --git a/app-crypt/mhash/mhash-0.9.1.ebuild b/app-crypt/mhash/mhash-0.9.1.ebuild index 6f421d5ba8e2..0336b8ee8363 100644 --- a/app-crypt/mhash/mhash-0.9.1.ebuild +++ b/app-crypt/mhash/mhash-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.9.1.ebuild,v 1.4 2004/06/24 21:34:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.9.1.ebuild,v 1.5 2004/06/27 21:33:02 vapier Exp $ DESCRIPTION="library providing a uniform interface to a large number of hash algorithms" HOMEPAGE="http://mhash.sourceforge.net/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha arm hppa amd64 ia64 s390" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="" src_compile() { diff --git a/app-crypt/mit-krb5/mit-krb5-1.3.1-r1.ebuild b/app-crypt/mit-krb5/mit-krb5-1.3.1-r1.ebuild index eb91692f51fe..9cf5b109f64f 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.3.1-r1.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.3.1-r1.ebuild,v 1.2 2004/06/24 21:35:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.3.1-r1.ebuild,v 1.3 2004/06/27 21:33:36 vapier Exp $ inherit eutils gnuconfig @@ -15,13 +15,11 @@ SLOT="0" KEYWORDS="x86 sparc ppc alpha hppa ia64 amd64 mips" IUSE="krb4 static" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-devel/autoconf !virtual/krb5" - -RDEPEND="virtual/glibc +RDEPEND="virtual/libc !virtual/krb5" - PROVIDE="virtual/krb5" src_unpack() { diff --git a/app-crypt/mit-krb5/mit-krb5-1.3.1.ebuild b/app-crypt/mit-krb5/mit-krb5-1.3.1.ebuild index ef9e78eb249e..a2ab9b680255 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.3.1.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.3.1.ebuild,v 1.13 2004/06/24 21:35:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.3.1.ebuild,v 1.14 2004/06/27 21:33:36 vapier Exp $ inherit eutils gnuconfig @@ -15,11 +15,9 @@ SLOT="0" KEYWORDS="x86 sparc ppc alpha hppa ia64 amd64 mips s390" IUSE="krb4 static" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-devel/autoconf" - -RDEPEND="virtual/glibc" - +RDEPEND="virtual/libc" PROVIDE="virtual/krb5" src_unpack() { diff --git a/app-crypt/mit-krb5/mit-krb5-1.3.3-r1.ebuild b/app-crypt/mit-krb5/mit-krb5-1.3.3-r1.ebuild index d96fcc1f1db5..950669c0bfe6 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.3.3-r1.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.3.3-r1.ebuild,v 1.7 2004/06/26 00:13:10 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.3.3-r1.ebuild,v 1.8 2004/06/27 21:33:36 vapier Exp $ inherit eutils @@ -16,10 +16,10 @@ KEYWORDS="~x86 ~ppc sparc mips alpha arm hppa ~amd64 ~ia64 ~ppc64 ~s390" IUSE="krb4 static" RESTRICT="nomirror" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-devel/autoconf !virtual/krb5" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc !virtual/krb5" PROVIDE="virtual/krb5" diff --git a/app-crypt/mit-krb5/mit-krb5-1.3.3.ebuild b/app-crypt/mit-krb5/mit-krb5-1.3.3.ebuild index fc36eae2b7b7..036535a3f54c 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.3.3.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.3.3.ebuild,v 1.5 2004/06/24 21:35:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.3.3.ebuild,v 1.6 2004/06/27 21:33:36 vapier Exp $ inherit eutils @@ -16,10 +16,10 @@ KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa ~amd64 ~ia64 s390 ppc64" IUSE="krb4 static" RESTRICT="nomirror" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-devel/autoconf !virtual/krb5" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc !virtual/krb5" PROVIDE="virtual/krb5" diff --git a/app-crypt/outguess/outguess-0.2.ebuild b/app-crypt/outguess/outguess-0.2.ebuild index 91f713a1d726..5d23db87fd6a 100644 --- a/app-crypt/outguess/outguess-0.2.ebuild +++ b/app-crypt/outguess/outguess-0.2.ebuild @@ -1,24 +1,21 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/outguess/outguess-0.2.ebuild,v 1.3 2004/06/24 21:35:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/outguess/outguess-0.2.ebuild,v 1.4 2004/06/27 21:34:15 vapier Exp $ -DESCRIPTION="A universal tool for inserting steganographic information into other data." +DESCRIPTION="A universal tool for inserting steganographic information into other data" HOMEPAGE="http://www.outguess.org/" SRC_URI="http://packetstormsecurity.nl/crypt/stego/outguess-0.2.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/glibc" -S=${WORKDIR}/${PN} +DEPEND="virtual/libc" -src_compile() { - econf || die "./configure failed" - emake || die "make failed" -} +S=${WORKDIR}/${PN} src_install() { dobin outguess || die "installation failed" - doman outguess.1 || die "installation failed" + doman outguess.1 } diff --git a/app-crypt/pgpdump/pgpdump-0.19.ebuild b/app-crypt/pgpdump/pgpdump-0.19.ebuild index 632698a884df..c40fba5881de 100644 --- a/app-crypt/pgpdump/pgpdump-0.19.ebuild +++ b/app-crypt/pgpdump/pgpdump-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pgpdump/pgpdump-0.19.ebuild,v 1.5 2004/06/24 21:36:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pgpdump/pgpdump-0.19.ebuild,v 1.6 2004/06/27 21:34:58 vapier Exp $ DESCRIPTION="A PGP packet visualizer" HOMEPAGE="http://pgp.iijlab.net/pgpdump.html" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf || die diff --git a/app-crypt/pgpdump/pgpdump-0.20.ebuild b/app-crypt/pgpdump/pgpdump-0.20.ebuild index 2fd605c04004..2e954d944821 100644 --- a/app-crypt/pgpdump/pgpdump-0.20.ebuild +++ b/app-crypt/pgpdump/pgpdump-0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pgpdump/pgpdump-0.20.ebuild,v 1.3 2004/06/24 21:36:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pgpdump/pgpdump-0.20.ebuild,v 1.4 2004/06/27 21:34:58 vapier Exp $ DESCRIPTION="A PGP packet visualizer" HOMEPAGE="http://pgp.iijlab.net/pgpdump.html" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc app-arch/bzip2" src_compile() { diff --git a/app-crypt/pgpdump/pgpdump-0.21.ebuild b/app-crypt/pgpdump/pgpdump-0.21.ebuild index 5306191edafd..d922fc753730 100644 --- a/app-crypt/pgpdump/pgpdump-0.21.ebuild +++ b/app-crypt/pgpdump/pgpdump-0.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pgpdump/pgpdump-0.21.ebuild,v 1.3 2004/06/24 21:36:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pgpdump/pgpdump-0.21.ebuild,v 1.4 2004/06/27 21:34:58 vapier Exp $ DESCRIPTION="A PGP packet visualizer" HOMEPAGE="http://pgp.iijlab.net/pgpdump.html" @@ -8,10 +8,10 @@ SRC_URI="ftp://pgp.iijlab.net/pub/pgp/tools/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc app-arch/bzip2" src_compile() { diff --git a/app-crypt/shash/shash-0.2.6.ebuild b/app-crypt/shash/shash-0.2.6.ebuild index 43499157267b..856e04d06fcc 100644 --- a/app-crypt/shash/shash-0.2.6.ebuild +++ b/app-crypt/shash/shash-0.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6.ebuild,v 1.4 2004/06/24 21:38:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6.ebuild,v 1.5 2004/06/27 21:36:10 vapier Exp $ DESCRIPTION="Generate or check digests or MACs of files" HOMEPAGE="http://mcrypt.hellug.gr/shash/" @@ -11,9 +11,8 @@ SLOT="0" KEYWORDS="x86" IUSE="static" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc >=app-crypt/mhash-0.8.18-r1" - DEPEND="${RDEPEND} sys-devel/libtool sys-devel/automake |