aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven 'sleipnir' Rebhan <odinshorse@googlemail.com>2009-03-04 19:40:28 +0000
committerSven 'sleipnir' Rebhan <odinshorse@googlemail.com>2009-03-04 19:40:28 +0000
commitef55677f348ada5cfdc0503507fcca82a811182d (patch)
treee10fbd7bd451f4c8ef5f824c6d9121f86a09dc1b /x11-apps
parentRemoved DEPEND=RDEPEND. (diff)
downloadembedded-cross-ef55677f348ada5cfdc0503507fcca82a811182d.tar.gz
embedded-cross-ef55677f348ada5cfdc0503507fcca82a811182d.tar.bz2
embedded-cross-ef55677f348ada5cfdc0503507fcca82a811182d.zip
Removed DEPEND=$RDEPEND.
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xauth/Manifest2
-rw-r--r--x11-apps/xauth/xauth-1.0.3.ebuild21
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-apps/xauth/Manifest b/x11-apps/xauth/Manifest
new file mode 100644
index 0000000..d1d107d
--- /dev/null
+++ b/x11-apps/xauth/Manifest
@@ -0,0 +1,2 @@
+DIST xauth-1.0.3.tar.bz2 112331 RMD160 be87304d87abacc1d5fb00473807085d64b12e45 SHA1 6a034b6e665eabd149bf4f8ee60c12a86b70ecde SHA256 1fd18b53fda74ea4649eb9577b1cf86538a25d171f10251eeb30d11cdd5bda8c
+EBUILD xauth-1.0.3.ebuild 575 RMD160 120cb61b449f890a906991ebace4670fa54fe02a SHA1 695ab2b0685c894080f58bd50aa3187bae6a527b SHA256 57e79dcfaba125949736504fb57306ec1be43926b7a2932b5cbf58626f70fe6d
diff --git a/x11-apps/xauth/xauth-1.0.3.ebuild b/x11-apps/xauth/xauth-1.0.3.ebuild
new file mode 100644
index 0000000..cd57ba2
--- /dev/null
+++ b/x11-apps/xauth/xauth-1.0.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.3.ebuild,v 1.1 2008/03/10 01:55:38 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=""
+
+CONFIGURE_OPTIONS="$(use_enable ipv6)"