Cleanup.
authorLuca Longinotti <chtekk@gentoo.org>
Sun, 12 Nov 2006 16:52:14 +0000 (16:52 +0000)
committerLuca Longinotti <chtekk@gentoo.org>
Sun, 12 Nov 2006 16:52:14 +0000 (16:52 +0000)
Package-Manager: portage-2.1.2_rc1-r6

dev-libs/icu/ChangeLog
dev-libs/icu/icu-2.8.ebuild
dev-libs/icu/icu-3.4.1.ebuild
dev-libs/icu/icu-3.6.ebuild

index 5baa5c698d603e9502b9f983d4cf7cd219a9d89b..2cc7db9ef06ae989b67e443416b3184b1d0a08b5 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/icu
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.48 2006/11/06 10:01:43 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.49 2006/11/12 16:52:14 chtekk Exp $
+
+  12 Nov 2006; Luca Longinotti <chtekk@gentoo.org> -icu-2.6.ebuild,
+  -icu-2.6.2.ebuild, icu-2.8.ebuild, icu-3.4.1.ebuild, icu-3.6.ebuild:
+  Cleanup of old ebuilds, sync new ones.
 
 *icu-3.6 (06 Nov 2006)
 
index be373d366a6fd6004eda37641a37d07e7070c94a..32f9dab2535e2be18b761d295971a113f8d0e3a5 100644 (file)
@@ -1,6 +1,6 @@
 # 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.20 2006/09/22 14:11:17 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-2.8.ebuild,v 1.21 2006/11/12 16:52:14 chtekk Exp $
 
 KEYWORDS="alpha amd64 ia64 ppc ppc64 s390 sparc x86"
 
@@ -19,10 +19,10 @@ S="${WORKDIR}/${PN}/source"
 
 src_compile() {
        econf || die "econf failed"
-       emake || die "emake failed"
+       emake -j1 || die "emake failed"
 }
 
-src_install () {
+src_install() {
        emake DESTDIR="${D}" install || die "emake install failed"
        dohtml ../readme.html ../license.html
 }
index eb9d51bebf47d27afe2b1af12f306588b5cef8a2..10279f25142a8b771bd947ea2d8ab090135d9c3f 100644 (file)
@@ -1,20 +1,21 @@
 # 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-3.4.1.ebuild,v 1.12 2006/11/12 04:58:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-3.4.1.ebuild,v 1.13 2006/11/12 16:52:14 chtekk Exp $
 
-DESCRIPTION="IBM Internationalization Components for Unicode"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc x86"
+
+DESCRIPTION="IBM Internationalization Components for Unicode."
 HOMEPAGE="http://ibm.com/software/globalization/icu/"
 SRC_URI="ftp://ftp.software.ibm.com/software/globalization/icu/${PV}/${P}.tgz"
 
-LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc x86"
+LICENSE="as-is"
 IUSE=""
 
 DEPEND=""
 RDEPEND=""
 
-S=${WORKDIR}/${PN}/source
+S="${WORKDIR}/${PN}/source"
 
 src_compile() {
        econf || die "econf failed"
index 6f0a41e934299983e44f943adc6d51d0e8ba67e2..916f4028c268d8d77f309105ec75b7eb1182b51d 100644 (file)
@@ -1,22 +1,21 @@
 # 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-3.6.ebuild,v 1.2 2006/11/12 04:58:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-3.6.ebuild,v 1.3 2006/11/12 16:52:14 chtekk Exp $
 
-MY_PV=${PV/./_}
+KEYWORDS="~amd64 ~arm ~hppa ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc x86"
 
-DESCRIPTION="IBM Internationalization Components for Unicode"
+DESCRIPTION="IBM Internationalization Components for Unicode."
 HOMEPAGE="http://ibm.com/software/globalization/icu/"
-SRC_URI="ftp://ftp.software.ibm.com/software/globalization/icu/${PV}/icu4c-${MY_PV}-src.tgz"
+SRC_URI="ftp://ftp.software.ibm.com/software/globalization/icu/${PV}/icu4c-${PV/./_}-src.tgz"
 
-LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc x86"
+LICENSE="as-is"
 IUSE=""
 
 DEPEND=""
 RDEPEND=""
 
-S=${WORKDIR}/${PN}/source
+S="${WORKDIR}/${PN}/source"
 
 src_compile() {
        econf || die "econf failed"