summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-11-19 13:54:34 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-11-19 13:54:34 +0000
commita81fcf7355ecda71e8f754304581b84346992ae6 (patch)
treec14aa63a01d7c9674204bb117b7a2f395ae035b4 /app-text/iso-codes
parentDrop already applied patch. Wrt bug #390873. (diff)
downloadgentoo-2-a81fcf7355ecda71e8f754304581b84346992ae6.tar.gz
gentoo-2-a81fcf7355ecda71e8f754304581b84346992ae6.tar.bz2
gentoo-2-a81fcf7355ecda71e8f754304581b84346992ae6.zip
Version bump. Remove old revision.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'app-text/iso-codes')
-rw-r--r--app-text/iso-codes/ChangeLog8
-rw-r--r--app-text/iso-codes/iso-codes-3.30.ebuild (renamed from app-text/iso-codes/iso-codes-3.24.ebuild)11
2 files changed, 12 insertions, 7 deletions
diff --git a/app-text/iso-codes/ChangeLog b/app-text/iso-codes/ChangeLog
index 3b31986a0766..511bbaab5ece 100644
--- a/app-text/iso-codes/ChangeLog
+++ b/app-text/iso-codes/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/iso-codes
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.112 2011/10/05 17:09:42 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.113 2011/11/19 13:54:34 eva Exp $
+
+*iso-codes-3.30 (19 Nov 2011)
+
+ 19 Nov 2011; Gilles Dartiguelongue <eva@gentoo.org> -iso-codes-3.24.ebuild,
+ +iso-codes-3.30.ebuild:
+ Version bump. Remove old revision.
05 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> iso-codes-3.24.2.ebuild:
ppc/ppc64 stable wrt #369909
diff --git a/app-text/iso-codes/iso-codes-3.24.ebuild b/app-text/iso-codes/iso-codes-3.30.ebuild
index f540b6cb0045..02b6ceddbe37 100644
--- a/app-text/iso-codes/iso-codes-3.24.ebuild
+++ b/app-text/iso-codes/iso-codes-3.30.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-3.24.ebuild,v 1.7 2011/03/22 18:48:25 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-3.30.ebuild,v 1.1 2011/11/19 13:54:34 eva Exp $
-EAPI="3"
+EAPI="4"
inherit eutils
DESCRIPTION="Provides the list of country and language names"
HOMEPAGE="http://alioth.debian.org/projects/pkg-isocodes/"
-SRC_URI="ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/${P}.tar.bz2"
+SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND=""
@@ -46,7 +46,6 @@ src_prepare() {
}
src_install() {
- emake DESTDIR="${D}" install || die "Installation failed"
-
+ default
dodoc ChangeLog README TODO || die "dodoc failed"
}