commit:     769dc13e9c6032697ffb26fc90be36e79b9b90f4
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 23:40:48 2017 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 00:46:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769dc13e

app-arch/dump: remove old wrt sec bug #515274

Closes: https://github.com/gentoo/gentoo/pull/5113

 app-arch/dump/Manifest              |  2 -
 app-arch/dump/dump-0.4.44-r1.ebuild | 63 ------------------------------
 app-arch/dump/dump-0.4.44-r2.ebuild | 69 --------------------------------
 app-arch/dump/dump-0.4.45.ebuild    | 78 -------------------------------------
 4 files changed, 212 deletions(-)

diff --git a/app-arch/dump/Manifest b/app-arch/dump/Manifest
index 5420477d918..509e5d955ec 100644
--- a/app-arch/dump/Manifest
+++ b/app-arch/dump/Manifest
@@ -1,3 +1 @@
-DIST dump-0.4b44.tar.gz 296691 SHA256 
78cb75632ac5e99dca38af3a2574303eee3c5a7af464011d279421d8b0e64f96 SHA512 
3db828bac026d872913f0e010378366919fbb523d22f1863c06017581e4f4a1c5a239199794ca1158b04e7e3ecbb596d77b131b3278bed29fcfcd3835a3351d4
 WHIRLPOOL 
43dfc8fb996b443b9d9a9d9ecbf7d01f3db6eaba7acc92ab35ee0930ebdc7666855fc6b78b25450ae3790c6f10093036e0fc733385d7e8dc808bb614b681135a
-DIST dump-0.4b45.tar.gz 579802 SHA256 
f2feef14e9b764f8763879f044957564926f493a5ecd69cefa79a258c1e66c8a SHA512 
8bb961cfbec7b06a0a796c15e35342b694a0a5e4214be6b0093a3b016340bce8d76b86cad64ca80301a3cbaebb7ec23b32c5145069f793266f4f8c60d98933cf
 WHIRLPOOL 
0b8beb09bf0c9ddd9399f25a989117759ef6ec578a148897de14904292885cf9a30e0a8d1f0cd2bdab852fac3653f43d26393236260568f11c16813d4f27b5ce
 DIST dump-0.4b46.tar.gz 578200 SHA256 
8061d927dd1ae98e0a1bd70406cde5ecbced154507460629be174c55822f2f97 SHA512 
a30e72ab6c4d18497dffe3d25634c2e55ca90861d1cd8a6c0fd44709e735a217dbf4cdabb8c80e02053def94d9a22cf1d685ee0d0f24f5b748ee5f0de19cf17d
 WHIRLPOOL 
fb0b083e1f6f0904b1f5d433c47f0d25078637719a11542efd7d0d166609e64a62afaf94056dbec5cd93fa61f690ca3fdd5ffe16c9687263d08a3677b4617e31

diff --git a/app-arch/dump/dump-0.4.44-r1.ebuild 
b/app-arch/dump/dump-0.4.44-r1.ebuild
deleted file mode 100644
index 384b6611774..00000000000
--- a/app-arch/dump/dump-0.4.44-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-inherit eutils autotools
-
-MY_P=${P/4./4b}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Dump/restore ext2fs backup utilities"
-HOMEPAGE="http://dump.sourceforge.net/";
-SRC_URI="mirror://sourceforge/dump/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86"
-IUSE="debug ermt readline selinux static"
-
-RDEPEND=">=sys-fs/e2fsprogs-1.27
-       >=app-arch/bzip2-1.0.2
-       >=sys-libs/zlib-1.1.4
-       ermt? ( dev-libs/openssl )
-       readline? ( sys-libs/readline
-               sys-libs/ncurses
-               static? ( sys-libs/ncurses[static-libs] ) )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       virtual/os-headers"
-
-src_prepare() {
-       epatch "${FILESDIR}/${P}-underlinking.patch"
-       epatch "${FILESDIR}/${P}-rl_completion_matches-detection.patch"
-       epatch "${FILESDIR}/${P}-fix-pointers-aliasing.patch"
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --with-dumpdatespath=/etc/dumpdates \
-               --with-{bin,man}owner=root \
-               --with-{bin,man}grp=root \
-               --enable-largefile \
-               $(use_enable selinux transselinux) \
-               $(use_enable ermt) \
-               $(use_enable static) \
-               $(use_enable readline) \
-               $(use_enable debug)
-}
-
-src_install() {
-       # built on old autotools, no DESTDIR support
-       einstall MANDIR="${D}"/usr/share/man/man8
-       mv "${ED}"/usr/sbin/{,dump-}rmt || die
-       mv "${ED}"/usr/share/man/man8/{,dump-}rmt.8 || die
-       use ermt && newsbin rmt/ermt dump-ermt
-
-       dodoc CHANGES KNOWNBUGS MAINTAINERS README REPORTING-BUGS THANKS TODO
-       dodoc -r examples/*
-}
-
-pkg_postinst() {
-       ewarn "app-arch/dump installs 'rmt' as 'dump-rmt'."
-       ewarn "This is to avoid conflicts with app-arch/tar 'rmt'."
-}

diff --git a/app-arch/dump/dump-0.4.44-r2.ebuild 
b/app-arch/dump/dump-0.4.44-r2.ebuild
deleted file mode 100644
index 5a22b23b8ff..00000000000
--- a/app-arch/dump/dump-0.4.44-r2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-inherit eutils autotools
-
-MY_P=${P/4./4b}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Dump/restore ext2fs backup utilities"
-HOMEPAGE="http://dump.sourceforge.net/";
-SRC_URI="mirror://sourceforge/dump/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug ermt libressl readline selinux static"
-
-RDEPEND=">=sys-fs/e2fsprogs-1.27
-       >=app-arch/bzip2-1.0.2
-       >=sys-libs/zlib-1.1.4
-       ermt? (
-               !libressl? ( dev-libs/openssl:0= )
-               libressl? ( dev-libs/libressl:0= )
-       )
-       readline? (
-               sys-libs/readline:0=
-               sys-libs/ncurses:=
-               static? ( sys-libs/ncurses:=[static-libs] )
-       )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       virtual/os-headers"
-
-src_prepare() {
-       epatch "${FILESDIR}/${P}-underlinking.patch"
-       epatch "${FILESDIR}/${P}-rl_completion_matches-detection.patch"
-       epatch "${FILESDIR}/${P}-fix-pointers-aliasing.patch"
-       epatch "${FILESDIR}/${P}-sysmacros.patch" #580204
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --with-dumpdatespath=/etc/dumpdates \
-               --with-{bin,man}owner=root \
-               --with-{bin,man}grp=root \
-               --enable-largefile \
-               $(use_enable selinux transselinux) \
-               $(use_enable ermt) \
-               $(use_enable static) \
-               $(use_enable readline) \
-               $(use_enable debug)
-}
-
-src_install() {
-       # built on old autotools, no DESTDIR support
-       einstall MANDIR="${D}"/usr/share/man/man8
-       mv "${ED}"/usr/sbin/{,dump-}rmt || die
-       mv "${ED}"/usr/share/man/man8/{,dump-}rmt.8 || die
-       use ermt && newsbin rmt/ermt dump-ermt
-
-       dodoc CHANGES KNOWNBUGS MAINTAINERS README REPORTING-BUGS THANKS TODO
-       dodoc -r examples/*
-}
-
-pkg_postinst() {
-       ewarn "app-arch/dump installs 'rmt' as 'dump-rmt'."
-       ewarn "This is to avoid conflicts with app-arch/tar 'rmt'."
-}

diff --git a/app-arch/dump/dump-0.4.45.ebuild b/app-arch/dump/dump-0.4.45.ebuild
deleted file mode 100644
index c8b7cecb788..00000000000
--- a/app-arch/dump/dump-0.4.45.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-MY_P=${P/4./4b}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Dump/restore ext2fs backup utilities"
-HOMEPAGE="http://dump.sourceforge.net/";
-SRC_URI="mirror://sourceforge/dump/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="bzip2 debug ermt libressl lzo readline selinux sqlite ssl static zlib"
-REQUIRED_USE="
-       ermt? ( ssl )
-       ssl? ( zlib )
-"
-
-RDEPEND=">=sys-fs/e2fsprogs-1.27:=
-       >=sys-libs/e2fsprogs-libs-1.27:=
-       sys-apps/util-linux
-       bzip2? ( >=app-arch/bzip2-1.0.2:= )
-       zlib? ( >=sys-libs/zlib-1.1.4:= )
-       lzo? ( dev-libs/lzo:2= )
-       sqlite? ( dev-db/sqlite:3= )
-       ermt? (
-               !libressl? ( dev-libs/openssl:0= )
-               libressl? ( dev-libs/libressl:0= )
-       )
-       ssl? (
-               !libressl? ( dev-libs/openssl:0= )
-               libressl? ( dev-libs/libressl:0= )
-       )
-       readline? (
-               sys-libs/readline:0=
-               sys-libs/ncurses:=
-               static? ( sys-libs/ncurses:=[static-libs] )
-       )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       virtual/os-headers"
-
-src_configure() {
-       econf \
-               --with-dumpdatespath=/etc/dumpdates \
-               --with-rmtpath='$(sbindir)/rmt' \
-               --enable-blkid \
-               --disable-uuid \
-               $(use_enable selinux) \
-               $(use_enable ermt) \
-               $(use_enable static static-progs) \
-               $(use_enable readline) \
-               $(use_enable debug) \
-               $(use_enable sqlite) \
-               $(use_enable bzip2) \
-               $(use_enable zlib) \
-               $(use_enable lzo) \
-               $(use_enable ssl)
-}
-
-src_install() {
-       default
-       mv "${ED}"/usr/sbin/{,dump-}rmt || die
-       mv "${ED}"/usr/share/man/man8/{,dump-}rmt.8 || die
-       use ermt && newsbin rmt/ermt dump-ermt
-
-       dodoc KNOWNBUGS MAINTAINERS REPORTING-BUGS
-       dodoc -r examples
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]] ; then
-               ewarn "app-arch/dump installs 'rmt' as 'dump-rmt'."
-               ewarn "This is to avoid conflicts with app-arch/tar 'rmt'."
-       fi
-}

Reply via email to