diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-05-26 11:29:51 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-05-26 11:29:51 +0000 |
commit | 036a0a5a7b1de026a25599b7d12b19b991486011 (patch) | |
tree | 843344cd9f2512f83cf7f368fba934782c7ea17d /app-text/iso-codes | |
parent | Fix bug #179840. (diff) | |
download | gentoo-2-036a0a5a7b1de026a25599b7d12b19b991486011.tar.gz gentoo-2-036a0a5a7b1de026a25599b7d12b19b991486011.tar.bz2 gentoo-2-036a0a5a7b1de026a25599b7d12b19b991486011.zip |
Remove old
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-text/iso-codes')
-rw-r--r-- | app-text/iso-codes/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/iso-codes/files/digest-iso-codes-0.49 | 3 | ||||
-rw-r--r-- | app-text/iso-codes/files/digest-iso-codes-0.49-r1 | 3 | ||||
-rw-r--r-- | app-text/iso-codes/files/iso-codes-0.49-bsd-install.patch | 14 | ||||
-rw-r--r-- | app-text/iso-codes/files/iso-codes-0.49-fix-version.patch | 11 | ||||
-rw-r--r-- | app-text/iso-codes/iso-codes-0.49-r1.ebuild | 48 | ||||
-rw-r--r-- | app-text/iso-codes/iso-codes-0.49.ebuild | 40 |
7 files changed, 7 insertions, 120 deletions
diff --git a/app-text/iso-codes/ChangeLog b/app-text/iso-codes/ChangeLog index 64831810336c..30df84fdc5d3 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.32 2007/01/20 12:03:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.33 2007/05/26 11:29:51 leio Exp $ + + 26 May 2007; Mart Raudsepp <leio@gentoo.org> + -files/iso-codes-0.49-bsd-install.patch, + -files/iso-codes-0.49-fix-version.patch, -iso-codes-0.49.ebuild, + -iso-codes-0.49-r1.ebuild: + Remove old 20 Jan 2007; Jeroen Roovers <jer@gentoo.org> iso-codes-0.58.ebuild: Stable for HPPA (bug #156662). diff --git a/app-text/iso-codes/files/digest-iso-codes-0.49 b/app-text/iso-codes/files/digest-iso-codes-0.49 deleted file mode 100644 index 2aed27148b37..000000000000 --- a/app-text/iso-codes/files/digest-iso-codes-0.49 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 62b7f9469e00b92558d5d043a4be3910 iso-codes_0.49.orig.tar.gz 3698966 -RMD160 1475ccfed5d09b46004ccca517950484126b0d1b iso-codes_0.49.orig.tar.gz 3698966 -SHA256 54f6b12aadcda66e4437f4880fd4270aa38f0397acef907e1f3963aaca03625c iso-codes_0.49.orig.tar.gz 3698966 diff --git a/app-text/iso-codes/files/digest-iso-codes-0.49-r1 b/app-text/iso-codes/files/digest-iso-codes-0.49-r1 deleted file mode 100644 index 2aed27148b37..000000000000 --- a/app-text/iso-codes/files/digest-iso-codes-0.49-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 62b7f9469e00b92558d5d043a4be3910 iso-codes_0.49.orig.tar.gz 3698966 -RMD160 1475ccfed5d09b46004ccca517950484126b0d1b iso-codes_0.49.orig.tar.gz 3698966 -SHA256 54f6b12aadcda66e4437f4880fd4270aa38f0397acef907e1f3963aaca03625c iso-codes_0.49.orig.tar.gz 3698966 diff --git a/app-text/iso-codes/files/iso-codes-0.49-bsd-install.patch b/app-text/iso-codes/files/iso-codes-0.49-bsd-install.patch deleted file mode 100644 index 335a3cc4b8f5..000000000000 --- a/app-text/iso-codes/files/iso-codes-0.49-bsd-install.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: iso-codes-0.49/rules.make -=================================================================== ---- iso-codes-0.49.orig/rules.make -+++ iso-codes-0.49/rules.make -@@ -12,7 +12,8 @@ install-data-hook: $(mofiles) - cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \ -- $(INSTALL_DATA) -D $$cat $$dir/$(DOMAIN).mo; \ -+ $(INSTALL_DATA) -d $$dir/; \ -+ $(INSTALL_DATA) $$cat $$dir/$(DOMAIN).mo; \ - done - - uninstall-hook: diff --git a/app-text/iso-codes/files/iso-codes-0.49-fix-version.patch b/app-text/iso-codes/files/iso-codes-0.49-fix-version.patch deleted file mode 100644 index 00d307cf2d5d..000000000000 --- a/app-text/iso-codes/files/iso-codes-0.49-fix-version.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac 2006-02-17 15:21:08.000000000 -0600 -+++ configure.ac 2006-02-17 15:21:19.000000000 -0600 -@@ -16,7 +16,7 @@ - dnl - dnl $Id: iso-codes-0.49-fix-version.patch,v 1.1 2006/02/17 21:27:27 compnerd Exp $ - --AC_INIT([ISO Codes],[0.47],[],[iso-codes]) -+AC_INIT([ISO Codes],[0.49],[],[iso-codes]) - - AC_REVISION([$Revision: 1.1 $]) - diff --git a/app-text/iso-codes/iso-codes-0.49-r1.ebuild b/app-text/iso-codes/iso-codes-0.49-r1.ebuild deleted file mode 100644 index 73dd91dd71bf..000000000000 --- a/app-text/iso-codes/iso-codes-0.49-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-0.49-r1.ebuild,v 1.6 2006/11/09 22:27:27 allanonjl Exp $ - -WANT_AUTOMAKE="latest" -WANT_AUTOCONF="latest" -inherit eutils autotools - -DESCRIPTION="Provides the list of country and language names" -HOMEPAGE="http://alioth.debian.org/projects/pkg-isocodes/" -SRC_URI="mirror://debian/pool/main/i/iso-codes/${PN}_${PV}.orig.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="" - -DEPEND="sys-devel/gettext - >=dev-lang/python-2.3 - >=dev-python/pyxml-0.8.4 - >=sys-devel/automake-1.9" - -src_unpack() { - unpack "${A}" - cd "${S}" - - # patch to fix up version reporting (bug #118240) - epatch "${FILESDIR}"/${PN}-0.49-fix-version.patch - - epatch "${FILESDIR}"/${P}-bsd-install.patch - - # fix install location for multilib machines - sed -i -e 's:(datadir)/pkgconfig:(libdir)/pkgconfig:g' Makefile.am - - eaclocal - eautoconf - eautomake -} - -src_compile() { - econf || die "configure failed" -} - -src_install() { - make DESTDIR="${D}" install || die "Installation failed" - - dodoc ChangeLog README TODO -} diff --git a/app-text/iso-codes/iso-codes-0.49.ebuild b/app-text/iso-codes/iso-codes-0.49.ebuild deleted file mode 100644 index e51173ab39ca..000000000000 --- a/app-text/iso-codes/iso-codes-0.49.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-0.49.ebuild,v 1.14 2006/11/09 22:27:27 allanonjl Exp $ - -WANT_AUTOMAKE="latest" -WANT_AUTOCONF="latest" -inherit autotools - -DESCRIPTION="Provides the list of country and language names" -HOMEPAGE="http://alioth.debian.org/projects/pkg-isocodes/" -SRC_URI="mirror://debian/pool/main/i/iso-codes/${PN}_${PV}.orig.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -IUSE="" - -DEPEND="sys-devel/gettext - >=dev-lang/python-2.3 - >=dev-python/pyxml-0.8.4 - >=sys-devel/automake-1.9" - -src_unpack() { - unpack "${A}" - cd "${S}" - sed -i -e 's:(datadir)/pkgconfig:(libdir)/pkgconfig:g' Makefile.am - eaclocal - eautoconf - eautomake -} - -src_compile() { - econf || die "configure failed" -} - -src_install() { - make DESTDIR="${D}" install || die "Installation failed" - - dodoc ChangeLog README TODO -} |