diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2010-04-05 04:45:28 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2010-04-05 04:45:28 +0000 |
commit | daa634ef086ed4b928074b675d507af584324e90 (patch) | |
tree | 0e2c31e5ae9788f82c406274065bff04bb814c98 /app-office | |
parent | Version bump. Upstream libpng-1.4 compatibility (diff) | |
download | gentoo-2-daa634ef086ed4b928074b675d507af584324e90.tar.gz gentoo-2-daa634ef086ed4b928074b675d507af584324e90.tar.bz2 gentoo-2-daa634ef086ed4b928074b675d507af584324e90.zip |
gtg: Add 0.2.3, based on the ebuild from bug #298833 - Thanks to
Didier Barvaux <didier-bugzillagentoo@barvaux.org> for the final version
in the bug, and everyone else who worked on it. Also add myself as a
co-maintainer.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gtg/ChangeLog | 12 | ||||
-rw-r--r-- | app-office/gtg/gtg-0.2.3.ebuild | 42 | ||||
-rw-r--r-- | app-office/gtg/metadata.xml | 3 |
3 files changed, 55 insertions, 2 deletions
diff --git a/app-office/gtg/ChangeLog b/app-office/gtg/ChangeLog index 6fbaa7914eab..f05d5e39688b 100644 --- a/app-office/gtg/ChangeLog +++ b/app-office/gtg/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-office/gtg -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gtg/ChangeLog,v 1.4 2009/08/19 01:27:45 leio Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/gtg/ChangeLog,v 1.5 2010/04/05 04:45:28 steev Exp $ + +*gtg-0.2.3 (05 Apr 2010) + + 05 Apr 2010; <steev@gentoo.org> +gtg-0.2.3.ebuild, metadata.xml: + gtg: Add 0.2.3, based on the ebuild from bug #298833 - Thanks to + Didier Barvaux <didier-bugzillagentoo@barvaux.org> for the final version + in the bug, and everyone else who worked on it. Also add myself as a + co-maintainer. *gtg-0.1.2 (19 Aug 2009) diff --git a/app-office/gtg/gtg-0.2.3.ebuild b/app-office/gtg/gtg-0.2.3.ebuild new file mode 100644 index 000000000000..55eeba4b545e --- /dev/null +++ b/app-office/gtg/gtg-0.2.3.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/gtg/gtg-0.2.3.ebuild,v 1.1 2010/04/05 04:45:28 steev Exp $ + +inherit fdo-mime gnome2-utils distutils + +DESCRIPTION="GTG is a personal organizer for the GNOME desktop environment." +HOMEPAGE="http://gtg.fritalk.com/" +SRC_URI="http://launchpad.net/${PN}/${PV:0:3}/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/pygtk + dev-python/pycairo + dev-python/pygobject + dev-python/configobj + dev-python/pyxdg + dev-python/dbus-python" +DEPEND="${RDEPEND}" + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + distutils_pkg_postinst + + fdo-mime_desktop_database_update + fdo-mime_mime_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + distutils_pkg_postrm + + fdo-mime_desktop_database_update + fdo-mime_mime_database_update + gnome2_icon_cache_update +} diff --git a/app-office/gtg/metadata.xml b/app-office/gtg/metadata.xml index d1bc48c381d2..cdabc56ad5be 100644 --- a/app-office/gtg/metadata.xml +++ b/app-office/gtg/metadata.xml @@ -5,6 +5,9 @@ <maintainer> <email>leio@gentoo.org</email> </maintainer> +<maintainer> +<email>steev@gentoo.org</email> +</maintainer> <longdescription lang="en"> Getting Things Gnome! (gtg) is a personal organizer for the GNOME desktop that was inspired by the Getting Things Done methodology (GTD). It is not a GTD only |