From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 38EDE13933E for ; Mon, 12 Jul 2021 04:23:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F1EEE0C3B; Mon, 12 Jul 2021 04:23:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51C95E0C3B for ; Mon, 12 Jul 2021 04:23:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED1F8342B98 for ; Mon, 12 Jul 2021 04:23:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E7C3174 for ; Mon, 12 Jul 2021 04:23:30 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1626063802.5394abd7573162cd27b4dde938f8d776175b4e78.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpdas/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mpdas/Manifest media-sound/mpdas/mpdas-0.4.2.ebuild X-VCS-Directories: media-sound/mpdas/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 5394abd7573162cd27b4dde938f8d776175b4e78 X-VCS-Branch: master Date: Mon, 12 Jul 2021 04:23:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 34c039ee-cc3c-429b-8d76-f2e7e3bbd9aa X-Archives-Hash: e801e8b08c69b91f341a7ff9db37fe3a commit: 5394abd7573162cd27b4dde938f8d776175b4e78 Author: Miroslav Šulc gentoo org> AuthorDate: Mon Jul 12 04:23:22 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Jul 12 04:23:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5394abd7 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 gentoo.org> media-sound/mpdas/Manifest | 1 - media-sound/mpdas/mpdas-0.4.2.ebuild | 45 ------------------------------------ 2 files changed, 46 deletions(-) diff --git a/media-sound/mpdas/Manifest b/media-sound/mpdas/Manifest index 7e50e0f079b..6f2d510f253 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 75709c41d58..00000000000 --- 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}" -}