summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2010-10-08 21:28:18 +0000
committerJeremy Olexa <darkside@gentoo.org>2010-10-08 21:28:18 +0000
commitf7b3cac879b9a471c18d2dde019366b882c11df0 (patch)
tree8ddf7e0ba88ddb194c0844ec498b740a1e13af6b /app-text/recode
parentunused (diff)
downloadgentoo-2-f7b3cac879b9a471c18d2dde019366b882c11df0.tar.gz
gentoo-2-f7b3cac879b9a471c18d2dde019366b882c11df0.tar.bz2
gentoo-2-f7b3cac879b9a471c18d2dde019366b882c11df0.zip
remove old
(Portage version: 2.1.9.12/cvs/Linux x86_64)
Diffstat (limited to 'app-text/recode')
-rw-r--r--app-text/recode/ChangeLog6
-rw-r--r--app-text/recode/recode-3.6_p15-r1.ebuild58
-rw-r--r--app-text/recode/recode-3.6_p17.ebuild60
3 files changed, 5 insertions, 119 deletions
diff --git a/app-text/recode/ChangeLog b/app-text/recode/ChangeLog
index aaf560804e00..c5fab22ef522 100644
--- a/app-text/recode/ChangeLog
+++ b/app-text/recode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/recode
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/recode/ChangeLog,v 1.82 2010/06/24 08:14:08 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/recode/ChangeLog,v 1.83 2010/10/08 21:28:18 darkside Exp $
+
+ 08 Oct 2010; Jeremy Olexa <darkside@gentoo.org> -recode-3.6_p15-r1.ebuild,
+ -recode-3.6_p17.ebuild:
+ remove old
*recode-3.6_p17-r2 (24 Jun 2010)
diff --git a/app-text/recode/recode-3.6_p15-r1.ebuild b/app-text/recode/recode-3.6_p15-r1.ebuild
deleted file mode 100644
index 9757736a4bd0..000000000000
--- a/app-text/recode/recode-3.6_p15-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/recode/recode-3.6_p15-r1.ebuild,v 1.9 2009/08/31 19:29:14 ranger Exp $
-
-inherit autotools eutils 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 ~x86-fbsd"
-IUSE="nls"
-
-DEPEND="nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # patch for bug #239372 by Dmitry Karasik
- epatch "${FILESDIR}/${MY_P}-gettextfix.diff"
-
- epatch "${WORKDIR}"/${PN}_${MY_PV}-${DEB_PATCH}.diff
- sed -i '1i#include <stdlib.h>' src/argmatch.c || die
-
- # Needed under FreeBSD, too
- epatch "${FILESDIR}"/${MY_P}-ppc-macos.diff
- cp lib/error.c lib/xstrdup.c src/ || die "file copy failed"
-
- # Remove old libtool macros
- rm "${S}"/acinclude.m4
-
- eautoreconf
- elibtoolize
-}
-
-src_compile() {
- tc-export CC LD
- # --without-included-gettext means we always use system headers
- # and library
- econf --without-included-gettext $(use_enable nls)
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS BACKLOG ChangeLog NEWS README THANKS TODO
- rm -f "${D}"/usr/lib/charset.alias
-}
diff --git a/app-text/recode/recode-3.6_p17.ebuild b/app-text/recode/recode-3.6_p17.ebuild
deleted file mode 100644
index 8e1159259004..000000000000
--- a/app-text/recode/recode-3.6_p17.ebuild
+++ /dev/null
@@ -1,60 +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/recode/recode-3.6_p17.ebuild,v 1.2 2010/05/11 11:07:39 jlec Exp $
-
-inherit autotools eutils 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 ~x86-fbsd"
-IUSE="nls"
-
-DEPEND="
- sys-devel/flex
- nls? ( sys-devel/gettext )"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${MY_P}-gettextfix.diff" #239372
- epatch "${FILESDIR}"/${MY_P}-as-if.patch #283029
- epatch "${WORKDIR}"/${PN}_${MY_PV}-${DEB_PATCH}.diff
- sed -i '1i#include <stdlib.h>' src/argmatch.c || die
-
- # Needed under FreeBSD, too
- epatch "${FILESDIR}"/${MY_P}-ppc-macos.diff
- cp lib/error.c lib/xstrdup.c src/ || die "file copy failed"
-
- # Remove old libtool macros
- rm "${S}"/acinclude.m4
-
- eautoreconf
- elibtoolize
-}
-
-src_compile() {
- tc-export CC LD
- # --without-included-gettext means we always use system headers
- # and library
- econf --without-included-gettext $(use_enable nls)
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS BACKLOG ChangeLog NEWS README THANKS TODO
- rm -f "${D}"/usr/lib/charset.alias
-}