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