summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-01-07 08:17:25 +0000
committerLars Wendler <polynomial-c@gentoo.org>2014-01-07 08:17:25 +0000
commit970422decbb2422d255221060cd348c257c2e7e7 (patch)
tree2ca7703aea770daf6a7c80927598560154bef4ad /sys-apps
parentRemoved old versions and files (diff)
downloadgentoo-2-970422decbb2422d255221060cd348c257c2e7e7.tar.gz
gentoo-2-970422decbb2422d255221060cd348c257c2e7e7.tar.bz2
gentoo-2-970422decbb2422d255221060cd348c257c2e7e7.zip
Removed old versions and files
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/diffutils/ChangeLog11
-rw-r--r--sys-apps/diffutils/diffutils-2.8.7-r2.ebuild55
-rw-r--r--sys-apps/diffutils/diffutils-2.9-r1.ebuild43
-rw-r--r--sys-apps/diffutils/diffutils-2.9.ebuild34
-rw-r--r--sys-apps/diffutils/diffutils-3.0.ebuild43
-rw-r--r--sys-apps/diffutils/diffutils-3.1.ebuild40
-rw-r--r--sys-apps/diffutils/diffutils-3.2.ebuild44
-rw-r--r--sys-apps/diffutils/files/diffutils-2.8.4-sdiff-no-waitpid.patch23
-rw-r--r--sys-apps/diffutils/files/diffutils-2.8.7-headers.patch12
-rw-r--r--sys-apps/diffutils/files/diffutils-3.2-no-gets.patch22
10 files changed, 9 insertions, 318 deletions
diff --git a/sys-apps/diffutils/ChangeLog b/sys-apps/diffutils/ChangeLog
index e915f1bf0137..7554b441926a 100644
--- a/sys-apps/diffutils/ChangeLog
+++ b/sys-apps/diffutils/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/diffutils
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/ChangeLog,v 1.91 2013/09/05 09:50:41 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/ChangeLog,v 1.92 2014/01/07 08:17:24 polynomial-c Exp $
+
+ 07 Jan 2014; Lars Wendler <polynomial-c@gentoo.org>
+ -diffutils-2.8.7-r2.ebuild, -diffutils-2.9.ebuild, -diffutils-2.9-r1.ebuild,
+ -diffutils-3.0.ebuild, -diffutils-3.1.ebuild, -diffutils-3.2.ebuild,
+ -files/diffutils-2.8.4-sdiff-no-waitpid.patch,
+ -files/diffutils-2.8.7-headers.patch, -files/diffutils-3.2-no-gets.patch:
+ Removed old versions and files.
29 Aug 2013; Jeroen Roovers <jer@gentoo.org> diffutils-3.3.ebuild:
Stable for HPPA (bug #477570).
diff --git a/sys-apps/diffutils/diffutils-2.8.7-r2.ebuild b/sys-apps/diffutils/diffutils-2.8.7-r2.ebuild
deleted file mode 100644
index fc616e3bab40..000000000000
--- a/sys-apps/diffutils/diffutils-2.8.7-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.8.7-r2.ebuild,v 1.6 2012/03/27 17:52:40 vapier Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="Tools to make diffs and compare files"
-HOMEPAGE="http://www.gnu.org/software/diffutils/diffutils.html"
-SRC_URI="mirror://gnu-alpha/diffutils/${P}.tar.gz
- mirror://gentoo/${P}-i18n.patch.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE="nls static"
-
-RDEPEND=""
-DEPEND="nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Removes waitpid() call after pclose() on piped diff stream, closing
- # bug #11728, thanks to D Wollmann <converter@dalnet-perl.org>
- epatch "${FILESDIR}"/diffutils-2.8.4-sdiff-no-waitpid.patch
-
- # Fix utf8 support. Patch from MDK. #71689
- epatch "${WORKDIR}"/${P}-i18n.patch
-
- epatch "${FILESDIR}"/${P}-headers.patch
-
- # Make sure we don't try generating the manpages ... this requires
- # 'help2man' which is a perl app which is not available in a
- # stage2 / stage3 ... don't DEPEND on it or we get a DEPEND loop :(
- # for more info, see #55479
- touch man/*.1
-
- # There's no reason for this crap to use the private version
- sed -i 's:__mempcpy:mempcpy:g' lib/*.c
-
- # Fix userpriv perm problems #76600
- chmod ug+w config/*
-}
-
-src_compile() {
- use static && append-ldflags -static
- econf $(use_enable nls) || die "econf"
- emake || die "make"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc ChangeLog NEWS README
-}
diff --git a/sys-apps/diffutils/diffutils-2.9-r1.ebuild b/sys-apps/diffutils/diffutils-2.9-r1.ebuild
deleted file mode 100644
index 2cc413acaea8..000000000000
--- a/sys-apps/diffutils/diffutils-2.9-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.9-r1.ebuild,v 1.2 2012/03/27 17:52:39 vapier Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Tools to make diffs and compare files"
-HOMEPAGE="http://www.gnu.org/software/diffutils/"
-SRC_URI="mirror://gnu-alpha/diffutils/${P}.tar.gz
- mirror://gnu/diffutils/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="nls static"
-
-RDEPEND=""
-DEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
- use static && append-ldflags -static
-
- # Disable automagic dependency over libsigsegv; see bug #312351.
- export ac_cv_libsigsegv=no
-
- econf \
- --with-packager="Gentoo" \
- --with-packager-version="${PVR}" \
- --with-packager-bug-reports="http://bugs.gentoo.org/" \
- $(use_enable nls) \
- || die
- emake || die
-}
-
-src_test() {
- # explicitly allow parallel testing
- emake check || die
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO || die
-}
diff --git a/sys-apps/diffutils/diffutils-2.9.ebuild b/sys-apps/diffutils/diffutils-2.9.ebuild
deleted file mode 100644
index 182f53ff2c41..000000000000
--- a/sys-apps/diffutils/diffutils-2.9.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.9.ebuild,v 1.2 2012/03/27 17:52:39 vapier Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Tools to make diffs and compare files"
-HOMEPAGE="http://www.gnu.org/software/diffutils/"
-SRC_URI="mirror://gnu-alpha/diffutils/${P}.tar.gz
- mirror://gnu/diffutils/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="nls static"
-
-RDEPEND=""
-DEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
- use static && append-ldflags -static
- econf \
- --with-packager="Gentoo" \
- --with-packager-version="${PVR}" \
- --with-packager-bug-reports="http://bugs.gentoo.org/" \
- $(use_enable nls) \
- || die
- emake || die
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}
diff --git a/sys-apps/diffutils/diffutils-3.0.ebuild b/sys-apps/diffutils/diffutils-3.0.ebuild
deleted file mode 100644
index 649f820705d2..000000000000
--- a/sys-apps/diffutils/diffutils-3.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-3.0.ebuild,v 1.8 2012/03/27 17:52:40 vapier Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Tools to make diffs and compare files"
-HOMEPAGE="http://www.gnu.org/software/diffutils/"
-SRC_URI="mirror://gnu-alpha/diffutils/${P}.tar.gz
- mirror://gnu/diffutils/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="nls static"
-
-RDEPEND=""
-DEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
- use static && append-ldflags -static
-
- # Disable automagic dependency over libsigsegv; see bug #312351.
- export ac_cv_libsigsegv=no
-
- econf \
- --with-packager="Gentoo" \
- --with-packager-version="${PVR}" \
- --with-packager-bug-reports="http://bugs.gentoo.org/" \
- $(use_enable nls) \
- || die
- emake || die
-}
-
-src_test() {
- # explicitly allow parallel testing
- emake check || die
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO || die
-}
diff --git a/sys-apps/diffutils/diffutils-3.1.ebuild b/sys-apps/diffutils/diffutils-3.1.ebuild
deleted file mode 100644
index 1d5ca826076a..000000000000
--- a/sys-apps/diffutils/diffutils-3.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-3.1.ebuild,v 1.2 2012/03/27 17:52:39 vapier Exp $
-
-EAPI=4
-
-inherit flag-o-matic
-
-DESCRIPTION="Tools to make diffs and compare files"
-HOMEPAGE="http://www.gnu.org/software/diffutils/"
-SRC_URI="mirror://gnu-alpha/diffutils/${P}.tar.gz
- mirror://gnu/diffutils/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="nls static"
-
-RDEPEND=""
-DEPEND="nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-
-src_configure() {
- use static && append-ldflags -static
-
- # Disable automagic dependency over libsigsegv; see bug #312351.
- export ac_cv_libsigsegv=no
-
- econf \
- --with-packager="Gentoo" \
- --with-packager-version="${PVR}" \
- --with-packager-bug-reports="http://bugs.gentoo.org/" \
- $(use_enable nls)
-}
-
-src_test() {
- # explicitly allow parallel testing
- emake check
-}
diff --git a/sys-apps/diffutils/diffutils-3.2.ebuild b/sys-apps/diffutils/diffutils-3.2.ebuild
deleted file mode 100644
index f7349b441d2b..000000000000
--- a/sys-apps/diffutils/diffutils-3.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-3.2.ebuild,v 1.14 2013/02/19 03:06:43 zmedico Exp $
-
-EAPI=4
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="Tools to make diffs and compare files"
-HOMEPAGE="http://www.gnu.org/software/diffutils/"
-SRC_URI="mirror://gnu-alpha/diffutils/${P}.tar.gz
- mirror://gnu/diffutils/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="nls static"
-
-RDEPEND=""
-DEPEND="nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-no-gets.patch
-}
-
-src_configure() {
- use static && append-ldflags -static
-
- # Disable automagic dependency over libsigsegv; see bug #312351.
- export ac_cv_libsigsegv=no
-
- econf \
- --with-packager="Gentoo" \
- --with-packager-version="${PVR}" \
- --with-packager-bug-reports="http://bugs.gentoo.org/" \
- $(use_enable nls)
-}
-
-src_test() {
- # explicitly allow parallel testing
- emake check
-}
diff --git a/sys-apps/diffutils/files/diffutils-2.8.4-sdiff-no-waitpid.patch b/sys-apps/diffutils/files/diffutils-2.8.4-sdiff-no-waitpid.patch
deleted file mode 100644
index a41b11648d64..000000000000
--- a/sys-apps/diffutils/files/diffutils-2.8.4-sdiff-no-waitpid.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- diffutils-2.8.4/src/sdiff.c.orig 2002-06-17 00:55:42.000000000 -0500
-+++ diffutils-2.8.4/src/sdiff.c 2003-01-08 03:04:02.000000000 -0600
-@@ -692,7 +692,7 @@
- ck_fclose (out);
-
- {
-- int wstatus;
-+ int wstatus = 0;
- int werrno = 0;
-
- #if ! (HAVE_WORKING_FORK || HAVE_WORKING_VFORK)
-@@ -701,11 +701,6 @@
- werrno = errno;
- #else
- ck_fclose (diffout);
-- while (waitpid (diffpid, &wstatus, 0) < 0)
-- if (errno == EINTR)
-- checksigs ();
-- else
-- perror_fatal ("waitpid");
- diffpid = 0;
- #endif
-
diff --git a/sys-apps/diffutils/files/diffutils-2.8.7-headers.patch b/sys-apps/diffutils/files/diffutils-2.8.7-headers.patch
deleted file mode 100644
index d3e72d7e232f..000000000000
--- a/sys-apps/diffutils/files/diffutils-2.8.7-headers.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-get prototype for gettimeofday()
-
---- src/system.h
-+++ src/system.h
-@@ -93,6 +93,7 @@
- #endif
-
- #include <time.h>
-+#include <sys/time.h>
-
- #if HAVE_FCNTL_H
- # include <fcntl.h>
diff --git a/sys-apps/diffutils/files/diffutils-3.2-no-gets.patch b/sys-apps/diffutils/files/diffutils-3.2-no-gets.patch
deleted file mode 100644
index f4c21025485f..000000000000
--- a/sys-apps/diffutils/files/diffutils-3.2-no-gets.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-hack until gzip 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 @@
- /* It is very rare that the developer ever has full control of stdin,
- so any use of gets warrants an unconditional warning. Assume it is
- always declared, since it is required by C89. */
--_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
- #endif
-
-