Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/
Date: Thu, 25 Jan 2018 21:39:39
Message-Id: 1516916287.76d2000f9ca1cd0f322ab2d402d4f31934207ad5.mjo@gentoo
1 commit: 76d2000f9ca1cd0f322ab2d402d4f31934207ad5
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 25 16:05:29 2018 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 25 21:38:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d2000f
7
8 net-mail/mailshears: new revision to update ruby targets.
9
10 Mailshears already works with ruby23 and ruby24, but only ruby21 and
11 ruby22 were listed in RUBY_TARGETS. This revision changes that to
12 RUBY_TARGETS="ruby23 ruby24", and updates HOMEPAGE to avoid a 301.
13
14 Closes: https://bugs.gentoo.org/645610
15 Package-Manager: Portage-2.3.19, Repoman-2.3.6
16
17 .../{mailshears-0.0.3.ebuild => mailshears-0.0.3-r1.ebuild} | 6 +++---
18 1 file changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/net-mail/mailshears/mailshears-0.0.3.ebuild b/net-mail/mailshears/mailshears-0.0.3-r1.ebuild
21 similarity index 81%
22 rename from net-mail/mailshears/mailshears-0.0.3.ebuild
23 rename to net-mail/mailshears/mailshears-0.0.3-r1.ebuild
24 index a048675f8e5..bd4f4aeb5b6 100644
25 --- a/net-mail/mailshears/mailshears-0.0.3.ebuild
26 +++ b/net-mail/mailshears/mailshears-0.0.3-r1.ebuild
27 @@ -1,9 +1,9 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 +# Copyright 1999-2018 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=6
33
34 -USE_RUBY="ruby21 ruby22"
35 +USE_RUBY="ruby23 ruby24"
36
37 # The tests are dangerous and shouldn't be run by anyone!
38 # They mess with your local postgres databases.
39 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRADOC="doc/${PN}.example.conf.yml"
40 inherit ruby-fakegem
41
42 DESCRIPTION="Mangle your mail garden"
43 -HOMEPAGE="http://michael.orlitzky.com/code/mailshears.php"
44 +HOMEPAGE="http://michael.orlitzky.com/code/mailshears.xhtml"
45
46 LICENSE="AGPL-3"
47 SLOT="0"