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 | 0f38da9ad341b1f6c277142878707ec947bb6057 (patch) | |
tree | 9f0bf0f9af3a168b4997181814d84c7ff7b09d18 /app-misc/ithought | |
parent | QA - fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-0f38da9ad341b1f6c277142878707ec947bb6057.tar.gz gentoo-2-0f38da9ad341b1f6c277142878707ec947bb6057.tar.bz2 gentoo-2-0f38da9ad341b1f6c277142878707ec947bb6057.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/ithought')
-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 } |