summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-08-08 06:28:13 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-08-08 06:28:13 +0000
commit57fb94ba97fd17987ae03bea4bd04417b795d84b (patch)
tree9bfd00b09ca8ce22f5f0c789638e86d6e99bbc25 /x11-apps/xauth
parentversion bump (diff)
downloadgentoo-2-57fb94ba97fd17987ae03bea4bd04417b795d84b.tar.gz
gentoo-2-57fb94ba97fd17987ae03bea4bd04417b795d84b.tar.bz2
gentoo-2-57fb94ba97fd17987ae03bea4bd04417b795d84b.zip
Initial commit for modular X.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-apps/xauth')
-rw-r--r--x11-apps/xauth/ChangeLog9
-rw-r--r--x11-apps/xauth/Manifest2
-rw-r--r--x11-apps/xauth/files/digest-xauth-0.99.01
-rw-r--r--x11-apps/xauth/xauth-0.99.0.ebuild16
4 files changed, 28 insertions, 0 deletions
diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog
new file mode 100644
index 000000000000..451bd3beaba0
--- /dev/null
+++ b/x11-apps/xauth/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-apps/xauth
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.1 2005/08/08 06:28:10 spyderous Exp $
+
+*xauth-0.99.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xauth-0.99.0.ebuild:
+ Initial commit for modular X.
+
diff --git a/x11-apps/xauth/Manifest b/x11-apps/xauth/Manifest
new file mode 100644
index 000000000000..7c2c678e4a3b
--- /dev/null
+++ b/x11-apps/xauth/Manifest
@@ -0,0 +1,2 @@
+MD5 3b6a48b1df44ea095c881d9cd6bf295b xauth-0.99.0.ebuild 356
+MD5 90404d10addaf1b73adf8051cc3f7c77 files/digest-xauth-0.99.0 64
diff --git a/x11-apps/xauth/files/digest-xauth-0.99.0 b/x11-apps/xauth/files/digest-xauth-0.99.0
new file mode 100644
index 000000000000..ac739e7bfb70
--- /dev/null
+++ b/x11-apps/xauth/files/digest-xauth-0.99.0
@@ -0,0 +1 @@
+MD5 fb8174c44beb47eb664dfa53317f5839 xauth-0.99.0.tar.bz2 72138
diff --git a/x11-apps/xauth/xauth-0.99.0.ebuild b/x11-apps/xauth/xauth-0.99.0.ebuild
new file mode 100644
index 000000000000..53550e573169
--- /dev/null
+++ b/x11-apps/xauth/xauth-0.99.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-0.99.0.ebuild,v 1.1 2005/08/08 06:28:10 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xauth application"
+KEYWORDS="~x86"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libXext
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}"