Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/mydns: mydns-1.2.8.31.ebuild metadata.xml ChangeLog
Date: Wed, 27 Feb 2013 03:50:58
Message-Id: 20130227035055.68D4D2171D@flycatcher.gentoo.org
1 kensington 13/02/27 03:50:55
2
3 Modified: mydns-1.2.8.31.ebuild metadata.xml ChangeLog
4 Log:
5 Migrate to EAPI 5. Add upstream metadata. Use REQUIRED_USE wrt bug #425834.
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
8
9 Revision Changes Path
10 1.2 net-dns/mydns/mydns-1.2.8.31.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/mydns/mydns-1.2.8.31.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/mydns/mydns-1.2.8.31.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/mydns/mydns-1.2.8.31.ebuild?r1=1.1&r2=1.2
15
16 Index: mydns-1.2.8.31.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/mydns/mydns-1.2.8.31.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mydns-1.2.8.31.ebuild 4 Dec 2011 02:17:25 -0000 1.1
23 +++ mydns-1.2.8.31.ebuild 27 Feb 2013 03:50:55 -0000 1.2
24 @@ -1,9 +1,10 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-dns/mydns/mydns-1.2.8.31.ebuild,v 1.1 2011/12/04 02:17:25 matsuu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-dns/mydns/mydns-1.2.8.31.ebuild,v 1.2 2013/02/27 03:50:55 kensington Exp $
30
31 -EAPI="4"
32 -inherit autotools confutils eutils
33 +EAPI=5
34 +
35 +inherit autotools eutils
36
37 DESCRIPTION="A DNS-Server which gets its data from a MySQL-/PostgreSQL-database"
38 HOMEPAGE="http://www.mydns.pl/"
39 @@ -23,9 +24,7 @@
40 nls? ( >=sys-devel/gettext-0.12 )
41 sys-devel/bison"
42
43 -pkg_setup() {
44 - confutils_require_one mysql postgres
45 -}
46 +REQUIRED_USE="^^ ( mysql postgres )"
47
48 src_prepare() {
49 epatch "${FILESDIR}/${PN}-1.2.8.27-m4.patch"
50 @@ -43,7 +42,7 @@
51 $(use_enable static static-build) \
52 $(use_enable status) \
53 $(use_with ssl openssl) \
54 - --without-included-gettext || die
55 + --without-included-gettext
56 }
57
58 src_install() {
59
60
61
62 1.6 net-dns/mydns/metadata.xml
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/mydns/metadata.xml?rev=1.6&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/mydns/metadata.xml?rev=1.6&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/mydns/metadata.xml?r1=1.5&r2=1.6
67
68 Index: metadata.xml
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/net-dns/mydns/metadata.xml,v
71 retrieving revision 1.5
72 retrieving revision 1.6
73 diff -u -r1.5 -r1.6
74 --- metadata.xml 3 Feb 2013 12:31:57 -0000 1.5
75 +++ metadata.xml 27 Feb 2013 03:50:55 -0000 1.6
76 @@ -1,11 +1,14 @@
77 <?xml version="1.0" encoding="UTF-8"?>
78 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
79 <pkgmetadata>
80 -<maintainer>
81 -<email>maintainer-needed@g.o</email>
82 -</maintainer>
83 -<use>
84 - <flag name='alias'>Enable David Phillips aliasing</flag>
85 - <flag name='status'>Enable the STATUS opcode to check server status</flag>
86 -</use>
87 + <maintainer>
88 + <email>maintainer-needed@g.o</email>
89 + </maintainer>
90 + <use>
91 + <flag name='alias'>Enable David Phillips aliasing</flag>
92 + <flag name='status'>Enable the STATUS opcode to check server status</flag>
93 + </use>
94 + <upstream>
95 + <remote-id type="sourceforge">mydns-ng</remote-id>
96 + </upstream>
97 </pkgmetadata>
98
99
100
101 1.39 net-dns/mydns/ChangeLog
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/mydns/ChangeLog?rev=1.39&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/mydns/ChangeLog?rev=1.39&content-type=text/plain
105 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/mydns/ChangeLog?r1=1.38&r2=1.39
106
107 Index: ChangeLog
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo-x86/net-dns/mydns/ChangeLog,v
110 retrieving revision 1.38
111 retrieving revision 1.39
112 diff -u -r1.38 -r1.39
113 --- ChangeLog 3 Feb 2013 12:31:57 -0000 1.38
114 +++ ChangeLog 27 Feb 2013 03:50:55 -0000 1.39
115 @@ -1,6 +1,10 @@
116 # ChangeLog for net-dns/mydns
117 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
118 -# $Header: /var/cvsroot/gentoo-x86/net-dns/mydns/ChangeLog,v 1.38 2013/02/03 12:31:57 pacho Exp $
119 +# $Header: /var/cvsroot/gentoo-x86/net-dns/mydns/ChangeLog,v 1.39 2013/02/27 03:50:55 kensington Exp $
120 +
121 + 27 Feb 2013; Michael Palimaka <kensington@g.o> metadata.xml,
122 + mydns-1.2.8.31.ebuild:
123 + Migrate to EAPI 5. Add upstream metadata. Use REQUIRED_USE wrt bug #425834.
124
125 03 Feb 2013; Pacho Ramos <pacho@g.o> -mydns-1.1.0-r2.ebuild,
126 -mydns-1.2.8.27.ebuild, metadata.xml: