summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-10 19:03:34 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-10 19:03:34 +0000
commite512d55bc4ced6cde7a9fe7275fbd39509114c1b (patch)
tree60f0af46a6ed8e694790bcaf133eefc9aec7fec1 /app-text
parentAnother RC added (diff)
downloadgentoo-2-e512d55bc4ced6cde7a9fe7275fbd39509114c1b.tar.gz
gentoo-2-e512d55bc4ced6cde7a9fe7275fbd39509114c1b.tar.bz2
gentoo-2-e512d55bc4ced6cde7a9fe7275fbd39509114c1b.zip
Remove largefile USE support and default to it
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/dos2unix/ChangeLog6
-rw-r--r--app-text/dos2unix/dos2unix-5.2.1.ebuild5
-rw-r--r--app-text/dos2unix/metadata.xml3
3 files changed, 7 insertions, 7 deletions
diff --git a/app-text/dos2unix/ChangeLog b/app-text/dos2unix/ChangeLog
index d8b0fdf7a588..6ab21de7ffc5 100644
--- a/app-text/dos2unix/ChangeLog
+++ b/app-text/dos2unix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/dos2unix
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.62 2011/03/05 15:22:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.63 2011/03/10 19:03:34 jlec Exp $
+
+ 10 Mar 2011; Justin Lecher <jlec@gentoo.org> dos2unix-5.2.1.ebuild,
+ metadata.xml:
+ Remove largefile USE support and default to it
*dos2unix-5.2.1 (05 Mar 2011)
diff --git a/app-text/dos2unix/dos2unix-5.2.1.ebuild b/app-text/dos2unix/dos2unix-5.2.1.ebuild
index 066d9b433873..a8be560e2215 100644
--- a/app-text/dos2unix/dos2unix-5.2.1.ebuild
+++ b/app-text/dos2unix/dos2unix-5.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-5.2.1.ebuild,v 1.1 2011/03/05 15:22:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-5.2.1.ebuild,v 1.2 2011/03/10 19:03:34 jlec Exp $
EAPI="3"
@@ -15,7 +15,7 @@ SRC_URI="
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 largefile nls"
+IUSE="debug nls"
DEPEND="virtual/libintl"
RDEPEND="
@@ -32,7 +32,6 @@ src_prepare() {
-e "/^CFLAGS/s|-O2|${CFLAGS}|" \
-i "${S}"/Makefile || die
tc-export CC
- use largefile || sed "/LFS/s:1:0:g" -i Makefile
use debug && sed "/DEBUG/s:0:1:g" -i Makefile
}
diff --git a/app-text/dos2unix/metadata.xml b/app-text/dos2unix/metadata.xml
index a4adecea904d..40149c995561 100644
--- a/app-text/dos2unix/metadata.xml
+++ b/app-text/dos2unix/metadata.xml
@@ -2,7 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>shell-tools</herd>
-<use>
- <flag name='largefile'>Support for large files</flag>
-</use>
</pkgmetadata>