summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-23 08:17:48 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-23 08:17:48 +0000
commit78cea8340f6973c3c756b5605dc240f877636a69 (patch)
treee76f0144a1286e72e8c9f44bdc83af6ae03ed84a /gnome-extra
parentFix slot-deps on gnome libs, remove old (diff)
downloadgentoo-2-78cea8340f6973c3c756b5605dc240f877636a69.tar.gz
gentoo-2-78cea8340f6973c3c756b5605dc240f877636a69.tar.bz2
gentoo-2-78cea8340f6973c3c756b5605dc240f877636a69.zip
Fix slot-deps on gnome libs, remove old
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/hamster-applet/ChangeLog6
-rw-r--r--gnome-extra/hamster-applet/hamster-applet-2.30.2-r1.ebuild65
2 files changed, 5 insertions, 66 deletions
diff --git a/gnome-extra/hamster-applet/ChangeLog b/gnome-extra/hamster-applet/ChangeLog
index d6aed48199fb..92d28d75ddb6 100644
--- a/gnome-extra/hamster-applet/ChangeLog
+++ b/gnome-extra/hamster-applet/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/hamster-applet
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/hamster-applet/ChangeLog,v 1.42 2011/03/22 19:30:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/hamster-applet/ChangeLog,v 1.43 2011/03/23 08:17:48 nirbheek Exp $
+
+ 23 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ -hamster-applet-2.30.2-r1.ebuild:
+ Fix slot-deps on gnome libs, remove old
22 Mar 2011; Brent Baude <ranger@gentoo.org> hamster-applet-2.32.1.ebuild:
Marking hamster-applet-2.32.1 ppc stable for bug 353436
diff --git a/gnome-extra/hamster-applet/hamster-applet-2.30.2-r1.ebuild b/gnome-extra/hamster-applet/hamster-applet-2.30.2-r1.ebuild
deleted file mode 100644
index 730544f6a274..000000000000
--- a/gnome-extra/hamster-applet/hamster-applet-2.30.2-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/hamster-applet/hamster-applet-2.30.2-r1.ebuild,v 1.8 2010/10/17 16:21:00 armin76 Exp $
-
-EAPI="2"
-GCONF_DEBUG="no"
-SCROLLKEEPER_UPDATE="no"
-
-inherit eutils gnome2 python
-
-DESCRIPTION="Time tracking for the masses, in a GNOME applet"
-HOMEPAGE="http://projecthamster.wordpress.com/"
-
-# license on homepage is out-of-date, was changed to GPL-2 on 2008-04-16
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE="eds libnotify"
-
-RDEPEND=">=dev-lang/python-2.5[sqlite]
- dev-python/gconf-python
- dev-python/libgnome-python
- dev-python/libwnck-python
- dev-python/gnome-applets-python
- dev-python/gnome-desktop-python
- dev-python/dbus-python
- dev-python/pyxdg
- eds? ( dev-python/evolution-python )
- libnotify? ( dev-python/notify-python )
- >=dev-python/pygobject-2.14
- >=dev-python/pygtk-2.12
- >=x11-libs/gtk+-2.12
- x11-libs/libXScrnSaver"
-
-DEPEND="${RDEPEND}
- x11-proto/scrnsaverproto
- >=dev-util/intltool-0.40
- dev-util/pkgconfig
- sys-devel/gettext
- >=app-text/gnome-doc-utils-0.17.3"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
- gnome2_src_prepare
-
- # Fix import in some setups, upstream bug #623336, bug #329171
- epatch "${FILESDIR}/${PN}-2.30.2-fix-import.patch"
-
- # disable pyc compiling
- mv py-compile py-compile.orig
- ln -s $(type -P true) py-compile
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-
- python_need_rebuild
- python_mod_optimize $(python_get_sitedir)/hamster
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/hamster
-}