summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2009-04-05 00:35:23 +0000
committerMart Raudsepp <leio@gentoo.org>2009-04-05 00:35:23 +0000
commit20a0cd146569648d746c80132237e8b335c0b4ad (patch)
tree154865247281c15eff3b5b1ca05097dc74678b9c /app-office/gtg
parentImport from Science overlay, bug 236954 (diff)
downloadgentoo-2-20a0cd146569648d746c80132237e8b335c0b4ad.tar.gz
gentoo-2-20a0cd146569648d746c80132237e8b335c0b4ad.tar.bz2
gentoo-2-20a0cd146569648d746c80132237e8b335c0b4ad.zip
Initial import of Getting Things Gnome! - a personal organizer for the GNOME desktop, inspired by the GTD methodology.
(Portage version: 2.2_rc22/cvs/Linux 2.6.29-gentoo x86_64)
Diffstat (limited to 'app-office/gtg')
-rw-r--r--app-office/gtg/ChangeLog11
-rw-r--r--app-office/gtg/gtg-0.1.ebuild41
-rw-r--r--app-office/gtg/metadata.xml20
3 files changed, 72 insertions, 0 deletions
diff --git a/app-office/gtg/ChangeLog b/app-office/gtg/ChangeLog
new file mode 100644
index 000000000000..93d2a5186fcf
--- /dev/null
+++ b/app-office/gtg/ChangeLog
@@ -0,0 +1,11 @@
+# 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.1 2009/04/05 00:35:23 leio Exp $
+
+*gtg-0.1 (05 Apr 2009)
+
+ 05 Apr 2009; Mart Raudsepp <leio@gentoo.org> +metadata.xml,
+ +gtg-0.1.ebuild:
+ Initial import of Getting Things Gnome! - a personal organizer for the
+ GNOME desktop, inspired by the GTD methodology.
+
diff --git a/app-office/gtg/gtg-0.1.ebuild b/app-office/gtg/gtg-0.1.ebuild
new file mode 100644
index 000000000000..accbf1b8eaaf
--- /dev/null
+++ b/app-office/gtg/gtg-0.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/gtg/gtg-0.1.ebuild,v 1.1 2009/04/05 00:35:23 leio 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}/trunk/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-python/pygtk
+ dev-python/pycairo
+ dev-python/pygobject
+ dev-python/configobj
+ dev-python/pyxdg"
+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
new file mode 100644
index 000000000000..d1bc48c381d2
--- /dev/null
+++ b/app-office/gtg/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>leio@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
+ software as it aims for flexibility, adaptability and ease of use.
+
+ GTG wants to help you to track everything you need to do and need to know, from
+ very small tasks to big projects.
+
+ GTG uses a very handy text edition system for task creation and edition.
+ The task editor can automatically recognize metadata such as tags and subtasks
+ only by the use of a very simple syntax.
+</longdescription>
+</pkgmetadata>