diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-08-11 12:33:56 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-08-11 12:33:56 +0000 |
commit | f5e4a17f2b6c27d9254569ec6e5c4d3e44a57fc4 (patch) | |
tree | d3dbe04a42721ac246dc9471dfd870664e8c9825 /x11-apps/xprop | |
parent | dev-util/nvidia-cuda-toolkit: Drop sdk part again (diff) | |
download | gentoo-2-f5e4a17f2b6c27d9254569ec6e5c4d3e44a57fc4.tar.gz gentoo-2-f5e4a17f2b6c27d9254569ec6e5c4d3e44a57fc4.tar.bz2 gentoo-2-f5e4a17f2b6c27d9254569ec6e5c4d3e44a57fc4.zip |
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/xprop')
-rw-r--r-- | x11-apps/xprop/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/xprop/xprop-1.2.2.ebuild | 16 |
2 files changed, 24 insertions, 3 deletions
diff --git a/x11-apps/xprop/ChangeLog b/x11-apps/xprop/ChangeLog index 99ed0f97a0a9..b5e173d0cb36 100644 --- a/x11-apps/xprop/ChangeLog +++ b/x11-apps/xprop/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xprop -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/ChangeLog,v 1.73 2012/05/06 00:29:24 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/ChangeLog,v 1.74 2013/08/11 12:33:56 chithanh Exp $ + +*xprop-1.2.2 (11 Aug 2013) + + 11 Aug 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xprop-1.2.2.ebuild: + Version bump. 06 May 2012; Alexis Ballier <aballier@gentoo.org> xprop-1.2.1.ebuild: keyword ~amd64-fbsd @@ -253,4 +259,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xprop-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xprop/xprop-1.2.2.ebuild b/x11-apps/xprop/xprop-1.2.2.ebuild new file mode 100644 index 000000000000..73c5e97b04f9 --- /dev/null +++ b/x11-apps/xprop/xprop-1.2.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/xprop-1.2.2.ebuild,v 1.1 2013/08/11 12:33:56 chithanh Exp $ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="property displayer for X" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + >=x11-proto/xproto-7.0.17 +" |