summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2003-09-03 04:00:17 +0000
committerDavid Holm <dholm@gentoo.org>2003-09-03 04:00:17 +0000
commit0b1719cee7673be1438b30b751fa88179ab08378 (patch)
tree64205518faf2d60a2a62abf27da0b894e0a96afe /app-misc/tdl
parentversion bump (diff)
downloadgentoo-2-0b1719cee7673be1438b30b751fa88179ab08378.tar.gz
gentoo-2-0b1719cee7673be1438b30b751fa88179ab08378.tar.bz2
gentoo-2-0b1719cee7673be1438b30b751fa88179ab08378.zip
Added tdl to ~ppc.
Diffstat (limited to 'app-misc/tdl')
-rw-r--r--app-misc/tdl/ChangeLog5
-rw-r--r--app-misc/tdl/Manifest4
-rw-r--r--app-misc/tdl/tdl-1.4.1.ebuild20
3 files changed, 16 insertions, 13 deletions
diff --git a/app-misc/tdl/ChangeLog b/app-misc/tdl/ChangeLog
index 1ac58ee45cb5..edf92e08536d 100644
--- a/app-misc/tdl/ChangeLog
+++ b/app-misc/tdl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/tdl
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/ChangeLog,v 1.3 2003/08/17 11:38:02 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/ChangeLog,v 1.4 2003/09/03 03:59:57 dholm Exp $
+
+ 03 Sep 2003; David Holm <dholm@gentoo.org> tdl-1.4.1.ebuild:
+ Added tdl-1.4.1 to ~ppc.
17 Aug 2003; Tavis Ormandy <taviso@gentoo.org> tdl-1.4.1.ebuild:
cleaning up indenting.
diff --git a/app-misc/tdl/Manifest b/app-misc/tdl/Manifest
index 10e311371085..bcdbb4aa2cfb 100644
--- a/app-misc/tdl/Manifest
+++ b/app-misc/tdl/Manifest
@@ -1,5 +1,5 @@
-MD5 ca7abe1906508c8ac91b05e66a098991 tdl-1.4.1.ebuild 1374
-MD5 956f14a5a491a3266c773689cadb5333 ChangeLog 489
+MD5 d34929ff7edf7c222895e05f0e387f9d ChangeLog 579
MD5 4959d83706907b479468d01607d36e0a metadata.xml 475
+MD5 39dd8fbc1a049d2687bef25c8569742d tdl-1.4.1.ebuild 1370
MD5 e99939886dd2c94f740140ef76236e33 files/digest-tdl-1.4.1 60
MD5 ef0002cebbe16c4d41f1add6ad38b69e files/screenshot.png 24868
diff --git a/app-misc/tdl/tdl-1.4.1.ebuild b/app-misc/tdl/tdl-1.4.1.ebuild
index b2021022429b..d6afdb7ea2ba 100644
--- a/app-misc/tdl/tdl-1.4.1.ebuild
+++ b/app-misc/tdl/tdl-1.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.4.1.ebuild,v 1.5 2003/08/17 11:38:02 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.4.1.ebuild,v 1.6 2003/09/03 03:59:57 dholm Exp $
DESCRIPTION="Command line To Do List manager"
HOMEPAGE="http://www.rc0.org.uk/tdl/"
@@ -8,10 +8,10 @@ SRC_URI="http://www.rrbcurnow.freeuk.com/tdl/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 alpha"
+KEYWORDS="x86 alpha ~ppc"
IUSE="readline ncurses doc"
-RDEPEND="readline? ( >=sys-libs/readline-4.3
+RDEPEND="readline? ( >=sys-libs/readline-4.3
ncurses? ( sys-libs/ncurses )
!ncurses? ( sys-libs/libtermcap-compat ) )"
DEPEND="${RDEPEND}
@@ -22,7 +22,7 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P}
src_compile() {
- local myconf="--prefix=/usr"
+ local myconf="--prefix=/usr"
if ! use readline; then
myconf="${myconf} --without-readline"
@@ -33,19 +33,19 @@ src_compile() {
sed -i 's#-lncurses##g' ${S}/configure
fi
fi
-
+
./configure ${myconf} || die "configure failed, sorry!"
emake all tdl.info tdl.html tdl.txt || die
- use doc && emake tdl.dvi tdl.ps tdl.pdf
+ use doc && emake tdl.dvi tdl.ps tdl.pdf
}
src_install() {
local i
-
+
dodoc COPYING README NEWS tdl.txt ${FILESDIR}/screenshot.png
doinfo tdl.info
dohtml tdl.html
-
+
dobin tdl
doman tdl.1
@@ -55,7 +55,7 @@ src_install() {
dosym tdl.1 /usr/share/man/man1/${i}.1
done
- prepallman
-
+ prepallman
+
use doc && dodoc tdl.dvi tdl.ps tdl.pdf
}