public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtools/
Date: Tue, 19 Jan 2016 21:51:24 +0000 (UTC)	[thread overview]
Message-ID: <1453240262.2ac8c4eb366a43ad7743794dd35dab7ac1be4e50.mrueg@gentoo> (raw)

commit:     2ac8c4eb366a43ad7743794dd35dab7ac1be4e50
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 21:50:34 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 21:51:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac8c4eb

sys-fs/mtools: Remove old

Package-Manager: portage-2.2.27

 sys-fs/mtools/Manifest             |  2 --
 sys-fs/mtools/mtools-4.0.13.ebuild | 38 --------------------------------
 sys-fs/mtools/mtools-4.0.16.ebuild | 44 --------------------------------------
 3 files changed, 84 deletions(-)

diff --git a/sys-fs/mtools/Manifest b/sys-fs/mtools/Manifest
index 50aba27..bb50c47 100644
--- a/sys-fs/mtools/Manifest
+++ b/sys-fs/mtools/Manifest
@@ -1,5 +1,3 @@
-DIST mtools-4.0.13.tar.bz2 382262 SHA256 6f5d7bd44f2e259f7359054d936d8d3039fa6c492c7ca4eaa0c6bc8005a347da SHA512 b8bc838f5174adcf876bc527ea922b055c5c0a48e64628645a3d0e88286ebca8db281edc4f91b83edb8793f1aba1a4fc05403d4d2724d995cf07490395c33f91 WHIRLPOOL 93e0dd88201ecbb5885fc0e56efc6f18ff3dcaf4845e9eebc7c60ec830d77ae0076a2d4cb4e94c2e0d3ab2d834c63b86471f921a1a9957f25a3e514adbe2c4b7
 DIST mtools-4.0.15.tar.bz2 386339 SHA256 290defca107cc183a17c98d3f7d00db02228b724084a2a818f1dd6ea86973899 SHA512 0ee4d060ffb95c0e5b0e859634bee50e056aaa7d3917fdbcc4fd8ca86710b1d93ef252bec588d5c010f2fb6081853e76338b966e4584e510728be4ec3113e0da WHIRLPOOL c4ab4cb1f0b1fd4c3540ef81379d3976590f1433135ab75b1ec2de4e0e219ba33fdbb5778289f76d3eea90d27259ae9145a4152942abda8f7057f38ba0e9e65d
-DIST mtools-4.0.16.tar.bz2 408615 SHA256 7c9e337786d142399d37202ff2002f95bfb3f4e96620223a18d7206708ad2ed5 SHA512 bbe1cb9246defacf5364fcf24c92be7877343e0cb6d5545984fa1fedc51e40e396fd5b9848773fa923789a8cf0726e5609f16c78fc9d185b30eb163dc35b845f WHIRLPOOL 62bb8ec6494de09122ff04e6130204e83e5f103235b094d10e49b4055bb08824fe8b762bbe7c32d1eed65cd62d07a61ebfdf5e7a888716e23609038cfb217bcc
 DIST mtools-4.0.17.tar.bz2 412310 SHA256 0ecc358e30a72d215b1d4c625b27e67121cd6f6075370dfb791ef2a8b980ecb6 SHA512 0ad44bc9d7088d8a0edc648ac81fb4c9ea522c8d7561717f02475514186081050c283c0393bf32358b95ea60554713c26ea7e06074041d3fbdcaf642aec2e1ce WHIRLPOOL ce220067850ac91cbe8a2687b82be4afe2cf3f3f1a3444bb3e02c6ac2ffa470dc7825c2e0c5fc72c9010839d956f8a1351b4944194336a38c38ce0ef37387327
 DIST mtools-4.0.18.tar.bz2 420190 SHA256 59e9cf80885399c4f229e5d87e49c0c2bfeec044e1386d59fcd0b0aead6b2f85 SHA512 3981a4727aa4e2ec5c931201b236f52fcd1c9d55f888cb2fbdc5c4172402e2b229ede9a5005b972ffdad59bcb861e2fcc01404845e521116419079ae78239090 WHIRLPOOL 478ae2187e3a44ebad8f9b5fca869d80a7bcb0b55183af59bc361c2efd241e6e69be0194e18c690ff156ba808d9fc52ad2303aeff606d09b4e478f90b51186f9

diff --git a/sys-fs/mtools/mtools-4.0.13.ebuild b/sys-fs/mtools/mtools-4.0.13.ebuild
deleted file mode 100644
index 7dd8db9..0000000
--- a/sys-fs/mtools/mtools-4.0.13.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
-HOMEPAGE="http://mtools.linux.lu/"
-SRC_URI="http://mtools.linux.lu/${P}.tar.bz2
-	mirror://gnu/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86"
-IUSE="X"
-
-DEPEND="
-	X? (
-		x11-libs/libICE
-		x11-libs/libXau
-		x11-libs/libSM
-		x11-libs/libX11
-		x11-libs/libXt
-	)"
-
-src_compile() {
-	econf \
-		--sysconfdir=/etc/mtools \
-		$(use_with X x) \
-		|| die
-	emake || die "emake failed"
-}
-
-src_install() {
-	emake -j1 DESTDIR="${D}" install || die
-	insinto /etc/mtools
-	doins mtools.conf || die
-	dosed '/^SAMPLE FILE$/s:^:#:' /etc/mtools/mtools.conf # default is fine
-	dodoc README* Release.notes
-}

diff --git a/sys-fs/mtools/mtools-4.0.16.ebuild b/sys-fs/mtools/mtools-4.0.16.ebuild
deleted file mode 100644
index 52b0aa3..0000000
--- a/sys-fs/mtools/mtools-4.0.16.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit autotools
-
-DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
-HOMEPAGE="http://mtools.linux.lu/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="X"
-
-DEPEND="
-	X? (
-		x11-libs/libICE
-		x11-libs/libXau
-		x11-libs/libSM
-		x11-libs/libX11
-		x11-libs/libXt
-	)"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	eautoconf #341443
-}
-
-src_configure() {
-	econf \
-		--sysconfdir=/etc/mtools \
-		$(use_with X x)
-}
-
-src_install() {
-	emake -j1 DESTDIR="${D}" install || die
-	insinto /etc/mtools
-	doins mtools.conf || die
-	dosed '/^SAMPLE FILE$/s:^:#:' /etc/mtools/mtools.conf # default is fine
-	dodoc README* Release.notes
-}


             reply	other threads:[~2016-01-19 21:51 UTC|newest]

Thread overview: 147+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-19 21:51 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-11-10  5:40 [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtools/ Mike Frysinger
2017-09-17  0:45 Thomas Deutschmann
2018-03-05 21:31 Tobias Klausmann
2018-03-06 22:35 Sergei Trofimovich
2018-03-13 22:26 Thomas Deutschmann
2018-03-15 16:08 Mikle Kolyada
2018-03-30 17:56 Manuel Rüger
2018-04-07 21:30 Sergei Trofimovich
2018-05-09 15:23 Mikle Kolyada
2018-05-09 15:23 Mikle Kolyada
2018-10-01 16:34 Thomas Deutschmann
2018-11-12 10:33 Lars Wendler
2018-11-24 20:22 Lars Wendler
2018-11-24 20:22 Lars Wendler
2018-12-03 11:40 Lars Wendler
2018-12-03 11:40 Lars Wendler
2018-12-10  8:59 Lars Wendler
2018-12-10  8:59 Lars Wendler
2020-02-08 16:53 David Seifert
2020-03-23  9:52 Lars Wendler
2020-03-23  9:52 Lars Wendler
2020-03-25  8:12 Agostino Sarubbo
2020-04-07 22:11 Matt Turner
2020-07-06  7:02 Sergei Trofimovich
2020-07-06  7:22 Sergei Trofimovich
2020-07-06 11:57 Michał Górny
2020-07-07  6:58 Sergei Trofimovich
2020-07-17  7:21 Agostino Sarubbo
2020-10-26  9:18 Lars Wendler
2020-11-28 16:30 Lars Wendler
2020-12-02 23:21 Sam James
2021-04-17 20:55 Mike Frysinger
2021-05-13 16:24 Sam James
2021-05-13 16:37 Sam James
2021-05-13 17:53 Sam James
2021-05-13 18:56 Sam James
2021-05-13 18:58 Sam James
2021-05-14  9:35 Agostino Sarubbo
2021-05-14 10:04 David Seifert
2021-05-21 19:49 Sam James
2021-05-21 20:36 Sergei Trofimovich
2021-05-22  1:35 Sam James
2021-05-22  1:35 Sam James
2021-05-22  3:05 Sam James
2021-05-22 15:10 Sam James
2021-05-22 17:25 David Seifert
2021-05-30 19:16 Lars Wendler
2021-05-31 19:45 Lars Wendler
2021-06-18 10:18 Lars Wendler
2021-06-19 21:53 Lars Wendler
2021-07-10 20:40 Lars Wendler
2021-07-10 20:40 Lars Wendler
2021-07-11  2:31 Sam James
2021-07-11  2:31 Sam James
2021-07-11  8:58 Agostino Sarubbo
2021-07-11  9:00 Agostino Sarubbo
2021-07-11 20:51 Sam James
2021-07-18 20:40 Lars Wendler
2021-07-18 20:40 Lars Wendler
2021-07-23 15:54 Lars Wendler
2021-07-23 15:54 Lars Wendler
2021-07-26  0:59 Georgy Yakovlev
2021-08-08  9:32 Lars Wendler
2021-08-08  9:32 Lars Wendler
2021-09-04 17:35 David Seifert
2021-09-18 19:48 Sam James
2021-09-18 19:51 Sam James
2021-09-19  3:35 Sam James
2021-09-19  6:39 Agostino Sarubbo
2021-09-20  4:02 Sam James
2021-09-21 16:35 Sam James
2021-10-02 15:43 Sam James
2021-10-03 11:28 David Seifert
2021-11-23  9:32 Lars Wendler
2022-01-03 23:26 David Seifert
2022-01-09  1:06 Sam James
2022-02-19  2:24 Sam James
2022-02-19  2:28 Sam James
2022-02-19  2:36 Sam James
2022-02-19  2:36 Sam James
2022-02-19  3:06 Sam James
2022-02-19  9:54 Arthur Zamarin
2022-02-19  9:56 Arthur Zamarin
2022-02-20  5:27 Sam James
2022-04-11 23:22 Sam James
2022-05-04  0:14 Sam James
2022-05-06  8:37 Yixun Lan
2022-05-22  3:18 Sam James
2022-05-22  3:18 Sam James
2022-05-22  3:20 Sam James
2022-05-22  3:21 Sam James
2022-05-22  6:17 Agostino Sarubbo
2022-05-22  6:19 Agostino Sarubbo
2022-05-22  6:22 Agostino Sarubbo
2022-06-05  5:38 Sam James
2022-06-21  9:41 David Seifert
2022-08-27 10:11 WANG Xuerui
2022-09-19  2:25 Sam James
2022-09-23  2:09 Sam James
2022-10-24 12:30 Sam James
2022-10-28 20:09 Sam James
2022-10-29 21:39 Sam James
2022-11-25  5:02 Sam James
2022-11-25  5:02 Sam James
2022-11-25  5:03 Sam James
2022-11-25  5:06 Sam James
2022-11-25  5:08 Sam James
2022-11-25  6:02 Sam James
2022-11-25  9:53 Arthur Zamarin
2022-12-26  8:35 Sam James
2023-03-22  3:12 Sam James
2023-06-01  3:29 Sam James
2023-06-01  3:29 Sam James
2023-06-01  3:29 Sam James
2023-06-01  3:29 Sam James
2023-06-01  3:30 Sam James
2023-06-01  3:34 Sam James
2024-06-03  1:05 Sam James
2024-07-17  4:36 Sam James
2024-07-17  4:44 Sam James
2024-07-17  4:46 Sam James
2024-07-17  4:56 Sam James
2024-07-17  4:56 Sam James
2024-07-17  4:56 Sam James
2024-07-17  4:57 Sam James
2024-10-17  3:53 Sam James
2024-11-23 18:58 Sam James
2024-12-12 11:08 Sam James
2024-12-12 11:14 Sam James
2024-12-12 11:14 Sam James
2024-12-12 19:12 Sam James
2024-12-12 19:31 Arthur Zamarin
2024-12-14  8:05 Sam James
2024-12-16  7:51 Arthur Zamarin
2025-01-12 14:10 Sam James
2025-01-12 14:49 Sam James
2025-01-20  3:45 Sam James
2025-01-20  3:45 Sam James
2025-02-22 17:33 Sam James
2025-02-23  5:16 Sam James
2025-02-23  5:31 Sam James
2025-02-23  5:31 Sam James
2025-02-23  5:31 Sam James
2025-02-23 12:22 Jakov Smolić
2025-02-23 12:22 Jakov Smolić
2025-02-23 12:22 Jakov Smolić

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=1453240262.2ac8c4eb366a43ad7743794dd35dab7ac1be4e50.mrueg@gentoo \
    --to=mrueg@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