diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-01-18 23:19:03 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-01-18 23:19:03 +0000 |
commit | e614f7a9709dcea280fb2ce31e8333d7f1a50527 (patch) | |
tree | 179660c5f37e034bc5e6cc20c504887d41733ca9 /x11-misc | |
parent | Version bump (diff) | |
download | gentoo-2-e614f7a9709dcea280fb2ce31e8333d7f1a50527.tar.gz gentoo-2-e614f7a9709dcea280fb2ce31e8333d7f1a50527.tar.bz2 gentoo-2-e614f7a9709dcea280fb2ce31e8333d7f1a50527.zip |
Version bump, ebuild by Tiziano Muller, bug #235710. Fixes also bug #229065: missing gnome-base/libgtop from DEPEND.
(Portage version: 2.1.6.6/cvs/Linux 2.6.28-tuxonice x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bubblemon/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/bubblemon/bubblemon-2.0.9.ebuild (renamed from x11-misc/bubblemon/bubblemon-2.0.8-r1.ebuild) | 13 |
2 files changed, 16 insertions, 8 deletions
diff --git a/x11-misc/bubblemon/ChangeLog b/x11-misc/bubblemon/ChangeLog index c027f611d973..bef41db9cd12 100644 --- a/x11-misc/bubblemon/ChangeLog +++ b/x11-misc/bubblemon/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/bubblemon -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/ChangeLog,v 1.31 2008/01/15 11:48:51 drac Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/ChangeLog,v 1.32 2009/01/18 23:19:03 nelchael Exp $ + +*bubblemon-2.0.9 (18 Jan 2009) + + 18 Jan 2009; <nelchael@gentoo.org> -bubblemon-2.0.8-r1.ebuild, + +bubblemon-2.0.9.ebuild: + Version bump, ebuild by Tiziano Müller <dev-zero@gentoo.org>, bug #235710. + Fixes also bug #229065: missing gnome-base/libgtop from DEPEND. *bubblemon-2.0.8-r1 (15 Jan 2008) diff --git a/x11-misc/bubblemon/bubblemon-2.0.8-r1.ebuild b/x11-misc/bubblemon/bubblemon-2.0.9.ebuild index 9faa837a43b6..05e224b2a5f2 100644 --- a/x11-misc/bubblemon/bubblemon-2.0.8-r1.ebuild +++ b/x11-misc/bubblemon/bubblemon-2.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-2.0.8-r1.ebuild,v 1.1 2008/01/15 11:48:51 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-2.0.9.ebuild,v 1.1 2009/01/18 23:19:03 nelchael Exp $ inherit gnome2 @@ -14,10 +14,11 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=">=dev-libs/glib-2.6 - >=x11-libs/gtk+-2.8 - >=gnome-base/gnome-panel-2 - >=gnome-base/libgnome-2.8 - >=gnome-base/libgnomeui-2.8" + >=x11-libs/gtk+-2.8 + >=gnome-base/gnome-panel-2 + >=gnome-base/libgnome-2.8 + >=gnome-base/libgnomeui-2.8 + gnome-base/libgtop" DEPEND="${RDEPEND} dev-util/pkgconfig" |