summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-09-09 02:52:04 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-09-09 02:52:04 +0000
commit9b97ba9a76db6ee431cc85bb53f41083aa9e367a (patch)
treeeebd75a14f2169838c4edeefbfd4714b76ad7fd5 /x11-apps/xdriinfo
parentAdded x11-apps/xdriinfo for modular x. (diff)
downloadhistorical-9b97ba9a76db6ee431cc85bb53f41083aa9e367a.tar.gz
historical-9b97ba9a76db6ee431cc85bb53f41083aa9e367a.tar.bz2
historical-9b97ba9a76db6ee431cc85bb53f41083aa9e367a.zip
Initial snapshot for modular x.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-apps/xdriinfo')
-rw-r--r--x11-apps/xdriinfo/ChangeLog10
-rw-r--r--x11-apps/xdriinfo/Manifest3
-rw-r--r--x11-apps/xdriinfo/files/digest-xdriinfo-0.99.0_pre200509081
-rw-r--r--x11-apps/xdriinfo/xdriinfo-0.99.0_pre20050908.ebuild23
4 files changed, 37 insertions, 0 deletions
diff --git a/x11-apps/xdriinfo/ChangeLog b/x11-apps/xdriinfo/ChangeLog
new file mode 100644
index 000000000000..3bcd7aaf59c3
--- /dev/null
+++ b/x11-apps/xdriinfo/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-apps/xdriinfo
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.1 2005/09/09 02:52:04 joshuabaergen Exp $
+
+*xdriinfo-0.99.0_pre20050908 (09 Sep 2005)
+
+ 09 Sep 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xdriinfo-0.99.0_pre20050908.ebuild:
+ Initial snapshot for modular x.
+
diff --git a/x11-apps/xdriinfo/Manifest b/x11-apps/xdriinfo/Manifest
new file mode 100644
index 000000000000..b6a47c8fe274
--- /dev/null
+++ b/x11-apps/xdriinfo/Manifest
@@ -0,0 +1,3 @@
+MD5 98ff22e0f51ad863b7d4c3d785e42b49 ChangeLog 389
+MD5 8d1dda7af5f91c4930540a39e4102483 xdriinfo-0.99.0_pre20050908.ebuild 650
+MD5 63ab6f4cf13a90444d29d6babb42e75f files/digest-xdriinfo-0.99.0_pre20050908 79
diff --git a/x11-apps/xdriinfo/files/digest-xdriinfo-0.99.0_pre20050908 b/x11-apps/xdriinfo/files/digest-xdriinfo-0.99.0_pre20050908
new file mode 100644
index 000000000000..9f569d134050
--- /dev/null
+++ b/x11-apps/xdriinfo/files/digest-xdriinfo-0.99.0_pre20050908
@@ -0,0 +1 @@
+MD5 8b070645964a123635266dc8029a19e9 xdriinfo-0.99.0_pre20050908.tar.bz2 58448
diff --git a/x11-apps/xdriinfo/xdriinfo-0.99.0_pre20050908.ebuild b/x11-apps/xdriinfo/xdriinfo-0.99.0_pre20050908.ebuild
new file mode 100644
index 000000000000..6c6e42907ab9
--- /dev/null
+++ b/x11-apps/xdriinfo/xdriinfo-0.99.0_pre20050908.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-0.99.0_pre20050908.ebuild,v 1.1 2005/09/09 02:52:04 joshuabaergen Exp $
+
+inherit versionator
+
+# Must be before x-modular eclass is inherited
+SNAPSHOT="yes"
+
+# Fix ${S} in x-modular for pre ebuilds
+MY_P="${PN}-$(get_version_component_range 1-3)"
+S="${WORKDIR}/${MY_P}"
+
+inherit x-modular
+
+# Snapshots don't exist on fdo
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+DESCRIPTION="X.Org xdriinfo application"
+KEYWORDS="~x86"
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-proto/glproto"