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 61FB71382C5 for ; Wed, 9 Jun 2021 07:47:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93CB9E0636; Wed, 9 Jun 2021 07:47:24 +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 76D20E0636 for ; Wed, 9 Jun 2021 07:47:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 71022340B9E for ; Wed, 9 Jun 2021 07:47:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A807C27E for ; Wed, 9 Jun 2021 07:47:21 +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: <1623224838.f9f614ac83d77f9bc53426891e555959e51b1566.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.5.ebuild X-VCS-Directories: media-sound/mpdas/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: f9f614ac83d77f9bc53426891e555959e51b1566 X-VCS-Branch: master Date: Wed, 9 Jun 2021 07:47:21 +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: bfc8df93-7e29-408a-92ea-08c81f10a84a X-Archives-Hash: ca7a495f528057dcccf862dcc268a744 commit: f9f614ac83d77f9bc53426891e555959e51b1566 Author: Miroslav Šulc gentoo org> AuthorDate: Wed Jun 9 07:46:56 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Jun 9 07:47:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f614ac media-sound/mpdas: bump to 0.4.5 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/mpdas/Manifest | 1 + media-sound/mpdas/mpdas-0.4.5.ebuild | 40 ++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/media-sound/mpdas/Manifest b/media-sound/mpdas/Manifest index 0899637ecaa..7e50e0f079b 100644 --- a/media-sound/mpdas/Manifest +++ b/media-sound/mpdas/Manifest @@ -1 +1,2 @@ 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.5.ebuild b/media-sound/mpdas/mpdas-0.4.5.ebuild new file mode 100644 index 00000000000..007f26dddaa --- /dev/null +++ b/media-sound/mpdas/mpdas-0.4.5.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2021 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_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}" +}