diff options
author | 2010-12-08 23:36:58 +0000 | |
---|---|---|
committer | 2010-12-08 23:36:58 +0000 | |
commit | 7c35c0d0e788a7cb18b80fed42186798aa019fcc (patch) | |
tree | 0a0e99ae9d499d58640c9bbba122869b1cf21648 /gnome-extra/hamster-applet | |
parent | Version bump (diff) | |
download | gentoo-2-7c35c0d0e788a7cb18b80fed42186798aa019fcc.tar.gz gentoo-2-7c35c0d0e788a7cb18b80fed42186798aa019fcc.tar.bz2 gentoo-2-7c35c0d0e788a7cb18b80fed42186798aa019fcc.zip |
Version bump for Gnome 2.32.
(Portage version: 2.2.0_alpha7/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/hamster-applet')
-rw-r--r-- | gnome-extra/hamster-applet/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/hamster-applet/hamster-applet-2.28.2.ebuild | 58 | ||||
-rw-r--r-- | gnome-extra/hamster-applet/hamster-applet-2.32.1.ebuild | 78 |
3 files changed, 85 insertions, 59 deletions
diff --git a/gnome-extra/hamster-applet/ChangeLog b/gnome-extra/hamster-applet/ChangeLog index fdda83daff09..5344c55d0f37 100644 --- a/gnome-extra/hamster-applet/ChangeLog +++ b/gnome-extra/hamster-applet/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/hamster-applet # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/hamster-applet/ChangeLog,v 1.36 2010/10/17 16:21:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/hamster-applet/ChangeLog,v 1.37 2010/12/08 23:36:58 eva Exp $ + +*hamster-applet-2.32.1 (08 Dec 2010) + + 08 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> + -hamster-applet-2.28.2.ebuild, +hamster-applet-2.32.1.ebuild: + Version bump for Gnome 2.32. 17 Oct 2010; Raúl Porcel <armin76@gentoo.org> hamster-applet-2.30.2-r1.ebuild: diff --git a/gnome-extra/hamster-applet/hamster-applet-2.28.2.ebuild b/gnome-extra/hamster-applet/hamster-applet-2.28.2.ebuild deleted file mode 100644 index 330168329afd..000000000000 --- a/gnome-extra/hamster-applet/hamster-applet-2.28.2.ebuild +++ /dev/null @@ -1,58 +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.28.2.ebuild,v 1.8 2010/08/14 19:17:17 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/gnome-applets-python - dev-python/dbus-python - 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" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_prepare() { - gnome2_src_prepare - - # 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 -} diff --git a/gnome-extra/hamster-applet/hamster-applet-2.32.1.ebuild b/gnome-extra/hamster-applet/hamster-applet-2.32.1.ebuild new file mode 100644 index 000000000000..2e7f324e2856 --- /dev/null +++ b/gnome-extra/hamster-applet/hamster-applet-2.32.1.ebuild @@ -0,0 +1,78 @@ +# 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.32.1.ebuild,v 1.1 2010/12/08 23:36:58 eva Exp $ + +EAPI="3" +GCONF_DEBUG="no" +PYTHON_DEPEND="2:2.5" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit gnome2 python waf-utils + +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 + >=dev-python/pygobject-2.14:2 + >=dev-python/pygtk-2.12:2 + gnome-base/gnome-control-center + >=x11-libs/gtk+-2.12:2 + x11-libs/libXScrnSaver + + eds? ( dev-python/evolution-python ) + libnotify? ( dev-python/notify-python ) +" +DEPEND="${RDEPEND} + x11-proto/scrnsaverproto + >=dev-util/intltool-0.40 + dev-util/pkgconfig + sys-devel/gettext + >=app-text/gnome-doc-utils-0.17.3" + +pkg_setup() { + DOCS="AUTHORS NEWS README" + python_pkg_setup +} + +src_prepare() { + gnome2_src_prepare + python_copy_sources +} + +src_configure() { + python_execute_function -s waf-utils_src_configure +} + +src_compile() { + python_execute_function -s waf-utils_src_compile +} + +src_install() { + python_execute_function -s waf-utils_src_install + python_convert_shebangs 2 "${ED}"usr/bin/* + python_convert_shebangs 2 "${ED}"usr/$(get_libdir)/${PN}/${PN} +} + +pkg_postinst() { + gnome2_pkg_postinst + python_mod_optimize hamster +} + +pkg_postrm() { + gnome2_pkg_postrm + python_mod_cleanup hamster +} |