From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ry7zk-0001g0-3p for garchives@archives.gentoo.org; Thu, 16 Feb 2012 20:32:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 025F0E0F9B; Thu, 16 Feb 2012 20:31:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B337BE0F9B for ; Thu, 16 Feb 2012 20:31:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC50F1B4016 for ; Thu, 16 Feb 2012 20:31:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A91BBE5400 for ; Thu, 16 Feb 2012 20:31:49 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1329424298.6ef99ef06bf2652116811f16a54c7b5f76d506db.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-apps/util-linux/, sys-apps/util-linux/files/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-apps/util-linux/files/util-linux-2.20.1-scanf-as.patch sys-apps/util-linux/metadata.xml sys-apps/util-linux/util-linux-2.19.1-r99.ebuild sys-apps/util-linux/util-linux-2.20.1-r99.ebuild X-VCS-Directories: sys-apps/util-linux/ sys-apps/util-linux/files/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 6ef99ef06bf2652116811f16a54c7b5f76d506db X-VCS-Branch: uclibc Date: Thu, 16 Feb 2012 20:31:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5130e2dc-5fbc-474d-9f79-058b4b83c36c X-Archives-Hash: 7e5ddce8951ed9e6922a55fec792d7d4 commit: 6ef99ef06bf2652116811f16a54c7b5f76d506db Author: Anthony G. Basile gentoo org> AuthorDate: Thu Feb 16 20:31:38 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Feb 16 20:31:38 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-dev.= git;a=3Dcommit;h=3D6ef99ef0 sys-apps/util-linux: add scanf-as.patch for mips (Portage version: 2.1.10.44/git/Linux x86_64, signed Manifest commit with= key 0xD0455535) --- .../files/util-linux-2.20.1-scanf-as.patch | 12 ++++++++++ sys-apps/util-linux/metadata.xml | 5 +--- sys-apps/util-linux/util-linux-2.19.1-r99.ebuild | 2 +- ...9.1-r99.ebuild =3D> util-linux-2.20.1-r99.ebuild} | 22 ++++++++++++= ------- 4 files changed, 28 insertions(+), 13 deletions(-) diff --git a/sys-apps/util-linux/files/util-linux-2.20.1-scanf-as.patch b= /sys-apps/util-linux/files/util-linux-2.20.1-scanf-as.patch new file mode 100644 index 0000000..32f20bf --- /dev/null +++ b/sys-apps/util-linux/files/util-linux-2.20.1-scanf-as.patch @@ -0,0 +1,12 @@ +diff -Naur util-linux-2.20.1.orig//include/c.h util-linux-2.20.1/include= /c.h +--- util-linux-2.20.1.orig//include/c.h 2011-10-18 08:22:27.000000000 -0= 400 ++++ util-linux-2.20.1/include/c.h 2012-02-16 15:23:55.000000000 -0500 +@@ -216,7 +216,7 @@ + */ + #ifdef HAVE_SCANF_MS_MODIFIER + #define UL_SCNsA "%ms" +-#elif defined(HAVE_SCANF_AS_MODIFIER) ++#else + #define UL_SCNsA "%as" + #endif +=20 diff --git a/sys-apps/util-linux/metadata.xml b/sys-apps/util-linux/metad= ata.xml index 8a9b6a7..2072514 100644 --- a/sys-apps/util-linux/metadata.xml +++ b/sys-apps/util-linux/metadata.xml @@ -2,12 +2,9 @@ base-system - - c1pher@gentoo.org - Dane Smith - build mkfs/fsck helpers for cramfs filesystems + build ddate helper (Discordian dates) install the chkdupexe helper script diff --git a/sys-apps/util-linux/util-linux-2.19.1-r99.ebuild b/sys-apps/= util-linux/util-linux-2.19.1-r99.ebuild index 95e961c..14cecaf 100644 --- a/sys-apps/util-linux/util-linux-2.19.1-r99.ebuild +++ b/sys-apps/util-linux/util-linux-2.19.1-r99.ebuild @@ -14,7 +14,7 @@ S=3D${WORKDIR}/${MY_P} DESCRIPTION=3D"Various useful Linux utilities" HOMEPAGE=3D"http://www.kernel.org/pub/linux/utils/util-linux/" SRC_URI=3D"mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar= .bz2" -KEYWORDS=3D"amd64 mips x86" +KEYWORDS=3D"amd64 x86" =20 LICENSE=3D"GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain" SLOT=3D"0" diff --git a/sys-apps/util-linux/util-linux-2.19.1-r99.ebuild b/sys-apps/= util-linux/util-linux-2.20.1-r99.ebuild similarity index 81% copy from sys-apps/util-linux/util-linux-2.19.1-r99.ebuild copy to sys-apps/util-linux/util-linux-2.20.1-r99.ebuild index 95e961c..7554c37 100644 --- a/sys-apps/util-linux/util-linux-2.19.1-r99.ebuild +++ b/sys-apps/util-linux/util-linux-2.20.1-r99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.19.1= -r1.ebuild,v 1.12 2012/01/07 20:54:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.20.1= -r1.ebuild,v 1.1 2012/01/07 21:33:35 vapier Exp $ =20 EAPI=3D"3" =20 @@ -14,13 +14,14 @@ S=3D${WORKDIR}/${MY_P} DESCRIPTION=3D"Various useful Linux utilities" HOMEPAGE=3D"http://www.kernel.org/pub/linux/utils/util-linux/" SRC_URI=3D"mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar= .bz2" -KEYWORDS=3D"amd64 mips x86" +KEYWORDS=3D"~mips" =20 LICENSE=3D"GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain" SLOT=3D"0" -IUSE=3D"+cramfs crypt ncurses nls old-linux perl selinux slang uclibc un= icode" +IUSE=3D"+cramfs ddate ncurses nls old-linux perl selinux slang static-li= bs uclibc unicode" =20 RDEPEND=3D" +