Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/porticron: porticron-0.3.ebuild ChangeLog porticron-0.2.3.ebuild
Date: Wed, 08 Apr 2009 15:18:49
Message-Id: E1LrZY7-0004Hd-2y@stork.gentoo.org
1 hollow 09/04/08 15:18:47
2
3 Modified: porticron-0.3.ebuild ChangeLog
4 Removed: porticron-0.2.3.ebuild
5 Log:
6 remove cron.daily script wrt #257028
7 (Portage version: 2.2_rc28/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 app-portage/porticron/porticron-0.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/porticron-0.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/porticron-0.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/porticron-0.3.ebuild?r1=1.1&r2=1.2
15
16 Index: porticron-0.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- porticron-0.3.ebuild 25 Jan 2009 10:31:17 -0000 1.1
23 +++ porticron-0.3.ebuild 8 Apr 2009 15:18:46 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.3.ebuild,v 1.1 2009/01/25 10:31:17 hollow Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.3.ebuild,v 1.2 2009/04/08 15:18:46 hollow Exp $
29
30 DESCRIPTION="porticron is a cron script to sync portage and send update mails to root"
31 HOMEPAGE="http://bb.xnull.de/projects/porticron/"
32 @@ -18,6 +18,4 @@
33 dosbin bin/porticron
34 insinto /etc
35 doins etc/porticron.conf
36 - insinto /etc/cron.daily
37 - doins "${FILESDIR}"/porticron
38 }
39
40
41
42 1.10 app-portage/porticron/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/ChangeLog?rev=1.10&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/ChangeLog?rev=1.10&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/ChangeLog?r1=1.9&r2=1.10
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v
51 retrieving revision 1.9
52 retrieving revision 1.10
53 diff -u -r1.9 -r1.10
54 --- ChangeLog 25 Jan 2009 10:31:17 -0000 1.9
55 +++ ChangeLog 8 Apr 2009 15:18:46 -0000 1.10
56 @@ -1,6 +1,10 @@
57 # ChangeLog for app-portage/porticron
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.9 2009/01/25 10:31:17 hollow Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.10 2009/04/08 15:18:46 hollow Exp $
61 +
62 + 08 Apr 2009; Benedikt Böhm <hollow@g.o> -files/porticron,
63 + -porticron-0.2.3.ebuild, porticron-0.3.ebuild:
64 + remove cron.daily script wrt #257028
65
66 *porticron-0.3 (25 Jan 2009)