summaryrefslogtreecommitdiff
path: root/dev-ruby/podcast
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-30 01:41:48 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-30 01:41:48 +0100
commit38c20fb51b0482ec1b2c2a34ed16227718eac4b2 (patch)
tree18555c0f1f2d21b225fb67bd5408127b8aaadef2 /dev-ruby/podcast
parent2831634aa8213b30f404da1f64644d94dc66a6d0 (diff)
gentoo auto-resync : 30:06:2023 - 01:41:48
Diffstat (limited to 'dev-ruby/podcast')
-rw-r--r--dev-ruby/podcast/Manifest4
-rw-r--r--dev-ruby/podcast/metadata.xml12
-rw-r--r--dev-ruby/podcast/podcast-0.0.4-r3.ebuild6
3 files changed, 13 insertions, 9 deletions
diff --git a/dev-ruby/podcast/Manifest b/dev-ruby/podcast/Manifest
index 47b4170a4acf..0fb32319a4bd 100644
--- a/dev-ruby/podcast/Manifest
+++ b/dev-ruby/podcast/Manifest
@@ -1,3 +1,3 @@
DIST podcast-0.0.4.gem 1166848 BLAKE2B dbe6931da156025bed3862cf6185ce00385ea704e5552e9c83c3d0a9aba40d7071eab4a69e95835be7782892254d43e96dad33e38974d41845d899eaba63ee54 SHA512 5be795a7f614f616e93ed2e1fdcbfcd1513fabfc6a728dee0216907d951ceab37e909d2cdc44697f7d6497e21537bafa68bdac196255233cc3126e40c48dec95
-EBUILD podcast-0.0.4-r3.ebuild 529 BLAKE2B 7b88bda9aef7a0fa1bc26fe8213a5e325ab623b321a56731a44cd35fc75e3af175fa4d3d806d80a93c827aa04515738daec65ca100298c01605614a2daf74754 SHA512 d63e3b3c1d113a407b61d60c03771d5ba447a3da4e5d7d14839b86a4514545627db2bff0a3419b8d4502ceea8a58abe71b41282122b5ef3241b99b459bb97d2d
-MISC metadata.xml 252 BLAKE2B 77e9556ac1d210367a95f4c47816618b685c707cf01d1543d988338e14794fb9ccfb9976ebd11f389db618616d91ee024d8e46dc3a1a356ba7a017a7796b44d1 SHA512 0a970a16d73747993198dd301a3127cef7e65a9f46816b40ca149669ba617826c1d81bac1e5ecf93d16079922964923d37301cd8160f22c823c1ec3b79ee56f1
+EBUILD podcast-0.0.4-r3.ebuild 531 BLAKE2B e6ad26c58e340a4a6ed3589bfc30c036a98e56adb79455f0e969e9a32264b922eb66bfd6f4a32eca09ee43962ab41897cbe98c3c9a05ea1fca26461f48469050 SHA512 a45932ce38a9a24d0b227a5b9ff3ac097a8d58913633a5cae50959eb05182fa1e7b5dd4acd9e5c2c76d0f8712e367efdf70059d41ed8fccb565ce2ea87d9a805
+MISC metadata.xml 397 BLAKE2B 97e536b28cc48a13e4bde9ef36bcad80dea9221241d068520ee419f4c91a30f3598e7acf47fa9451b213697164f6c61de1b23e7557d7f9584f366ca7d2f3791d SHA512 d5e3c998a6a360d69cb9d063d1278138a0338518d4210214fbe711844fb25a031decc8ead1ac7f27700481af08f57cba065d48709252e45ba46acd70f0c302e2
diff --git a/dev-ruby/podcast/metadata.xml b/dev-ruby/podcast/metadata.xml
index daac6fdb7252..266783412a06 100644
--- a/dev-ruby/podcast/metadata.xml
+++ b/dev-ruby/podcast/metadata.xml
@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>ruby@gentoo.org</email>
- <name>Gentoo Ruby Project</name>
- </maintainer>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ <name>Gentoo Ruby Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">boncey/ruby-podcast</remote-id>
+ <remote-id type="rubygems">podcast</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-ruby/podcast/podcast-0.0.4-r3.ebuild b/dev-ruby/podcast/podcast-0.0.4-r3.ebuild
index cba02f9bb27f..22897bbfdc22 100644
--- a/dev-ruby/podcast/podcast-0.0.4-r3.ebuild
+++ b/dev-ruby/podcast/podcast-0.0.4-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_EXTRADOC="README"
@@ -10,7 +10,7 @@ RUBY_FAKEGEM_EXTRADOC="README"
inherit ruby-fakegem
DESCRIPTION="A pure Ruby library for generating podcasts from mp3 files"
-HOMEPAGE="http://podcast.rubyforge.org/"
+HOMEPAGE="https://github.com/boncey/ruby-podcast"
LICENSE="GPL-2"
SLOT="0"