* [gentoo-commits] repo/gentoo:master commit in: sys-process/watchpid/
@ 2016-05-03 7:24 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2016-05-03 7:24 UTC (permalink / raw
To: gentoo-commits
commit: 6790c2cd8ce20b3b9ac7935a3cd4756ec69225ef
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon May 2 22:23:45 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue May 3 07:10:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6790c2cd
sys-process/watchpid: Version bump.
Package-Manager: portage-2.2.26
sys-process/watchpid/watchpid-0.1-r2.ebuild | 32 +++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/sys-process/watchpid/watchpid-0.1-r2.ebuild b/sys-process/watchpid/watchpid-0.1-r2.ebuild
new file mode 100644
index 0000000..3cbda3f
--- /dev/null
+++ b/sys-process/watchpid/watchpid-0.1-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit multilib-minimal
+
+DESCRIPTION="Watches a process for termination"
+SRC_URI="mirror://gentoo/${PN}_${PV}.tar.gz"
+HOMEPAGE="http://www.codepark.org/"
+KEYWORDS="~amd64 -ppc ~x86"
+
+IUSE=""
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf
+}
+
+src_compile() {
+ multilib-minimal_src_compile
+}
+
+src_install() {
+ multilib-minimal_src_install
+ dodoc README AUTHORS
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/watchpid/
@ 2016-12-16 22:32 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2016-12-16 22:32 UTC (permalink / raw
To: gentoo-commits
commit: fabd9088adc13ec9e8ca625934209144a2be1604
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 22:31:03 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 22:31:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fabd9088
sys-process/watchpid: stable for amd64+x86+ppc.
Package-Manager: portage-2.3.0
sys-process/watchpid/watchpid-0.1-r2.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/sys-process/watchpid/watchpid-0.1-r2.ebuild b/sys-process/watchpid/watchpid-0.1-r2.ebuild
index 3cbda3f..e7174d9 100644
--- a/sys-process/watchpid/watchpid-0.1-r2.ebuild
+++ b/sys-process/watchpid/watchpid-0.1-r2.ebuild
@@ -9,14 +9,12 @@ inherit multilib-minimal
DESCRIPTION="Watches a process for termination"
SRC_URI="mirror://gentoo/${PN}_${PV}.tar.gz"
HOMEPAGE="http://www.codepark.org/"
-KEYWORDS="~amd64 -ppc ~x86"
+KEYWORDS="amd64 ppc x86"
-IUSE=""
SLOT="0"
LICENSE="GPL-2"
-RDEPEND=""
-DEPEND="${RDEPEND}"
+DOCS=( README AUTHORS )
multilib_src_configure() {
ECONF_SOURCE="${S}" econf
@@ -28,5 +26,4 @@ src_compile() {
src_install() {
multilib-minimal_src_install
- dodoc README AUTHORS
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/watchpid/
@ 2016-12-16 22:32 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2016-12-16 22:32 UTC (permalink / raw
To: gentoo-commits
commit: b2384689a90a1aa3caa6f3145ba5dc09238f7a6f
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 22:32:18 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 22:32:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2384689
sys-process/watchpid: clean up old.
Package-Manager: portage-2.3.0
sys-process/watchpid/watchpid-0.1-r1.ebuild | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/sys-process/watchpid/watchpid-0.1-r1.ebuild b/sys-process/watchpid/watchpid-0.1-r1.ebuild
deleted file mode 100644
index d8db315..00000000
--- a/sys-process/watchpid/watchpid-0.1-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Watches a process for termination"
-SRC_URI="mirror://gentoo/${PN}_${PV}.tar.gz"
-HOMEPAGE="http://www.codepark.org/"
-KEYWORDS="x86 amd64 -ppc"
-IUSE=""
-SLOT="0"
-LICENSE="GPL-2"
-DEPEND=""
-
-src_compile() {
- econf || die "econf failed"
- emake CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- dodoc README AUTHORS
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-12-16 22:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-16 22:32 [gentoo-commits] repo/gentoo:master commit in: sys-process/watchpid/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2016-12-16 22:32 Patrice Clement
2016-05-03 7:24 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox