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.2.1.ebuild ChangeLog
Date: Mon, 24 Nov 2008 10:45:58
Message-Id: E1L4Ywz-00084h-AZ@stork.gentoo.org
1 hollow 08/11/24 10:45:53
2
3 Modified: porticron-0.2.1.ebuild ChangeLog
4 Log:
5 fix source path
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.2 app-portage/porticron/porticron-0.2.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/porticron-0.2.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/porticron-0.2.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/porticron-0.2.1.ebuild?r1=1.1&r2=1.2
14
15 Index: porticron-0.2.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.2.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- porticron-0.2.1.ebuild 23 Nov 2008 13:50:02 -0000 1.1
22 +++ porticron-0.2.1.ebuild 24 Nov 2008 10:45:53 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.2.1.ebuild,v 1.1 2008/11/23 13:50:02 hollow Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.2.1.ebuild,v 1.2 2008/11/24 10:45:53 hollow Exp $
28
29 DESCRIPTION="porticron is a cron script to sync portage and send update mails to root"
30 HOMEPAGE="http://git.xnull.de/gitweb/?p=porticron.git;a=summary"
31 @@ -14,8 +14,6 @@
32 DEPEND=""
33 RDEPEND="net-dns/bind-tools"
34
35 -S="${WORKDIR}"/${PN}
36 -
37 src_install() {
38 dosbin bin/porticron
39 insinto /etc
40
41
42
43 1.4 app-portage/porticron/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/ChangeLog?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/ChangeLog?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/ChangeLog?r1=1.3&r2=1.4
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- ChangeLog 23 Nov 2008 13:50:02 -0000 1.3
56 +++ ChangeLog 24 Nov 2008 10:45:53 -0000 1.4
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-portage/porticron
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.3 2008/11/23 13:50:02 hollow Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.4 2008/11/24 10:45:53 hollow Exp $
62 +
63 + 24 Nov 2008; Benedikt Böhm <hollow@g.o> porticron-0.2.1.ebuild:
64 + fix source path
65
66 *porticron-0.2.1 (23 Nov 2008)