diff options
Diffstat (limited to 'dev-libs/icu/icu-2.6.ebuild')
-rw-r--r-- | dev-libs/icu/icu-2.6.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/icu/icu-2.6.ebuild b/dev-libs/icu/icu-2.6.ebuild deleted file mode 100644 index af318c078707..000000000000 --- a/dev-libs/icu/icu-2.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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.6.ebuild,v 1.11 2006/09/22 14:11:17 chtekk Exp $ - -KEYWORDS="~alpha ~ia64 ~ppc 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" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${PN}/source" - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dohtml ../readme.html ../license.html -} |