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: updatedd-2.5-r1.ebuild updatedd-2.5.ebuild updatedd-2.6.ebuild
Date: Tue, 01 Apr 2008 10:39:09
Message-Id: E1JgdtM-0007Lw-PT@stork.gentoo.org
1 dragonheart 08/04/01 10:39:00
2
3 Modified: updatedd-2.5-r1.ebuild updatedd-2.5.ebuild
4 updatedd-2.6.ebuild
5 Log:
6 QA fixes
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 net-dns/updatedd/updatedd-2.5-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.5-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.5-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.5-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: updatedd-2.5-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- updatedd-2.5-r1.ebuild 1 Apr 2008 10:36:52 -0000 1.1
23 +++ updatedd-2.5-r1.ebuild 1 Apr 2008 10:39:00 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5-r1.ebuild,v 1.1 2008/04/01 10:36:52 dragonheart Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5-r1.ebuild,v 1.2 2008/04/01 10:39:00 dragonheart Exp $
29
30 inherit eutils
31
32 @@ -10,7 +10,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~ppc ~x86"
37 +KEYWORDS="amd64 ppc x86"
38 IUSE=""
39
40 RDEPEND="virtual/libc"
41 @@ -22,7 +22,7 @@
42 }
43
44 src_install() {
45 - emake DESTDIR=${D} install || die
46 - mv ${D}/usr/share/doc/updatedd ${D}/usr/share/doc/${PF}
47 + emake DESTDIR="${D}" install || die
48 + mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF}
49 dodoc AUTHORS
50 }
51
52
53
54 1.5 net-dns/updatedd/updatedd-2.5.ebuild
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild?rev=1.5&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild?rev=1.5&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild?r1=1.4&r2=1.5
59
60 Index: updatedd-2.5.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild,v
63 retrieving revision 1.4
64 retrieving revision 1.5
65 diff -u -r1.4 -r1.5
66 --- updatedd-2.5.ebuild 23 Nov 2006 21:00:00 -0000 1.4
67 +++ updatedd-2.5.ebuild 1 Apr 2008 10:39:00 -0000 1.5
68 @@ -1,6 +1,6 @@
69 # Copyright 1999-2006 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild,v 1.4 2006/11/23 21:00:00 blubb Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild,v 1.5 2008/04/01 10:39:00 dragonheart Exp $
73
74 DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
75 HOMEPAGE="http://updatedd.philipp-benner.de/"
76 @@ -14,7 +14,7 @@
77 RDEPEND="virtual/libc"
78
79 src_install() {
80 - emake DESTDIR=${D} install || die
81 - mv ${D}/usr/share/doc/updatedd ${D}/usr/share/doc/${PF}
82 + emake DESTDIR="${D}" install || die
83 + mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF}
84 dodoc AUTHORS
85 }
86
87
88
89 1.2 net-dns/updatedd/updatedd-2.6.ebuild
90
91 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild?rev=1.2&view=markup
92 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild?rev=1.2&content-type=text/plain
93 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild?r1=1.1&r2=1.2
94
95 Index: updatedd-2.6.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild,v
98 retrieving revision 1.1
99 retrieving revision 1.2
100 diff -u -r1.1 -r1.2
101 --- updatedd-2.6.ebuild 1 Apr 2008 10:36:52 -0000 1.1
102 +++ updatedd-2.6.ebuild 1 Apr 2008 10:39:00 -0000 1.2
103 @@ -1,6 +1,6 @@
104 # Copyright 1999-2008 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild,v 1.1 2008/04/01 10:36:52 dragonheart Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild,v 1.2 2008/04/01 10:39:00 dragonheart Exp $
108
109 inherit eutils
110
111 @@ -16,12 +16,12 @@
112 RDEPEND="virtual/libc"
113
114 src_unpack() {
115 - unpack "${A}"
116 + unpack ${A}
117 epatch "${FILESDIR}"/${P}-options.patch
118 }
119
120 src_install() {
121 - emake DESTDIR=${D} install || die
122 - mv ${D}/usr/share/doc/updatedd ${D}/usr/share/doc/${PF}
123 + emake DESTDIR="${D}" install || die
124 + mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF}
125 dodoc AUTHORS
126 }
127
128
129
130 --
131 gentoo-commits@l.g.o mailing list