summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-01-09 17:14:36 +0000
committerJustin Lecher <jlec@gentoo.org>2013-01-09 17:14:36 +0000
commit0888a35f35011fbe5402f14f12ac3648c862a295 (patch)
tree9b4b1cffa9d80ae141274275e7a954ed076c706f /app-text/dos2unix
parentapp-misc/realpath: Cleaned old (diff)
downloadgentoo-2-0888a35f35011fbe5402f14f12ac3648c862a295.tar.gz
gentoo-2-0888a35f35011fbe5402f14f12ac3648c862a295.tar.bz2
gentoo-2-0888a35f35011fbe5402f14f12ac3648c862a295.zip
app-text/dos2unix: Cleaned old
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'app-text/dos2unix')
-rw-r--r--app-text/dos2unix/ChangeLog6
-rw-r--r--app-text/dos2unix/dos2unix-6.0.1.ebuild59
-rw-r--r--app-text/dos2unix/metadata.xml2
3 files changed, 6 insertions, 61 deletions
diff --git a/app-text/dos2unix/ChangeLog b/app-text/dos2unix/ChangeLog
index 568d05019e1e..3546d4a17506 100644
--- a/app-text/dos2unix/ChangeLog
+++ b/app-text/dos2unix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/dos2unix
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.119 2013/01/01 18:55:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.120 2013/01/09 17:14:36 jlec Exp $
+
+ 09 Jan 2013; Justin Lecher <jlec@gentoo.org> -dos2unix-6.0.1.ebuild,
+ metadata.xml:
+ Cleaned old
01 Jan 2013; Raúl Porcel <armin76@gentoo.org> dos2unix-6.0.2.ebuild:
s390/sh stable wrt #441106
diff --git a/app-text/dos2unix/dos2unix-6.0.1.ebuild b/app-text/dos2unix/dos2unix-6.0.1.ebuild
deleted file mode 100644
index 3dfcc4e20e05..000000000000
--- a/app-text/dos2unix/dos2unix-6.0.1.ebuild
+++ /dev/null
@@ -1,59 +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/dos2unix/dos2unix-6.0.1.ebuild,v 1.6 2012/10/14 19:02:33 armin76 Exp $
-
-EAPI=4
-
-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}
- dev-lang/perl"
-
-src_prepare() {
- sed \
- -e '/^LDFLAGS/s|=|+=|' \
- -e '/^CC/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" \
- $(use nls && echo "LDFLAGS_EXTRA=$(lintl)" || echo "ENABLE_NLS=")
-}
-
-src_install() {
- emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \
- $(use nls || echo "ENABLE_NLS=") install
-}
diff --git a/app-text/dos2unix/metadata.xml b/app-text/dos2unix/metadata.xml
index 40149c995561..f23b9cae1593 100644
--- a/app-text/dos2unix/metadata.xml
+++ b/app-text/dos2unix/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>shell-tools</herd>
+ <herd>shell-tools</herd>
</pkgmetadata>