summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-04-20 19:58:22 -0400
committerMichael Orlitzky <mjo@gentoo.org>2024-04-20 19:58:38 -0400
commitcafdada2537c96e632a9b9ddf2b4c5d5f21fa0c2 (patch)
treeae68b72a70f55132264c5afc5c0d687c5d901c88
parentsys-apps/inxi: Stabilize 3.3.33.1 ppc64, #930349 (diff)
downloadgentoo-cafdada2537c96e632a9b9ddf2b4c5d5f21fa0c2.tar.gz
gentoo-cafdada2537c96e632a9b9ddf2b4c5d5f21fa0c2.tar.bz2
gentoo-cafdada2537c96e632a9b9ddf2b4c5d5f21fa0c2.zip
net-mail/mailshears: add 0.1.0, drop 0.0.5
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
-rw-r--r--net-mail/mailshears/Manifest2
-rw-r--r--net-mail/mailshears/mailshears-0.1.0.ebuild (renamed from net-mail/mailshears/mailshears-0.0.5.ebuild)8
2 files changed, 5 insertions, 5 deletions
diff --git a/net-mail/mailshears/Manifest b/net-mail/mailshears/Manifest
index 5dd79e70ce12..897347212001 100644
--- a/net-mail/mailshears/Manifest
+++ b/net-mail/mailshears/Manifest
@@ -1 +1 @@
-DIST mailshears-0.0.5.gem 68608 BLAKE2B bee5c44121e9a5fb746af0ba525e749ae6f0a772a37cff00325ee8e2d3d5f6bf39a20e90bffcf8b9d863525beeb93cf757469412a5dd4b23d566215aaabe134d SHA512 873e906ba5332b5589feb0aa24a7c9e5372971bc821ad290b536412d826fc0b103ed62cff73a33d80ada7e862d66c43808d73c46c46c49b319104022a04f3026
+DIST mailshears-0.1.0.gem 65536 BLAKE2B 9b780bd94999aa9b1959b4145162cb15b183d3d590d39ec1b9aa3887c64a772e5a6fbd30f571f9f939741b66400e130b8f0babae70bab0fdabb58273f07a9de9 SHA512 3428e8d296c1fa6c4b55591eec35858ffbe13723286a19de379ae66a53872ac55ff431194ecc3d332b126079d00c615abd6b1ea0dfb3f95175384acecc141f80
diff --git a/net-mail/mailshears/mailshears-0.0.5.ebuild b/net-mail/mailshears/mailshears-0.1.0.ebuild
index 54847ed80848..fe2ef7c0316f 100644
--- a/net-mail/mailshears/mailshears-0.0.5.ebuild
+++ b/net-mail/mailshears/mailshears-0.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby31 ruby32 ruby33"
# The tests are dangerous and shouldn't be run by anyone!
# They mess with your local postgres databases.
@@ -15,11 +15,11 @@ inherit ruby-fakegem
DESCRIPTION="Mangle your mail garden"
HOMEPAGE="https://michael.orlitzky.com/code/mailshears.xhtml"
+SRC_URI="https://michael.orlitzky.com/code/releases/${P}.gem"
-LICENSE="AGPL-3"
+LICENSE="AGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
ruby_add_rdepend ">=dev-ruby/pg-1.2 <dev-ruby/pg-2"