Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpdas/
Date: Mon, 12 Jul 2021 04:23:34
Message-Id: 1626063802.5394abd7573162cd27b4dde938f8d776175b4e78.fordfrog@gentoo
1 commit: 5394abd7573162cd27b4dde938f8d776175b4e78
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 04:23:22 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 04:23:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5394abd7
7
8 media-sound/mpdas: removed obsolete 0.4.2
9
10 Bug: https://bugs.gentoo.org/731064
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 media-sound/mpdas/Manifest | 1 -
15 media-sound/mpdas/mpdas-0.4.2.ebuild | 45 ------------------------------------
16 2 files changed, 46 deletions(-)
17
18 diff --git a/media-sound/mpdas/Manifest b/media-sound/mpdas/Manifest
19 index 7e50e0f079b..6f2d510f253 100644
20 --- a/media-sound/mpdas/Manifest
21 +++ b/media-sound/mpdas/Manifest
22 @@ -1,2 +1 @@
23 -DIST mpdas-0.4.2.tar.gz 15695 BLAKE2B 907417050ab1b3d6577311e633b060dad2ff834b5436b7ed086ab5cb9ef291004916fc07cbe18ba4b80eeec8573775cc8e212b93d4ed103cbab3ce81082a18ae SHA512 cebd3c027002ac5283834edf3a1338b449c4a78261690cb5d25c57f767f1b0b81ff8ca5c64d79d6aecf5e86ba0c7b63a51131f6cc9031f2922e92eeddcada353
24 DIST mpdas-0.4.5.tar.gz 19108 BLAKE2B aa5aec147574cc70572cada56ee495415a06ce5a8c4e19db7288ee1e52cb5d1b6f15a31955e46a526f9db1eff94bf282cb9804379dbd4cf979412ee7f575dde2 SHA512 18737f20b408a38424c46a611a1184e8e9ab78d1c3bddddc37423c8437007b87c343dfe03fd989c9c54dcc532ed1f567ba854d2ba8e12f344399267dc83daaab
25
26 diff --git a/media-sound/mpdas/mpdas-0.4.2.ebuild b/media-sound/mpdas/mpdas-0.4.2.ebuild
27 deleted file mode 100644
28 index 75709c41d58..00000000000
29 --- a/media-sound/mpdas/mpdas-0.4.2.ebuild
30 +++ /dev/null
31 @@ -1,45 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit toolchain-funcs
38 -
39 -DESCRIPTION="AudioScrobbler client for MPD written in C++"
40 -HOMEPAGE="https://50hz.ws/mpdas/"
41 -SRC_URI="https://50hz.ws/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE=""
47 -
48 -BDEPEND="
49 - virtual/pkgconfig
50 -"
51 -DEPEND="
52 - media-libs/libmpdclient
53 - net-misc/curl"
54 -RDEPEND="${DEPEND}"
55 -
56 -src_prepare() {
57 - default
58 - sed -i -e 's/@//' Makefile || die
59 -}
60 -
61 -src_compile() {
62 - tc-export CXX
63 - emake CONFIG="/etc"
64 -}
65 -
66 -src_install() {
67 - dobin ${PN}
68 - doman ${PN}.1
69 - newinitd "${FILESDIR}/${PN}.init" ${PN}
70 - dodoc mpdasrc.example README
71 -}
72 -
73 -pkg_postinst() {
74 - elog "For further configuration help consult the README in"
75 - elog "${EPREFIX}/usr/share/doc/${PF}"
76 -}