diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-04-21 09:35:46 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-04-21 09:35:46 +0200 |
commit | e79f424b2d06dde939a65364c8c9609f3c2f9b60 (patch) | |
tree | e3925d74aad50b2c6cf506ee520befad17c28d6a /dev-libs/libpipeline | |
parent | dev-libs/libpcre2: Security cleanup (diff) | |
download | gentoo-e79f424b2d06dde939a65364c8c9609f3c2f9b60.tar.gz gentoo-e79f424b2d06dde939a65364c8c9609f3c2f9b60.tar.bz2 gentoo-e79f424b2d06dde939a65364c8c9609f3c2f9b60.zip |
dev-libs/libpipeline: Removed old
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-libs/libpipeline')
5 files changed, 0 insertions, 102 deletions
diff --git a/dev-libs/libpipeline/Manifest b/dev-libs/libpipeline/Manifest index 77382652ccbc..58be339e555d 100644 --- a/dev-libs/libpipeline/Manifest +++ b/dev-libs/libpipeline/Manifest @@ -1,3 +1 @@ -DIST libpipeline-1.4.2.tar.gz 827362 BLAKE2B df85af1ca5c000a54d18d127bdff9286d7aced24e60fd0eff984cc6ae7acde880f71ec998946a7fd925167b5c05360ccb47439bb68eaeeb3fa7df1d320bf889d SHA512 18d4592c142b745e709b9d30e894f1cb95e8006d8d3d3c978a1c4b8fc2393fc40383aa8236587cc7caf576ee9664867358a94c081c0730de9e337ddbd1e57e02 -DIST libpipeline-1.5.1.tar.gz 987822 BLAKE2B 672da75a22aebf28e953a9a399d641bae8fb97da20527eb1f72f248d9e0afca10da7426bcbceb50f5bf2574fa7091e7ded5080c4a731327a09cfa74fde3a6c10 SHA512 9252c114bc59925eaf73ec9e8bb76b5649ccf985766edd2dc665630ec6de04c341298c74f8dc31c56e9ce20ad83da59df33eb3cc367e18a8012fd693cb823de6 DIST libpipeline-1.5.2.tar.gz 994071 BLAKE2B 997c13bdf632f2be161576e1b21d1be26ea29dc770ab74e4b105f21c926b8ae5e07a605b72ec56f55a55db3a3c1d487cfe64d571363e040612ea52b445f0bc3e SHA512 721024cea4e8dd85ba31af23e6f65b6ab2323e4006a769674d18101744a5a990aa9ee9fcd9b35360fa1442a6d4a72bfed0227665d4eacba541808b1c48bc9a53 diff --git a/dev-libs/libpipeline/files/libpipeline-1.4.1-gnulib-cygwin-sys_select.patch b/dev-libs/libpipeline/files/libpipeline-1.4.1-gnulib-cygwin-sys_select.patch deleted file mode 100644 index bfafadd110e9..000000000000 --- a/dev-libs/libpipeline/files/libpipeline-1.4.1-gnulib-cygwin-sys_select.patch +++ /dev/null @@ -1,22 +0,0 @@ -https://lists.gnu.org/archive/html/bug-gnulib/2016-03/msg00065.html - ---- a/gnulib/lib/sys_select.in.h.orig 2014-08-03 15:31:22.000000000 +0200 -+++ a/gnulib/lib/sys_select.in.h 2016-05-19 12:57:51.243064700 +0200 -@@ -81,7 +81,7 @@ - Also, Mac OS X, AIX, HP-UX, IRIX, Solaris, Interix declare select() - in <sys/time.h>. - But avoid namespace pollution on glibc systems. */ --# ifndef __GLIBC__ -+# if !(defined __GLIBC__ || defined __NEWLIB__) - # include <sys/time.h> - # endif - -@@ -102,7 +102,7 @@ - But avoid namespace pollution on glibc systems. - Do this after the include_next (for the sake of OpenBSD 5.0) but before - the split double-inclusion guard (for the sake of Solaris). */ --#if !(defined __GLIBC__ && !defined __UCLIBC__) -+#if !((defined __GLIBC__ || defined __NEWLIB__) && !defined __UCLIBC__) - # include <signal.h> - #endif - diff --git a/dev-libs/libpipeline/files/libpipeline-1.4.1-gnulib-darwin-program_name.patch b/dev-libs/libpipeline/files/libpipeline-1.4.1-gnulib-darwin-program_name.patch deleted file mode 100644 index 7921fd70b455..000000000000 --- a/dev-libs/libpipeline/files/libpipeline-1.4.1-gnulib-darwin-program_name.patch +++ /dev/null @@ -1,28 +0,0 @@ -https://lists.gnu.org/archive/html/bug-gnulib/2015-02/msg00079.html - -From: Margaret Lewicka <address@hidden> - ---- - lib/error.c | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/lib/error.c b/lib/error.c -index 6683197..36a3db7 100644 ---- a/gnulib/lib/error.c -+++ a/gnulib/lib/error.c -@@ -113,9 +113,13 @@ int strerror_r (); - # endif - # endif - -+#if defined __APPLE__ && defined __MACH__ -+#define program_name (((char **)*_NSGetArgv())[0]) -+#else - /* The calling program should define program_name and set it to the - name of the executing program. */ - extern char *program_name; -+#endif - - # if HAVE_STRERROR_R || defined strerror_r - # define __strerror_r strerror_r --- -2.1.0 diff --git a/dev-libs/libpipeline/libpipeline-1.4.2.ebuild b/dev-libs/libpipeline/libpipeline-1.4.2.ebuild deleted file mode 100644 index 180d01b04153..000000000000 --- a/dev-libs/libpipeline/libpipeline-1.4.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit autotools-utils - -DESCRIPTION="a pipeline manipulation library" -HOMEPAGE="http://libpipeline.nongnu.org/" -SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="static-libs test" -RESTRICT="!test? ( test )" - -DEPEND="virtual/pkgconfig - test? ( dev-libs/check )" - -PATCHES=( - "${FILESDIR}"/${PN}-1.4.1-gnulib-cygwin-sys_select.patch - "${FILESDIR}"/${PN}-1.4.1-gnulib-darwin-program_name.patch -) diff --git a/dev-libs/libpipeline/libpipeline-1.5.1.ebuild b/dev-libs/libpipeline/libpipeline-1.5.1.ebuild deleted file mode 100644 index 6e3df06cbb3e..000000000000 --- a/dev-libs/libpipeline/libpipeline-1.5.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="a pipeline manipulation library" -HOMEPAGE="http://libpipeline.nongnu.org/" -SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="static-libs test" -RESTRICT="!test? ( test )" - -DEPEND="virtual/pkgconfig - test? ( dev-libs/check )" - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name "*.la" -delete || die -} |