diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:09:08 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:09:08 +0000 |
commit | 46ef6a909fa38f23aed11366d7c652a79140226c (patch) | |
tree | efd5eeb9c41c5734b6124813a2e0b651c627cf93 /x11-apps/xfwp | |
parent | Bump for 7.0RC3. (diff) | |
download | gentoo-2-46ef6a909fa38f23aed11366d7c652a79140226c.tar.gz gentoo-2-46ef6a909fa38f23aed11366d7c652a79140226c.tar.bz2 gentoo-2-46ef6a909fa38f23aed11366d7c652a79140226c.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xfwp')
-rw-r--r-- | x11-apps/xfwp/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xfwp/files/digest-xfwp-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xfwp/xfwp-0.99.2.ebuild | 15 |
3 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/xfwp/ChangeLog b/x11-apps/xfwp/ChangeLog index 1cf7f14a95de..681d21b2bc09 100644 --- a/x11-apps/xfwp/ChangeLog +++ b/x11-apps/xfwp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xfwp # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfwp/ChangeLog,v 1.4 2005/10/20 00:45:23 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfwp/ChangeLog,v 1.5 2005/12/04 22:04:53 joshuabaergen Exp $ + +*xfwp-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xfwp-0.99.2.ebuild: + Bump for 7.0RC3. *xfwp-0.99.1 (20 Oct 2005) diff --git a/x11-apps/xfwp/files/digest-xfwp-0.99.2 b/x11-apps/xfwp/files/digest-xfwp-0.99.2 new file mode 100644 index 000000000000..788e1a750543 --- /dev/null +++ b/x11-apps/xfwp/files/digest-xfwp-0.99.2 @@ -0,0 +1 @@ +MD5 423b0aa95d5c0d6e1dc62a25c9455ab4 xfwp-0.99.2.tar.bz2 103315 diff --git a/x11-apps/xfwp/xfwp-0.99.2.ebuild b/x11-apps/xfwp/xfwp-0.99.2.ebuild new file mode 100644 index 000000000000..cb342cb75c82 --- /dev/null +++ b/x11-apps/xfwp/xfwp-0.99.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfwp/xfwp-0.99.2.ebuild,v 1.1 2005/12/04 22:04:53 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xfwp application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libICE" +DEPEND="${RDEPEND} + x11-proto/xproxymanagementprotocol" |