summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-05 23:04:41 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-05 23:04:41 +0000
commit5cc426e5d07e9a6c6497ad961f3b5c84c825b6d3 (patch)
tree734c5ab8b217ab168f5a7e973b5c0932aa98f32d
parentClean up old revision. (diff)
downloadgentoo-2-5cc426e5d07e9a6c6497ad961f3b5c84c825b6d3.tar.gz
gentoo-2-5cc426e5d07e9a6c6497ad961f3b5c84c825b6d3.tar.bz2
gentoo-2-5cc426e5d07e9a6c6497ad961f3b5c84c825b6d3.zip
Clean up old revision.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
-rw-r--r--app-text/iso-codes/ChangeLog7
-rw-r--r--app-text/iso-codes/iso-codes-3.30.ebuild51
2 files changed, 5 insertions, 53 deletions
diff --git a/app-text/iso-codes/ChangeLog b/app-text/iso-codes/ChangeLog
index 25833a0c7bd1..53a6fe53bd7a 100644
--- a/app-text/iso-codes/ChangeLog
+++ b/app-text/iso-codes/ChangeLog
@@ -1,6 +1,9 @@
# 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.132 2012/12/21 23:46:41 eva Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.133 2013/03/05 23:04:41 eva Exp $
+
+ 05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -iso-codes-3.30.ebuild:
+ Clean up old revision.
*iso-codes-3.40 (21 Dec 2012)
diff --git a/app-text/iso-codes/iso-codes-3.30.ebuild b/app-text/iso-codes/iso-codes-3.30.ebuild
deleted file mode 100644
index 24540197ebca..000000000000
--- a/app-text/iso-codes/iso-codes-3.30.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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.30.ebuild,v 1.9 2012/05/12 16:14:27 aballier Exp $
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="Provides the list of country and language names"
-HOMEPAGE="http://alioth.debian.org/projects/pkg-isocodes/"
-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 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="sys-devel/gettext"
-
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-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() {
- default
- dodoc ChangeLog README TODO || die "dodoc failed"
-}