diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-04-23 06:30:21 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-04-23 06:30:21 +0000 |
commit | 93d2a07cda84af68ddd87b3c7df5dd7bc11fb4ad (patch) | |
tree | 4589fb6d2999a3d6ab8fcbb78a645ff6d4165744 /app-text | |
parent | Drop old (diff) | |
download | gentoo-2-93d2a07cda84af68ddd87b3c7df5dd7bc11fb4ad.tar.gz gentoo-2-93d2a07cda84af68ddd87b3c7df5dd7bc11fb4ad.tar.bz2 gentoo-2-93d2a07cda84af68ddd87b3c7df5dd7bc11fb4ad.zip |
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dos2unix/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/dos2unix/dos2unix-6.0.5.ebuild | 59 | ||||
-rw-r--r-- | app-text/dos2unix/dos2unix-7.2.ebuild | 62 |
3 files changed, 5 insertions, 122 deletions
diff --git a/app-text/dos2unix/ChangeLog b/app-text/dos2unix/ChangeLog index e3cd69aedb7d..c418b2e04eae 100644 --- a/app-text/dos2unix/ChangeLog +++ b/app-text/dos2unix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/dos2unix # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.157 2015/04/23 04:48:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.158 2015/04/23 06:30:21 jlec Exp $ + + 23 Apr 2015; Justin Lecher <jlec@gentoo.org> -dos2unix-6.0.5.ebuild, + -dos2unix-7.2.ebuild: + Drop old 23 Apr 2015; Jeroen Roovers <jer@gentoo.org> dos2unix-6.0.6.ebuild: Stable for PPC64 (bug #522520). diff --git a/app-text/dos2unix/dos2unix-6.0.5.ebuild b/app-text/dos2unix/dos2unix-6.0.5.ebuild deleted file mode 100644 index bea87b04967f..000000000000 --- a/app-text/dos2unix/dos2unix-6.0.5.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.5.ebuild,v 1.8 2014/09/13 11:55:38 maekke Exp $ - -EAPI=5 - -inherit eutils toolchain-funcs - -DESCRIPTION="Convert DOS or MAC text files to UNIX format or vice versa" -HOMEPAGE="http://www.xs4all.nl/~waterlan/dos2unix.html http://sourceforge.net/projects/dos2unix/" -SRC_URI=" - http://www.xs4all.nl/~waterlan/${PN}/${P}.tar.gz - mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" -IUSE="debug nls" - -RDEPEND=" - !app-text/hd2u - !app-text/unix2dos - virtual/libintl" -DEPEND=" - ${RDEPEND} - nls? ( sys-devel/gettext ) - dev-lang/perl" - -src_prepare() { - sed \ - -e '/^LDFLAGS/s|=|+=|' \ - -e '/CFLAGS_OS \+=/d' \ - -e '/LDFLAGS_EXTRA \+=/d' \ - -e "/^CFLAGS/s|-O2|${CFLAGS}|" \ - -i Makefile || die - - if use debug ; then - sed -e "/^DEBUG/s:0:1:" \ - -e "/EXTRA_CFLAGS +=/s:-g::" \ - -i Makefile || die - fi - - tc-export CC -} - -lintl() { - # same logic as from virtual/libintl - use !elibc_glibc && use !elibc_uclibc && echo "-lintl" -} - -src_compile() { - emake prefix="${EPREFIX}/usr" \ - $(usex nls "LDFLAGS_EXTRA=$(lintl)" "ENABLE_NLS=") -} - -src_install() { - emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \ - $(usex nls "" "ENABLE_NLS=") install -} diff --git a/app-text/dos2unix/dos2unix-7.2.ebuild b/app-text/dos2unix/dos2unix-7.2.ebuild deleted file mode 100644 index e6d9ca4a20ae..000000000000 --- a/app-text/dos2unix/dos2unix-7.2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-7.2.ebuild,v 1.1 2015/02/16 21:05:23 polynomial-c Exp $ - -EAPI=5 - -inherit eutils toolchain-funcs - -DESCRIPTION="Convert DOS or MAC text files to UNIX format or vice versa" -HOMEPAGE="http://www.xs4all.nl/~waterlan/dos2unix.html http://sourceforge.net/projects/dos2unix/" -SRC_URI=" - http://www.xs4all.nl/~waterlan/${PN}/${P}.tar.gz - mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" -IUSE="debug nls test" - -RDEPEND=" - !app-text/hd2u - !app-text/unix2dos - virtual/libintl" -DEPEND=" - ${RDEPEND} - nls? ( sys-devel/gettext ) - test? ( virtual/perl-Test-Simple ) - dev-lang/perl" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gb18030-test.patch - - sed \ - -e '/^LDFLAGS/s|=|+=|' \ - -e '/CFLAGS_OS \+=/d' \ - -e '/LDFLAGS_EXTRA \+=/d' \ - -e "/^CFLAGS/s|-O2|${CFLAGS}|" \ - -i Makefile || die - - if use debug ; then - sed -e "/^DEBUG/s:0:1:" \ - -e "/EXTRA_CFLAGS +=/s:-g::" \ - -i Makefile || die - fi - - tc-export CC -} - -lintl() { - # same logic as from virtual/libintl - use !elibc_glibc && use !elibc_uclibc && echo "-lintl" -} - -src_compile() { - emake prefix="${EPREFIX}/usr" \ - $(usex nls "LDFLAGS_EXTRA=$(lintl)" "ENABLE_NLS=") -} - -src_install() { - emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \ - $(usex nls "" "ENABLE_NLS=") install -} |