summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2021-07-12 06:23:22 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2021-07-12 06:23:22 +0200
commit5394abd7573162cd27b4dde938f8d776175b4e78 (patch)
tree9df4fb71a2d40387bd16cd7c6a0e66abff5389e7 /media-sound/mpdas
parentmedia-sound/awesfx: removed obsolete 0.5.1e (diff)
downloadgentoo-5394abd7573162cd27b4dde938f8d776175b4e78.tar.gz
gentoo-5394abd7573162cd27b4dde938f8d776175b4e78.tar.bz2
gentoo-5394abd7573162cd27b4dde938f8d776175b4e78.zip
media-sound/mpdas: removed obsolete 0.4.2
Bug: https://bugs.gentoo.org/731064 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/mpdas')
-rw-r--r--media-sound/mpdas/Manifest1
-rw-r--r--media-sound/mpdas/mpdas-0.4.2.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/media-sound/mpdas/Manifest b/media-sound/mpdas/Manifest
index 7e50e0f079bd..6f2d510f2530 100644
--- a/media-sound/mpdas/Manifest
+++ b/media-sound/mpdas/Manifest
@@ -1,2 +1 @@
-DIST mpdas-0.4.2.tar.gz 15695 BLAKE2B 907417050ab1b3d6577311e633b060dad2ff834b5436b7ed086ab5cb9ef291004916fc07cbe18ba4b80eeec8573775cc8e212b93d4ed103cbab3ce81082a18ae SHA512 cebd3c027002ac5283834edf3a1338b449c4a78261690cb5d25c57f767f1b0b81ff8ca5c64d79d6aecf5e86ba0c7b63a51131f6cc9031f2922e92eeddcada353
DIST mpdas-0.4.5.tar.gz 19108 BLAKE2B aa5aec147574cc70572cada56ee495415a06ce5a8c4e19db7288ee1e52cb5d1b6f15a31955e46a526f9db1eff94bf282cb9804379dbd4cf979412ee7f575dde2 SHA512 18737f20b408a38424c46a611a1184e8e9ab78d1c3bddddc37423c8437007b87c343dfe03fd989c9c54dcc532ed1f567ba854d2ba8e12f344399267dc83daaab
diff --git a/media-sound/mpdas/mpdas-0.4.2.ebuild b/media-sound/mpdas/mpdas-0.4.2.ebuild
deleted file mode 100644
index 75709c41d58f..000000000000
--- a/media-sound/mpdas/mpdas-0.4.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="AudioScrobbler client for MPD written in C++"
-HOMEPAGE="https://50hz.ws/mpdas/"
-SRC_URI="https://50hz.ws/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-BDEPEND="
- virtual/pkgconfig
-"
-DEPEND="
- media-libs/libmpdclient
- net-misc/curl"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- sed -i -e 's/@//' Makefile || die
-}
-
-src_compile() {
- tc-export CXX
- emake CONFIG="/etc"
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1
- newinitd "${FILESDIR}/${PN}.init" ${PN}
- dodoc mpdasrc.example README
-}
-
-pkg_postinst() {
- elog "For further configuration help consult the README in"
- elog "${EPREFIX}/usr/share/doc/${PF}"
-}