summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-04-04 00:49:03 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-04-04 00:49:03 +0000
commit640dbb9de635d1a95aab66ac3c116b56eb6ffa9c (patch)
treeadc206db4a03474ab93ffed02953660cc7b776ce /x11-apps/xdriinfo
parentMan page fix. (diff)
downloadgentoo-2-640dbb9de635d1a95aab66ac3c116b56eb6ffa9c.tar.gz
gentoo-2-640dbb9de635d1a95aab66ac3c116b56eb6ffa9c.tar.bz2
gentoo-2-640dbb9de635d1a95aab66ac3c116b56eb6ffa9c.zip
Minor correctness and build fixes.
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'x11-apps/xdriinfo')
-rw-r--r--x11-apps/xdriinfo/ChangeLog8
-rw-r--r--x11-apps/xdriinfo/files/digest-xdriinfo-1.0.13
-rw-r--r--x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild15
3 files changed, 25 insertions, 1 deletions
diff --git a/x11-apps/xdriinfo/ChangeLog b/x11-apps/xdriinfo/ChangeLog
index b06340e7141d..da48dafad697 100644
--- a/x11-apps/xdriinfo/ChangeLog
+++ b/x11-apps/xdriinfo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xdriinfo
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.12 2006/03/24 03:55:44 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.13 2006/04/04 00:49:03 spyderous Exp $
+
+*xdriinfo-1.0.1 (04 Apr 2006)
+
+ 04 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>;
+ +xdriinfo-1.0.1.ebuild:
+ Minor correctness and build fixes.
24 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>;
xdriinfo-1.0.0-r1.ebuild:
diff --git a/x11-apps/xdriinfo/files/digest-xdriinfo-1.0.1 b/x11-apps/xdriinfo/files/digest-xdriinfo-1.0.1
new file mode 100644
index 000000000000..aa1c192fdc80
--- /dev/null
+++ b/x11-apps/xdriinfo/files/digest-xdriinfo-1.0.1
@@ -0,0 +1,3 @@
+MD5 be3c5a9b242a57226b5bb5f22ec341ca xdriinfo-1.0.1.tar.bz2 81557
+RMD160 d33dbc45dfd2943b14e6516f4dbf0b13241e39f1 xdriinfo-1.0.1.tar.bz2 81557
+SHA256 f693977bdaea7eb6b095a6b6bc60b8a62110ecdef4c455211346e592f59c3772 xdriinfo-1.0.1.tar.bz2 81557
diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild b/x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild
new file mode 100644
index 000000000000..877c6067ed78
--- /dev/null
+++ b/x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild,v 1.1 2006/04/04 00:49:03 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xdriinfo application"
+RESTRICT="mirror"
+KEYWORDS="~ppc ~ppc64 ~x86"
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-proto/glproto"