Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Gilles Dartiguelongue (eva)" <eva@g.o>
|
|
Subject:
|
gentoo-x86 commit in gnome-extra/hamster-applet: ChangeLog hamster-applet-2.26.3.ebuild hamster-applet-2.26.0.ebuild hamster-applet-2.26.2.ebuild
|
|
Date:
|
Thu, 16 Jul 2009 23:20:19 +0000
|
|
eva 09/07/16 23:20:19
Modified: ChangeLog
Added: hamster-applet-2.26.3.ebuild
Removed: hamster-applet-2.26.0.ebuild
hamster-applet-2.26.2.ebuild
Log:
Version bump. UTF-8 handling fixes, translation updates.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.14 gnome-extra/hamster-applet/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/hamster-applet/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/hamster-applet/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/hamster-applet/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/hamster-applet/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 11 Jun 2009 22:42:02 -0000 1.13
+++ ChangeLog 16 Jul 2009 23:20:19 -0000 1.14
@@ -1,6 +1,13 @@
# ChangeLog for gnome-extra/hamster-applet
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/hamster-applet/ChangeLog,v 1.13 2009/06/11 22:42:02 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/hamster-applet/ChangeLog,v 1.14 2009/07/16 23:20:19 eva Exp $
+
+*hamster-applet-2.26.3 (16 Jul 2009)
+
+ 16 Jul 2009; Gilles Dartiguelongue <eva@g.o>
+ -hamster-applet-2.26.0.ebuild, -hamster-applet-2.26.2.ebuild,
+ +hamster-applet-2.26.3.ebuild:
+ Version bump. UTF-8 handling fixes, translation updates.
*hamster-applet-2.26.2-r1 (12 Jun 2009)
1.1 gnome-extra/hamster-applet/hamster-applet-2.26.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/hamster-applet/hamster-applet-2.26.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/hamster-applet/hamster-applet-2.26.3.ebuild?rev=1.1&content-type=text/plain
Index: hamster-applet-2.26.3.ebuild
===================================================================
# Copyright 1999-2009 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.26.3.ebuild,v 1.1 2009/07/16 23:20:19 eva 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="~amd64 ~x86"
IUSE="eds libnotify"
RDEPEND=">=dev-lang/python-2.4
|| (
>=dev-lang/python-2.5[sqlite]
dev-python/pysqlite:2 )
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
# Fix intltoolize broken file, see upstream #577133
sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
}
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
}
|
|