diff options
author | 2003-10-16 20:10:20 +0000 | |
---|---|---|
committer | 2003-10-16 20:10:20 +0000 | |
commit | 656019fbfec80d47f1e34903e8cd03455cf10546 (patch) | |
tree | 2969f54a47ffbcf6109ca90123ac1e0d511af126 /app-misc | |
parent | initial import (diff) | |
download | historical-656019fbfec80d47f1e34903e8cd03455cf10546.tar.gz historical-656019fbfec80d47f1e34903e8cd03455cf10546.tar.bz2 historical-656019fbfec80d47f1e34903e8cd03455cf10546.zip |
Initial import
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/gtodo/ChangeLog | 10 | ||||
-rw-r--r-- | app-misc/gtodo/Manifest | 3 | ||||
-rw-r--r-- | app-misc/gtodo/files/digest-gtodo-0.13.5 | 1 | ||||
-rw-r--r-- | app-misc/gtodo/gtodo-0.13.5.ebuild | 25 |
4 files changed, 39 insertions, 0 deletions
diff --git a/app-misc/gtodo/ChangeLog b/app-misc/gtodo/ChangeLog new file mode 100644 index 000000000000..4d48fbe6d24f --- /dev/null +++ b/app-misc/gtodo/ChangeLog @@ -0,0 +1,10 @@ +# 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 new file mode 100644 index 000000000000..8d25ff17e27e --- /dev/null +++ b/app-misc/gtodo/Manifest @@ -0,0 +1,3 @@ +MD5 31d29c626766d43d72954b000b142e5d gtodo-0.13.5.ebuild 592 +MD5 b5d571ee72bdb351f5a1b2a3607e9d0f ChangeLog 312 +MD5 bed7bdda997259ea2a0f92edbd892056 files/digest-gtodo-0.13.5 64 diff --git a/app-misc/gtodo/files/digest-gtodo-0.13.5 b/app-misc/gtodo/files/digest-gtodo-0.13.5 new file mode 100644 index 000000000000..87f5061c7556 --- /dev/null +++ b/app-misc/gtodo/files/digest-gtodo-0.13.5 @@ -0,0 +1 @@ +MD5 480574f7db89bea7a437a77caa411156 gtodo-0.13.5.tar.gz 178559 diff --git a/app-misc/gtodo/gtodo-0.13.5.ebuild b/app-misc/gtodo/gtodo-0.13.5.ebuild new file mode 100644 index 000000000000..d314c660a713 --- /dev/null +++ b/app-misc/gtodo/gtodo-0.13.5.ebuild @@ -0,0 +1,25 @@ +# 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.1 2003/10/16 20:10:20 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="http://belnet.dl.sourceforge.net/sourceforge/gtodo/gtodo-${PV}.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" |