summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-05-31 21:17:26 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-05-31 21:17:26 +0000
commitb48623109b4cd55c1c53ee5264dc78b03e50d22c (patch)
treee6b32e4cc361d95c85844d98dd5be41a814194c6 /app-text/iso-codes
parentClean up old revisions. (diff)
downloadgentoo-2-b48623109b4cd55c1c53ee5264dc78b03e50d22c.tar.gz
gentoo-2-b48623109b4cd55c1c53ee5264dc78b03e50d22c.tar.bz2
gentoo-2-b48623109b4cd55c1c53ee5264dc78b03e50d22c.zip
Clean up old revisions.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/iso-codes')
-rw-r--r--app-text/iso-codes/ChangeLog6
-rw-r--r--app-text/iso-codes/iso-codes-3.11.1.ebuild26
-rw-r--r--app-text/iso-codes/iso-codes-3.14.ebuild52
3 files changed, 5 insertions, 79 deletions
diff --git a/app-text/iso-codes/ChangeLog b/app-text/iso-codes/ChangeLog
index df57673e7dab..55135cc09759 100644
--- a/app-text/iso-codes/ChangeLog
+++ b/app-text/iso-codes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/iso-codes
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.87 2010/05/17 12:22:34 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.88 2010/05/31 21:17:26 eva Exp $
+
+ 31 May 2010; Gilles Dartiguelongue <eva@gentoo.org>
+ -iso-codes-3.11.1.ebuild, -iso-codes-3.14.ebuild:
+ Clean up old revisions.
*iso-codes-3.16 (17 May 2010)
diff --git a/app-text/iso-codes/iso-codes-3.11.1.ebuild b/app-text/iso-codes/iso-codes-3.11.1.ebuild
deleted file mode 100644
index 88c7e10f6dac..000000000000
--- a/app-text/iso-codes/iso-codes-3.11.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 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.11.1.ebuild,v 1.2 2010/01/15 04:10:04 abcd Exp $
-
-EAPI="2"
-
-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"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="sys-devel/gettext
- || (
- >=dev-lang/python-2.3[-build,xml]
- dev-python/pyxml )"
-
-src_install() {
- emake DESTDIR="${D}" install || die "Installation failed"
-
- dodoc ChangeLog README TODO || die "dodoc failed"
-}
diff --git a/app-text/iso-codes/iso-codes-3.14.ebuild b/app-text/iso-codes/iso-codes-3.14.ebuild
deleted file mode 100644
index e27d2bec40ab..000000000000
--- a/app-text/iso-codes/iso-codes-3.14.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2010 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.14.ebuild,v 1.2 2010/03/30 23:17:33 eva Exp $
-
-EAPI="2"
-
-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"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="sys-devel/gettext
- || (
- >=dev-lang/python-2.3[-build,xml]
- dev-python/pyxml )"
-
-src_prepare() {
- local linguas_bak=${LINGUAS}
- local mylinguas=""
-
- for norm in iso_15924 iso_3166 iso_3166_2 iso_4217 iso_639 iso_639_3; do
- einfo "Preparing ${norm}"
-
- mylinguas=""
- LINGUAS=${linguas_bak}
- strip-linguas -i "${S}/${norm}"
-
- for loc in ${LINGUAS}; do
- mylinguas="${mylinguas} ${loc}.po"
- done
-
- if [ -n "${mylinguas}" ]; then
- sed -e "s:pofiles =.*:pofiles = ${mylinguas}:" \
- -e "s:mofiles =.*:mofiles = ${mylinguas//.po/.mo}:" \
- -i "${S}/${norm}/Makefile.am" "${S}/${norm}/Makefile.in" \
- || die "sed in ${norm} folder failed"
- fi
- done
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Installation failed"
-
- dodoc ChangeLog README TODO || die "dodoc failed"
-}