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.3.ebuild ChangeLog
Date: Thu, 05 Dec 2013 15:26:58
Message-Id: 20131205152651.2DAA42004B@flycatcher.gentoo.org
1 jer 13/12/05 15:26:51
2
3 Modified: ChangeLog
4 Added: dpkg-1.17.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.243 app-arch/dpkg/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?rev=1.243&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?rev=1.243&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?r1=1.242&r2=1.243
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v
20 retrieving revision 1.242
21 retrieving revision 1.243
22 diff -u -r1.242 -r1.243
23 --- ChangeLog 5 Dec 2013 11:38:52 -0000 1.242
24 +++ ChangeLog 5 Dec 2013 15:26:51 -0000 1.243
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-arch/dpkg
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.242 2013/12/05 11:38:52 nimiux Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.243 2013/12/05 15:26:51 jer Exp $
30 +
31 +*dpkg-1.17.3 (05 Dec 2013)
32 +
33 + 05 Dec 2013; Jeroen Roovers <jer@g.o> +dpkg-1.17.3.ebuild:
34 + Version bump.
35
36 05 Dec 2013; Chema Alonso <nimiux@g.o> dpkg-1.16.12-r1.ebuild:
37 Stable for amd64 wrt bug #491588
38
39
40
41 1.1 app-arch/dpkg/dpkg-1.17.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/dpkg-1.17.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/dpkg-1.17.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: dpkg-1.17.3.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.3.ebuild,v 1.1 2013/12/05 15:26:51 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 )
87 "
88
89 DOCS=( ChangeLog THANKS TODO )
90
91 src_prepare() {
92 # do not expect Debian's gzip --rsyncable extension
93 epatch "${FILESDIR}"/${PN}-1.17.0-gzip-rsyncable.patch
94
95 epatch "${FILESDIR}"/${PN}-1.17.1-flags.patch
96
97 # Force the use of the running bash for get-version (this file is never
98 # installed, so no need to worry about hardcoding a temporary bash)
99 sed -i -e '1c\#!'"${BASH}" get-version || die
100
101 # this test depends on a Debian only gzip extension that adds --rsyncable
102 # which will therefore always fail on Gentoo. (bug #310847).
103 sed -i scripts/Makefile.am \
104 -e '/850_Dpkg_Compression.t/d' \
105 || die "sed failed"
106
107 # test fails (bug #414095)
108 sed -i utils/Makefile.am \
109 -e '/^test_cases/d;/100_update_alternatives/d' || die
110
111 use nls && strip-linguas -i po
112
113 eautoreconf
114 }
115
116 src_configure() {
117 tc-export CC
118 econf \
119 $(use_enable dselect) \
120 $(use_enable nls) \
121 $(use_enable unicode) \
122 $(use_enable update-alternatives) \
123 $(use_with bzip2 bz2) \
124 $(use_with zlib) \
125 $(use_with lzma liblzma) \
126 --disable-compiler-warnings \
127 --disable-silent-rules \
128 --disable-start-stop-daemon \
129 --localstatedir="${EPREFIX}"/var \
130 --without-selinux
131 }
132
133 src_compile() {
134 emake AR=$(tc-getAR)
135 }
136
137 src_install() {
138 default
139
140 keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk}
141 keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates}
142 }