summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-07-01 23:54:33 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-07-01 23:54:33 +0000
commit780f0f1214e91c1e6f26b2831394b7992db92dc7 (patch)
tree56656c6b5365b98593f8ca31c4695fe0c383e8f2 /x11-apps
parentVersion bump. (diff)
downloadgentoo-2-780f0f1214e91c1e6f26b2831394b7992db92dc7.tar.gz
gentoo-2-780f0f1214e91c1e6f26b2831394b7992db92dc7.tar.bz2
gentoo-2-780f0f1214e91c1e6f26b2831394b7992db92dc7.zip
Version bump.
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xprop/ChangeLog8
-rw-r--r--x11-apps/xprop/xprop-1.2.1.ebuild14
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/xprop/ChangeLog b/x11-apps/xprop/ChangeLog
index 5b7bb51fde40..d637574a3b39 100644
--- a/x11-apps/xprop/ChangeLog
+++ b/x11-apps/xprop/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xprop
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/ChangeLog,v 1.63 2011/02/14 18:54:49 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/ChangeLog,v 1.64 2011/07/01 23:54:33 chithanh Exp $
+
+*xprop-1.2.1 (01 Jul 2011)
+
+ 01 Jul 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xprop-1.2.1.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xprop-1.2.0.ebuild:
ppc stable wrt #344827, #354237
diff --git a/x11-apps/xprop/xprop-1.2.1.ebuild b/x11-apps/xprop/xprop-1.2.1.ebuild
new file mode 100644
index 000000000000..7b81a75fe441
--- /dev/null
+++ b/x11-apps/xprop/xprop-1.2.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/xprop-1.2.1.ebuild,v 1.1 2011/07/01 23:54:33 chithanh Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="property displayer for X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"