summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-03-26 08:03:22 +0000
committerAlec Warner <antarus@gentoo.org>2007-03-26 08:03:22 +0000
commitd0f74619b95ce9fb065ae3c03469cce56224dcdb (patch)
treeb9c0251c6f1aa4a4f48179c69f9f428428fb6bac /sys-process
parentRemove dependency on portage, see bug 162516 (diff)
downloadhistorical-d0f74619b95ce9fb065ae3c03469cce56224dcdb.tar.gz
historical-d0f74619b95ce9fb065ae3c03469cce56224dcdb.tar.bz2
historical-d0f74619b95ce9fb065ae3c03469cce56224dcdb.zip
Remove dependency on portage, see bug 162516
Package-Manager: portage-6269-svn
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/at/ChangeLog6
-rw-r--r--sys-process/at/at-3.1.8-r11.ebuild7
-rw-r--r--sys-process/at/at-3.1.8-r12.ebuild5
-rw-r--r--sys-process/dcron/ChangeLog6
-rw-r--r--sys-process/dcron/dcron-2.9-r4.ebuild6
-rw-r--r--sys-process/dcron/dcron-3.2.ebuild4
6 files changed, 20 insertions, 14 deletions
diff --git a/sys-process/at/ChangeLog b/sys-process/at/ChangeLog
index 5710f59730b2..29b5b04cb9a6 100644
--- a/sys-process/at/ChangeLog
+++ b/sys-process/at/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/at
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/at/ChangeLog,v 1.7 2007/01/09 12:12:59 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/at/ChangeLog,v 1.8 2007/03/26 08:03:22 antarus Exp $
+
+ 26 Mar 2007; Alec Warner <antarus@gentoo.org> at-3.1.8-r11.ebuild,
+ at-3.1.8-r12.ebuild:
+ Remove dependency on portage: ref bug 162516
09 Jan 2007; Peter Volkov <pva@gentoo.org> at-3.1.8-r12.ebuild:
Changed HOME for at user as suggested in bug #126457 by cilly.
diff --git a/sys-process/at/at-3.1.8-r11.ebuild b/sys-process/at/at-3.1.8-r11.ebuild
index a44b8cbe89ec..40c3b909a20b 100644
--- a/sys-process/at/at-3.1.8-r11.ebuild
+++ b/sys-process/at/at-3.1.8-r11.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/at/at-3.1.8-r11.ebuild,v 1.4 2006/01/30 05:11:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/at/at-3.1.8-r11.ebuild,v 1.5 2007/03/26 08:03:22 antarus Exp $
inherit eutils flag-o-matic
@@ -14,8 +14,7 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="virtual/libc
- >=sys-devel/flex-2.5.4a
- >=sys-apps/portage-2.0.51"
+ >=sys-devel/flex-2.5.4a"
RDEPEND="virtual/libc
virtual/mta"
diff --git a/sys-process/at/at-3.1.8-r12.ebuild b/sys-process/at/at-3.1.8-r12.ebuild
index 24220336a695..30ab71ace6e9 100644
--- a/sys-process/at/at-3.1.8-r12.ebuild
+++ b/sys-process/at/at-3.1.8-r12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/at/at-3.1.8-r12.ebuild,v 1.3 2007/01/09 12:12:59 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/at/at-3.1.8-r12.ebuild,v 1.4 2007/03/26 08:03:22 antarus Exp $
inherit eutils flag-o-matic
@@ -13,8 +13,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-DEPEND=">=sys-devel/flex-2.5.4a
- >=sys-apps/portage-2.0.51"
+DEPEND=">=sys-devel/flex-2.5.4a"
RDEPEND="virtual/mta"
pkg_setup() {
diff --git a/sys-process/dcron/ChangeLog b/sys-process/dcron/ChangeLog
index e70e8acc440a..b1722275dc32 100644
--- a/sys-process/dcron/ChangeLog
+++ b/sys-process/dcron/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/dcron
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/dcron/ChangeLog,v 1.10 2007/03/21 14:17:33 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/dcron/ChangeLog,v 1.11 2007/03/26 08:01:58 antarus Exp $
+
+ 26 Mar 2007; Alec Warner <antarus@gentoo.org> dcron-2.9-r4.ebuild,
+ dcron-3.2.ebuild:
+ Remove dependency on portage: ref bug 162516
21 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> dcron-3.2.ebuild:
Stable on alpha/amd64 wrt bug #167566.
diff --git a/sys-process/dcron/dcron-2.9-r4.ebuild b/sys-process/dcron/dcron-2.9-r4.ebuild
index 447b23788a15..be3ce1f2a804 100644
--- a/sys-process/dcron/dcron-2.9-r4.ebuild
+++ b/sys-process/dcron/dcron-2.9-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/dcron/dcron-2.9-r4.ebuild,v 1.4 2005/12/29 13:22:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/dcron/dcron-2.9-r4.ebuild,v 1.5 2007/03/26 08:01:58 antarus Exp $
inherit cron toolchain-funcs
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
IUSE=""
-DEPEND=">=sys-apps/portage-2.0.51"
+DEPEND=""
RDEPEND=""
S=${WORKDIR}/${PN}
diff --git a/sys-process/dcron/dcron-3.2.ebuild b/sys-process/dcron/dcron-3.2.ebuild
index d83a7dd780ec..037691911cd2 100644
--- a/sys-process/dcron/dcron-3.2.ebuild
+++ b/sys-process/dcron/dcron-3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/dcron/dcron-3.2.ebuild,v 1.9 2007/03/21 14:17:33 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/dcron/dcron-3.2.ebuild,v 1.10 2007/03/26 08:01:58 antarus Exp $
inherit cron toolchain-funcs
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
-DEPEND=">=sys-apps/portage-2.0.51"
+DEPEND=""
RDEPEND=""
S=${WORKDIR}/${PN}