summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2018-01-25 11:05:29 -0500
committerMichael Orlitzky <mjo@gentoo.org>2018-01-25 16:38:07 -0500
commit76d2000f9ca1cd0f322ab2d402d4f31934207ad5 (patch)
tree21d4dee279412c6946ce751eadc19ab511316969 /net-mail/mailshears
parentapp-misc/ddcutil: Add 0.8.6 release. (diff)
downloadgentoo-76d2000f9ca1cd0f322ab2d402d4f31934207ad5.tar.gz
gentoo-76d2000f9ca1cd0f322ab2d402d4f31934207ad5.tar.bz2
gentoo-76d2000f9ca1cd0f322ab2d402d4f31934207ad5.zip
net-mail/mailshears: new revision to update ruby targets.
Mailshears already works with ruby23 and ruby24, but only ruby21 and ruby22 were listed in RUBY_TARGETS. This revision changes that to RUBY_TARGETS="ruby23 ruby24", and updates HOMEPAGE to avoid a 301. Closes: https://bugs.gentoo.org/645610 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-mail/mailshears')
-rw-r--r--net-mail/mailshears/mailshears-0.0.3-r1.ebuild (renamed from net-mail/mailshears/mailshears-0.0.3.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/mailshears/mailshears-0.0.3.ebuild b/net-mail/mailshears/mailshears-0.0.3-r1.ebuild
index a048675f8e59..bd4f4aeb5b6e 100644
--- a/net-mail/mailshears/mailshears-0.0.3.ebuild
+++ b/net-mail/mailshears/mailshears-0.0.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-USE_RUBY="ruby21 ruby22"
+USE_RUBY="ruby23 ruby24"
# The tests are dangerous and shouldn't be run by anyone!
# They mess with your local postgres databases.
@@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRADOC="doc/${PN}.example.conf.yml"
inherit ruby-fakegem
DESCRIPTION="Mangle your mail garden"
-HOMEPAGE="http://michael.orlitzky.com/code/mailshears.php"
+HOMEPAGE="http://michael.orlitzky.com/code/mailshears.xhtml"
LICENSE="AGPL-3"
SLOT="0"