Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/updatedd: ChangeLog updatedd-2.5-r1.ebuild updatedd-2.6.ebuild updatedd-2.3.ebuild updatedd-2.4.ebuild
Date: Tue, 01 Apr 2008 10:36:56
Message-Id: E1JgdrJ-0007Ij-1b@stork.gentoo.org
1 dragonheart 08/04/01 10:36:53
2
3 Modified: ChangeLog
4 Added: updatedd-2.5-r1.ebuild updatedd-2.6.ebuild
5 Removed: updatedd-2.3.ebuild updatedd-2.4.ebuild
6 Log:
7 fix SEGV thanks to patch supplied by Alexandre Ferreir in bug #195709. also added version bump
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.9 net-dns/updatedd/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-dns/updatedd/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 22 Feb 2007 02:05:25 -0000 1.8
24 +++ ChangeLog 1 Apr 2008 10:36:52 -0000 1.9
25 @@ -1,6 +1,15 @@
26 # ChangeLog for net-dns/updatedd
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/ChangeLog,v 1.8 2007/02/22 02:05:25 peper Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/ChangeLog,v 1.9 2008/04/01 10:36:52 dragonheart Exp $
31 +
32 +*updatedd-2.6 (01 Apr 2008)
33 +*updatedd-2.5-r1 (01 Apr 2008)
34 +
35 + 01 Apr 2008; Daniel Black <dragonheart@g.o>
36 + +files/updatedd-2.6-options.patch, -updatedd-2.3.ebuild,
37 + -updatedd-2.4.ebuild, +updatedd-2.5-r1.ebuild, +updatedd-2.6.ebuild:
38 + fix SEGV thanks to patch supplied by Alexandre Ferreir in bug #195709. also
39 + added version bump
40
41 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
42 Transition to Manifest2.
43
44
45
46 1.1 net-dns/updatedd/updatedd-2.5-r1.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.5-r1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.5-r1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: updatedd-2.5-r1.ebuild
52 ===================================================================
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5-r1.ebuild,v 1.1 2008/04/01 10:36:52 dragonheart Exp $
56
57 inherit eutils
58
59 DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
60 HOMEPAGE="http://updatedd.philipp-benner.de/"
61 SRC_URI="http://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE=""
67
68 RDEPEND="virtual/libc"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 epatch "${FILESDIR}"/${PN}-2.6-options.patch
74 }
75
76 src_install() {
77 emake DESTDIR=${D} install || die
78 mv ${D}/usr/share/doc/updatedd ${D}/usr/share/doc/${PF}
79 dodoc AUTHORS
80 }
81
82
83
84 1.1 net-dns/updatedd/updatedd-2.6.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild?rev=1.1&content-type=text/plain
88
89 Index: updatedd-2.6.ebuild
90 ===================================================================
91 # Copyright 1999-2008 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 # $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild,v 1.1 2008/04/01 10:36:52 dragonheart Exp $
94
95 inherit eutils
96
97 DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
98 HOMEPAGE="http://updatedd.philipp-benner.de/"
99 SRC_URI="http://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
100
101 LICENSE="GPL-2"
102 SLOT="0"
103 KEYWORDS="~amd64 ~ppc ~x86"
104 IUSE=""
105
106 RDEPEND="virtual/libc"
107
108 src_unpack() {
109 unpack "${A}"
110 epatch "${FILESDIR}"/${P}-options.patch
111 }
112
113 src_install() {
114 emake DESTDIR=${D} install || die
115 mv ${D}/usr/share/doc/updatedd ${D}/usr/share/doc/${PF}
116 dodoc AUTHORS
117 }
118
119
120
121 --
122 gentoo-commits@l.g.o mailing list