public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/mastorss/
@ 2020-11-27 14:36 Ronny Gutbrod
  0 siblings, 0 replies; 6+ messages in thread
From: Ronny Gutbrod @ 2020-11-27 14:36 UTC (permalink / raw
  To: gentoo-commits

commit:     17c11b30860b525a551914335519e86d34e94959
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Nov 27 14:33:16 2020 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
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>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/mastorss/
@ 2020-12-15  9:25 Ronny Gutbrod
  0 siblings, 0 replies; 6+ messages in thread
From: Ronny Gutbrod @ 2020-12-15  9:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ae2d5a468c7d0fb1ff5332d8948db0c5ef21ff73
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Dec 15 09:23:25 2020 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> 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 <gentoo <AT> 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
+"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/mastorss/
@ 2023-03-14 12:22 Ronny Gutbrod
  0 siblings, 0 replies; 6+ messages in thread
From: Ronny Gutbrod @ 2023-03-14 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b643b8a6870b54e93ef6c96d58a38b229422d30e
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Mar 14 12:20:47 2023 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Mar 14 12:21:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b643b8a6

net-misc/mastorss: update Manifest

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

 net-misc/mastorss/Manifest | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mastorss/Manifest b/net-misc/mastorss/Manifest
index fd9b3e31c..dee5bfd1a 100644
--- a/net-misc/mastorss/Manifest
+++ b/net-misc/mastorss/Manifest
@@ -1,2 +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
+DIST mastorss-0.13.0.tar.gz 50656 BLAKE2B 916be33c75bc109c1b49da16b03bb9d43ba3f240e8f4eb2b9ad5cd7820f6d7818ed74df9cace638120c339398e41f5aeff5acd1ff1c31f98c49cd13432fbd91a SHA512 ca9510a46f5aed81dd48385c8c3dcfea6737e3a38ebb322e3e2abcc85f3a23bb6f465239f5054e3cc7b4e732b2f7f077c194ee67440a3cefd1912be1c01d2e09
+DIST mastorss-0.13.1.tar.gz 51224 BLAKE2B cdd258e7ace44fed2e4a800ecc8cc5c24788b760119500a30c9c1ddab7ea2eb790dfe0a0966cc70b6b9d1bfd7766b51ab433a94feae13ff8e1d4462e6aa6c5bd SHA512 2066e39f0d370a2512996c42818dbf5f7f260ee1bcf9ab095871869380fbd9fa432725f06f588c05c37ec3adccbd8602d12155352929087d4ced868b7cf46acd


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/mastorss/
@ 2024-06-15 15:12 Ronny Gutbrod
  0 siblings, 0 replies; 6+ messages in thread
From: Ronny Gutbrod @ 2024-06-15 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     787376a7ffd6d4a61b413ab8f3ec88c94b08a109
Author:     tea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Jun 15 14:10:02 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Jun 15 15:12:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=787376a7

net-misc/mastorss: fix deps

Closes: https://bugs.gentoo.org/933081
Signed-off-by: tea <gentoo <AT> tastytea.de>

 net-misc/mastorss/mastorss-0.13.1.ebuild | 3 ++-
 net-misc/mastorss/mastorss-9999.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-misc/mastorss/mastorss-0.13.1.ebuild b/net-misc/mastorss/mastorss-0.13.1.ebuild
index 115721727..32b428ed3 100644
--- a/net-misc/mastorss/mastorss-0.13.1.ebuild
+++ b/net-misc/mastorss/mastorss-0.13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2020,2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,6 +23,7 @@ RDEPEND="
 	dev-libs/boost
 	>=dev-cpp/mastodonpp-0.5.6
 	dev-libs/jsoncpp
+	net-misc/curl[ssl]
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/net-misc/mastorss/mastorss-9999.ebuild b/net-misc/mastorss/mastorss-9999.ebuild
index 115721727..32b428ed3 100644
--- a/net-misc/mastorss/mastorss-9999.ebuild
+++ b/net-misc/mastorss/mastorss-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2020,2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,6 +23,7 @@ RDEPEND="
 	dev-libs/boost
 	>=dev-cpp/mastodonpp-0.5.6
 	dev-libs/jsoncpp
+	net-misc/curl[ssl]
 "
 DEPEND="${RDEPEND}"
 BDEPEND="


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/mastorss/
@ 2024-06-15 15:12 Ronny Gutbrod
  0 siblings, 0 replies; 6+ messages in thread
From: Ronny Gutbrod @ 2024-06-15 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a5f398e4fce8b9c458bcd89dbc0529e004e11034
Author:     tea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Jun 15 14:17:34 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Jun 15 15:12:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5f398e4

net-misc/mastorss: EAPI 7->8

Signed-off-by: tea <gentoo <AT> tastytea.de>

 net-misc/mastorss/{mastorss-9999.ebuild => mastorss-0.13.1-r1.ebuild} | 2 +-
 net-misc/mastorss/mastorss-9999.ebuild                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mastorss/mastorss-9999.ebuild b/net-misc/mastorss/mastorss-0.13.1-r1.ebuild
similarity index 98%
copy from net-misc/mastorss/mastorss-9999.ebuild
copy to net-misc/mastorss/mastorss-0.13.1-r1.ebuild
index 32b428ed3..6ecd511c6 100644
--- a/net-misc/mastorss/mastorss-9999.ebuild
+++ b/net-misc/mastorss/mastorss-0.13.1-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020,2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake
 [[ "${PV}" == "9999" ]] && inherit git-r3

diff --git a/net-misc/mastorss/mastorss-9999.ebuild b/net-misc/mastorss/mastorss-9999.ebuild
index 32b428ed3..6ecd511c6 100644
--- a/net-misc/mastorss/mastorss-9999.ebuild
+++ b/net-misc/mastorss/mastorss-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020,2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake
 [[ "${PV}" == "9999" ]] && inherit git-r3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/mastorss/
@ 2024-06-15 15:12 Ronny Gutbrod
  0 siblings, 0 replies; 6+ messages in thread
From: Ronny Gutbrod @ 2024-06-15 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     bb866e486a5808acd5af7ed954ac46badc87e228
Author:     tea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Jun 15 14:11:09 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Jun 15 15:12:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb866e48

net-misc/mastorss: drop 0.13.0

Signed-off-by: tea <gentoo <AT> tastytea.de>

 net-misc/mastorss/Manifest               |  1 -
 net-misc/mastorss/mastorss-0.13.0.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/net-misc/mastorss/Manifest b/net-misc/mastorss/Manifest
index dee5bfd1a..4b826c762 100644
--- a/net-misc/mastorss/Manifest
+++ b/net-misc/mastorss/Manifest
@@ -1,2 +1 @@
-DIST mastorss-0.13.0.tar.gz 50656 BLAKE2B 916be33c75bc109c1b49da16b03bb9d43ba3f240e8f4eb2b9ad5cd7820f6d7818ed74df9cace638120c339398e41f5aeff5acd1ff1c31f98c49cd13432fbd91a SHA512 ca9510a46f5aed81dd48385c8c3dcfea6737e3a38ebb322e3e2abcc85f3a23bb6f465239f5054e3cc7b4e732b2f7f077c194ee67440a3cefd1912be1c01d2e09
 DIST mastorss-0.13.1.tar.gz 51224 BLAKE2B cdd258e7ace44fed2e4a800ecc8cc5c24788b760119500a30c9c1ddab7ea2eb790dfe0a0966cc70b6b9d1bfd7766b51ab433a94feae13ff8e1d4462e6aa6c5bd SHA512 2066e39f0d370a2512996c42818dbf5f7f260ee1bcf9ab095871869380fbd9fa432725f06f588c05c37ec3adccbd8602d12155352929087d4ced868b7cf46acd

diff --git a/net-misc/mastorss/mastorss-0.13.0.ebuild b/net-misc/mastorss/mastorss-0.13.0.ebuild
deleted file mode 100644
index 115721727..000000000
--- a/net-misc/mastorss/mastorss-0.13.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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"
-
-RDEPEND="
-	dev-libs/boost
-	>=dev-cpp/mastodonpp-0.5.6
-	dev-libs/jsoncpp
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-	app-text/asciidoc
-"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-06-15 15:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-15 15:12 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/mastorss/ Ronny Gutbrod
  -- strict thread matches above, loose matches on Subject: below --
2024-06-15 15:12 Ronny Gutbrod
2024-06-15 15:12 Ronny Gutbrod
2023-03-14 12:22 Ronny Gutbrod
2020-12-15  9:25 Ronny Gutbrod
2020-11-27 14:36 Ronny Gutbrod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox