From e97be820cce135936c863de764eb245d25321686 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Tue, 2 Aug 2016 21:27:07 +0200 Subject: app-arch/dpkg: Old. Package-Manager: portage-2.3.0 --- app-arch/dpkg/Manifest | 2 - app-arch/dpkg/dpkg-1.18.6.ebuild | 98 ---------------------------------------- app-arch/dpkg/dpkg-1.18.7.ebuild | 98 ---------------------------------------- 3 files changed, 198 deletions(-) delete mode 100644 app-arch/dpkg/dpkg-1.18.6.ebuild delete mode 100644 app-arch/dpkg/dpkg-1.18.7.ebuild diff --git a/app-arch/dpkg/Manifest b/app-arch/dpkg/Manifest index 654a169ca858..ca7bd9f2c0b1 100644 --- a/app-arch/dpkg/Manifest +++ b/app-arch/dpkg/Manifest @@ -1,6 +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.10.tar.xz 4645448 SHA256 025524da41ba18b183ff11e388eb8686f7cc58ee835ed7d48bd159c46a8b6dc5 SHA512 83188277a703b57fa3b5570765db849f9b20f592237fa9a9f3a7e0b24c292c8cfc5528a049f6ecd85f2598c89521727599b406cd3924b2b8c56f9295b560e279 WHIRLPOOL 8bfb17cbc6598482b27502088a6c878b127edeb4dfe54631f776f0db1a6ea32c776929ca15d2251bfb1be1921f775a49f142bcc9c5689c2c374c383df04744d8 -DIST dpkg_1.18.6.tar.xz 4617492 SHA256 dd0bc323baafe7aae1571a41d37ab92452171e7a2ce34429f77621fdc0e5dea2 SHA512 84bec49af80ca6e003413dcfbd8da6962f397c8319fbcd93a1c83ed613b4f9a5512ee51d01512203475e97e6570a802238515647cbd5aeab096c13104c50dd33 WHIRLPOOL a8ce16147f933ca6f1d902b7e25cbc34100b710429886eef5b2cfdb333d418d94c33bfd1a7b9bcd5f91e5729ebb70cb38398122d90e4d01304e6c3ce21825ffc -DIST dpkg_1.18.7.tar.xz 4617284 SHA256 ace36d3a6dc750a42baf797f9e75ec580a21f92bb9ff96b482100755d6d9b87b SHA512 f5a0d35040338eecd303d2c39469f2cb38e8e135df2179c0ad6cbf67cb509303df528cb03db9fb26db82456171320ee2ba9b31f18c4b994af3fdcecb2e8a0a80 WHIRLPOOL fe7adc4f07ec239a3c09e3d7e237c007853b456875d1789b2ad9bae93ea35b1c008ec4bfcf28417241e4060af7913dadd2ab62cc620cd18bfa8644ee0523b02b DIST dpkg_1.18.9.tar.xz 4632900 SHA256 86ac4af917e9e75eb9b6c947a0a11439d1de32f72237413f7ddab17f77082093 SHA512 d1253734f7949c6e486920b6b67a4412142747be419d8be83792e2fba1fc9e803e6d0988ae028da9d7d1885176659d5e61b9e69f814a9080ea30c36482a17dd5 WHIRLPOOL 6dbc4aaf3d88741c87a7e99637caae83e4ee314f6dc762782c9f83bba4167e34dd0ee5ffdac0f4ef5944981e6d3e091180935961bf1cb66fc7b825f46cbb8051 diff --git a/app-arch/dpkg/dpkg-1.18.6.ebuild b/app-arch/dpkg/dpkg-1.18.6.ebuild deleted file mode 100644 index 9fd8b48d22f4..000000000000 --- a/app-arch/dpkg/dpkg-1.18.6.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# 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.7.ebuild b/app-arch/dpkg/dpkg-1.18.7.ebuild deleted file mode 100644 index 9fd8b48d22f4..000000000000 --- a/app-arch/dpkg/dpkg-1.18.7.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# 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} -} -- cgit v1.2.3-65-gdbad