From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpdas/
Date: Wed, 5 Jun 2019 08:59:13 +0000 (UTC) [thread overview]
Message-ID: <1559725117.8073c49c23d245f1de4dce1774a1635125503ac0.soap@gentoo> (raw)
commit: 8073c49c23d245f1de4dce1774a1635125503ac0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 5 08:58:37 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jun 5 08:58:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8073c49c
media-sound/mpdas: Remove old
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-sound/mpdas/Manifest | 2 --
media-sound/mpdas/mpdas-0.4.0-r1.ebuild | 36 ---------------------------------
media-sound/mpdas/mpdas-0.4.1.ebuild | 36 ---------------------------------
3 files changed, 74 deletions(-)
diff --git a/media-sound/mpdas/Manifest b/media-sound/mpdas/Manifest
index 1bfdc36d69b..0899637ecaa 100644
--- a/media-sound/mpdas/Manifest
+++ b/media-sound/mpdas/Manifest
@@ -1,3 +1 @@
-DIST mpdas-0.4.0.tar.gz 15113 BLAKE2B f8aa7fd7cf2eb2c960eae28e566e01b55931aa2d6a08819697d2bb7bf54365708aed5a9b5687858f6e2a0837becd1933129c3895acf6dce68be530657592ea20 SHA512 0e5643cc2c690b05477b64e8f1761332d53e17809d61ec5ec17ab41f4f0b7b2d6b4013d3b946d3289f02f470b4afef1df8206bd0fab61345cd8431bb2c66742f
-DIST mpdas-0.4.1.tar.gz 15117 BLAKE2B 0d1c527434aeecf822f686e50ca43bf684c4ed528dea4be8a2f6b4ada0fa10c3495313b5fbff7a7a495d854eef22e7a6f257e652fb7958240d6a8b021e84321f SHA512 746ca106f76cbd24fc8460b9c2a7debcb5faf49e65e5307adb1bdf530dab8f99b2e0118ce1324e5bf2af1d08465c3a6f015675dcfb7d1b6d799e228e8ecffd64
DIST mpdas-0.4.2.tar.gz 15695 BLAKE2B 907417050ab1b3d6577311e633b060dad2ff834b5436b7ed086ab5cb9ef291004916fc07cbe18ba4b80eeec8573775cc8e212b93d4ed103cbab3ce81082a18ae SHA512 cebd3c027002ac5283834edf3a1338b449c4a78261690cb5d25c57f767f1b0b81ff8ca5c64d79d6aecf5e86ba0c7b63a51131f6cc9031f2922e92eeddcada353
diff --git a/media-sound/mpdas/mpdas-0.4.0-r1.ebuild b/media-sound/mpdas/mpdas-0.4.0-r1.ebuild
deleted file mode 100644
index 99e9d70a110..00000000000
--- a/media-sound/mpdas/mpdas-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="An AudioScrobbler client for MPD written in C++"
-HOMEPAGE="http://50hz.ws/mpdas/"
-SRC_URI="http://50hz.ws/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-libs/libmpdclient
- net-misc/curl"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-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}"
-}
diff --git a/media-sound/mpdas/mpdas-0.4.1.ebuild b/media-sound/mpdas/mpdas-0.4.1.ebuild
deleted file mode 100644
index 02431e9668f..00000000000
--- a/media-sound/mpdas/mpdas-0.4.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="An AudioScrobbler client for MPD written in C++"
-HOMEPAGE="http://50hz.ws/mpdas/"
-SRC_URI="http://50hz.ws/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libmpdclient
- net-misc/curl"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-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}"
-}
next reply other threads:[~2019-06-05 8:59 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-05 8:59 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-01 7:43 [gentoo-commits] repo/gentoo:master commit in: media-sound/mpdas/ Miroslav Šulc
2021-07-12 4:23 Miroslav Šulc
2021-07-11 20:51 Sam James
2021-07-11 8:58 Agostino Sarubbo
2021-06-09 7:47 Miroslav Šulc
2019-04-08 17:10 Aaron Bauman
2019-03-30 9:59 Andreas Sturmlechner
2017-04-23 11:11 Alexis Ballier
2016-08-06 11:33 Pacho Ramos
2016-01-31 12:17 Christoph Mende
2016-01-31 12:17 Christoph Mende
2015-11-01 13:42 Mikle Kolyada
2015-10-22 14:27 Christoph Mende
2015-10-22 14:00 Christoph Mende
2015-10-19 9:27 Agostino Sarubbo
2015-09-20 11:33 Christoph Mende
2015-09-16 16:39 Christoph Mende
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=1559725117.8073c49c23d245f1de4dce1774a1635125503ac0.soap@gentoo \
--to=soap@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