summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-03-10 13:20:42 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-03-10 13:20:42 +0000
commit18a0e1835aec9c81a2f99b739b7f398de9477c86 (patch)
tree3c90000adb0e11ba177eedd4a729f0f4b110acbb /x11-misc
parentprune out pre-stable stuff (diff)
downloadgentoo-2-18a0e1835aec9c81a2f99b739b7f398de9477c86.tar.gz
gentoo-2-18a0e1835aec9c81a2f99b739b7f398de9477c86.tar.bz2
gentoo-2-18a0e1835aec9c81a2f99b739b7f398de9477c86.zip
Version bump.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/gtodo/ChangeLog9
-rw-r--r--x11-misc/gtodo/Manifest4
-rw-r--r--x11-misc/gtodo/files/digest-gtodo-0.141
-rw-r--r--x11-misc/gtodo/gtodo-0.14.ebuild25
4 files changed, 36 insertions, 3 deletions
diff --git a/x11-misc/gtodo/ChangeLog b/x11-misc/gtodo/ChangeLog
index 4d192c64b1bc..8256778488e2 100644
--- a/x11-misc/gtodo/ChangeLog
+++ b/x11-misc/gtodo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/gtodo
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/ChangeLog,v 1.3 2003/12/07 00:22:26 pyrania Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/ChangeLog,v 1.4 2004/03/10 13:15:52 pyrania Exp $
+
+*gtodo-0.14 (10 Mar 2004)
+
+ 10 Mar 2004; Markus Nigbur <pyrania@gentoo.org> gtodo-0.14.ebuild:
+ Version bump.
07 Dec 2003; Markus Nigbur <pyrania@gentoo.org> gtodo-0.13.5.ebuild:
Bumped stable
diff --git a/x11-misc/gtodo/Manifest b/x11-misc/gtodo/Manifest
index 1d05518bb0db..b6e04717a9ce 100644
--- a/x11-misc/gtodo/Manifest
+++ b/x11-misc/gtodo/Manifest
@@ -1,4 +1,6 @@
-MD5 20632c4e981f95d9995655dc473478c6 ChangeLog 614
+MD5 96064d9a19816fcde85fdcb38ba38df2 gtodo-0.14.ebuild 659
MD5 96064d9a19816fcde85fdcb38ba38df2 gtodo-0.13.5.ebuild 659
+MD5 20632c4e981f95d9995655dc473478c6 ChangeLog 614
MD5 09ccef8f0c71ece39e0fd0f5c8265ea6 metadata.xml 367
MD5 bed7bdda997259ea2a0f92edbd892056 files/digest-gtodo-0.13.5 64
+MD5 03e5c63c35172afa1ae9d8960f9f2442 files/digest-gtodo-0.14 62
diff --git a/x11-misc/gtodo/files/digest-gtodo-0.14 b/x11-misc/gtodo/files/digest-gtodo-0.14
new file mode 100644
index 000000000000..adee31859bfc
--- /dev/null
+++ b/x11-misc/gtodo/files/digest-gtodo-0.14
@@ -0,0 +1 @@
+MD5 51f5d71c51374931a24cce1839402457 gtodo-0.14.tar.gz 198798
diff --git a/x11-misc/gtodo/gtodo-0.14.ebuild b/x11-misc/gtodo/gtodo-0.14.ebuild
new file mode 100644
index 000000000000..496fff93dff6
--- /dev/null
+++ b/x11-misc/gtodo/gtodo-0.14.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/gtodo-0.14.ebuild,v 1.1 2004/03/10 13:15:52 pyrania Exp $
+
+inherit gnome2
+inherit debug flag-o-matic
+
+strip-flags
+
+IUSE=""
+
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Gtodo is a Gtk+-2.0 Todo list manager written for use with gnome 2."
+HOMEPAGE="http://gtodo.qballcow.nl/"
+SRC_URI="mirror://sourceforge/gtodo/${P}.tar.gz"
+KEYWORDS="~x86 ~amd64"
+SLOT="0"
+LICENSE="GPL-2"
+
+DEPEND=">=x11-libs/gtk+-2.0
+ >=dev-libs/libxml2-2.0
+ >=gnome-base/gconf-2.0"
+
+DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"