summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2003-11-18 02:28:46 +0000
committerIan Leitch <port001@gentoo.org>2003-11-18 02:28:46 +0000
commit4f9674ea69c42539476ef522ac06b212130dd513 (patch)
tree940b0f74ed520359f8b1afd852f4de0df288cb87 /app-misc
parentmore fixes (diff)
downloadhistorical-4f9674ea69c42539476ef522ac06b212130dd513.tar.gz
historical-4f9674ea69c42539476ef522ac06b212130dd513.tar.bz2
historical-4f9674ea69c42539476ef522ac06b212130dd513.zip
*** empty log message ***
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gtodo/ChangeLog10
-rw-r--r--app-misc/gtodo/Manifest3
-rw-r--r--app-misc/gtodo/gtodo-0.13.5.ebuild25
3 files changed, 0 insertions, 38 deletions
diff --git a/app-misc/gtodo/ChangeLog b/app-misc/gtodo/ChangeLog
deleted file mode 100644
index 4d48fbe6d24f..000000000000
--- a/app-misc/gtodo/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for app-misc/gtodo
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gtodo/ChangeLog,v 1.1 2003/10/16 20:10:20 pyrania Exp $
-
-*gtodo-0.13.5 (16 Oct 2003)
-
- 16 Oct 2003; Markus Nigbur <pyrania@gentoo.org> gtodo-0.13.5.ebuild:
- Initial import. Thanks to theblackdragon@linux.be for the clean ebuild (bug
- 31299).
-
diff --git a/app-misc/gtodo/Manifest b/app-misc/gtodo/Manifest
deleted file mode 100644
index cfa45be591bc..000000000000
--- a/app-misc/gtodo/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6ea4b210cb68f0c9dddaf601031a2702 ChangeLog 400
-MD5 9646432712caebb705bf3522c9c49bcf gtodo-0.13.5.ebuild 649
-MD5 bed7bdda997259ea2a0f92edbd892056 files/digest-gtodo-0.13.5 64
diff --git a/app-misc/gtodo/gtodo-0.13.5.ebuild b/app-misc/gtodo/gtodo-0.13.5.ebuild
deleted file mode 100644
index c081b8ea7801..000000000000
--- a/app-misc/gtodo/gtodo-0.13.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gtodo/gtodo-0.13.5.ebuild,v 1.2 2003/10/23 09:45:21 aliz 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"
-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"