summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-09-22 14:11:17 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-09-22 14:11:17 +0000
commitcd4b300c24a56c838985676cb617c11e400d0aeb (patch)
tree79c0abd739e97cbf41cb3f6b3d7ba5840ab7d793 /dev-libs/icu/icu-2.8.ebuild
parentMasking sci-biology/staden (diff)
downloadgentoo-2-cd4b300c24a56c838985676cb617c11e400d0aeb.tar.gz
gentoo-2-cd4b300c24a56c838985676cb617c11e400d0aeb.tar.bz2
gentoo-2-cd4b300c24a56c838985676cb617c11e400d0aeb.zip
Cleanup.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-libs/icu/icu-2.8.ebuild')
-rw-r--r--dev-libs/icu/icu-2.8.ebuild21
1 files changed, 12 insertions, 9 deletions
diff --git a/dev-libs/icu/icu-2.8.ebuild b/dev-libs/icu/icu-2.8.ebuild
index ae799fecaf12..be373d366a6f 100644
--- a/dev-libs/icu/icu-2.8.ebuild
+++ b/dev-libs/icu/icu-2.8.ebuild
@@ -1,25 +1,28 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-2.8.ebuild,v 1.19 2005/04/21 20:30:58 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-2.8.ebuild,v 1.20 2006/09/22 14:11:17 chtekk Exp $
-S=${WORKDIR}/${PN}/source
-DESCRIPTION="IBM Internationalization Components for Unicode"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 s390 sparc x86"
+
+DESCRIPTION="IBM Internationalization Components for Unicode."
SRC_URI="ftp://www-126.ibm.com/pub/icu/${PV}/${P}.tgz"
HOMEPAGE="http://ibm.com/software/globalization/icu/"
SLOT="0"
LICENSE="as-is"
-KEYWORDS="x86 amd64 alpha ppc s390 ia64 ppc64 sparc"
IUSE=""
-DEPEND="virtual/libc"
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${PN}/source"
src_compile() {
- econf --enable-layout || die
- make || die "emake failed"
+ econf || die "econf failed"
+ emake || die "emake failed"
}
src_install () {
- make DESTDIR=${D} install || die "make install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
dohtml ../readme.html ../license.html
}