summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-07-18 09:45:59 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-07-18 09:45:59 +0000
commit0dbea71506072af1b462928622b605c228fc014e (patch)
treeb6058fc33f5ee3ac34e244f7250608fddcfd9711 /sys-process/pidof-bsd
parentdepend on fbsd-mk-defs to avoid failures when building stages (diff)
downloadgentoo-2-0dbea71506072af1b462928622b605c228fc014e.tar.gz
gentoo-2-0dbea71506072af1b462928622b605c228fc014e.tar.bz2
gentoo-2-0dbea71506072af1b462928622b605c228fc014e.zip
remove old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/pidof-bsd')
-rw-r--r--sys-process/pidof-bsd/ChangeLog6
-rw-r--r--sys-process/pidof-bsd/pidof-bsd-20050501-r1.ebuild26
-rw-r--r--sys-process/pidof-bsd/pidof-bsd-20050501-r2.ebuild27
3 files changed, 5 insertions, 54 deletions
diff --git a/sys-process/pidof-bsd/ChangeLog b/sys-process/pidof-bsd/ChangeLog
index bc8cc4d25016..0d7f017a2122 100644
--- a/sys-process/pidof-bsd/ChangeLog
+++ b/sys-process/pidof-bsd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/pidof-bsd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/ChangeLog,v 1.6 2009/07/18 09:44:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/ChangeLog,v 1.7 2009/07/18 09:45:59 aballier Exp $
+
+ 18 Jul 2009; Alexis Ballier <aballier@gentoo.org>
+ -pidof-bsd-20050501-r1.ebuild, -pidof-bsd-20050501-r2.ebuild:
+ remove old
18 Jul 2009; Alexis Ballier <aballier@gentoo.org>
pidof-bsd-20050501-r3.ebuild:
diff --git a/sys-process/pidof-bsd/pidof-bsd-20050501-r1.ebuild b/sys-process/pidof-bsd/pidof-bsd-20050501-r1.ebuild
deleted file mode 100644
index c790799ae326..000000000000
--- a/sys-process/pidof-bsd/pidof-bsd-20050501-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r1.ebuild,v 1.2 2007/07/14 23:02:48 mr_bones_ Exp $
-
-inherit base bsdmk
-
-DESCRIPTION="pidof(1) utility for *BSD"
-HOMEPAGE="http://people.freebsd.org/~novel/pidof.html"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND="!sys-process/psmisc"
-
-S="${WORKDIR}/pidof"
-
-PATCHES="${FILESDIR}/${P}-gfbsd.patch"
-
-src_install() {
- into /
- dobin pidof
-}
diff --git a/sys-process/pidof-bsd/pidof-bsd-20050501-r2.ebuild b/sys-process/pidof-bsd/pidof-bsd-20050501-r2.ebuild
deleted file mode 100644
index 8ec5b4d0a5e3..000000000000
--- a/sys-process/pidof-bsd/pidof-bsd-20050501-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r2.ebuild,v 1.2 2007/07/14 23:02:48 mr_bones_ Exp $
-
-inherit base bsdmk
-
-DESCRIPTION="pidof(1) utility for *BSD"
-HOMEPAGE="http://people.freebsd.org/~novel/pidof.html"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND="!sys-process/psmisc"
-
-S="${WORKDIR}/pidof"
-
-PATCHES="${FILESDIR}/${P}-gfbsd.patch
- ${FILESDIR}/${P}-firstarg.patch"
-
-src_install() {
- into /
- dobin pidof
-}