diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:45:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:45:42 +0000 |
commit | ed34e375961396c31c32ea54685059966d51665e (patch) | |
tree | 318409b3268d5b5cf241ef4ccc6ea1c977e22b7c /app-misc/ithought/ithought-0.0.5-r1.ebuild | |
parent | QA - fix use invocation (diff) | |
download | historical-ed34e375961396c31c32ea54685059966d51665e.tar.gz historical-ed34e375961396c31c32ea54685059966d51665e.tar.bz2 historical-ed34e375961396c31c32ea54685059966d51665e.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/ithought/ithought-0.0.5-r1.ebuild')
-rw-r--r-- | app-misc/ithought/ithought-0.0.5-r1.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/app-misc/ithought/ithought-0.0.5-r1.ebuild b/app-misc/ithought/ithought-0.0.5-r1.ebuild index 66c8b9f3f964..c43d306b4c25 100644 --- a/app-misc/ithought/ithought-0.0.5-r1.ebuild +++ b/app-misc/ithought/ithought-0.0.5-r1.ebuild @@ -1,29 +1,24 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.16 2004/06/24 22:16:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.17 2004/06/28 03:42:29 vapier Exp $ #emerge doesn't yet support things like a5 MY_P=${P/0.0./a} S=${WORKDIR}/${MY_P} DESCRIPTION="An internet-aware personal thought manager" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" HOMEPAGE="http://ithought.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="=x11-libs/gtk+-1.2* dev-libs/libxml2" -src_compile() { - econf || die "econf failed" - emake || die -} - src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO } |