diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2015-05-29 07:55:04 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2015-05-29 07:55:04 +0000 |
commit | 694efec7bfc23b87410f0a6a63b9f7357f8c85f0 (patch) | |
tree | cc36b0228dc0399676f9e4d34e0dbd3b56d300cf | |
parent | Always install en localisation, bug #549876 (diff) | |
download | gentoo-2-694efec7bfc23b87410f0a6a63b9f7357f8c85f0.tar.gz gentoo-2-694efec7bfc23b87410f0a6a63b9f7357f8c85f0.tar.bz2 gentoo-2-694efec7bfc23b87410f0a6a63b9f7357f8c85f0.zip |
Version bump. Removed old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
-rw-r--r-- | app-arch/sharutils/ChangeLog | 12 | ||||
-rw-r--r-- | app-arch/sharutils/files/sharutils-4.11.1-no-gets.patch | 24 | ||||
-rw-r--r-- | app-arch/sharutils/sharutils-4.10.ebuild | 32 | ||||
-rw-r--r-- | app-arch/sharutils/sharutils-4.11.1.ebuild | 37 | ||||
-rw-r--r-- | app-arch/sharutils/sharutils-4.11.ebuild | 32 | ||||
-rw-r--r-- | app-arch/sharutils/sharutils-4.13.1.ebuild | 27 | ||||
-rw-r--r-- | app-arch/sharutils/sharutils-4.13.3.ebuild | 27 | ||||
-rw-r--r-- | app-arch/sharutils/sharutils-4.15.1.ebuild (renamed from app-arch/sharutils/sharutils-4.13.5.ebuild) | 6 |
8 files changed, 13 insertions, 184 deletions
diff --git a/app-arch/sharutils/ChangeLog b/app-arch/sharutils/ChangeLog index e3395cb60e08..b04b211247b0 100644 --- a/app-arch/sharutils/ChangeLog +++ b/app-arch/sharutils/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-arch/sharutils -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/ChangeLog,v 1.129 2014/08/12 12:19:31 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/ChangeLog,v 1.130 2015/05/29 07:55:04 polynomial-c Exp $ + +*sharutils-4.15.1 (29 May 2015) + + 29 May 2015; Lars Wendler <polynomial-c@gentoo.org> -sharutils-4.10.ebuild, + -sharutils-4.11.ebuild, -sharutils-4.11.1.ebuild, -sharutils-4.13.1.ebuild, + -sharutils-4.13.3.ebuild, -sharutils-4.13.5.ebuild, +sharutils-4.15.1.ebuild, + -files/sharutils-4.11.1-no-gets.patch: + Version bump. Removed old. 12 Aug 2014; Mike Frysinger <vapier@gentoo.org> sharutils-4.14-r1.ebuild: Mark arm64/m68k/s390/sh stable. diff --git a/app-arch/sharutils/files/sharutils-4.11.1-no-gets.patch b/app-arch/sharutils/files/sharutils-4.11.1-no-gets.patch deleted file mode 100644 index 82f44b8ac771..000000000000 --- a/app-arch/sharutils/files/sharutils-4.11.1-no-gets.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://bugs.gentoo.org/424994 - -hack until sharutils pulls a newer gnulib version - -From 66712c23388e93e5c518ebc8515140fa0c807348 Mon Sep 17 00:00:00 2001 -From: Eric Blake <eblake@redhat.com> -Date: Thu, 29 Mar 2012 13:30:41 -0600 -Subject: [PATCH] stdio: don't assume gets any more - -Gnulib intentionally does not have a gets module, and now that C11 -and glibc have dropped it, we should be more proactive about warning -any user on a platform that still has a declaration of this dangerous -interface. - ---- a/lib/stdio.in.h -+++ b/lib/stdio.in.h -@@ -125,7 +125,6 @@ - so any use of gets warrants an unconditional warning. Assume it is - always declared, since it is required by C89. */ - #undef gets --_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); - - #if @GNULIB_FOPEN@ - # if @REPLACE_FOPEN@ diff --git a/app-arch/sharutils/sharutils-4.10.ebuild b/app-arch/sharutils/sharutils-4.10.ebuild deleted file mode 100644 index 309087f01520..000000000000 --- a/app-arch/sharutils/sharutils-4.10.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.10.ebuild,v 1.8 2011/02/27 09:29:59 xarthisius Exp $ - -inherit eutils - -MY_P="${P/_/-}" -DESCRIPTION="Tools to deal with shar archives" -HOMEPAGE="http://www.gnu.org/software/sharutils/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="nls" - -DEPEND="sys-apps/texinfo - nls? ( >=sys-devel/gettext-0.10.35 )" -RDEPEND="" - -S=${WORKDIR}/${MY_P} - -src_compile() { - strip-linguas -u po - econf $(use_enable nls) - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README THANKS TODO -} diff --git a/app-arch/sharutils/sharutils-4.11.1.ebuild b/app-arch/sharutils/sharutils-4.11.1.ebuild deleted file mode 100644 index 204f956640e2..000000000000 --- a/app-arch/sharutils/sharutils-4.11.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.11.1.ebuild,v 1.9 2012/07/06 04:21:44 vapier Exp $ - -EAPI="2" - -inherit eutils - -MY_P="${P/_/-}" -DESCRIPTION="Tools to deal with shar archives" -HOMEPAGE="http://www.gnu.org/software/sharutils/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="nls" - -DEPEND="sys-apps/texinfo - nls? ( >=sys-devel/gettext-0.10.35 )" -RDEPEND="" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${P}-no-gets.patch #424994 -} - -src_configure() { - strip-linguas -u po - econf $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README THANKS TODO -} diff --git a/app-arch/sharutils/sharutils-4.11.ebuild b/app-arch/sharutils/sharutils-4.11.ebuild deleted file mode 100644 index 8a482843c93b..000000000000 --- a/app-arch/sharutils/sharutils-4.11.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.11.ebuild,v 1.2 2012/01/02 09:14:56 ago Exp $ - -inherit eutils - -MY_P="${P/_/-}" -DESCRIPTION="Tools to deal with shar archives" -HOMEPAGE="http://www.gnu.org/software/sharutils/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="nls" - -DEPEND="sys-apps/texinfo - nls? ( >=sys-devel/gettext-0.10.35 )" -RDEPEND="" - -S=${WORKDIR}/${MY_P} - -src_compile() { - strip-linguas -u po - econf $(use_enable nls) - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README THANKS TODO -} diff --git a/app-arch/sharutils/sharutils-4.13.1.ebuild b/app-arch/sharutils/sharutils-4.13.1.ebuild deleted file mode 100644 index 175b7659af4e..000000000000 --- a/app-arch/sharutils/sharutils-4.13.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.13.1.ebuild,v 1.2 2013/01/02 06:23:43 radhermit Exp $ - -EAPI="5" - -inherit eutils - -MY_P="${P/_/-}" -DESCRIPTION="Tools to deal with shar archives" -HOMEPAGE="http://www.gnu.org/software/sharutils/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="nls" - -DEPEND="sys-apps/texinfo - nls? ( >=sys-devel/gettext-0.10.35 )" - -S=${WORKDIR}/${MY_P} - -src_configure() { - strip-linguas -u po - econf $(use_enable nls) -} diff --git a/app-arch/sharutils/sharutils-4.13.3.ebuild b/app-arch/sharutils/sharutils-4.13.3.ebuild deleted file mode 100644 index 79048ca4cd7c..000000000000 --- a/app-arch/sharutils/sharutils-4.13.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.13.3.ebuild,v 1.12 2013/03/01 12:37:12 ago Exp $ - -EAPI="5" - -inherit eutils - -MY_P="${P/_/-}" -DESCRIPTION="Tools to deal with shar archives" -HOMEPAGE="http://www.gnu.org/software/sharutils/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="nls" - -DEPEND="sys-apps/texinfo - nls? ( >=sys-devel/gettext-0.10.35 )" - -S=${WORKDIR}/${MY_P} - -src_configure() { - strip-linguas -u po - econf $(use_enable nls) -} diff --git a/app-arch/sharutils/sharutils-4.13.5.ebuild b/app-arch/sharutils/sharutils-4.15.1.ebuild index 75682e83d04a..ac02d7418d9d 100644 --- a/app-arch/sharutils/sharutils-4.13.5.ebuild +++ b/app-arch/sharutils/sharutils-4.15.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.13.5.ebuild,v 1.14 2014/01/18 02:10:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.15.1.ebuild,v 1.1 2015/05/29 07:55:04 polynomial-c Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="nls" DEPEND="app-arch/xz-utils |