summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-11-20 12:43:43 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-11-20 12:43:43 +0000
commite24ba4630efbd338cb63ef7100d72296155abffe (patch)
tree550819c16ac2eae5471119c429087aa581c9b1e0 /x11-misc/ntodo
parentinitial import (diff)
downloadgentoo-2-e24ba4630efbd338cb63ef7100d72296155abffe.tar.gz
gentoo-2-e24ba4630efbd338cb63ef7100d72296155abffe.tar.bz2
gentoo-2-e24ba4630efbd338cb63ef7100d72296155abffe.zip
initial import
Diffstat (limited to 'x11-misc/ntodo')
-rw-r--r--x11-misc/ntodo/ChangeLog8
-rw-r--r--x11-misc/ntodo/Manifest3
-rw-r--r--x11-misc/ntodo/files/digest-ntodo-1.01
-rw-r--r--x11-misc/ntodo/ntodo-1.0.ebuild31
4 files changed, 42 insertions, 1 deletions
diff --git a/x11-misc/ntodo/ChangeLog b/x11-misc/ntodo/ChangeLog
new file mode 100644
index 000000000000..4c1dc762ae4b
--- /dev/null
+++ b/x11-misc/ntodo/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for x11-misc/ntodo
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ntodo/ChangeLog,v 1.1 2003/11/20 12:43:39 aliz Exp $
+
+*ntodo-1.0 (20 Nov 2003)
+
+ 20 Nov 2003; Daniel Ahlberg <aliz@gentoo.org> ntodo-1.0.ebuild :
+ Initial import.
diff --git a/x11-misc/ntodo/Manifest b/x11-misc/ntodo/Manifest
index ecc8ea319268..8a763aa10e27 100644
--- a/x11-misc/ntodo/Manifest
+++ b/x11-misc/ntodo/Manifest
@@ -1,2 +1,3 @@
-MD5 f497c6082c943ddfb6f03bcaa001fb47 ntodo-1.0.ebuild 2513
+MD5 73e6d81bc386a6f3e26e026eea11ea3c ntodo-1.0.ebuild 653
+MD5 44a23bd01ab426ffeff7422407c7853a ChangeLog 319
MD5 be2fbdcfb22f73eef9261f398ddd319d files/digest-ntodo-1.0 57
diff --git a/x11-misc/ntodo/files/digest-ntodo-1.0 b/x11-misc/ntodo/files/digest-ntodo-1.0
new file mode 100644
index 000000000000..1d8afb0f4a0b
--- /dev/null
+++ b/x11-misc/ntodo/files/digest-ntodo-1.0
@@ -0,0 +1 @@
+MD5 0452cc8a1e62a9c0196284fb8bf8b6b9 ntodo-1.0.tgz 11943
diff --git a/x11-misc/ntodo/ntodo-1.0.ebuild b/x11-misc/ntodo/ntodo-1.0.ebuild
new file mode 100644
index 000000000000..a8e5ea5b5036
--- /dev/null
+++ b/x11-misc/ntodo/ntodo-1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ntodo/ntodo-1.0.ebuild,v 1.1 2003/11/20 12:43:39 aliz Exp $
+
+DESCRIPTION="GTK Todo program"
+HOMEPAGE="http://www.theasylum.org/ntodo/"
+SRC_URI="http://www.theasylum.org/ntodo/${P}.tgz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+DEPEND="=x11-libs/gtk+-1.2*"
+#RDEPEND=""
+S="${WORKDIR}/nToDo-${PV}"
+
+src_unpack() {
+ unpack ${A} ; cd ${S}
+
+ sed -i "s:^CFLAGS.*:CFLAGS = ${CFLAGS} \$(GTK_CFLAGS):g" Makefile
+}
+
+
+
+src_compile() {
+ make || die
+}
+
+src_install() {
+ dobin ntodo
+ dodoc README
+}