public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mmv/
Date: Mon,  7 Sep 2015 06:33:03 +0000 (UTC)	[thread overview]
Message-ID: <1441607314.d5e4e457e7849f7a8d674a8e4f433498cecd2eb5.jlec@gentoo> (raw)

commit:     d5e4e457e7849f7a8d674a8e4f433498cecd2eb5
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 06:28:34 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 06:28:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e4e457

app-misc/mmv: Drop old

obsoletes
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=271973

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-misc/mmv/Manifest             |  1 -
 app-misc/mmv/mmv-1.01b_p15.ebuild | 50 ---------------------------------------
 2 files changed, 51 deletions(-)

diff --git a/app-misc/mmv/Manifest b/app-misc/mmv/Manifest
index 94adcdd..f12a8a1 100644
--- a/app-misc/mmv/Manifest
+++ b/app-misc/mmv/Manifest
@@ -1,3 +1,2 @@
-DIST mmv_1.01b-15.diff.gz 10613 SHA256 9ad3e3d47510f816b4a18bae04ea75913588eec92248182f85dd09bc5ad2df13 SHA512 965db30f8981a973c93dec14348c451604fe37fbd5576d5eb0e38de8cef21e5b6c9a3560e46725b6beaac2d9722cb9a874f7eb2b5e9d9cdf22e67eb367991550 WHIRLPOOL 4374d053e65c05747509b4a3759b3330e45504b8325ae60f6e70ed67317e5a6383adf334f73e05f2a1ef89b884452169e5a437d583ef402bb4001ee544034210
 DIST mmv_1.01b-18.debian.tar.gz 13463 SHA256 4af5c83cacb27c7720bf65cac9a4f6c1fe698474a716e2df0fbad9181e6844e7 SHA512 3543aff53c67cab00689d4c8b778447c976a7860a569bd51f74534bec8bd3b67b9e12743bd03bc6fda930748abddd12e16f1965686cbce04bd48bf191fc4127b WHIRLPOOL 57dd2ebb1d075f9479d0466cc39f4cf3ebe3e8457b96a56a0f5d1b63c6ada01ec281fcf5e79220e07256aa1edfb046d8ddf75df8ab6c1ac25ff67074c0760ed2
 DIST mmv_1.01b.orig.tar.gz 25656 SHA256 0399c027ea1e51fd607266c1e33573866d4db89f64a74be8b4a1d2d1ff1fdeef SHA512 4bf4e096b930bdde225ba5de761e968af3aed33dc13194b1a1a79078cd27e158b04aae131b5167cf5f844e35355d67359443cd598db22da15a5af06752438917 WHIRLPOOL 318484c12416174535ba6e77929798418943ae521e339a7f68b1b7a488b4058cbe88de019e07b705879597ef04d6c325c15d2869b224827dca6d9519c8772aa5

diff --git a/app-misc/mmv/mmv-1.01b_p15.ebuild b/app-misc/mmv/mmv-1.01b_p15.ebuild
deleted file mode 100644
index ec7fa57..0000000
--- a/app-misc/mmv/mmv-1.01b_p15.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DEB_PATCH_VER=${PV#*_p}
-MY_VER=${PV%_p*}
-
-DESCRIPTION="Move/copy/append/link multiple files according to a set of wildcard patterns"
-HOMEPAGE="http://packages.debian.org/unstable/utils/mmv"
-SRC_URI="
-	mirror://debian/pool/main/m/mmv/${PN}_${MY_VER}.orig.tar.gz
-	mirror://debian/pool/main/m/mmv/${PN}_${MY_VER}-${DEB_PATCH_VER}.diff.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-S="${WORKDIR}"/${PN}-${MY_VER}.orig
-
-src_prepare() {
-	epatch "${DISTDIR}"/${PN}_${MY_VER}-${DEB_PATCH_VER}.diff.gz
-}
-
-src_compile() {
-	# i wonder how this works on other platforms if CFLAGS from makefile are
-	# overridden, see bug #218082
-	[[ ${CHOST} == *-interix* ]] && append-flags -DIS_SYSV -DHAS_RENAME -DHAS_DIRENT
-	[[ ${CHOST} == *-interix* ]] || append-lfs-flags
-
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die
-}
-
-src_install() {
-	dobin mmv || die
-	dosym mmv /usr/bin/mcp || die
-	dosym mmv /usr/bin/mln || die
-	dosym mmv /usr/bin/mad || die
-
-	doman mmv.1 || die
-	newman mmv.1 mcp.1 || die
-	newman mmv.1 mln.1 || die
-	newman mmv.1 mad.1 || die
-
-	dodoc ANNOUNCE debian/{changelog,control} || die
-}


             reply	other threads:[~2015-09-07  6:33 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-07  6:33 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-29 14:59 [gentoo-commits] repo/gentoo:master commit in: app-misc/mmv/ Fabian Groffen
2019-02-13 22:16 Patrice Clement
2019-02-13 22:16 Patrice Clement
2019-05-04 10:35 Andreas K. Hüttel
2020-09-26 19:40 Aaron Bauman
2020-09-26 19:40 Aaron Bauman
2021-01-06 13:19 Fabian Groffen
2021-01-21 10:01 Lars Wendler
2021-03-30 17:36 Thomas Deutschmann
2021-03-30 18:14 Sam James
2021-03-30 18:14 Sam James
2021-04-19 19:12 Sam James
2023-09-18  9:20 Sam James
2023-09-18  9:20 Sam James
2023-09-18  9:20 Sam James
2023-10-19 15:41 Sam James
2023-10-19 15:41 Sam James
2023-10-20 20:18 Arthur Zamarin
2024-10-07  3:27 Eli Schwartz
2024-11-01 17:50 Arthur Zamarin
2024-11-01 20:42 Sam James
2024-11-01 20:42 Sam James
2024-12-01 12:42 Sam James
2025-03-08 13:50 Jakov Smolić
2025-03-08 15:33 Sam James
2025-03-08 18:54 Arthur Zamarin
2025-06-22 10:48 Sam James
2025-06-22 10:48 Sam James

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=1441607314.d5e4e457e7849f7a8d674a8e4f433498cecd2eb5.jlec@gentoo \
    --to=jlec@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