Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-misc/mediacrush-cli/
Date: Fri, 14 May 2021 16:12:50
Message-Id: 1621008751.5deceb44fcf6c6683ff7a0864b3af175e192b143.asturm@gentoo
1 commit: 5deceb44fcf6c6683ff7a0864b3af175e192b143
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 14 16:11:12 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 16:12:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5deceb44
7
8 app-misc/mediacrush-cli: Remove last-rited package
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 app-misc/mediacrush-cli/Manifest | 1 -
13 .../mediacrush-cli/mediacrush-cli-1.1.2.ebuild | 44 ----------------------
14 app-misc/mediacrush-cli/mediacrush-cli-9999.ebuild | 43 ---------------------
15 app-misc/mediacrush-cli/metadata.xml | 8 ----
16 profiles/package.mask | 5 ---
17 5 files changed, 101 deletions(-)
18
19 diff --git a/app-misc/mediacrush-cli/Manifest b/app-misc/mediacrush-cli/Manifest
20 deleted file mode 100644
21 index a974829de1f..00000000000
22 --- a/app-misc/mediacrush-cli/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST mediacrush-cli-1.1.2.tar.gz 3299 BLAKE2B d3235ef82e7c6dc4ff0c19662514dc848b34904b19105c49343a91b401ea2611e4d090f586a06521f3e0d55e336027456507fbcbe2eed0ada9d0f0765556af12 SHA512 fa4c905e75ffe1d16a83a6c3cc29dd2e28eb9097d1bc95742ece2356ab6e219c15c75bab7a09443c98b18e438d1e6690968d24c35eb7a3dd0877dff36574761c
26
27 diff --git a/app-misc/mediacrush-cli/mediacrush-cli-1.1.2.ebuild b/app-misc/mediacrush-cli/mediacrush-cli-1.1.2.ebuild
28 deleted file mode 100644
29 index a8d2a2d39cb..00000000000
30 --- a/app-misc/mediacrush-cli/mediacrush-cli-1.1.2.ebuild
31 +++ /dev/null
32 @@ -1,44 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -if [[ ${PV} == 9999 ]]; then
39 - EGIT_REPO_URI="https://github.com/MediaCrush/MediaCrush-cli.git"
40 - SRC_URI=""
41 - inherit git-r3
42 -else
43 - SRC_URI="https://github.com/MediaCrush/MediaCrush-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 - KEYWORDS="~amd64 ~x86"
45 - S="${WORKDIR}/MediaCrush-cli-${PV}"
46 -fi
47 -
48 -DESCRIPTION="A bash script for working with MediaCrush from a shell"
49 -HOMEPAGE="https://github.com/MediaCrush/MediaCrush-cli"
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -IUSE=""
54 -
55 -DEPEND="
56 - app-text/asciidoc
57 -"
58 -RDEPEND="
59 - app-editors/vim-core
60 - net-misc/curl
61 - sys-apps/file
62 - sys-apps/sed
63 -"
64 -
65 -src_compile() {
66 - a2x --doctype manpage --format manpage mediacrush.1.txt
67 -}
68 -
69 -src_install() {
70 - dobin mediacrush
71 - doman mediacrush.1
72 -
73 - if ! has_version x11-misc/xdg-utils; then
74 - einfo "Install x11-misc/xdg-utils to enable '--open' argument"
75 - fi
76 -}
77
78 diff --git a/app-misc/mediacrush-cli/mediacrush-cli-9999.ebuild b/app-misc/mediacrush-cli/mediacrush-cli-9999.ebuild
79 deleted file mode 100644
80 index 552c7ca5635..00000000000
81 --- a/app-misc/mediacrush-cli/mediacrush-cli-9999.ebuild
82 +++ /dev/null
83 @@ -1,43 +0,0 @@
84 -# Copyright 1999-2021 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=5
88 -
89 -if [[ ${PV} == 9999 ]]; then
90 - EGIT_REPO_URI="https://github.com/MediaCrush/MediaCrush-cli.git"
91 - SRC_URI=""
92 - inherit git-r3
93 -else
94 - SRC_URI="https://github.com/MediaCrush/MediaCrush-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
95 - KEYWORDS="~amd64 ~x86"
96 - S="${WORKDIR}/MediaCrush-cli-${PV}"
97 -fi
98 -
99 -DESCRIPTION="A bash script for working with MediaCrush from a shell"
100 -HOMEPAGE="https://github.com/MediaCrush/MediaCrush-cli"
101 -
102 -LICENSE="MIT"
103 -SLOT="0"
104 -IUSE=""
105 -
106 -DEPEND="
107 - app-text/asciidoc
108 -"
109 -RDEPEND="
110 - net-misc/curl
111 - sys-apps/file
112 - sys-apps/sed
113 -"
114 -
115 -src_compile() {
116 - a2x --doctype manpage --format manpage mediacrush.1.txt
117 -}
118 -
119 -src_install() {
120 - dobin mediacrush
121 - doman mediacrush.1
122 -
123 - if ! has_version x11-misc/xdg-utils; then
124 - einfo "Install x11-misc/xdg-utils to enable '--open' argument"
125 - fi
126 -}
127
128 diff --git a/app-misc/mediacrush-cli/metadata.xml b/app-misc/mediacrush-cli/metadata.xml
129 deleted file mode 100644
130 index 218155e9228..00000000000
131 --- a/app-misc/mediacrush-cli/metadata.xml
132 +++ /dev/null
133 @@ -1,8 +0,0 @@
134 -<?xml version="1.0" encoding="UTF-8"?>
135 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
136 -<pkgmetadata>
137 - <!-- maintainer-needed -->
138 - <upstream>
139 - <remote-id type="github">MediaCrush/MediaCrush-cli</remote-id>
140 - </upstream>
141 -</pkgmetadata>
142
143 diff --git a/profiles/package.mask b/profiles/package.mask
144 index 9a5c998d95c..20e0a294f75 100644
145 --- a/profiles/package.mask
146 +++ b/profiles/package.mask
147 @@ -405,11 +405,6 @@ dev-java/jarbundler
148 # see bug: https://bugs.gentoo.org/786234
149 dev-java/j2ssh
150
151 -# Andreas Sturmlechner <asturm@g.o> (2021-04-27)
152 -# Unmaintained, dead service, EAPI-5.
153 -# Removal on 2021-05-14
154 -app-misc/mediacrush-cli
155 -
156 # Miroslav Ć ulc <fordfrog@g.o> (2021-04-27)
157 # library with no consumer
158 # removal in 30 days