From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/dpkg/
Date: Sun, 8 May 2016 09:37:01 +0000 (UTC) [thread overview]
Message-ID: <1462700198.8a02a709d464e1f2e8ce8b351deaa3f2ddbf47c3.jer@gentoo> (raw)
commit: 8a02a709d464e1f2e8ce8b351deaa3f2ddbf47c3
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun May 8 09:30:21 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun May 8 09:36:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a02a709
app-arch/dpkg: Version bump.
Package-Manager: portage-2.2.28
app-arch/dpkg/Manifest | 2 +
app-arch/dpkg/dpkg-1.17.27.ebuild | 98 +++++++++++++++++++++++++++++++++++++++
app-arch/dpkg/dpkg-1.18.6.ebuild | 98 +++++++++++++++++++++++++++++++++++++++
3 files changed, 198 insertions(+)
diff --git a/app-arch/dpkg/Manifest b/app-arch/dpkg/Manifest
index 5944211..9f54989 100644
--- a/app-arch/dpkg/Manifest
+++ b/app-arch/dpkg/Manifest
@@ -1,2 +1,4 @@
DIST dpkg_1.17.26.tar.xz 4410860 SHA256 aa4e758752cdfd7ecb118d7a7d31139a0c090c92aa494aa2e46603006deb1ec8 SHA512 4d2f2a7691dd34d47b62ec1f602d9bab612b151f05362607ec8e31037c4ba0baf5d609c46352240e9806e5781db8df9781e8a0ee9fd24faf54f8b43244a7e538 WHIRLPOOL 56decf0774f2d4405fb0934415c50749230c06fe9112e0ebb4458a8917538c83644eadb885d24350bbf713a6250dd5687956b70d47e22c06cf39ff87cb2d5a23
+DIST dpkg_1.17.27.tar.xz 4413092 SHA256 90749c31b9f1fceb46dd9fab5b50de34272efef333cc16d9e144f514fd944bb6 SHA512 6f0229bf6c6b76be22d0baf4af21b1175b5397c4a84eb47f0d02bb93173207cc087015a53a2ed9feb7195d313d447d71a0d7361eb1238377c38f8be4465f8bbd WHIRLPOOL cc8525d391bbb42e399e4a1ecb526db1071122272f7eb1b23bdbbad361dfa0f7af8f1fac867f5fb2028d74171ecd3b175b813b2370b2982b17c1d05b39921455
DIST dpkg_1.18.4.tar.xz 4377024 SHA256 fe89243868888ce715bf45861f26264f767d4e4dbd0d6f1a26ce60bbbbf106da SHA512 047a1b38b685d48557aaf8baa847042d7b4ef38de1bcc069108a7b12f29fd84c16caccaeb79c9a1f6445ea8a3327f5d81ff692dfadd0151a0c8e2ed4e24b5f45 WHIRLPOOL 9dee8af7762b8b581758d1def871fe5b2151982c486cd15bc73b2fdd5895e6b483acc3a44035225e436e4c1534234ea95da53611876fd45b352b7491e902d98a
+DIST dpkg_1.18.6.tar.xz 4617492 SHA256 dd0bc323baafe7aae1571a41d37ab92452171e7a2ce34429f77621fdc0e5dea2 SHA512 84bec49af80ca6e003413dcfbd8da6962f397c8319fbcd93a1c83ed613b4f9a5512ee51d01512203475e97e6570a802238515647cbd5aeab096c13104c50dd33 WHIRLPOOL a8ce16147f933ca6f1d902b7e25cbc34100b710429886eef5b2cfdb333d418d94c33bfd1a7b9bcd5f91e5729ebb70cb38398122d90e4d01304e6c3ce21825ffc
diff --git a/app-arch/dpkg/dpkg-1.17.27.ebuild b/app-arch/dpkg/dpkg-1.17.27.ebuild
new file mode 100644
index 0000000..808e52f
--- /dev/null
+++ b/app-arch/dpkg/dpkg-1.17.27.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils multilib autotools toolchain-funcs
+
+DESCRIPTION="Package maintenance system for Debian"
+HOMEPAGE="http://packages.qa.debian.org/dpkg"
+SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
+IUSE="+bzip2 +lzma nls selinux test unicode +update-alternatives +zlib"
+
+RDEPEND="
+ >=dev-lang/perl-5.6.0:=
+ dev-perl/TimeDate
+ >=sys-libs/ncurses-5.2-r7
+ bzip2? ( app-arch/bzip2 )
+ lzma? ( app-arch/xz-utils )
+ selinux? ( sys-libs/libselinux )
+ zlib? ( >=sys-libs/zlib-1.1.4 )
+"
+DEPEND="
+ ${RDEPEND}
+ app-arch/xz-utils
+ sys-devel/flex
+ virtual/pkgconfig
+ nls? (
+ app-text/po4a
+ >=sys-devel/gettext-0.18.2
+ )
+ test? (
+ dev-perl/DateTime-Format-DateParse
+ dev-perl/IO-String
+ dev-perl/Test-Pod
+ virtual/perl-Test-Harness
+ )
+"
+
+DOCS=( ChangeLog THANKS TODO )
+
+src_prepare() {
+ # do not expect Debian's gzip --rsyncable extension
+ epatch "${FILESDIR}"/${PN}-1.17.0-gzip-rsyncable.patch
+
+ epatch "${FILESDIR}"/${PN}-1.17.1-flags.patch
+
+ # Force the use of the running bash for get-version (this file is never
+ # installed, so no need to worry about hardcoding a temporary bash)
+ sed -i -e '1c\#!'"${BASH}" get-version || die
+
+ if [[ ${CHOST} == mips64*-linux-gnu ]] ; then
+ # Debian targets use custom full tuples. Map the default one
+ # based on the ABI we're using.
+ local abi
+ if [[ ${ABI} == "n64" ]] ; then
+ abi="mips64"
+ else
+ abi="mipsn32"
+ fi
+ printf "gnu-linux-mips64 ${abi}\ngnu-linux-mips64el ${abi}el\n" >> triplettable
+ fi
+
+ use nls && strip-linguas -i po
+
+ eautoreconf
+}
+
+src_configure() {
+ tc-export CC
+ econf \
+ $(use_enable nls) \
+ $(use_enable unicode) \
+ $(use_enable update-alternatives) \
+ $(use_with bzip2 bz2) \
+ $(use_with lzma liblzma) \
+ $(use_with selinux) \
+ $(use_with zlib) \
+ --disable-compiler-warnings \
+ --disable-dselect \
+ --disable-silent-rules \
+ --disable-start-stop-daemon \
+ --localstatedir="${EPREFIX}"/var
+}
+
+src_compile() {
+ emake AR=$(tc-getAR)
+}
+
+src_install() {
+ default
+
+ keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk}
+ keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates}
+}
diff --git a/app-arch/dpkg/dpkg-1.18.6.ebuild b/app-arch/dpkg/dpkg-1.18.6.ebuild
new file mode 100644
index 0000000..9fd8b48
--- /dev/null
+++ b/app-arch/dpkg/dpkg-1.18.6.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils multilib autotools toolchain-funcs
+
+DESCRIPTION="Package maintenance system for Debian"
+HOMEPAGE="http://packages.qa.debian.org/dpkg"
+SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
+IUSE="+bzip2 +lzma nls selinux test unicode +update-alternatives +zlib"
+
+RDEPEND="
+ >=dev-lang/perl-5.6.0:=
+ dev-perl/TimeDate
+ >=sys-libs/ncurses-5.2-r7:=
+ bzip2? ( app-arch/bzip2 )
+ lzma? ( app-arch/xz-utils )
+ selinux? ( sys-libs/libselinux )
+ zlib? ( >=sys-libs/zlib-1.1.4 )
+"
+DEPEND="
+ ${RDEPEND}
+ app-arch/xz-utils
+ sys-devel/flex
+ virtual/pkgconfig
+ nls? (
+ app-text/po4a
+ >=sys-devel/gettext-0.18.2
+ )
+ test? (
+ dev-perl/DateTime-Format-DateParse
+ dev-perl/IO-String
+ dev-perl/Test-Pod
+ virtual/perl-Test-Harness
+ )
+"
+
+DOCS=( ChangeLog THANKS TODO )
+
+src_prepare() {
+ # do not expect Debian's gzip --rsyncable extension
+ epatch "${FILESDIR}"/${PN}-1.17.0-gzip-rsyncable.patch
+
+ epatch "${FILESDIR}"/${PN}-1.17.1-flags.patch
+
+ # Force the use of the running bash for get-version (this file is never
+ # installed, so no need to worry about hardcoding a temporary bash)
+ sed -i -e '1c\#!'"${BASH}" get-version || die
+
+ if [[ ${CHOST} == mips64*-linux-gnu ]] ; then
+ # Debian targets use custom full tuples. Map the default one
+ # based on the ABI we're using.
+ local abi
+ if [[ ${ABI} == "n64" ]] ; then
+ abi="mips64"
+ else
+ abi="mipsn32"
+ fi
+ printf "gnu-linux-mips64 ${abi}\ngnu-linux-mips64el ${abi}el\n" >> triplettable
+ fi
+
+ use nls && strip-linguas -i po
+
+ eautoreconf
+}
+
+src_configure() {
+ tc-export CC
+ econf \
+ $(use_enable nls) \
+ $(use_enable unicode) \
+ $(use_enable update-alternatives) \
+ $(use_with bzip2 bz2) \
+ $(use_with lzma liblzma) \
+ $(use_with selinux) \
+ $(use_with zlib) \
+ --disable-compiler-warnings \
+ --disable-dselect \
+ --disable-silent-rules \
+ --disable-start-stop-daemon \
+ --localstatedir="${EPREFIX}"/var
+}
+
+src_compile() {
+ emake AR=$(tc-getAR)
+}
+
+src_install() {
+ default
+
+ keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk}
+ keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates}
+}
next reply other threads:[~2016-05-08 9:37 UTC|newest]
Thread overview: 141+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-08 9:37 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-14 10:42 [gentoo-commits] repo/gentoo:master commit in: app-arch/dpkg/ Sam James
2025-02-28 1:05 Sam James
2025-02-28 0:24 Sam James
2025-02-28 0:24 Sam James
2025-02-28 0:24 Sam James
2025-02-28 0:24 Sam James
2025-02-27 18:27 Jakov Smolić
2025-02-27 18:27 Jakov Smolić
2025-01-22 7:24 Sam James
2025-01-19 0:42 Sam James
2024-12-24 20:40 Sam James
2024-12-24 20:37 Sam James
2024-12-24 20:37 Sam James
2024-11-23 13:04 Sam James
2024-09-27 13:35 WANG Xuerui
2024-05-25 17:31 Arthur Zamarin
2024-05-19 17:51 Arthur Zamarin
2024-05-19 17:09 Sam James
2024-05-19 17:09 Sam James
2024-05-19 17:09 Sam James
2024-05-19 17:06 Arthur Zamarin
2024-05-19 17:06 Arthur Zamarin
2023-01-28 6:28 Georgy Yakovlev
2023-01-14 20:58 Georgy Yakovlev
2023-01-04 9:09 Georgy Yakovlev
2023-01-04 9:09 Georgy Yakovlev
2023-01-04 9:09 Georgy Yakovlev
2023-01-03 2:46 Georgy Yakovlev
2023-01-03 2:46 Georgy Yakovlev
2022-12-05 23:29 Georgy Yakovlev
2022-11-22 19:07 Georgy Yakovlev
2022-11-22 19:07 Georgy Yakovlev
2022-11-22 7:28 Georgy Yakovlev
2022-11-22 7:20 Georgy Yakovlev
2022-08-22 17:33 WANG Xuerui
2021-12-21 4:05 Georgy Yakovlev
2021-12-21 4:05 Georgy Yakovlev
2021-12-21 4:03 Georgy Yakovlev
2021-12-21 4:03 Georgy Yakovlev
2021-11-17 8:20 Sam James
2021-11-17 8:19 Sam James
2021-11-10 4:15 Sam James
2021-11-09 21:43 Georgy Yakovlev
2021-11-09 21:24 Jakov Smolić
2021-11-09 21:22 Arthur Zamarin
2021-11-09 14:16 Jakov Smolić
2021-09-21 8:47 James Le Cuirot
2021-06-09 6:16 Georgy Yakovlev
2021-06-04 14:25 Sergei Trofimovich
2021-06-02 23:41 Sam James
2021-06-02 16:44 Sam James
2021-06-02 12:50 Sam James
2021-06-02 10:39 Sam James
2021-06-02 10:39 Sam James
2021-03-27 4:52 Georgy Yakovlev
2020-11-04 0:19 Georgy Yakovlev
2020-07-23 12:47 Kent Fredric
2020-07-02 18:36 Jeroen Roovers
2020-06-29 7:02 Jeroen Roovers
2020-06-26 21:16 Mart Raudsepp
2020-03-25 8:04 Jeroen Roovers
2020-03-24 16:00 Jeroen Roovers
2019-06-10 4:53 Jeroen Roovers
2019-06-10 4:53 Jeroen Roovers
2019-03-27 8:30 Jeroen Roovers
2019-03-27 8:30 Jeroen Roovers
2019-02-25 11:39 Jeroen Roovers
2019-01-25 9:37 Jeroen Roovers
2019-01-25 9:37 Jeroen Roovers
2019-01-23 4:46 Jeroen Roovers
2019-01-23 4:46 Jeroen Roovers
2018-12-29 11:56 Jeroen Roovers
2018-12-28 20:29 Mikle Kolyada
2018-12-23 14:17 Mikle Kolyada
2018-11-17 15:31 Mikle Kolyada
2018-10-23 18:23 Sergei Trofimovich
2018-10-22 11:55 Tobias Klausmann
2018-10-20 12:16 Sergei Trofimovich
2018-10-18 7:52 Tobias Klausmann
2018-10-14 22:35 Sergei Trofimovich
2018-10-14 22:35 Sergei Trofimovich
2018-10-10 6:44 Jeroen Roovers
2018-09-29 13:29 Jeroen Roovers
2018-09-29 13:29 Jeroen Roovers
2018-03-30 17:26 Sergei Trofimovich
2018-03-23 0:02 Sergei Trofimovich
2018-03-13 18:01 Markus Meier
2018-03-04 16:23 Tobias Klausmann
2018-02-28 21:49 Sergei Trofimovich
2018-02-28 9:10 Agostino Sarubbo
2018-02-25 18:21 Thomas Deutschmann
2018-02-23 12:55 Jeroen Roovers
2018-02-23 10:15 Sergei Trofimovich
2018-01-20 10:21 Jeroen Roovers
2018-01-20 10:21 Jeroen Roovers
2017-12-10 14:16 David Seifert
2017-10-31 22:13 Sergei Trofimovich
2017-10-24 13:34 Jeroen Roovers
2017-10-24 13:34 Jeroen Roovers
2017-09-23 6:46 Jeroen Roovers
2017-09-14 20:29 Jeroen Roovers
2017-08-18 23:26 Thomas Deutschmann
2017-07-15 15:17 Tobias Klausmann
2017-06-08 12:35 Sergei Trofimovich
2017-05-25 11:09 Jeroen Roovers
2017-03-10 16:59 Michael Weber
2017-03-08 4:32 Jeroen Roovers
2017-02-25 7:42 Markus Meier
2017-02-16 23:09 Michael Weber
2017-02-07 16:00 Jeroen Roovers
2017-02-03 19:43 Jeroen Roovers
2016-12-25 9:40 Jeroen Roovers
2016-12-25 9:40 Jeroen Roovers
2016-11-16 16:20 Jeroen Roovers
2016-11-16 16:20 Jeroen Roovers
2016-11-11 10:07 Jeroen Roovers
2016-11-11 10:07 Jeroen Roovers
2016-11-07 11:55 Jeroen Roovers
2016-11-07 11:55 Jeroen Roovers
2016-11-06 10:13 Jeroen Roovers
2016-08-02 19:27 Jeroen Roovers
2016-08-02 19:27 Jeroen Roovers
2016-05-14 11:15 Jeroen Roovers
2016-05-14 11:15 Jeroen Roovers
2016-01-11 11:16 Jeroen Roovers
2016-01-11 9:07 Agostino Sarubbo
2015-12-29 7:14 Jeroen Roovers
2015-12-29 7:14 Jeroen Roovers
2015-12-29 7:14 Jeroen Roovers
2015-12-25 19:47 Mikle Kolyada
2015-12-25 18:19 Agostino Sarubbo
2015-12-09 5:49 Markus Meier
2015-12-07 11:40 Agostino Sarubbo
2015-12-04 6:58 Jeroen Roovers
2015-12-04 6:58 Jeroen Roovers
2015-12-04 6:45 Jeroen Roovers
2015-12-03 10:07 Agostino Sarubbo
2015-12-02 14:21 Jeroen Roovers
2015-09-26 5:30 Jeroen Roovers
2015-09-26 5:15 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1462700198.8a02a709d464e1f2e8ce8b351deaa3f2ddbf47c3.jer@gentoo \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox