Version bump.
authorMarkus Nigbur <pyrania@gentoo.org>
Wed, 10 Mar 2004 13:15:52 +0000 (13:15 +0000)
committerMarkus Nigbur <pyrania@gentoo.org>
Wed, 10 Mar 2004 13:15:52 +0000 (13:15 +0000)
x11-misc/gtodo/ChangeLog
x11-misc/gtodo/Manifest
x11-misc/gtodo/files/digest-gtodo-0.14 [new file with mode: 0644]
x11-misc/gtodo/gtodo-0.14.ebuild [new file with mode: 0644]

index 4d192c64b1bc90807c5e01d07a1552e1e9bdea2d..8256778488e24464b3a24a28cafb29f70e320c41 100644 (file)
@@ -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
index 1d05518bb0db1d3fc73b0a4060328e0e4e755642..e4f3e8a25f7e2a5b9b1667ba642cb8beefffd811 100644 (file)
@@ -1,4 +1,6 @@
-MD5 20632c4e981f95d9995655dc473478c6 ChangeLog 614
+MD5 9688c3bd613823f05b1aaee3076780c7 gtodo-0.14.ebuild 657
 MD5 96064d9a19816fcde85fdcb38ba38df2 gtodo-0.13.5.ebuild 659
+MD5 6ded7a01d4f9475e7ae9e98e171e1100 ChangeLog 727
 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 (file)
index 0000000..adee318
--- /dev/null
@@ -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 (file)
index 0000000..496fff9
--- /dev/null
@@ -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"