commit:     ba6b36c71831aa24f4c79c3504459f5520408f25
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 24 20:22:20 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Nov 24 20:22:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba6b36c7

sys-fs/mtools: Removed old.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-fs/mtools/Manifest             |  1 -
 sys-fs/mtools/mtools-4.0.19.ebuild | 61 --------------------------------------
 2 files changed, 62 deletions(-)

diff --git a/sys-fs/mtools/Manifest b/sys-fs/mtools/Manifest
index 687895ce66d..8bfc082935b 100644
--- a/sys-fs/mtools/Manifest
+++ b/sys-fs/mtools/Manifest
@@ -1,4 +1,3 @@
 DIST mtools-4.0.18.tar.bz2 420190 BLAKE2B 
92fdf8b054287e3cb4eddb40c98f5ac4229a38473b633c25ab74a07a8a72d38c2767ae648a35cf0dac9dedfa2f7789afc4904a50e1328e2baa0a289d93b094fb
 SHA512 
3981a4727aa4e2ec5c931201b236f52fcd1c9d55f888cb2fbdc5c4172402e2b229ede9a5005b972ffdad59bcb861e2fcc01404845e521116419079ae78239090
-DIST mtools-4.0.19.tar.bz2 445566 BLAKE2B 
2f35eaccb65ba39cb365ecaf1de95cff038370503bcb9dad4dc1bb654d00d1559c7183f8a30538f0fb6ce12332521083eefaa34f4eda9bdc9698cd54a0689fa9
 SHA512 
8928baa197bb3ad0f5e5b6852bfb1b4220bc50d19527e703025cec98bf9988faba496d91df71b14d936a095cc89ce92ce533abe9adf5fff2602f139cb3c6085a
 DIST mtools-4.0.20.tar.bz2 449835 BLAKE2B 
51ee105e57c2cf56acf46d1ea9e0c1a5b89f85916cbd160421ebb992cdfdc7722d257b81cc794cc6d2dbc18728edb6e24c51d460adcb95291021e189a5c0c3e6
 SHA512 
2b99d2cd86deaa38a47b377ba47c2b88ccb99159085b59db9c2b4f1f9adcfd011f92934419e7b33a634a1ffddf336c8f11229071847ef082fe56b9b91b5f3a36
 DIST mtools-4.0.21.tar.bz2 413435 BLAKE2B 
6be4d504c4ff509b0345ee67d2181a3ca10f1517cd745dcb3a5170e9c9740b6ed124072cc06f265abd7101b4f7cfcac3b42d326b87ecf8ce3ff97a9466c2bacb
 SHA512 
b46e7a7a5562980b8dca62f5a7efaa95b9e9b4ab07c57b47d34ac9584594f578687c6dad1846c86914adb566da8bda256f2fc3a47d984d7a400cfd705f2b0b5a

diff --git a/sys-fs/mtools/mtools-4.0.19.ebuild 
b/sys-fs/mtools/mtools-4.0.19.ebuild
deleted file mode 100644
index 241e6ded35a..00000000000
--- a/sys-fs/mtools/mtools-4.0.19.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit flag-o-matic
-
-DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
-HOMEPAGE="https://www.gnu.org/software/mtools/ 
https://savannah.gnu.org/projects/mtools";
-SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x64-solaris"
-IUSE="X elibc_glibc"
-
-RDEPEND="
-       !elibc_glibc? ( virtual/libiconv )
-       X? (
-               x11-libs/libICE
-               x11-libs/libXau
-               x11-libs/libSM
-               x11-libs/libX11
-               x11-libs/libXt
-       )"
-DEPEND="${RDEPEND}
-       sys-apps/texinfo"
-# texinfo is required because we patch mtools.texi
-# drop it when mtools-4.0.18-locking.patch is no longer applied
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-4.0.18-locking.patch # https://crbug.com/508713
-       "${FILESDIR}"/${PN}-4.0.18-attr.patch # https://crbug.com/644387
-       "${FILESDIR}"/${PN}-4.0.18-memset.patch
-)
-
-src_prepare() {
-       default
-
-       # Don't throw errors on existing directories
-       sed -i -e "s:mkdir:mkdir -p:" mkinstalldirs || die
-}
-
-src_configure() {
-       # 447688
-       use !elibc_glibc && use !elibc_musl && append-libs "-liconv"
-       econf \
-               --sysconfdir="${EPREFIX%/}"/etc/mtools \
-               $(use_with X x)
-}
-
-src_install() {
-       local -a DOCS=( README* Release.notes )
-       default
-
-       insinto /etc/mtools
-       doins mtools.conf
-
-       # default is fine
-       sed -i -e '/^SAMPLE FILE$/s:^:#:' "${ED%/}"/etc/mtools/mtools.conf || 
die
-}

Reply via email to