public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/mastorss/
Date: Sat, 28 Nov 2020 13:57:56 +0000 (UTC)	[thread overview]
Message-ID: <1606487596.17c11b30860b525a551914335519e86d34e94959.andrewammerlaan@gentoo> (raw)

commit:     17c11b30860b525a551914335519e86d34e94959
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Nov 27 14:33:16 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Nov 27 14:33:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17c11b30

net-misc/mastorss: New package.

Another RSS to Mastodon bot

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 net-misc/mastorss/Manifest               |  1 +
 net-misc/mastorss/mastorss-0.13.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 net-misc/mastorss/mastorss-9999.ebuild   | 32 ++++++++++++++++++++++++++++++++
 net-misc/mastorss/metadata.xml           | 15 +++++++++++++++
 4 files changed, 80 insertions(+)

diff --git a/net-misc/mastorss/Manifest b/net-misc/mastorss/Manifest
new file mode 100644
index 00000000..8d1bb98c
--- /dev/null
+++ b/net-misc/mastorss/Manifest
@@ -0,0 +1 @@
+DIST mastorss-0.13.0.tar.gz 50548 BLAKE2B 56b05c43842760881c9bc27bbd404804beba0216b2d8a129aea78a41cf2fe832d357615b74ecf56c491af7a789e72691766d46cc6172b89057f7a5b179ff09e8 SHA512 c5034d483fc3139f9276b62c0a9181754fd847f45d6286bfd39b20ed602ae3ec72031ed898c5f3b3dba627e978232180cbd50340e3579771a7a42b6a98f83161

diff --git a/net-misc/mastorss/mastorss-0.13.0.ebuild b/net-misc/mastorss/mastorss-0.13.0.ebuild
new file mode 100644
index 00000000..b9573f58
--- /dev/null
+++ b/net-misc/mastorss/mastorss-0.13.0.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
+"

diff --git a/net-misc/mastorss/mastorss-9999.ebuild b/net-misc/mastorss/mastorss-9999.ebuild
new file mode 100644
index 00000000..b9573f58
--- /dev/null
+++ b/net-misc/mastorss/mastorss-9999.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
+"

diff --git a/net-misc/mastorss/metadata.xml b/net-misc/mastorss/metadata.xml
new file mode 100644
index 00000000..721926b1
--- /dev/null
+++ b/net-misc/mastorss/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@tastytea.de</email>
+		<name>Ronny (tastytea) Gutbrod</name>
+	</maintainer>
+	<upstream>
+		<maintainer>
+			<name>tastytea</name>
+			<email>tastytea@tastytea.de</email>
+		</maintainer>
+		<bugs-to>https://schlomp.space/tastytea/mastorss/issues</bugs-to>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2020-11-28 13:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-28 13:57 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-12-15 22:35 [gentoo-commits] repo/proj/guru:master commit in: net-misc/mastorss/ Haelwenn Monnier
2023-03-14 16:35 Florian Schmaus
2024-06-15 15:55 Julien Roy
2024-06-15 15:55 Julien Roy
2024-06-15 15:55 Julien Roy

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=1606487596.17c11b30860b525a551914335519e86d34e94959.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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