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.10.ebuild ChangeLog
Date: Sat, 07 Jun 2014 13:01:09
Message-Id: 20140607130104.1C70A2004E@flycatcher.gentoo.org
1 jer 14/06/07 13:01:04
2
3 Modified: ChangeLog
4 Added: dpkg-1.17.10.ebuild
5 Log:
6 Version bump (bug #512648).
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.272 app-arch/dpkg/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?rev=1.272&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?rev=1.272&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?r1=1.271&r2=1.272
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v
20 retrieving revision 1.271
21 retrieving revision 1.272
22 diff -u -r1.271 -r1.272
23 --- ChangeLog 25 May 2014 23:52:36 -0000 1.271
24 +++ ChangeLog 7 Jun 2014 13:01:03 -0000 1.272
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.271 2014/05/25 23:52:36 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.272 2014/06/07 13:01:03 jer Exp $
30 +
31 +*dpkg-1.17.10 (07 Jun 2014)
32 +
33 + 07 Jun 2014; Jeroen Roovers <jer@g.o> +dpkg-1.17.10.ebuild:
34 + Version bump (bug #512648).
35
36 25 May 2014; Jeroen Roovers <jer@g.o> -dpkg-1.16.12-r1.ebuild,
37 -dpkg-1.17.4.ebuild, -dpkg-1.17.5.ebuild, -dpkg-1.17.6.ebuild,
38
39
40
41 1.1 app-arch/dpkg/dpkg-1.17.10.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/dpkg-1.17.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/dpkg-1.17.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: dpkg-1.17.10.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.10.ebuild,v 1.1 2014/06/07 13:01:03 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 # test fails (bug #414095)
103 sed -i utils/Makefile.am \
104 -e '/^test_cases/d;/100_update_alternatives/d' || die
105
106 use nls && strip-linguas -i po
107
108 eautoreconf
109 }
110
111 src_configure() {
112 tc-export CC
113 econf \
114 $(use_enable dselect) \
115 $(use_enable nls) \
116 $(use_enable unicode) \
117 $(use_enable update-alternatives) \
118 $(use_with bzip2 bz2) \
119 $(use_with zlib) \
120 $(use_with lzma liblzma) \
121 --disable-compiler-warnings \
122 --disable-silent-rules \
123 --disable-start-stop-daemon \
124 --localstatedir="${EPREFIX}"/var \
125 --without-selinux
126 }
127
128 src_compile() {
129 emake AR=$(tc-getAR)
130 }
131
132 src_install() {
133 default
134
135 keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk}
136 keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates}
137 }