diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-10-09 09:07:09 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-10-09 09:07:09 +0000 |
commit | 19f3cf8ef624dec6682efa108443c6865844837d (patch) | |
tree | b52d16d85943bf132959ff78535777a396ad3df2 /x11-apps | |
parent | Drop old ebuilds. (diff) | |
download | gentoo-2-19f3cf8ef624dec6682efa108443c6865844837d.tar.gz gentoo-2-19f3cf8ef624dec6682efa108443c6865844837d.tar.bz2 gentoo-2-19f3cf8ef624dec6682efa108443c6865844837d.zip |
Drop old ebuilds.
(Portage version: 2.1.3.12)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xauth/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xauth/files/digest-xauth-1.0.1 | 3 | ||||
-rw-r--r-- | x11-apps/xauth/xauth-1.0.1.ebuild | 21 |
3 files changed, 4 insertions, 25 deletions
diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog index fcd2a6d7feb4..d907419fe3c3 100644 --- a/x11-apps/xauth/ChangeLog +++ b/x11-apps/xauth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xauth # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.38 2007/08/07 13:25:49 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.39 2007/10/09 09:07:08 dberkholz Exp $ + + 09 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>; -xauth-1.0.1.ebuild: + Drop old ebuilds. 07 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org> xauth-1.0.2.ebuild: Stable on sparc wrt #175465 diff --git a/x11-apps/xauth/files/digest-xauth-1.0.1 b/x11-apps/xauth/files/digest-xauth-1.0.1 deleted file mode 100644 index 2bb34e604b08..000000000000 --- a/x11-apps/xauth/files/digest-xauth-1.0.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ed848ebba8d3a1ca727b80d6b89dc3c3 xauth-1.0.1.tar.bz2 96023 -RMD160 87e2598bf8cec51a814e7dfdfacdb0d43381fb94 xauth-1.0.1.tar.bz2 96023 -SHA256 35604bb69120760758acaf59384e4b8bcd000a187ac2ea99ff1f2ee239b03a00 xauth-1.0.1.tar.bz2 96023 diff --git a/x11-apps/xauth/xauth-1.0.1.ebuild b/x11-apps/xauth/xauth-1.0.1.ebuild deleted file mode 100644 index 5add6e30aaf2..000000000000 --- a/x11-apps/xauth/xauth-1.0.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.1.ebuild,v 1.14 2006/10/10 23:55:19 dberkholz Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X authority file utility" - -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="ipv6" - -RDEPEND="x11-libs/libX11 - x11-libs/libXau - x11-libs/libXext - x11-libs/libXmu" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="$(use_enable ipv6)" |