diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-10-14 21:45:23 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-10-14 21:45:23 +0000 |
commit | 15388c918102c042c0edd97cb790923a3b860963 (patch) | |
tree | 59043e182b23118c13d9a528cc8882a6f8753b2f /x11-apps/xprop/xprop-1.1.0.ebuild | |
parent | fix LICENSE (diff) | |
download | gentoo-2-15388c918102c042c0edd97cb790923a3b860963.tar.gz gentoo-2-15388c918102c042c0edd97cb790923a3b860963.tar.bz2 gentoo-2-15388c918102c042c0edd97cb790923a3b860963.zip |
x11-apps/xprop: drop 1.0.2, bump to 1.1.0
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xprop/xprop-1.1.0.ebuild')
-rw-r--r-- | x11-apps/xprop/xprop-1.1.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xprop/xprop-1.1.0.ebuild b/x11-apps/xprop/xprop-1.1.0.ebuild new file mode 100644 index 000000000000..f35a93ac6c9b --- /dev/null +++ b/x11-apps/xprop/xprop-1.1.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/xprop-1.1.0.ebuild,v 1.1 2009/10/14 21:45:23 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="property displayer for X" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="x11-libs/libXmu + x11-libs/libX11" +DEPEND="${RDEPEND}" |