diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-02-28 14:22:49 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-02-28 14:22:49 +0000 |
commit | 5e31f83fdeea87e8aacc5434f162ff4eacf135c3 (patch) | |
tree | c224f5cfb90e4cdc5a9006fdb0f74ab3876d47ee | |
parent | Remove old. (diff) | |
download | gentoo-2-5e31f83fdeea87e8aacc5434f162ff4eacf135c3.tar.gz gentoo-2-5e31f83fdeea87e8aacc5434f162ff4eacf135c3.tar.bz2 gentoo-2-5e31f83fdeea87e8aacc5434f162ff4eacf135c3.zip |
Drop old
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
-rw-r--r-- | app-text/recode/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/recode/recode-3.6_p17-r2.ebuild | 61 | ||||
-rw-r--r-- | app-text/recode/recode-3.6_p20.ebuild | 64 |
3 files changed, 5 insertions, 126 deletions
diff --git a/app-text/recode/ChangeLog b/app-text/recode/ChangeLog index 37cd253d0e69..857dec424bce 100644 --- a/app-text/recode/ChangeLog +++ b/app-text/recode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/recode # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/recode/ChangeLog,v 1.108 2015/02/28 13:58:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/recode/ChangeLog,v 1.109 2015/02/28 14:22:49 jlec Exp $ + + 28 Feb 2015; Justin Lecher <jlec@gentoo.org> -recode-3.6_p17-r2.ebuild, + -recode-3.6_p20.ebuild: + Drop old 28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> recode-3.6_p20-r1.ebuild: Stable for ia64, wrt bug #525964 diff --git a/app-text/recode/recode-3.6_p17-r2.ebuild b/app-text/recode/recode-3.6_p17-r2.ebuild deleted file mode 100644 index 725937881365..000000000000 --- a/app-text/recode/recode-3.6_p17-r2.ebuild +++ /dev/null @@ -1,61 +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/recode/recode-3.6_p17-r2.ebuild,v 1.13 2012/06/13 13:23:02 darkside Exp $ - -EAPI="3" -WANT_AUTOMAKE="1.11" # bug 419455 -inherit autotools eutils flag-o-matic libtool toolchain-funcs - -MY_P=${P%_*} -MY_PV=${PV%_*} -DEB_PATCH=${PV#*p} - -DESCRIPTION="Convert files between various character sets" -HOMEPAGE="http://recode.progiciels-bpi.ca/" -SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz - mirror://debian/pool/main/r/${PN}/${PN}_${MY_PV}-${DEB_PATCH}.diff.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="nls static-libs" - -DEPEND=" - sys-devel/flex - nls? ( sys-devel/gettext )" -RDEPEND="" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch \ - "${FILESDIR}/${MY_P}-gettextfix.diff" \ - "${FILESDIR}"/${MY_P}-as-if.patch \ - "${WORKDIR}"/${PN}_${MY_PV}-${DEB_PATCH}.diff - sed -i '1i#include <stdlib.h>' src/argmatch.c || die - - # Remove old libtool macros - rm "${S}"/acinclude.m4 - - eautoreconf - elibtoolize -} - -src_configure() { - tc-export CC LD - # on solaris -lintl is needed to compile - [[ ${CHOST} == *-solaris* ]] && append-libs "-lintl" - # --without-included-gettext means we always use system headers - # and library - econf \ - --without-included-gettext \ - $(use_enable nls) \ - $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install || die - find "${ED}" -name '*.la' -exec rm -f {} + - dodoc AUTHORS BACKLOG ChangeLog NEWS README THANKS TODO || die - rm -f "${ED}"/usr/lib/charset.alias -} diff --git a/app-text/recode/recode-3.6_p20.ebuild b/app-text/recode/recode-3.6_p20.ebuild deleted file mode 100644 index 5dc8ddf92806..000000000000 --- a/app-text/recode/recode-3.6_p20.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/recode/recode-3.6_p20.ebuild,v 1.1 2013/04/06 09:43:33 jlec Exp $ - -EAPI=5 - -WANT_AUTOMAKE="1.11" # bug 419455 - -inherit autotools eutils flag-o-matic libtool toolchain-funcs - -MY_P=${P%_*} -MY_PV=${PV%_*} -DEB_PATCH=${PV#*p} - -DESCRIPTION="Convert files between various character sets" -HOMEPAGE="http://recode.progiciels-bpi.ca/" -SRC_URI=" - mirror://gnu/${PN}/${MY_P}.tar.gz - mirror://debian/pool/main/r/${PN}/${PN}_${MY_PV}-${DEB_PATCH}.debian.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="nls static-libs" - -DEPEND=" - sys-devel/flex - nls? ( sys-devel/gettext )" -RDEPEND="" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - rm "${WORKDIR}"/debian/patches/series || die - epatch \ - "${FILESDIR}/${MY_P}-gettextfix.diff" \ - "${FILESDIR}"/${MY_P}-as-if.patch \ - "${WORKDIR}"/debian/patches/* - sed -i '1i#include <stdlib.h>' src/argmatch.c || die - - # Remove old libtool macros - rm "${S}"/acinclude.m4 || die - - eautoreconf - elibtoolize -} - -src_configure() { - tc-export CC LD - # on solaris -lintl is needed to compile - [[ ${CHOST} == *-solaris* ]] && append-libs "-lintl" - # --without-included-gettext means we always use system headers - # and library - econf \ - --without-included-gettext \ - $(use_enable nls) \ - $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name '*.la' -exec rm -f {} + || die - rm -f "${ED}"/usr/lib/charset.alias || die -} |