summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-07-18 22:10:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-07-18 22:10:43 +0000
commit250807a77d20b549310ef370d4146bc5ef6fa5bf (patch)
treec1d3872e58704e832826dcd14372b97994edee3f /x11-misc/bubblemon
parentVersion bump. (diff)
downloadgentoo-2-250807a77d20b549310ef370d4146bc5ef6fa5bf.tar.gz
gentoo-2-250807a77d20b549310ef370d4146bc5ef6fa5bf.tar.bz2
gentoo-2-250807a77d20b549310ef370d4146bc5ef6fa5bf.zip
Version bump.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/bubblemon')
-rw-r--r--x11-misc/bubblemon/ChangeLog11
-rw-r--r--x11-misc/bubblemon/bubblemon-2.0.14.ebuild (renamed from x11-misc/bubblemon/bubblemon-2.0.9.ebuild)28
2 files changed, 26 insertions, 13 deletions
diff --git a/x11-misc/bubblemon/ChangeLog b/x11-misc/bubblemon/ChangeLog
index 4fbd37e518f6..8dec97f4808c 100644
--- a/x11-misc/bubblemon/ChangeLog
+++ b/x11-misc/bubblemon/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for x11-misc/bubblemon
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/ChangeLog,v 1.33 2009/02/02 23:58:53 nelchael Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/ChangeLog,v 1.34 2009/07/18 22:10:43 ssuominen Exp $
- 02 Feb 2009; Krzysiek Pawlik <nelchael@gentoo.org> ChangeLog, Manifest:
- Fix ChangeLog entries.
+*bubblemon-2.0.14 (18 Jul 2009)
+
+ 18 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
+ +bubblemon-2.0.14.ebuild:
+ Version bump.
*bubblemon-2.0.9 (18 Jan 2009)
diff --git a/x11-misc/bubblemon/bubblemon-2.0.9.ebuild b/x11-misc/bubblemon/bubblemon-2.0.14.ebuild
index 05e224b2a5f2..4ba41dd54e12 100644
--- a/x11-misc/bubblemon/bubblemon-2.0.9.ebuild
+++ b/x11-misc/bubblemon/bubblemon-2.0.14.ebuild
@@ -1,7 +1,9 @@
# 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.9.ebuild,v 1.1 2009/01/18 23:19:03 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-2.0.14.ebuild,v 1.1 2009/07/18 22:10:43 ssuominen Exp $
+EAPI=2
+GCONF_DEBUG=no
inherit gnome2
DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck"
@@ -11,15 +13,23 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="1"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
+IUSE="nls"
-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
+RDEPEND="x11-libs/gtk+:2
+ gnome-base/gnome-panel
+ gnome-base/libgnomeui
gnome-base/libgtop"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ dev-util/pkgconfig
+ nls? ( dev-util/intltool
+ sys-devel/gettext )"
-DOCS="AUTHORS ChangeLog TRANSLATIONS README TODO"
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog TRANSLATIONS README TODO"
+ G2CONF="$(use_enable nls)"
+}
+
+src_prepare() {
+ gnome2_src_prepare
+ sed -i -e 's:-g -O2 -Wall -Werror:-Wall:' configure || die "sed failed"
+}