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 CF94E1382C5 for ; Tue, 15 Dec 2020 09:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06C13E0822; Tue, 15 Dec 2020 09:25:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E096DE0822 for ; Tue, 15 Dec 2020 09:25:08 +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 6B16A33D3CF for ; Tue, 15 Dec 2020 09:25:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA86DB8 for ; Tue, 15 Dec 2020 09:25:05 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1608024288.ae2d5a468c7d0fb1ff5332d8948db0c5ef21ff73.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/mastorss/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/mastorss/Manifest net-misc/mastorss/mastorss-0.13.1.ebuild X-VCS-Directories: net-misc/mastorss/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: ae2d5a468c7d0fb1ff5332d8948db0c5ef21ff73 X-VCS-Branch: dev Date: Tue, 15 Dec 2020 09:25:05 +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: 2cb8d2c3-1289-410c-9afd-dde8e0c3f667 X-Archives-Hash: 8de590660e65b168af1e7facef43d043 commit: ae2d5a468c7d0fb1ff5332d8948db0c5ef21ff73 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Tue Dec 15 09:23:25 2020 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Tue Dec 15 09:24:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae2d5a46 net-misc/mastorss: Version bump 0.13.1. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> net-misc/mastorss/Manifest | 1 + net-misc/mastorss/mastorss-0.13.1.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/net-misc/mastorss/Manifest b/net-misc/mastorss/Manifest index 8d1bb98c..fd9b3e31 100644 --- a/net-misc/mastorss/Manifest +++ b/net-misc/mastorss/Manifest @@ -1 +1,2 @@ DIST mastorss-0.13.0.tar.gz 50548 BLAKE2B 56b05c43842760881c9bc27bbd404804beba0216b2d8a129aea78a41cf2fe832d357615b74ecf56c491af7a789e72691766d46cc6172b89057f7a5b179ff09e8 SHA512 c5034d483fc3139f9276b62c0a9181754fd847f45d6286bfd39b20ed602ae3ec72031ed898c5f3b3dba627e978232180cbd50340e3579771a7a42b6a98f83161 +DIST mastorss-0.13.1.tar.gz 51109 BLAKE2B a1cf754e46b028e773f12f6527433c74302c7067fae374b973bd736537fa121194227f83dfb25eca545e3d0f46bb61edc11f5ac290773108ad8970e5936d40d9 SHA512 ac9e98213afb92ea2bb9c65163c384c802bb9a036d477c7d8d87f669372910d9f5d79b50dbc160852629e7dce7a09f695308a00b76b7f454c0f80f15c6bc32b6 diff --git a/net-misc/mastorss/mastorss-0.13.1.ebuild b/net-misc/mastorss/mastorss-0.13.1.ebuild new file mode 100644 index 00000000..b9573f58 --- /dev/null +++ b/net-misc/mastorss/mastorss-0.13.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake +[[ "${PV}" == "9999" ]] && inherit git-r3 + +DESCRIPTION="Another RSS to Mastodon bot" +HOMEPAGE="https://schlomp.space/tastytea/mastorss" +if [[ "${PV}" != "9999" ]]; then + SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${PN}" + KEYWORDS="~amd64" +else + EGIT_REPO_URI="https://schlomp.space/tastytea/mastorss.git" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost + >=dev-cpp/mastodonpp-0.5.6 + dev-libs/jsoncpp +" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig + app-text/asciidoc +"