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 | 969537e228ed1f01afe813d06dc2b67c87953a5d (patch) | |
tree | a6e994d401941c1601bf545407b900e1788f8afb /x11-apps/xwd | |
parent | Clean house. (diff) | |
download | historical-969537e228ed1f01afe813d06dc2b67c87953a5d.tar.gz historical-969537e228ed1f01afe813d06dc2b67c87953a5d.tar.bz2 historical-969537e228ed1f01afe813d06dc2b67c87953a5d.zip |
Bump for 7.0RC3.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-apps/xwd')
-rw-r--r-- | x11-apps/xwd/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xwd/files/digest-xwd-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-0.99.2.ebuild | 14 |
3 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/xwd/ChangeLog b/x11-apps/xwd/ChangeLog index c1a78402f5fc..06b3f14e5a2c 100644 --- a/x11-apps/xwd/ChangeLog +++ b/x11-apps/xwd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xwd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.5 2005/11/17 13:46:53 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.6 2005/12/04 22:23:38 joshuabaergen Exp $ + +*xwd-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> +xwd-0.99.2.ebuild: + Bump for 7.0RC3. 17 Nov 2005; Herbie Hopkins <herbs@gentoo.org> xwd-0.99.1.ebuild: Marked ~amd64. diff --git a/x11-apps/xwd/files/digest-xwd-0.99.2 b/x11-apps/xwd/files/digest-xwd-0.99.2 new file mode 100644 index 000000000000..b0ac9ea0e42a --- /dev/null +++ b/x11-apps/xwd/files/digest-xwd-0.99.2 @@ -0,0 +1 @@ +MD5 143d2e4752cf2f3913935cc03ffea89d xwd-0.99.2.tar.bz2 95807 diff --git a/x11-apps/xwd/xwd-0.99.2.ebuild b/x11-apps/xwd/xwd-0.99.2.ebuild new file mode 100644 index 000000000000..b570f6af97a0 --- /dev/null +++ b/x11-apps/xwd/xwd-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/xwd/xwd-0.99.2.ebuild,v 1.1 2005/12/04 22:23:38 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xwd application" +KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libXmu + x11-libs/libX11" +DEPEND="${RDEPEND}" |