summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-24 10:00:29 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-24 10:00:29 +0000
commit22b880b2c7143432dedf4dff3adfca509c099a30 (patch)
tree9abdb21040bfd779a6a30d0b5220ca28a0ef3bc2 /x11-apps
parentold (diff)
downloadgentoo-2-22b880b2c7143432dedf4dff3adfca509c099a30.tar.gz
gentoo-2-22b880b2c7143432dedf4dff3adfca509c099a30.tar.bz2
gentoo-2-22b880b2c7143432dedf4dff3adfca509c099a30.zip
old
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xauth/Manifest2
-rw-r--r--x11-apps/xauth/xauth-1.0.2.ebuild23
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-apps/xauth/Manifest b/x11-apps/xauth/Manifest
index 7a04777493c5..d3ea97078a66 100644
--- a/x11-apps/xauth/Manifest
+++ b/x11-apps/xauth/Manifest
@@ -1,6 +1,4 @@
-DIST xauth-1.0.2.tar.bz2 110215 RMD160 38ec3103b90167668f385167b25cb48675742a4c SHA1 64bf289e3b3776de7f6b5984eb6ed238cfe9e2aa SHA256 569e5a581e5eb16abf1c04a66da22c6dade14578ab34e5e78b8724bb655f1f17
DIST xauth-1.0.3.tar.bz2 112331 RMD160 be87304d87abacc1d5fb00473807085d64b12e45 SHA1 6a034b6e665eabd149bf4f8ee60c12a86b70ecde SHA256 1fd18b53fda74ea4649eb9577b1cf86538a25d171f10251eeb30d11cdd5bda8c
-EBUILD xauth-1.0.2.ebuild 591 RMD160 d2dbe755b21b3e11f7b454c2ede0f05000a53c29 SHA1 b84aee70110afcaca3de50847781288932366c09 SHA256 7b89e491ebbc872ef52acbb19c8a0b58245037f8e1c6db21e20790d2873002c1
EBUILD xauth-1.0.3.ebuild 591 RMD160 b34998f05927f3fb59b066cd5080bac62915de47 SHA1 93bac94dcf43e584c892e0f7eb4ac2b562391965 SHA256 322fa099f73b57364b9f533cd68ca3daa9229ae080e3f92aa5e97407d2bd5144
MISC ChangeLog 5586 RMD160 865ae43868fa2fa1a01db7848d02f9b2ae8cd27d SHA1 e1fc567529134a71aae76f53a345e9109dd353a7 SHA256 a5ff504795263f26ef79462f99619c0cca931b56bd5934f20a3a7bc5b830ff09
MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
diff --git a/x11-apps/xauth/xauth-1.0.2.ebuild b/x11-apps/xauth/xauth-1.0.2.ebuild
deleted file mode 100644
index f4b30855ef7d..000000000000
--- a/x11-apps/xauth/xauth-1.0.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.2.ebuild,v 1.12 2009/05/04 14:53:59 ssuominen 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}"
-
-pkg_setup() {
- CONFIGURE_OPTIONS="$(use_enable ipv6)"
-}