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