public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-process/vixie-cron: ChangeLog vixie-cron-4.1-r10.ebuild
@ 2008-06-14 12:12 Zac Medico (zmedico)
  0 siblings, 0 replies; 3+ messages in thread
From: Zac Medico (zmedico) @ 2008-06-14 12:12 UTC (permalink / raw
  To: gentoo-commits

zmedico     08/06/14 12:12:07

  Modified:             ChangeLog vixie-cron-4.1-r10.ebuild
  Log:
  Bug #226505 - For compatibility with phase execution order in
  >=portage-2.1.5, call has_version inside pkg_preinst instead of
  pkg_postinst.
  (Portage version: 2.2_pre10652/cvs/Linux 2.6.25-0518-x86-64 i686)

Revision  Changes    Path
1.54                 sys-process/vixie-cron/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/vixie-cron/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/vixie-cron/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/vixie-cron/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	24 Apr 2007 11:02:34 -0000	1.53
+++ ChangeLog	14 Jun 2008 12:12:06 -0000	1.54
@@ -1,6 +1,11 @@
 # ChangeLog for sys-process/vixie-cron
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.53 2007/04/24 11:02:34 eroyf Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.54 2008/06/14 12:12:06 zmedico Exp $
+
+  14 Jun 2008; Zac Medico <zmedico@gentoo.org> vixie-cron-4.1-r10.ebuild:
+  Bug #226505 - For compatibility with phase execution order in
+  >=portage-2.1.5, call has_version inside pkg_preinst instead of
+  pkg_postinst.
 
   24 Apr 2007; Alexander Færøy <eroyf@gentoo.org>
   vixie-cron-4.1-r10.ebuild:



1.12                 sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild?r1=1.11&r2=1.12

Index: vixie-cron-4.1-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vixie-cron-4.1-r10.ebuild	24 Jun 2007 22:20:58 -0000	1.11
+++ vixie-cron-4.1-r10.ebuild	14 Jun 2008 12:12:06 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.11 2007/06/24 22:20:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild,v 1.12 2008/06/14 12:12:06 zmedico Exp $
 
 inherit cron toolchain-funcs pam
 
@@ -82,6 +82,11 @@
 	dodoc CHANGES CONVERSION FEATURES MAIL README THANKS
 }
 
+pkg_preinst() {
+	has_version "<${CATEGORY}/${PN}-4.1-r10"
+	fix_spool_dir_perms=$?
+}
+
 pkg_postinst() {
 	if [[ -f ${ROOT}/etc/init.d/vcron ]]
 	then
@@ -103,7 +108,7 @@
 	fi
 
 	# bug 164466
-	if has_version '<sys-process/vixie-cron-4.1-r10' ; then
+	if [[ $fix_spool_dir_perms = 0 ]] ; then
 		echo
 		ewarn "Previous ebuilds didn't correctly set permissions on"
 		ewarn "the crontabs spool directory. Proper permissions are"



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-process/vixie-cron: ChangeLog vixie-cron-4.1-r10.ebuild
@ 2008-09-21  6:29 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2008-09-21  6:29 UTC (permalink / raw
  To: gentoo-commits

vapier      08/09/21 06:29:32

  Modified:             ChangeLog vixie-cron-4.1-r10.ebuild
  Log:
  Drop bindnow-flags usage #212004 by Paweł Hajdan jr (ph).
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)

Revision  Changes    Path
1.55                 sys-process/vixie-cron/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/vixie-cron/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/vixie-cron/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/vixie-cron/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	14 Jun 2008 12:12:06 -0000	1.54
+++ ChangeLog	21 Sep 2008 06:29:32 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/vixie-cron
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.54 2008/06/14 12:12:06 zmedico Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.55 2008/09/21 06:29:32 vapier Exp $
+
+  21 Sep 2008; Mike Frysinger <vapier@gentoo.org> vixie-cron-4.1-r10.ebuild:
+  Drop bindnow-flags usage #212004 by Paweł Hajdan jr (ph).
 
   14 Jun 2008; Zac Medico <zmedico@gentoo.org> vixie-cron-4.1-r10.ebuild:
   Bug #226505 - For compatibility with phase execution order in



1.13                 sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild?r1=1.12&r2=1.13

Index: vixie-cron-4.1-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vixie-cron-4.1-r10.ebuild	14 Jun 2008 12:12:06 -0000	1.12
+++ vixie-cron-4.1-r10.ebuild	21 Sep 2008 06:29:32 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.12 2008/06/14 12:12:06 zmedico Exp $
+# $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 $
 
 inherit cron toolchain-funcs pam
 
@@ -47,12 +47,6 @@
 }
 
 src_compile() {
-	# we need to tinker with ldflags since we're installing as setuid. see
-	# "[gentoo-core] Heads up changes in suid handing with portage >=51_pre21"
-	# for details. Note that we do the sed fixes here rather than in unpack so
-	# that our changes to LDFLAGS are picked up.
-
-	append-ldflags $(bindnow-flags)
 	use debug && append-flags -DDEBUGGING
 
 	sed -i -e "s:gcc \(-Wall.*\):$(tc-getCC) \1 ${CFLAGS}:" \






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-process/vixie-cron: ChangeLog vixie-cron-4.1-r10.ebuild
@ 2010-10-17  4:13 Mart Raudsepp (leio)
  0 siblings, 0 replies; 3+ messages in thread
From: Mart Raudsepp (leio) @ 2010-10-17  4:13 UTC (permalink / raw
  To: gentoo-commits

leio        10/10/17 04:13:21

  Modified:             ChangeLog vixie-cron-4.1-r10.ebuild
  Log:
  Drop to ~mips
  
  (Portage version: 2.1.9.14/cvs/Linux mips64)

Revision  Changes    Path
1.59                 sys-process/vixie-cron/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/vixie-cron/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/vixie-cron/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/vixie-cron/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	14 May 2009 16:41:49 -0000	1.58
+++ ChangeLog	17 Oct 2010 04:13:21 -0000	1.59
@@ -1,6 +1,9 @@
 # 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.58 2009/05/14 16:41:49 bangert Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.59 2010/10/17 04:13:21 leio Exp $
+
+  17 Oct 2010; Mart Raudsepp <leio@gentoo.org> vixie-cron-4.1-r10.ebuild:
+  Drop to ~mips
 
   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:



1.15                 sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild?r1=1.14&r2=1.15

Index: vixie-cron-4.1-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- vixie-cron-4.1-r10.ebuild	14 May 2009 16:41:49 -0000	1.14
+++ vixie-cron-4.1-r10.ebuild	17 Oct 2010 04:13:21 -0000	1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.14 2009/05/14 16:41:49 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild,v 1.15 2010/10/17 04:13:21 leio Exp $
 
 inherit cron toolchain-funcs pam
 
@@ -15,7 +15,7 @@
 	mirror://gentoo/${P}-gentoo-${GENTOO_PATCH_REV}.patch.bz2"
 
 LICENSE="ISC BSD-2 BSD"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="selinux pam debug"
 
 DEPEND="selinux? ( sys-libs/libselinux )






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-17  4:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-14 12:12 [gentoo-commits] gentoo-x86 commit in sys-process/vixie-cron: ChangeLog vixie-cron-4.1-r10.ebuild Zac Medico (zmedico)
  -- strict thread matches above, loose matches on Subject: below --
2008-09-21  6:29 Mike Frysinger (vapier)
2010-10-17  4:13 Mart Raudsepp (leio)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox