summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-11-01 11:55:06 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-11-01 11:55:06 +0000
commitd75544201fc566547e4b20e0f72b93b345a87834 (patch)
tree9d74c32d98e41a8f04b648172fba286fce31a617 /x11-apps/xprop
parentConvert to scons-utils eclass. (diff)
downloadhistorical-d75544201fc566547e4b20e0f72b93b345a87834.tar.gz
historical-d75544201fc566547e4b20e0f72b93b345a87834.tar.bz2
historical-d75544201fc566547e4b20e0f72b93b345a87834.zip
Version bump
Package-Manager: portage-2.2_rc98/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xprop')
-rw-r--r--x11-apps/xprop/ChangeLog7
-rw-r--r--x11-apps/xprop/xprop-1.2.0.ebuild15
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/xprop/ChangeLog b/x11-apps/xprop/ChangeLog
index 3ae1d3261f3d..17bac53c853e 100644
--- a/x11-apps/xprop/ChangeLog
+++ b/x11-apps/xprop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xprop
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/ChangeLog,v 1.55 2010/02/25 07:14:34 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/ChangeLog,v 1.56 2010/11/01 11:55:06 scarabeus Exp $
+
+*xprop-1.2.0 (01 Nov 2010)
+
+ 01 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xprop-1.2.0.ebuild:
+ Version bump
25 Feb 2010; Jonathan Callen <abcd@gentoo.org> xprop-1.1.0.ebuild:
Transfer prefix keywords (no other changes)
diff --git a/x11-apps/xprop/xprop-1.2.0.ebuild b/x11-apps/xprop/xprop-1.2.0.ebuild
new file mode 100644
index 000000000000..7bdbbfe6bc68
--- /dev/null
+++ b/x11-apps/xprop/xprop-1.2.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/xprop-1.2.0.ebuild,v 1.1 2010/11/01 11:55:06 scarabeus Exp $
+
+EAPI=3
+XORG_STATIC=no
+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}"