summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-12-16 10:13:12 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-12-16 10:13:12 +0000
commit0dc183d40d66516a436cc97986576e20e230dbcc (patch)
tree03133384210dc05e581daaef0d89fe94a6cbb937 /dev-libs/libiconv
parentVersion bump wrt #297130, thanks to Arseny Solokha for reporting. (diff)
downloadgentoo-2-0dc183d40d66516a436cc97986576e20e230dbcc.tar.gz
gentoo-2-0dc183d40d66516a436cc97986576e20e230dbcc.tar.bz2
gentoo-2-0dc183d40d66516a436cc97986576e20e230dbcc.zip
remove old
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libiconv')
-rw-r--r--dev-libs/libiconv/ChangeLog6
-rw-r--r--dev-libs/libiconv/libiconv-1.11.ebuild60
-rw-r--r--dev-libs/libiconv/libiconv-1.12.ebuild57
-rw-r--r--dev-libs/libiconv/libiconv-1.13.ebuild57
4 files changed, 5 insertions, 175 deletions
diff --git a/dev-libs/libiconv/ChangeLog b/dev-libs/libiconv/ChangeLog
index 278e95aae440..786285e16062 100644
--- a/dev-libs/libiconv/ChangeLog
+++ b/dev-libs/libiconv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libiconv
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/ChangeLog,v 1.34 2009/08/10 10:37:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/ChangeLog,v 1.35 2009/12/16 10:13:12 aballier Exp $
+
+ 16 Dec 2009; Alexis Ballier <aballier@gentoo.org> -libiconv-1.11.ebuild,
+ -libiconv-1.12.ebuild, -libiconv-1.13.ebuild:
+ remove old
*libiconv-1.13.1 (10 Aug 2009)
diff --git a/dev-libs/libiconv/libiconv-1.11.ebuild b/dev-libs/libiconv/libiconv-1.11.ebuild
deleted file mode 100644
index 135072a81489..000000000000
--- a/dev-libs/libiconv/libiconv-1.11.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/libiconv-1.11.ebuild,v 1.9 2008/12/07 06:01:23 vapier Exp $
-
-inherit eutils multilib flag-o-matic libtool toolchain-funcs
-
-DESCRIPTION="GNU charset conversion library for libc which doesn't implement it"
-HOMEPAGE="http://www.gnu.org/software/libiconv/"
-SRC_URI="mirror://gnu/libiconv/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-DEPEND="!sys-libs/glibc
- !sys-apps/man-pages"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # This patch is needed as libiconv 1.10 provides (and uses) new functions
- # and they are not present in the old libiconv.so, and this breaks the
- # ${DESTDIR} != ${prefix} that we use. It's a problem for Solaris, but we
- # don't have to deal with it for now.
- epatch "${FILESDIR}/${PN}-1.10-link.patch"
-
- # Make sure that libtool support is updated to link "the linux way" on
- # FreeBSD.
- elibtoolize
-}
-
-src_compile() {
- # Filter -static as it breaks compilation
- filter-ldflags -static
-
- # Install in /lib as utils installed in /lib like gnutar
- # can depend on this
-
- # Disable NLS support because that creates a circular dependency
- # between libiconv and gettext
-
- econf \
- --disable-nls \
- --enable-shared \
- --enable-static \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}/html" install || die "make install failed"
-
- # Move static libs and creates ldscripts into /usr/lib
- dodir /$(get_libdir)
- mv "${D}"/usr/$(get_libdir)/*.so* "${D}/$(get_libdir)"
- gen_usr_ldscript libiconv.so
- gen_usr_ldscript libcharset.so
-}
diff --git a/dev-libs/libiconv/libiconv-1.12.ebuild b/dev-libs/libiconv/libiconv-1.12.ebuild
deleted file mode 100644
index fc4c49fe1986..000000000000
--- a/dev-libs/libiconv/libiconv-1.12.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/libiconv-1.12.ebuild,v 1.3 2008/06/08 20:41:36 the_paya Exp $
-
-inherit eutils multilib flag-o-matic libtool toolchain-funcs
-
-DESCRIPTION="GNU charset conversion library for libc which doesn't implement it"
-HOMEPAGE="http://www.gnu.org/software/libiconv/"
-SRC_URI="mirror://gnu/libiconv/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-DEPEND="!sys-libs/glibc
- !sys-apps/man-pages"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # This patch is needed as libiconv 1.10 provides (and uses) new functions
- # and they are not present in the old libiconv.so, and this breaks the
- # ${DESTDIR} != ${prefix} that we use. It's a problem for Solaris, but we
- # don't have to deal with it for now.
- #epatch "${FILESDIR}"/${PN}-1.10-link.patch
-
- # Make sure that libtool support is updated to link "the linux way" on
- # FreeBSD.
- elibtoolize
-}
-
-src_compile() {
- # Install in /lib as utils installed in /lib like gnutar
- # can depend on this
-
- # Disable NLS support because that creates a circular dependency
- # between libiconv and gettext
-
- econf \
- --disable-nls \
- --enable-shared \
- --enable-static \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}/html" install || die "make install failed"
-
- # Move static libs and creates ldscripts into /usr/lib
- dodir /$(get_libdir)
- mv "${D}"/usr/$(get_libdir)/lib{iconv,charset}*$(get_libname)* "${D}/$(get_libdir)" || die
- gen_usr_ldscript libiconv$(get_libname)
- gen_usr_ldscript libcharset$(get_libname)
-}
diff --git a/dev-libs/libiconv/libiconv-1.13.ebuild b/dev-libs/libiconv/libiconv-1.13.ebuild
deleted file mode 100644
index ce73842d53b0..000000000000
--- a/dev-libs/libiconv/libiconv-1.13.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/libiconv-1.13.ebuild,v 1.1 2009/06/10 20:05:21 aballier Exp $
-
-inherit eutils multilib flag-o-matic libtool toolchain-funcs
-
-DESCRIPTION="GNU charset conversion library for libc which doesn't implement it"
-HOMEPAGE="http://www.gnu.org/software/libiconv/"
-SRC_URI="mirror://gnu/libiconv/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-DEPEND="!sys-libs/glibc
- !sys-apps/man-pages"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # This patch is needed as libiconv 1.10 provides (and uses) new functions
- # and they are not present in the old libiconv.so, and this breaks the
- # ${DESTDIR} != ${prefix} that we use. It's a problem for Solaris, but we
- # don't have to deal with it for now.
- #epatch "${FILESDIR}"/${PN}-1.10-link.patch
-
- # Make sure that libtool support is updated to link "the linux way" on
- # FreeBSD.
- elibtoolize
-}
-
-src_compile() {
- # Install in /lib as utils installed in /lib like gnutar
- # can depend on this
-
- # Disable NLS support because that creates a circular dependency
- # between libiconv and gettext
-
- econf \
- --disable-nls \
- --enable-shared \
- --enable-static \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}/html" install || die "make install failed"
-
- # Move static libs and creates ldscripts into /usr/lib
- dodir /$(get_libdir)
- mv "${D}"/usr/$(get_libdir)/lib{iconv,charset}*$(get_libname)* "${D}/$(get_libdir)" || die
- gen_usr_ldscript libiconv$(get_libname)
- gen_usr_ldscript libcharset$(get_libname)
-}