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