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.ebuild
Date: Thu, 06 Aug 2009 07:51:04
Message-Id: E1MYxkc-0002mn-DS@stork.gentoo.org
1 hollow 09/08/06 07:51:02
2
3 Modified: ChangeLog
4 Added: porticron-0.5.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc33/cvs/Linux i686)
8
9 Revision Changes Path
10 1.17 app-portage/porticron/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 26 Jul 2009 20:04:09 -0000 1.16
23 +++ ChangeLog 6 Aug 2009 07:51:02 -0000 1.17
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.16 2009/07/26 20:04:09 bangert Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.17 2009/08/06 07:51:02 hollow Exp $
29 +
30 +*porticron-0.5 (06 Aug 2009)
31 +
32 + 06 Aug 2009; Benedikt Böhm <hollow@g.o> +porticron-0.5.ebuild:
33 + version bump
34
35 26 Jul 2009; Thilo Bangert <bangert@g.o> metadata.xml:
36 add <herd> tag
37
38
39
40 1.1 app-portage/porticron/porticron-0.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/porticron-0.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porticron/porticron-0.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: porticron-0.5.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.ebuild,v 1.1 2009/08/06 07:51:02 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 }