diff options
Diffstat (limited to 'x11-apps/xprop')
-rw-r--r-- | x11-apps/xprop/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xprop/files/digest-xprop-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xprop/xprop-0.99.2.ebuild | 14 |
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}" |