diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-29 12:55:06 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-29 12:55:32 +0300 |
commit | 0d16cd79f3457c7b113c53859a127e64489e5f7d (patch) | |
tree | 5d0c8755773bcead43296f12c447bb63a5ec9e79 /sys-process/procps | |
parent | sys-process/procps: alpha stable wrt bug #656022 (diff) | |
download | gentoo-0d16cd79f3457c7b113c53859a127e64489e5f7d.tar.gz gentoo-0d16cd79f3457c7b113c53859a127e64489e5f7d.tar.bz2 gentoo-0d16cd79f3457c7b113c53859a127e64489e5f7d.zip |
sys-process/procps: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-process/procps')
-rw-r--r-- | sys-process/procps/Manifest | 2 | ||||
-rw-r--r-- | sys-process/procps/files/procps-3.3.12-elogind.patch | 265 | ||||
-rw-r--r-- | sys-process/procps/files/procps-3.3.12-strtod_nol_err.patch | 110 | ||||
-rw-r--r-- | sys-process/procps/files/procps-3.3.8-kill-neg-pid.patch | 46 | ||||
-rw-r--r-- | sys-process/procps/procps-3.3.12-r1.ebuild | 91 | ||||
-rw-r--r-- | sys-process/procps/procps-3.3.12.ebuild | 78 | ||||
-rw-r--r-- | sys-process/procps/procps-3.3.14.ebuild | 81 |
7 files changed, 0 insertions, 673 deletions
diff --git a/sys-process/procps/Manifest b/sys-process/procps/Manifest index 3eeb0d0b057c..446d7cbdee95 100644 --- a/sys-process/procps/Manifest +++ b/sys-process/procps/Manifest @@ -1,3 +1 @@ -DIST procps-ng-3.3.12.tar.xz 845484 BLAKE2B d317935e28de45ca5afa59ce33f85e286820a630c7fe036bddcf7a4418fa347cbc9cab39ef380f482ce13f47555598fd2419c67c3f861d7e4e2e89a9b2f4ae4a SHA512 ea816740ff72cc53d99b5d2e78a511b627ea5b295e0efff67605c56d1ab075abc6b0e2da3df4facbfe903fc9d679e892d351b6884a966d37c6f4bfd9141a924b -DIST procps-ng-3.3.14.tar.xz 926924 BLAKE2B b18f8ec50a1449008b01a52be51a3a509266945b82fbb6964f54b9746d71b90e4a1a37be29b4bf07fedc70d4528fac7f7099d7b245bd9c6ed033e77eb49aae77 SHA512 45617924ae1520765c15d71b76278dc80cac04f5985f83c9b65a8ba379d9a80a2ff0dc14c5a6edee7d6cfa66ce50ec019e8b5203704175ff94547ae6ff2b18c5 DIST procps-ng-3.3.15.tar.xz 904416 BLAKE2B 9fc1384df1d51a13bdf3aaad173160a11c5a7e016a8c397a076b5115e350d2c6fd8ff8d9ad5d83b959020bcd6a1ef9e1bca02e9a63d56881816c5c7d7c9a8bc3 SHA512 bc83ccc1941e7be8266588fdfbba17e2424b30163a215873ee6dee96215d66249f5d5e46fec2278d030b42bd7599861c4878360042dacec4c221ce411453747c diff --git a/sys-process/procps/files/procps-3.3.12-elogind.patch b/sys-process/procps/files/procps-3.3.12-elogind.patch deleted file mode 100644 index 07c165310ce4..000000000000 --- a/sys-process/procps/files/procps-3.3.12-elogind.patch +++ /dev/null @@ -1,265 +0,0 @@ ---- procps-ng-3.3.12/configure 2016-07-10 07:32:09.862265237 +0200 -+++ procps-ng-3.3.12/configure 2016-07-10 07:32:09.862265237 +0200 -@@ -650,6 +650,10 @@ - BUILD_KILL_TRUE - BUILD_PIDOF_FALSE - BUILD_PIDOF_TRUE -+WITH_ELOGIND_FALSE -+WITH_ELOGIND_TRUE -+ELOGIND_LIBS -+ELOGIND_CFLAGS - WITH_SYSTEMD_FALSE - WITH_SYSTEMD_TRUE - SYSTEMD_LIBS -@@ -815,6 +819,7 @@ - enable_libselinux - with_ncurses - with_systemd -+with_elogind - enable_pidof - enable_kill - enable_skill -@@ -845,7 +850,9 @@ - NCURSESW_CFLAGS - NCURSESW_LIBS - SYSTEMD_CFLAGS --SYSTEMD_LIBS' -+SYSTEMD_LIBS -+ELOGIND_CFLAGS -+ELOGIND_LIBS' - - - # Initialize some variables set by options. -@@ -1521,6 +1528,7 @@ - --without-libintl-prefix don't search for libintl in includedir and libdir - --without-ncurses build only applications not needing ncurses - --with-systemd enable systemd support -+ --with-elogind enable elogind support - - Some influential environment variables: - CC C compiler command -@@ -1550,6 +1558,10 @@ - C compiler flags for SYSTEMD, overriding pkg-config - SYSTEMD_LIBS - linker flags for SYSTEMD, overriding pkg-config -+ ELOGIND_CFLAGS -+ C compiler flags for ELOGIND, overriding pkg-config -+ ELOGIND_LIBS -+ linker flags for ELOGIND, overriding pkg-config - - Use these variables to override the choices made by `configure' or to help - it to find libraries and programs with nonstandard names/locations. -@@ -17295,6 +17307,127 @@ - fi - - -+ -+# Check whether --with-elogind was given. -+if test "${with_elogind+set}" = set; then : -+ withval=$with_elogind; -+else -+ with_elogind=no -+ -+fi -+ -+# Do not allow elogind if systemd is wanted and found -+if test "x$with_systemd" != "xno"; then : -+ with_elogind=no -+fi -+ -+if test "x$with_elogind" != "xno"; then : -+ -+ -+pkg_failed=no -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libelogind" >&5 -+$as_echo_n "checking for libelogind... " >&6; } -+ -+if test -n "$ELOGIND_CFLAGS"; then -+ pkg_cv_ELOGIND_CFLAGS="$ELOGIND_CFLAGS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libelogind\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "libelogind") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_ELOGIND_CFLAGS=`$PKG_CONFIG --cflags "libelogind" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+if test -n "$ELOGIND_LIBS"; then -+ pkg_cv_ELOGIND_LIBS="$ELOGIND_LIBS" -+ elif test -n "$PKG_CONFIG"; then -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libelogind\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "libelogind") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_ELOGIND_LIBS=`$PKG_CONFIG --libs "libelogind" 2>/dev/null` -+ test "x$?" != "x0" && pkg_failed=yes -+else -+ pkg_failed=yes -+fi -+ else -+ pkg_failed=untried -+fi -+ -+ -+ -+if test $pkg_failed = yes; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ -+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -+ _pkg_short_errors_supported=yes -+else -+ _pkg_short_errors_supported=no -+fi -+ if test $_pkg_short_errors_supported = yes; then -+ ELOGIND_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libelogind" 2>&1` -+ else -+ ELOGIND_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libelogind" 2>&1` -+ fi -+ # Put the nasty error message in config.log where it belongs -+ echo "$ELOGIND_PKG_ERRORS" >&5 -+ -+ as_fn_error $? "Package requirements (libelogind) were not met: -+ -+$ELOGIND_PKG_ERRORS -+ -+Consider adjusting the PKG_CONFIG_PATH environment variable if you -+installed software in a non-standard prefix. -+ -+Alternatively, you may set the environment variables ELOGIND_CFLAGS -+and ELOGIND_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details." "$LINENO" 5 -+elif test $pkg_failed = untried; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it -+is in your PATH or set the PKG_CONFIG environment variable to the full -+path to pkg-config. -+ -+Alternatively, you may set the environment variables ELOGIND_CFLAGS -+and ELOGIND_LIBS to avoid the need to call pkg-config. -+See the pkg-config man page for more details. -+ -+To get pkg-config, see <http://pkg-config.freedesktop.org/>. -+See \`config.log' for more details" "$LINENO" 5; } -+else -+ ELOGIND_CFLAGS=$pkg_cv_ELOGIND_CFLAGS -+ ELOGIND_LIBS=$pkg_cv_ELOGIND_LIBS -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ -+fi -+ -+$as_echo "#define WITH_ELOGIND 1" >>confdefs.h -+ -+ -+fi -+ if test x$with_elogind != xno; then -+ WITH_ELOGIND_TRUE= -+ WITH_ELOGIND_FALSE='#' -+else -+ WITH_ELOGIND_TRUE='#' -+ WITH_ELOGIND_FALSE= -+fi -+ -+ - # AC_ARG_ENABLEs - # Check whether --enable-pidof was given. - if test "${enable_pidof+set}" = set; then : -@@ -17712,6 +17845,10 @@ - as_fn_error $? "conditional \"WITH_SYSTEMD\" was never defined. - Usually this means the macro was only invoked conditionally." "$LINENO" 5 - fi -+if test -z "${WITH_ELOGIND_TRUE}" && test -z "${WITH_ELOGIND_FALSE}"; then -+ as_fn_error $? "conditional \"WITH_ELOGIND\" was never defined. -+Usually this means the macro was only invoked conditionally." "$LINENO" 5 -+fi - if test -z "${BUILD_PIDOF_TRUE}" && test -z "${BUILD_PIDOF_FALSE}"; then - as_fn_error $? "conditional \"BUILD_PIDOF\" was never defined. - Usually this means the macro was only invoked conditionally." "$LINENO" 5 ---- procps-ng-3.3.12/configure.ac 2016-07-09 23:49:25.817307031 +0200 -+++ procps-ng-3.3.12/configure.ac 2016-07-09 23:49:25.817307031 +0200 -@@ -155,6 +155,19 @@ - ]) - AM_CONDITIONAL([WITH_SYSTEMD], [test x$with_systemd != xno]) - -+AC_ARG_WITH([elogind], -+ [AS_HELP_STRING([--with-elogind], [enable elogind support])], -+ [], [with_elogind=no] -+) -+# Do not allow elogind if systemd is wanted and found -+AS_IF([test "x$with_systemd" != "xno"], [with_elogind=no]) -+ -+AS_IF([test "x$with_elogind" != "xno"], [ -+ PKG_CHECK_MODULES([ELOGIND], [libelogind]) -+ AC_DEFINE(WITH_ELOGIND, 1, [enable elogind support]) -+]) -+AM_CONDITIONAL([WITH_ELOGIND], [test x$with_elogind != xno]) -+ - # AC_ARG_ENABLEs - AC_ARG_ENABLE([pidof], - AS_HELP_STRING([--disable-pidof], [do not build pidof]), ---- procps-ng-3.3.12/Makefile.am 2016-07-10 00:40:44.235121270 +0200 -+++ procps-ng-3.3.12/Makefile.am 2016-07-10 00:40:44.235121270 +0200 -@@ -155,6 +155,10 @@ - proc_libprocps_la_LIBADD += @SYSTEMD_LIBS@ - endif - -+if WITH_ELOGIND -+proc_libprocps_la_LIBADD += @ELOGIND_LIBS@ -+endif -+ - proc_libprocps_la_LDFLAGS = \ - -version-info $(LIBprocps_CURRENT):$(LIBprocps_REVISION):$(LIBprocps_AGE) \ - -no-undefined \ ---- procps-ng-3.3.12/Makefile.in 2016-07-10 07:32:11.170237828 +0200 -+++ procps-ng-3.3.12/Makefile.in 2016-07-10 07:32:11.170237828 +0200 -@@ -126,6 +126,7 @@ - @BUILD_SKILL_FALSE@ snice.1 - - @WITH_SYSTEMD_TRUE@am__append_14 = @SYSTEMD_LIBS@ -+@WITH_ELOGIND_TRUE@am__append_15 = @ELOGIND_LIBS@ - TESTS = lib/test_strtod_nol$(EXEEXT) - check_PROGRAMS = $(am__EXEEXT_5) - noinst_PROGRAMS = lib/test_strutils$(EXEEXT) \ -@@ -688,6 +689,8 @@ - ECHO_N = @ECHO_N@ - ECHO_T = @ECHO_T@ - EGREP = @EGREP@ -+ELOGIND_CFLAGS = @ELOGIND_CFLAGS@ -+ELOGIND_LIBS = @ELOGIND_LIBS@ - EXEEXT = @EXEEXT@ - FGREP = @FGREP@ - GMSGFMT = @GMSGFMT@ ---- procps-ng-3.3.12/proc/readproc.c 2016-07-09 23:49:25.825306872 +0200 -+++ procps-ng-3.3.12/proc/readproc.c 2016-07-09 23:49:25.825306872 +0200 -@@ -40,6 +40,9 @@ - #ifdef WITH_SYSTEMD - #include <systemd/sd-login.h> - #endif -+#ifdef WITH_ELOGIND -+#include <elogind/sd-login.h> -+#endif - - // sometimes it's easier to do this manually, w/o gcc helping - #ifdef PROF -@@ -518,7 +521,7 @@ - } - - static void sd2proc(proc_t *restrict p) { --#ifdef WITH_SYSTEMD -+#if defined(WITH_SYSTEMD) || defined(WITH_ELOGIND) - char buf[64]; - uid_t uid; - diff --git a/sys-process/procps/files/procps-3.3.12-strtod_nol_err.patch b/sys-process/procps/files/procps-3.3.12-strtod_nol_err.patch deleted file mode 100644 index 1a298c87f700..000000000000 --- a/sys-process/procps/files/procps-3.3.12-strtod_nol_err.patch +++ /dev/null @@ -1,110 +0,0 @@ -From 4ed44ab58e27a9a09902b9c5b49df484842b6c9a Mon Sep 17 00:00:00 2001 -From: Dr. Werner Fink <werner@suse.de> -Date: Wed, 13 Jul 2016 20:08:51 +1000 -Subject: [PATCH] misc: fix strtod_nol_err tests - -A better way of implementing the string to double -conversion and a better way of testing it. - -Signed-off-by: Craig Small <csmall@enc.com.au> ---- -diff --git a/include/strutils.h b/include/strutils.h -index 85a6192..a5a15c9 100644 ---- a/include/strutils.h -+++ b/include/strutils.h -@@ -7,6 +7,6 @@ - - extern long strtol_or_err(const char *str, const char *errmesg); - extern double strtod_or_err(const char *str, const char *errmesg); --double strtod_nol_or_err(char *str, const char *errmesg); -+extern double strtod_nol_or_err(char *str, const char *errmesg); - - #endif -diff --git a/lib/strutils.c b/lib/strutils.c -index e5245db..e0632c4 100644 ---- a/lib/strutils.c -+++ b/lib/strutils.c -@@ -20,6 +20,8 @@ - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -+#include <float.h> -+#include <math.h> - #include <stdlib.h> - #include <ctype.h> - -@@ -71,9 +73,9 @@ double strtod_or_err(const char *str, const char *errmesg) - */ - double strtod_nol_or_err(char *str, const char *errmesg) - { -- double num; -+ long double num; - const char *cp, *radix; -- double mult; -+ long double mult; - int negative = 0; - - if (str != NULL && *str != '\0') { -@@ -95,29 +97,29 @@ double strtod_nol_or_err(char *str, const char *errmesg) - mult=0.1; - while(isdigit(*radix)) { - radix++; -- mult *= 10; -+ mult *= 10.0; - } - while(isdigit(*cp)) { -- num += (*cp - '0') * mult; -- mult /= 10; -+ num += (long double)(*cp - '0') * mult; -+ mult /= 10.0; - cp++; - } - /* got the integers */ - if (*cp == '\0') -- return (negative?-num:num); -+ return (double)(negative?-num:num); - if (*cp != '.' && *cp != ',') - error(EXIT_FAILURE, EINVAL, "%s: '%s'", errmesg, str); - - cp++; - mult = 0.1; - while(isdigit(*cp)) { -- num += (*cp - '0') * mult; -- mult /= 10; -+ num += (long double)(*cp - '0') * mult; -+ mult /= 10.0; - cp++; - } - if (*cp == '\0') -- return (negative?-num:num); -+ return (double)(negative?-num:num); - } - error(EXIT_FAILURE, errno, "%s: '%s'", errmesg, str); -- return 0; -+ return (double)0; - } -diff --git a/lib/test_strtod_nol.c b/lib/test_strtod_nol.c -index 0be798c..736768a 100644 ---- a/lib/test_strtod_nol.c -+++ b/lib/test_strtod_nol.c -@@ -1,4 +1,5 @@ -- -+#include <float.h> -+#include <math.h> - #include <stdio.h> - #include <stdlib.h> - #include "strutils.h" -@@ -33,8 +34,8 @@ int main(int argc, char *argv[]) - double val; - - for(i=0; tests[i].string != NULL; i++) { -- if(strtod_nol_or_err(tests[i].string, "Cannot parse number") != -- tests[i].result) { -+ val = strtod_nol_or_err(tests[i].string, "Cannot parse number"); -+ if(fabs(tests[i].result - val) > DBL_EPSILON) { - fprintf(stderr, "FAIL: strtod_nol_or_err(\"%s\") != %f\n", - tests[i].string, tests[i].result); - return EXIT_FAILURE; --- -libgit2 0.24.0 - diff --git a/sys-process/procps/files/procps-3.3.8-kill-neg-pid.patch b/sys-process/procps/files/procps-3.3.8-kill-neg-pid.patch deleted file mode 100644 index 00397480ca3b..000000000000 --- a/sys-process/procps/files/procps-3.3.8-kill-neg-pid.patch +++ /dev/null @@ -1,46 +0,0 @@ -From 396cbc4cf36166217d877e2ff7e0a290758b0bc2 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger <vapier@gentoo.org> -Date: Thu, 27 Jun 2013 18:37:17 -0400 -Subject: [PATCH] kill: fix -PID handling - -Commit 19b6f48990b02aeca211b480625b95b2033c1017 tried to fix -PID -handling, but the new logic ends up skipping over the arg. This is -because getopt increments optind after it processed the -PID (even -though it was an unknown option). We need to decrement it by one -so the loop at the end of the code will process it for us. - -I also fixed some whitespace errors in that same commit. - -URL: http://code.google.com/p/chromium/issues/detail?id=255209 -Signed-off-by: Mike Frysinger <vapier@gentoo.org> ---- - skill.c | 6 ++++-- - 1 file changed, 4 insertions(+), 2 deletions(-) - -diff --git a/skill.c b/skill.c -index fb57305..074c5d7 100644 ---- a/skill.c -+++ b/skill.c -@@ -390,7 +390,7 @@ static void __attribute__ ((__noreturn__)) - else - sigopt++; - -- opterr=0; /* suppress errors on -123 */ -+ opterr = 0; /* suppress errors on -123 */ - while (loop == 1 && (i = getopt_long(argc, argv, "l::Ls:hV", longopts, NULL)) != -1) - switch (i) { - case 'l': -@@ -423,7 +423,9 @@ static void __attribute__ ((__noreturn__)) - xwarnx(_("invalid argument %c"), optopt); - kill_usage(stderr); - } -- loop=0; -+ /* We need to back off by one since getopt() ate the -PID */ -+ --optind; -+ loop = 0; - break; - default: - kill_usage(stderr); --- -1.8.2.1 - diff --git a/sys-process/procps/procps-3.3.12-r1.ebuild b/sys-process/procps/procps-3.3.12-r1.ebuild deleted file mode 100644 index 118aed2504ba..000000000000 --- a/sys-process/procps/procps-3.3.12-r1.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit epatch toolchain-funcs flag-o-matic - -DESCRIPTION="standard informational utilities and process-handling tools" -HOMEPAGE="http://procps-ng.sourceforge.net/ https://gitlab.com/procps-ng/procps" -SRC_URI="mirror://sourceforge/${PN}-ng/${PN}-ng-${PV}.tar.xz" - -LICENSE="GPL-2" -SLOT="0/5" # libprocps.so -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" -IUSE="elogind +kill modern-top +ncurses nls selinux static-libs systemd test unicode" - -COMMON_DEPEND=" - elogind? ( sys-auth/elogind ) - ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode?] ) - selinux? ( sys-libs/libselinux ) - systemd? ( sys-apps/systemd ) -" -DEPEND="${COMMON_DEPEND} - elogind? ( virtual/pkgconfig ) - ncurses? ( virtual/pkgconfig ) - systemd? ( virtual/pkgconfig ) - test? ( dev-util/dejagnu )" -RDEPEND=" - ${COMMON_DEPEND} - kill? ( - !sys-apps/coreutils[kill] - !sys-apps/util-linux[kill] - ) - !<sys-apps/sysvinit-2.88-r6 -" - -S="${WORKDIR}/${PN}-ng-${PV}" - -PATCHES=( - "${FILESDIR}"/${PN}-3.3.8-kill-neg-pid.patch # http://crbug.com/255209 - "${FILESDIR}"/${PN}-3.3.11-sysctl-manpage.patch # 565304 - "${FILESDIR}"/${PN}-3.3.12-proc-tests.patch # 583036 - - # Upstream fixes - "${FILESDIR}"/${P}-strtod_nol_err.patch -) - -src_prepare() { - epatch "${PATCHES[@]}" - - # Requires special handling or autoreconf gets triggered which we don't - # want to happen in a base-system package. - EPATCH_OPTS="-Z" \ - epatch "${FILESDIR}"/${PN}-3.3.12-elogind.patch # 599504 - - epatch_user -} - -src_configure() { - # http://www.freelists.org/post/procps/PATCH-enable-transparent-large-file-support - append-lfs-flags #471102 - econf \ - --docdir='$(datarootdir)'/doc/${PF} \ - $(use_with elogind) \ - $(use_enable kill) \ - $(use_enable modern-top) \ - $(use_with ncurses) \ - $(use_enable nls) \ - $(use_enable selinux libselinux) \ - $(use_enable static-libs static) \ - $(use_with systemd) \ - $(use_enable unicode watch8bit) -} - -src_test() { - emake check </dev/null #461302 -} - -src_install() { - default - #dodoc sysctl.conf - - dodir /bin - mv "${ED}"/usr/bin/ps "${ED}"/bin/ || die - if use kill; then - mv "${ED}"/usr/bin/kill "${ED}"/bin/ || die - fi - - gen_usr_ldscript -a procps - find "${D}" -name '*.la' -delete || die -} diff --git a/sys-process/procps/procps-3.3.12.ebuild b/sys-process/procps/procps-3.3.12.ebuild deleted file mode 100644 index 57528f8ba618..000000000000 --- a/sys-process/procps/procps-3.3.12.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs flag-o-matic - -DESCRIPTION="standard informational utilities and process-handling tools" -HOMEPAGE="http://procps-ng.sourceforge.net/ https://gitlab.com/procps-ng/procps" -SRC_URI="mirror://sourceforge/${PN}-ng/${PN}-ng-${PV}.tar.xz" - -LICENSE="GPL-2" -SLOT="0/5" # libprocps.so -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" -IUSE="+kill +ncurses modern-top nls selinux static-libs systemd test unicode" - -RDEPEND="ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode?] ) - selinux? ( sys-libs/libselinux ) - systemd? ( >=sys-apps/systemd-209 )" -DEPEND="${RDEPEND} - ncurses? ( virtual/pkgconfig ) - systemd? ( virtual/pkgconfig ) - test? ( dev-util/dejagnu )" -RDEPEND+=" - kill? ( - !sys-apps/coreutils[kill] - !sys-apps/util-linux[kill] - ) - !<sys-apps/sysvinit-2.88-r6" - -S="${WORKDIR}/${PN}-ng-${PV}" - -PATCHES=( - "${FILESDIR}"/${PN}-3.3.8-kill-neg-pid.patch # http://crbug.com/255209 - "${FILESDIR}"/${PN}-3.3.11-sysctl-manpage.patch # 565304 - "${FILESDIR}"/${PN}-3.3.12-proc-tests.patch #583036 - - # Upstream fixes - "${FILESDIR}"/${P}-strtod_nol_err.patch -) - -src_prepare() { - epatch "${PATCHES[@]}" - epatch_user -} - -src_configure() { - # http://www.freelists.org/post/procps/PATCH-enable-transparent-large-file-support - append-lfs-flags #471102 - econf \ - --docdir='$(datarootdir)'/doc/${PF} \ - $(use_enable kill) \ - $(use_enable modern-top) \ - $(use_with ncurses) \ - $(use_enable nls) \ - $(use_enable selinux libselinux) \ - $(use_enable static-libs static) \ - $(use_with systemd) \ - $(use_enable unicode watch8bit) -} - -src_test() { - emake check </dev/null #461302 -} - -src_install() { - default - #dodoc sysctl.conf - - dodir /bin - mv "${ED}"/usr/bin/ps "${ED}"/bin/ || die - if use kill; then - mv "${ED}"/usr/bin/kill "${ED}"/bin/ || die - fi - - gen_usr_ldscript -a procps - prune_libtool_files -} diff --git a/sys-process/procps/procps-3.3.14.ebuild b/sys-process/procps/procps-3.3.14.ebuild deleted file mode 100644 index 5e9a2b13394f..000000000000 --- a/sys-process/procps/procps-3.3.14.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs flag-o-matic - -DESCRIPTION="standard informational utilities and process-handling tools" -HOMEPAGE="http://procps-ng.sourceforge.net/ https://gitlab.com/procps-ng/procps" -SRC_URI="mirror://sourceforge/${PN}-ng/${PN}-ng-${PV}.tar.xz" - -LICENSE="GPL-2" -SLOT="0/5" # libprocps.so -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="elogind +kill modern-top +ncurses nls selinux static-libs systemd test unicode" - -COMMON_DEPEND=" - elogind? ( sys-auth/elogind ) - ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode?] ) - selinux? ( sys-libs/libselinux ) - systemd? ( sys-apps/systemd ) -" -DEPEND="${COMMON_DEPEND} - elogind? ( virtual/pkgconfig ) - ncurses? ( virtual/pkgconfig ) - systemd? ( virtual/pkgconfig ) - test? ( dev-util/dejagnu )" -RDEPEND=" - ${COMMON_DEPEND} - kill? ( - !sys-apps/coreutils[kill] - !sys-apps/util-linux[kill] - ) - !<sys-apps/sysvinit-2.88-r6 -" - -S="${WORKDIR}/${PN}-ng-${PV}" - -PATCHES=( - "${FILESDIR}"/${PN}-3.3.8-kill-neg-pid.patch # http://crbug.com/255209 - "${FILESDIR}"/${PN}-3.3.11-sysctl-manpage.patch # 565304 - "${FILESDIR}"/${PN}-3.3.12-proc-tests.patch # 583036 - - # Upstream fixes -) - -src_configure() { - # http://www.freelists.org/post/procps/PATCH-enable-transparent-large-file-support - append-lfs-flags #471102 - local myeconfargs=( - --docdir='$(datarootdir)'/doc/${PF} - $(use_with elogind) - $(use_enable kill) - $(use_enable modern-top) - $(use_with ncurses) - $(use_enable nls) - $(use_enable selinux libselinux) - $(use_enable static-libs static) - $(use_with systemd) - $(use_enable unicode watch8bit) - ) - econf "${myeconfargs[@]}" -} - -src_test() { - emake check </dev/null #461302 -} - -src_install() { - default - #dodoc sysctl.conf - - dodir /bin - mv "${ED%/}"/usr/bin/ps "${ED%/}"/bin/ || die - if use kill; then - mv "${ED%/}"/usr/bin/kill "${ED}"/bin/ || die - fi - - gen_usr_ldscript -a procps - find "${D}" -name '*.la' -delete || die -} |