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