ssuominen    14/08/20 14:39:44

  Modified:             ChangeLog
  Added:                procps-3.3.9-r2.ebuild
  Log:
  Apply upstream commit 
http://gitorious.org/procps/procps/commit/7f6efed9bb85d1e212e06985ea3e06720f6ca949
 for sysctl and config file loading problems wrt #520314 by Tobias Klausmann
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.123                sys-process/procps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/ChangeLog?rev=1.123&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/ChangeLog?rev=1.123&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/ChangeLog?r1=1.122&r2=1.123

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog   1 Aug 2014 10:41:31 -0000       1.122
+++ ChangeLog   20 Aug 2014 14:39:44 -0000      1.123
@@ -1,6 +1,14 @@
 # ChangeLog for sys-process/procps
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v 1.122 
2014/08/01 10:41:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v 1.123 
2014/08/20 14:39:44 ssuominen Exp $
+
+*procps-3.3.9-r2 (20 Aug 2014)
+
+  20 Aug 2014; Samuli Suominen <ssuomi...@gentoo.org>
+  +files/procps-3.3.9-sysctl-load-config-files.patch, +procps-3.3.9-r2.ebuild:
+  Apply upstream commit 
http://gitorious.org/procps/procps/commit/7f6efed9bb85d1
+  e212e06985ea3e06720f6ca949 for sysctl and config file loading problems wrt
+  #520314 by Tobias Klausmann
 
   01 Aug 2014; Raúl Porcel <armi...@gentoo.org> procps-3.3.9.ebuild:
   ia64/sparc stable wrt #510316



1.1                  sys-process/procps/procps-3.3.9-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/procps-3.3.9-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/procps-3.3.9-r2.ebuild?rev=1.1&content-type=text/plain

Index: procps-3.3.9-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.9-r2.ebuild,v 
1.1 2014/08/20 14:39:44 ssuominen Exp $

EAPI="4"

inherit eutils toolchain-funcs

DESCRIPTION="standard informational utilities and process-handling tools"
# http://packages.debian.org/sid/procps
HOMEPAGE="http://procps.sourceforge.net/ http://gitorious.org/procps";
# SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.xz"
FEDORA_HASH="0980646fa25e0be58f7afb6b98f79d74"
SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}-ng/${PN}-ng-${PV}.tar.xz/${FEDORA_HASH}/${PN}-ng-${PV}.tar.xz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="+ncurses nls selinux static-libs systemd test unicode"

RDEPEND="!<sys-apps/sysvinit-2.88-r6
        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 )"

S=${WORKDIR}/${PN}-ng-${PV}

src_prepare() {
        epatch \
                "${FILESDIR}"/${PN}-3.3.8-kill-neg-pid.patch \
                "${FILESDIR}"/${P}-sysctl-load-config-files.patch
        sed -i -e 's:systemd-login:systemd:' configure || die #501306
}

src_configure() {
        econf \
                --exec-prefix="${EPREFIX}" \
                --docdir='$(datarootdir)'/doc/${PF} \
                $(use_with ncurses) \
                $(use_enable nls) \
                $(use_enable selinux libselinux) \
                $(use_enable static-libs static) \
                $(use_with systemd) \
                $(use_enable unicode watch8bit)
}

src_install() {
        default
#       dodoc sysctl.conf

        mv "${ED}"/usr/bin/pidof "${ED}"/bin/ || die

        # The configure script is completely whacked in the head
        mv "${ED}"/lib* "${ED}"/usr/ || die
        gen_usr_ldscript -a procps
        prune_libtool_files
}




Reply via email to