From cec3dbfc364ec5dea174932fd90e42ece1d53dcb Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Sat, 27 Apr 2002 07:39:05 +0000 Subject: cleanup --- app-misc/ithought/ithought-0.0.5-r1.ebuild | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'app-misc/ithought') diff --git a/app-misc/ithought/ithought-0.0.5-r1.ebuild b/app-misc/ithought/ithought-0.0.5-r1.ebuild index 30f00b4a7325..36217766023c 100644 --- a/app-misc/ithought/ithought-0.0.5-r1.ebuild +++ b/app-misc/ithought/ithought-0.0.5-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Craig Joly -# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.2 2001/10/07 11:11:07 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.3 2002/04/27 07:21:39 seemant Exp $ #emerge doesn't yet support things like a5 -P=ithought-a5 -S=${WORKDIR}/${P} +MY_P=${P/0.0./a} +S=${WORKDIR}/${MY_P} DESCRIPTION="An internet-aware personal thought manager" -SRC_URI="http://download.sourceforge.net/ithought/ithought-a5.tar.gz" +SRC_URI="http://download.sourceforge.net/${PN}/${MY_P}.tar.gz" HOMEPAGE="http://ithought.sourceforge.net" DEPEND=">=x11-libs/gtk+-1.2.10-r4 @@ -16,15 +16,13 @@ DEPEND=">=x11-libs/gtk+-1.2.10-r4 src_compile() { - try ./configure --host=${CHOST} - try emake + econf || die + emake || die } src_install () { - try make DESTDIR=${D} install - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO } - - -- cgit v1.2.3-65-gdbad