Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/tdb: metadata.xml ChangeLog tdb-1.2.12-r1.ebuild
Date: Sun, 30 Jun 2013 16:33:19
Message-Id: 20130630163314.07FA92171C@flycatcher.gentoo.org
1 jlec 13/06/30 16:33:13
2
3 Modified: metadata.xml ChangeLog
4 Added: tdb-1.2.12-r1.ebuild
5 Log:
6 sys-libs/tdb: Bump to new python eclasses
7
8 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
9
10 Revision Changes Path
11 1.2 sys-libs/tdb/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 9 Oct 2009 17:18:57 -0000 1.1
24 +++ metadata.xml 30 Jun 2013 16:33:13 -0000 1.2
25 @@ -1,13 +1,13 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <herd>samba</herd>
30 - <maintainer>
31 - <email>patrick@g.o</email>
32 - <name>Patrick Lauer</name>
33 - </maintainer>
34 -<use>
35 - <flag name="tools">Install extra tools</flag>
36 - <flag name="tdbtest">Install tdbtest app</flag>
37 -</use>
38 + <herd>samba</herd>
39 + <maintainer>
40 + <email>patrick@g.o</email>
41 + <name>Patrick Lauer</name>
42 + </maintainer>
43 + <use>
44 + <flag name="tools">Install extra tools</flag>
45 + <flag name="tdbtest">Install tdbtest app</flag>
46 + </use>
47 </pkgmetadata>
48
49
50
51 1.55 sys-libs/tdb/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.55&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.55&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?r1=1.54&r2=1.55
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v
60 retrieving revision 1.54
61 retrieving revision 1.55
62 diff -u -r1.54 -r1.55
63 --- ChangeLog 13 Jun 2013 03:07:04 -0000 1.54
64 +++ ChangeLog 30 Jun 2013 16:33:13 -0000 1.55
65 @@ -1,6 +1,12 @@
66 # ChangeLog for sys-libs/tdb
67 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.54 2013/06/13 03:07:04 patrick Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.55 2013/06/30 16:33:13 jlec Exp $
70 +
71 +*tdb-1.2.12-r1 (30 Jun 2013)
72 +
73 + 30 Jun 2013; Justin Lecher <jlec@g.o> +tdb-1.2.12-r1.ebuild,
74 + metadata.xml:
75 + Bump to new python eclasses
76
77 *tdb-1.2.12 (13 Jun 2013)
78
79
80
81
82 1.1 sys-libs/tdb/tdb-1.2.12-r1.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.2.12-r1.ebuild?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.2.12-r1.ebuild?rev=1.1&content-type=text/plain
86
87 Index: tdb-1.2.12-r1.ebuild
88 ===================================================================
89 # Copyright 1999-2013 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 # $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.12-r1.ebuild,v 1.1 2013/06/30 16:33:13 jlec Exp $
92
93 EAPI=5
94
95 PYTHON_COMPAT=( python{2_6,2_7} )
96
97 inherit waf-utils python-single-r1
98
99 DESCRIPTION="A simple database API"
100 HOMEPAGE="http://tdb.samba.org/"
101 SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
102
103 LICENSE="GPL-3"
104 SLOT="0"
105 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
106 IUSE="python"
107
108 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
109
110 RDEPEND="python? ( ${PYTHON_DEPS} )"
111 DEPEND="
112 ${RDEPEND}
113 app-text/docbook-xml-dtd:4.2"
114
115 WAF_BINARY="${S}/buildtools/bin/waf"
116
117 src_configure() {
118 local extra_opts=""
119 use python || extra_opts+=" --disable-python"
120 waf-utils_src_configure \
121 ${extra_opts}
122 }
123
124 src_test() {
125 # the default src_test runs 'make test' and 'make check', letting
126 # the tests fail occasionally (reason: unknown)
127 emake check
128 }