summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-12-04 22:19:21 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-12-04 22:19:21 +0000
commitcc6853a3ea3888229f0392a141ee8a19c5144c1c (patch)
treee18a03ce1e7e9f12d5474c705850a9f4f5e97512 /x11-apps/xprop
parentMarking stable on x86 for bug #113201, at Halcy0n's request. (diff)
downloadgentoo-2-cc6853a3ea3888229f0392a141ee8a19c5144c1c.tar.gz
gentoo-2-cc6853a3ea3888229f0392a141ee8a19c5144c1c.tar.bz2
gentoo-2-cc6853a3ea3888229f0392a141ee8a19c5144c1c.zip
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xprop')
-rw-r--r--x11-apps/xprop/ChangeLog8
-rw-r--r--x11-apps/xprop/files/digest-xprop-0.99.21
-rw-r--r--x11-apps/xprop/xprop-0.99.2.ebuild14
3 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/xprop/ChangeLog b/x11-apps/xprop/ChangeLog
index a7f68644908e..52cc318b4cd7 100644
--- a/x11-apps/xprop/ChangeLog
+++ b/x11-apps/xprop/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xprop
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/ChangeLog,v 1.5 2005/10/29 10:44:04 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/ChangeLog,v 1.6 2005/12/04 22:16:38 joshuabaergen Exp $
+
+*xprop-0.99.2 (04 Dec 2005)
+
+ 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xprop-0.99.2.ebuild:
+ Bump for 7.0RC3.
29 Oct 2005; Herbie Hopkins <herbs@gentoo.org> xprop-0.99.1.ebuild:
Marked ~amd64.
diff --git a/x11-apps/xprop/files/digest-xprop-0.99.2 b/x11-apps/xprop/files/digest-xprop-0.99.2
new file mode 100644
index 000000000000..c31ddcd7867d
--- /dev/null
+++ b/x11-apps/xprop/files/digest-xprop-0.99.2
@@ -0,0 +1 @@
+MD5 edf6834512b6b26e8d0e970b1112994b xprop-0.99.2.tar.bz2 91442
diff --git a/x11-apps/xprop/xprop-0.99.2.ebuild b/x11-apps/xprop/xprop-0.99.2.ebuild
new file mode 100644
index 000000000000..5097ecb102a4
--- /dev/null
+++ b/x11-apps/xprop/xprop-0.99.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/xprop-0.99.2.ebuild,v 1.1 2005/12/04 22:16:38 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xprop application"
+KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86"
+RDEPEND="x11-libs/libXmu
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"