diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:24:52 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:24:52 +0000 |
commit | d6bb8b7603b6ee8fb442c948faaa49cc7b9f14b3 (patch) | |
tree | 49c73733dcc5a30943b00cedec698190cbfbde6a /x11-apps/xwininfo | |
parent | Clean house. (diff) | |
download | gentoo-2-d6bb8b7603b6ee8fb442c948faaa49cc7b9f14b3.tar.gz gentoo-2-d6bb8b7603b6ee8fb442c948faaa49cc7b9f14b3.tar.bz2 gentoo-2-d6bb8b7603b6ee8fb442c948faaa49cc7b9f14b3.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xwininfo')
-rw-r--r-- | x11-apps/xwininfo/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xwininfo/files/digest-xwininfo-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xwininfo/xwininfo-0.99.2.ebuild | 14 |
3 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/xwininfo/ChangeLog b/x11-apps/xwininfo/ChangeLog index a61e82714d23..e75c7e1046e5 100644 --- a/x11-apps/xwininfo/ChangeLog +++ b/x11-apps/xwininfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xwininfo # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.5 2005/11/17 13:49:57 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.6 2005/12/04 22:24:21 joshuabaergen Exp $ + +*xwininfo-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xwininfo-0.99.2.ebuild: + Bump for 7.0RC3. 17 Nov 2005; Herbie Hopkins <herbs@gentoo.org> xwininfo-0.99.1.ebuild: Marked ~amd64. diff --git a/x11-apps/xwininfo/files/digest-xwininfo-0.99.2 b/x11-apps/xwininfo/files/digest-xwininfo-0.99.2 new file mode 100644 index 000000000000..a545eec560f9 --- /dev/null +++ b/x11-apps/xwininfo/files/digest-xwininfo-0.99.2 @@ -0,0 +1 @@ +MD5 2ef413a80aa6579c0a97cd071a4cc14a xwininfo-0.99.2.tar.bz2 86233 diff --git a/x11-apps/xwininfo/xwininfo-0.99.2.ebuild b/x11-apps/xwininfo/xwininfo-0.99.2.ebuild new file mode 100644 index 000000000000..9524bb26fc8c --- /dev/null +++ b/x11-apps/xwininfo/xwininfo-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/xwininfo/xwininfo-0.99.2.ebuild,v 1.1 2005/12/04 22:24:21 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xwininfo application" +KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libXmu + x11-libs/libX11" +DEPEND="${RDEPEND}" |