public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, app-misc/mediacrush-cli/
@ 2021-05-14 16:12 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2021-05-14 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     5deceb44fcf6c6683ff7a0864b3af175e192b143
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 16:11:12 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 14 16:12:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5deceb44

app-misc/mediacrush-cli: Remove last-rited package

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/mediacrush-cli/Manifest                   |  1 -
 .../mediacrush-cli/mediacrush-cli-1.1.2.ebuild     | 44 ----------------------
 app-misc/mediacrush-cli/mediacrush-cli-9999.ebuild | 43 ---------------------
 app-misc/mediacrush-cli/metadata.xml               |  8 ----
 profiles/package.mask                              |  5 ---
 5 files changed, 101 deletions(-)

diff --git a/app-misc/mediacrush-cli/Manifest b/app-misc/mediacrush-cli/Manifest
deleted file mode 100644
index a974829de1f..00000000000
--- a/app-misc/mediacrush-cli/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mediacrush-cli-1.1.2.tar.gz 3299 BLAKE2B d3235ef82e7c6dc4ff0c19662514dc848b34904b19105c49343a91b401ea2611e4d090f586a06521f3e0d55e336027456507fbcbe2eed0ada9d0f0765556af12 SHA512 fa4c905e75ffe1d16a83a6c3cc29dd2e28eb9097d1bc95742ece2356ab6e219c15c75bab7a09443c98b18e438d1e6690968d24c35eb7a3dd0877dff36574761c

diff --git a/app-misc/mediacrush-cli/mediacrush-cli-1.1.2.ebuild b/app-misc/mediacrush-cli/mediacrush-cli-1.1.2.ebuild
deleted file mode 100644
index a8d2a2d39cb..00000000000
--- a/app-misc/mediacrush-cli/mediacrush-cli-1.1.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [[ ${PV} == 9999 ]]; then
-	EGIT_REPO_URI="https://github.com/MediaCrush/MediaCrush-cli.git"
-	SRC_URI=""
-	inherit git-r3
-else
-	SRC_URI="https://github.com/MediaCrush/MediaCrush-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-	S="${WORKDIR}/MediaCrush-cli-${PV}"
-fi
-
-DESCRIPTION="A bash script for working with MediaCrush from a shell"
-HOMEPAGE="https://github.com/MediaCrush/MediaCrush-cli"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-	app-text/asciidoc
-"
-RDEPEND="
-	app-editors/vim-core
-	net-misc/curl
-	sys-apps/file
-	sys-apps/sed
-"
-
-src_compile() {
-	a2x --doctype manpage --format manpage mediacrush.1.txt
-}
-
-src_install() {
-	dobin mediacrush
-	doman mediacrush.1
-
-	if ! has_version x11-misc/xdg-utils; then
-		einfo "Install x11-misc/xdg-utils to enable '--open' argument"
-	fi
-}

diff --git a/app-misc/mediacrush-cli/mediacrush-cli-9999.ebuild b/app-misc/mediacrush-cli/mediacrush-cli-9999.ebuild
deleted file mode 100644
index 552c7ca5635..00000000000
--- a/app-misc/mediacrush-cli/mediacrush-cli-9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [[ ${PV} == 9999 ]]; then
-	EGIT_REPO_URI="https://github.com/MediaCrush/MediaCrush-cli.git"
-	SRC_URI=""
-	inherit git-r3
-else
-	SRC_URI="https://github.com/MediaCrush/MediaCrush-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-	S="${WORKDIR}/MediaCrush-cli-${PV}"
-fi
-
-DESCRIPTION="A bash script for working with MediaCrush from a shell"
-HOMEPAGE="https://github.com/MediaCrush/MediaCrush-cli"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-	app-text/asciidoc
-"
-RDEPEND="
-	net-misc/curl
-	sys-apps/file
-	sys-apps/sed
-"
-
-src_compile() {
-	a2x --doctype manpage --format manpage mediacrush.1.txt
-}
-
-src_install() {
-	dobin mediacrush
-	doman mediacrush.1
-
-	if ! has_version x11-misc/xdg-utils; then
-		einfo "Install x11-misc/xdg-utils to enable '--open' argument"
-	fi
-}

diff --git a/app-misc/mediacrush-cli/metadata.xml b/app-misc/mediacrush-cli/metadata.xml
deleted file mode 100644
index 218155e9228..00000000000
--- a/app-misc/mediacrush-cli/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="github">MediaCrush/MediaCrush-cli</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 9a5c998d95c..20e0a294f75 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -405,11 +405,6 @@ dev-java/jarbundler
 # see bug: https://bugs.gentoo.org/786234
 dev-java/j2ssh
 
-# Andreas Sturmlechner <asturm@gentoo.org> (2021-04-27)
-# Unmaintained, dead service, EAPI-5.
-# Removal on 2021-05-14
-app-misc/mediacrush-cli
-
 # Miroslav Šulc <fordfrog@gentoo.org> (2021-04-27)
 # library with no consumer
 # removal in 30 days


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-14 16:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-14 16:12 [gentoo-commits] repo/gentoo:master commit in: profiles/, app-misc/mediacrush-cli/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox