Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/dpkg: metadata.xml ChangeLog dpkg-1.17.0.ebuild
Date: Sat, 27 Jul 2013 13:21:59
Message-Id: 20130727132154.1FFC62171C@flycatcher.gentoo.org
1 jer 13/07/27 13:21:54
2
3 Modified: metadata.xml ChangeLog
4 Added: dpkg-1.17.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.8 app-arch/dpkg/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/metadata.xml?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/metadata.xml?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/metadata.xml?r1=1.7&r2=1.8
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-arch/dpkg/metadata.xml,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- metadata.xml 24 Mar 2010 19:30:13 -0000 1.7
24 +++ metadata.xml 27 Jul 2013 13:21:53 -0000 1.8
25 @@ -4,5 +4,6 @@
26 <herd>deb-tools</herd>
27 <use>
28 <flag name="dselect">Build the dselect package-management frontend</flag>
29 +<flag name="update-alternatives">Install update-alternatives</flag>
30 </use>
31 </pkgmetadata>
32
33
34
35 1.231 app-arch/dpkg/ChangeLog
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?rev=1.231&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?rev=1.231&content-type=text/plain
39 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?r1=1.230&r2=1.231
40
41 Index: ChangeLog
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v
44 retrieving revision 1.230
45 retrieving revision 1.231
46 diff -u -r1.230 -r1.231
47 --- ChangeLog 2 Jul 2013 07:41:42 -0000 1.230
48 +++ ChangeLog 27 Jul 2013 13:21:53 -0000 1.231
49 @@ -1,6 +1,12 @@
50 # ChangeLog for app-arch/dpkg
51 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
52 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.230 2013/07/02 07:41:42 ago Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.231 2013/07/27 13:21:53 jer Exp $
54 +
55 +*dpkg-1.17.0 (27 Jul 2013)
56 +
57 + 27 Jul 2013; Jeroen Roovers <jer@g.o> +dpkg-1.17.0.ebuild,
58 + +files/dpkg-1.17.0-gzip-rsyncable.patch, metadata.xml:
59 + Version bump.
60
61 02 Jul 2013; Agostino Sarubbo <ago@g.o> dpkg-1.16.10.ebuild:
62 Stable for sh, wrt bug #473840
63
64
65
66 1.1 app-arch/dpkg/dpkg-1.17.0.ebuild
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/dpkg-1.17.0.ebuild?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/dpkg-1.17.0.ebuild?rev=1.1&content-type=text/plain
70
71 Index: dpkg-1.17.0.ebuild
72 ===================================================================
73 # Copyright 1999-2013 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 # $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.17.0.ebuild,v 1.1 2013/07/27 13:21:53 jer Exp $
76
77 EAPI=5
78 inherit eutils multilib autotools toolchain-funcs
79
80 DESCRIPTION="Package maintenance system for Debian"
81 HOMEPAGE="http://packages.qa.debian.org/dpkg"
82 SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
83
84 LICENSE="GPL-2"
85 SLOT="0"
86 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
87 IUSE="+bzip2 dselect +lzma nls test unicode +update-alternatives +zlib"
88 REQUIRED_USE="dselect? ( nls )"
89
90 RDEPEND="
91 >=dev-lang/perl-5.6.0
92 dev-perl/TimeDate
93 >=sys-libs/ncurses-5.2-r7
94 lzma? ( app-arch/xz-utils )
95 zlib? ( >=sys-libs/zlib-1.1.4 )
96 bzip2? ( app-arch/bzip2 )
97 "
98 DEPEND="
99 ${RDEPEND}
100 app-arch/xz-utils
101 sys-devel/flex
102 virtual/pkgconfig
103 nls? (
104 app-text/po4a
105 sys-devel/gettext
106 )
107 test? (
108 dev-perl/DateTime-Format-DateParse
109 dev-perl/IO-String
110 dev-perl/Test-Pod
111 )
112 "
113
114 DOCS=( ChangeLog THANKS TODO )
115
116 src_prepare() {
117 # do not expect Debian's gzip --rsyncable extension
118 epatch "${FILESDIR}"/${PN}-1.17.0-gzip-rsyncable.patch
119
120 # Force the use of the running bash for get-version (this file is never
121 # installed, so no need to worry about hardcoding a temporary bash)
122 sed -i -e '1c\#!'"${BASH}" get-version || die
123
124 # this test depends on a Debian only gzip extension that adds --rsyncable
125 # which will therefore always fail on Gentoo. (bug #310847).
126 sed -i scripts/Makefile.am \
127 -e '/850_Dpkg_Compression.t/d' \
128 || die "sed failed"
129
130 # test fails (bug #414095)
131 sed -i utils/Makefile.am \
132 -e '/^test_cases/d;/100_update_alternatives/d' || die
133
134 use nls && strip-linguas -i po
135
136 eautoreconf
137 }
138
139 src_configure() {
140 tc-export CC
141 econf \
142 $(use_enable dselect) \
143 $(use_enable nls) \
144 $(use_enable unicode) \
145 $(use_enable update-alternatives) \
146 $(use_with bzip2 bz2) \
147 $(use_with zlib) \
148 $(use_with lzma liblzma) \
149 --disable-compiler-optimisations \
150 --disable-compiler-warnings \
151 --disable-linker-optimisations \
152 --disable-silent-rules \
153 --disable-start-stop-daemon \
154 --localstatedir="${EPREFIX}"/var \
155 --without-selinux
156 }
157
158 src_compile() {
159 emake AR=$(tc-getAR)
160 }
161
162 src_install() {
163 default
164
165 keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk}
166 keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates}
167 }