summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-process/cronie/ChangeLog6
-rw-r--r--sys-process/cronie/cronie-1.2.ebuild4
-rw-r--r--sys-process/cronie/cronie-1.3.ebuild4
-rw-r--r--sys-process/vixie-cron/ChangeLog6
-rw-r--r--sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild6
-rw-r--r--sys-process/vixie-cron/vixie-cron-4.1-r11.ebuild6
-rw-r--r--sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild6
7 files changed, 23 insertions, 15 deletions
diff --git a/sys-process/cronie/ChangeLog b/sys-process/cronie/ChangeLog
index 5bfb7df81d84..7d85b484b336 100644
--- a/sys-process/cronie/ChangeLog
+++ b/sys-process/cronie/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/cronie
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.3 2009/05/12 09:11:00 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.4 2009/05/14 16:39:31 bangert Exp $
+
+ 14 May 2009; Thilo Bangert <bangert@gentoo.org> cronie-1.2.ebuild,
+ cronie-1.3.ebuild:
+ fix LICENSE - bug #263598
12 May 2009; Thilo Bangert <bangert@gentoo.org> files/cronie-1.2-crontab:
reduce chance of race condition - bug #98189
diff --git a/sys-process/cronie/cronie-1.2.ebuild b/sys-process/cronie/cronie-1.2.ebuild
index d99a22ddffa8..c8e6b161ad6a 100644
--- a/sys-process/cronie/cronie-1.2.ebuild
+++ b/sys-process/cronie/cronie-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.2.ebuild,v 1.1 2009/02/17 22:09:35 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.2.ebuild,v 1.2 2009/05/14 16:39:31 bangert Exp $
inherit cron eutils
@@ -8,7 +8,7 @@ DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-c
SRC_URI="https://fedorahosted.org/releases/c/r/cronie/${P}.tar.gz"
HOMEPAGE="https://fedorahosted.org/cronie/wiki"
-LICENSE="as-is BSD BSD-2"
+LICENSE="ISC BSD BSD-2"
KEYWORDS="~x86"
IUSE="inotify pam"
diff --git a/sys-process/cronie/cronie-1.3.ebuild b/sys-process/cronie/cronie-1.3.ebuild
index 8a35a10f889d..d7c1d3f8b7b2 100644
--- a/sys-process/cronie/cronie-1.3.ebuild
+++ b/sys-process/cronie/cronie-1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.3.ebuild,v 1.1 2009/05/12 08:27:27 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.3.ebuild,v 1.2 2009/05/14 16:39:31 bangert Exp $
EAPI="2"
@@ -10,7 +10,7 @@ DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-c
SRC_URI="https://fedorahosted.org/releases/c/r/cronie/${P}.tar.gz"
HOMEPAGE="https://fedorahosted.org/cronie/wiki"
-LICENSE="as-is BSD BSD-2"
+LICENSE="ISC BSD BSD-2"
KEYWORDS="~x86"
IUSE="inotify pam"
diff --git a/sys-process/vixie-cron/ChangeLog b/sys-process/vixie-cron/ChangeLog
index 2ff1f10b979c..db43707a6350 100644
--- a/sys-process/vixie-cron/ChangeLog
+++ b/sys-process/vixie-cron/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/vixie-cron
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.57 2009/05/12 09:13:46 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.58 2009/05/14 16:41:49 bangert Exp $
+
+ 14 May 2009; Thilo Bangert <bangert@gentoo.org> vixie-cron-4.1-r9.ebuild,
+ vixie-cron-4.1-r10.ebuild, vixie-cron-4.1-r11.ebuild:
+ fix LICENSE - bug #263598
12 May 2009; Thilo Bangert <bangert@gentoo.org> files/crontab-3.0.1-r4:
reduce chance of race condition - bug #98189
diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild
index aea755ea6ca0..47dc578b3718 100644
--- a/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild
+++ b/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild,v 1.13 2008/09/21 06:29:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild,v 1.14 2009/05/14 16:41:49 bangert Exp $
inherit cron toolchain-funcs pam
@@ -14,7 +14,7 @@ GENTOO_PATCH_REV="r4"
SRC_URI="mirror://gentoo/${P}.tar.bz2
mirror://gentoo/${P}-gentoo-${GENTOO_PATCH_REV}.patch.bz2"
-LICENSE="as-is"
+LICENSE="ISC BSD-2 BSD"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE="selinux pam debug"
diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r11.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r11.ebuild
index e1b8b02eecd6..6f0a957f40fc 100644
--- a/sys-process/vixie-cron/vixie-cron-4.1-r11.ebuild
+++ b/sys-process/vixie-cron/vixie-cron-4.1-r11.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r11.ebuild,v 1.1 2008/09/26 03:20:47 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r11.ebuild,v 1.2 2009/05/14 16:41:49 bangert Exp $
inherit cron toolchain-funcs pam
@@ -14,7 +14,7 @@ GENTOO_PATCH_REV="r4"
SRC_URI="mirror://gentoo/${P}.tar.bz2
mirror://gentoo/${P}-gentoo-${GENTOO_PATCH_REV}.patch.bz2"
-LICENSE="as-is"
+LICENSE="ISC BSD-2 BSD"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="selinux pam debug"
diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild
index f212662c92e3..986db61a6a49 100644
--- a/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild
+++ b/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild,v 1.15 2007/03/26 07:54:43 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild,v 1.16 2009/05/14 16:41:49 bangert Exp $
inherit cron toolchain-funcs pam
@@ -14,7 +14,7 @@ GENTOO_PATCH_REV="r4"
SRC_URI="mirror://gentoo/${P}.tar.bz2
mirror://gentoo/${P}-gentoo-${GENTOO_PATCH_REV}.patch.bz2"
-LICENSE="as-is"
+LICENSE="ISC BSD-2 BSD"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE="selinux pam debug"