summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-06-30 12:07:04 +0000
committerPacho Ramos <pacho@gentoo.org>2012-06-30 12:07:04 +0000
commitb4bc03414ad12d08a0a0d36a9b2a8fb84888330b (patch)
tree981b444be2e9d45c5909bd18cce5f4206e4c206d /app-text
parentVersion bump. (diff)
downloadgentoo-2-b4bc03414ad12d08a0a0d36a9b2a8fb84888330b.tar.gz
gentoo-2-b4bc03414ad12d08a0a0d36a9b2a8fb84888330b.tar.bz2
gentoo-2-b4bc03414ad12d08a0a0d36a9b2a8fb84888330b.zip
Version bump, remove old.
(Portage version: 2.1.11.3/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/iso-codes/ChangeLog9
-rw-r--r--app-text/iso-codes/iso-codes-3.37.ebuild (renamed from app-text/iso-codes/iso-codes-3.24.2.ebuild)16
2 files changed, 12 insertions, 13 deletions
diff --git a/app-text/iso-codes/ChangeLog b/app-text/iso-codes/ChangeLog
index f3bacda16473..0fc9a799c10d 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.121 2012/05/12 16:14:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.122 2012/06/30 12:07:04 pacho Exp $
+
+*iso-codes-3.37 (30 Jun 2012)
+
+ 30 Jun 2012; Pacho Ramos <pacho@gentoo.org> +iso-codes-3.37.ebuild,
+ -iso-codes-3.24.2.ebuild:
+ Version bump, remove old.
12 May 2012; Alexis Ballier <aballier@gentoo.org> iso-codes-3.30.ebuild:
keyword ~amd64-fbsd
@@ -451,4 +457,3 @@
First commit to tree. This package contains SO-639 Language code list, the
ISO-3166 Territory code list, and ISO-3166-2 sub-territory lists, and all
their translations in gettext .po form
-
diff --git a/app-text/iso-codes/iso-codes-3.24.2.ebuild b/app-text/iso-codes/iso-codes-3.37.ebuild
index 088c91735b87..55479f1ce62a 100644
--- a/app-text/iso-codes/iso-codes-3.24.2.ebuild
+++ b/app-text/iso-codes/iso-codes-3.37.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.2.ebuild,v 1.8 2011/10/05 17:09:42 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-3.37.ebuild,v 1.1 2012/06/30 12:07:04 pacho 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 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND=""
@@ -44,9 +44,3 @@ src_prepare() {
fi
done
}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Installation failed"
-
- dodoc ChangeLog README TODO || die "dodoc failed"
-}