From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/procps: procps-3.3.4.ebuild ChangeLog
Date: Sun, 4 Nov 2012 06:38:35 +0000 (UTC) [thread overview]
Message-ID: <20121104063835.7E09F215F3@flycatcher.gentoo.org> (raw)
vapier 12/11/04 06:38:35
Modified: procps-3.3.4.ebuild ChangeLog
Log:
Switch to tarball on Debian mirrors since the git one does not include generated files #440626 by Jeroen Roovers.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Revision Changes Path
1.2 sys-process/procps/procps-3.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/procps-3.3.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/procps-3.3.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/procps-3.3.4.ebuild?r1=1.1&r2=1.2
Index: procps-3.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- procps-3.3.4.ebuild 29 Oct 2012 20:33:29 -0000 1.1
+++ procps-3.3.4.ebuild 4 Nov 2012 06:38:35 -0000 1.2
@@ -1,16 +1,14 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.4.ebuild,v 1.1 2012/10/29 20:33:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.4.ebuild,v 1.2 2012/11/04 06:38:35 vapier Exp $
EAPI="4"
-inherit toolchain-funcs autotools
+inherit toolchain-funcs
-DEB_VER=${PV#*_p}
-MY_PV=${PV%_p*}
DESCRIPTION="standard informational utilities and process-handling tools"
HOMEPAGE="http://procps.sourceforge.net/ http://gitorious.org/procps http://packages.debian.org/sid/procps"
-SRC_URI="http://gitorious.org/procps/procps/archive-tarball/v${PV} -> ${P}.tar.gz"
+SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.xz"
LICENSE="GPL-2"
SLOT="0"
@@ -21,12 +19,7 @@
DEPEND="${RDEPEND}
ncurses? ( virtual/pkgconfig )"
-S=${WORKDIR}/${PN}-${PN}
-
-src_prepare() {
- po/update-potfiles || die
- eautoreconf
-}
+S=${WORKDIR}/${PN}-ng-${PV}
src_configure() {
econf \
@@ -39,7 +32,7 @@
src_install() {
default
- dodoc sysctl.conf
+# dodoc sysctl.conf
# The configure script is completely whacked in the head
mv "${ED}"/lib* "${ED}"/usr/ || die
1.68 sys-process/procps/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/ChangeLog?r1=1.67&r2=1.68
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog 29 Oct 2012 20:33:29 -0000 1.67
+++ ChangeLog 4 Nov 2012 06:38:35 -0000 1.68
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/procps
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v 1.67 2012/10/29 20:33:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v 1.68 2012/11/04 06:38:35 vapier Exp $
+
+ 04 Nov 2012; Mike Frysinger <vapier@gentoo.org> procps-3.3.4.ebuild:
+ Switch to tarball on Debian mirrors since the git one does not include
+ generated files #440626 by Jeroen Roovers.
*procps-3.3.4 (29 Oct 2012)
next reply other threads:[~2012-11-04 6:38 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-04 6:38 Mike Frysinger (vapier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-06-27 21:36 [gentoo-commits] gentoo-x86 commit in sys-process/procps: procps-3.3.4.ebuild ChangeLog Mike Frysinger (vapier)
2013-03-11 7:38 Agostino Sarubbo (ago)
2013-03-10 16:24 Agostino Sarubbo (ago)
2013-03-09 19:06 Agostino Sarubbo (ago)
2013-03-09 18:10 Agostino Sarubbo (ago)
2013-03-09 14:22 Agostino Sarubbo (ago)
2013-03-09 13:36 Agostino Sarubbo (ago)
2013-03-09 11:26 Agostino Sarubbo (ago)
2013-03-09 11:02 Agostino Sarubbo (ago)
2013-03-08 17:48 Agostino Sarubbo (ago)
2013-03-05 16:43 Agostino Sarubbo (ago)
2012-10-29 20:33 Mike Frysinger (vapier)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121104063835.7E09F215F3@flycatcher.gentoo.org \
--to=vapier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox