diff options
author | 2010-01-05 05:01:55 +0000 | |
---|---|---|
committer | 2010-01-05 05:01:55 +0000 | |
commit | 7e41af82d2f82189ecb76ef6e5f307daf4d77753 (patch) | |
tree | daf54e0c01e7891f44875be6307348b7014bcb00 /sys-apps | |
parent | Remove old ebuild. Adjust homepage, bug 237240. (diff) | |
download | gentoo-2-7e41af82d2f82189ecb76ef6e5f307daf4d77753.tar.gz gentoo-2-7e41af82d2f82189ecb76ef6e5f307daf4d77753.tar.bz2 gentoo-2-7e41af82d2f82189ecb76ef6e5f307daf4d77753.zip |
Add tac/-lrt build fix from upstream #298581 by Yuri Vasilevski. Include unicode patch from Fedora via USE=unicode #266866 by Glenn Sommer.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-8.2.ebuild | 9 |
2 files changed, 11 insertions, 6 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 50670d59c80d..84bade3000a0 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/coreutils -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.281 2009/12/11 20:21:08 vapier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.282 2010/01/05 05:01:55 vapier Exp $ + + 05 Jan 2010; Mike Frysinger <vapier@gentoo.org> coreutils-8.2.ebuild: + Add tac/-lrt build fix from upstream #298581 by Yuri Vasilevski. Include + unicode patch from Fedora via USE=unicode #266866 by Glenn Sommer. *coreutils-8.2 (11 Dec 2009) diff --git a/sys-apps/coreutils/coreutils-8.2.ebuild b/sys-apps/coreutils/coreutils-8.2.ebuild index 29ba0058b3c4..da9be52a0692 100644 --- a/sys-apps/coreutils/coreutils-8.2.ebuild +++ b/sys-apps/coreutils/coreutils-8.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.2.ebuild,v 1.1 2009/12/11 20:21:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.2.ebuild,v 1.2 2010/01/05 05:01:55 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs -PATCH_VER="1" +PATCH_VER="2" DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)" HOMEPAGE="http://www.gnu.org/software/coreutils/" SRC_URI="ftp://alpha.gnu.org/gnu/coreutils/${P}.tar.gz @@ -16,7 +16,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/coreutils/${P}.tar.gz LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="acl caps gmp nls selinux static vanilla xattr" +IUSE="acl caps gmp nls selinux static unicode vanilla xattr" RDEPEND="caps? ( sys-libs/libcap ) gmp? ( dev-libs/gmp ) @@ -40,6 +40,7 @@ src_unpack() { cd "${S}" if ! use vanilla ; then + use unicode || rm -f "${WORKDIR}"/patch/000_all_coreutils-i18n.patch EPATCH_SUFFIX="patch" \ PATCHDIR="${WORKDIR}/patch" \ EPATCH_EXCLUDE="001_all_coreutils-gen-progress-bar.patch" \ |