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.3.ebuild porticron-0.2.1.ebuild porticron-0.2.2.ebuild
Date: Sun, 25 Jan 2009 10:31:20
Message-Id: E1LR2Gr-0001BE-Jo@stork.gentoo.org
1 hollow 09/01/25 10:31:17
2
3 Modified: ChangeLog
4 Added: porticron-0.3.ebuild
5 Removed: porticron-0.2.1.ebuild porticron-0.2.2.ebuild
6 Log:
7 version bump
8 (Portage version: 2.2_rc23/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 app-portage/porticron/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 15 Jan 2009 16:30:40 -0000 1.8
24 +++ ChangeLog 25 Jan 2009 10:31:17 -0000 1.9
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-portage/porticron
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.8 2009/01/15 16:30:40 hollow Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.9 2009/01/25 10:31:17 hollow Exp $
30 +
31 +*porticron-0.3 (25 Jan 2009)
32 +
33 + 25 Jan 2009; Benedikt Böhm <hollow@g.o> -porticron-0.2.1.ebuild,
34 + -porticron-0.2.2.ebuild, +porticron-0.3.ebuild:
35 + version bump
36
37 *porticron-0.2.3 (15 Jan 2009)
38
39
40
41
42 1.1 app-portage/porticron/porticron-0.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/porticron-0.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/porticron-0.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: porticron-0.3.ebuild
48 ===================================================================
49 # Copyright 1999-2009 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.3.ebuild,v 1.1 2009/01/25 10:31:17 hollow Exp $
52
53 DESCRIPTION="porticron is a cron script to sync portage and send update mails to root"
54 HOMEPAGE="http://bb.xnull.de/projects/porticron/"
55 SRC_URI="http://bb.xnull.de/projects/porticron/dist/${P}.tar.bz2"
56
57 LICENSE="BSD"
58 SLOT="0"
59 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
60 IUSE=""
61
62 DEPEND=""
63 RDEPEND="net-dns/bind-tools"
64
65 src_install() {
66 dosbin bin/porticron
67 insinto /etc
68 doins etc/porticron.conf
69 insinto /etc/cron.daily
70 doins "${FILESDIR}"/porticron
71 }