summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/iso-codes/iso-codes-3.11.1.ebuild')
-rw-r--r--app-text/iso-codes/iso-codes-3.11.1.ebuild26
1 files changed, 0 insertions, 26 deletions
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"
-}