public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/
@ 2015-11-12  1:53 Michael Orlitzky
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Orlitzky @ 2015-11-12  1:53 UTC (permalink / raw
  To: gentoo-commits

commit:     8e995c827a014dcc28a44d6d4ddc4119240849b7
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 01:47:14 2015 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 01:48:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e995c82

net-mail/mailshears: new package mailshears, mangle your mail garden.

Package-Manager: portage-2.2.20.1

 net-mail/mailshears/Manifest                |  1 +
 net-mail/mailshears/mailshears-0.0.2.ebuild | 31 +++++++++++++++++++++++++++++
 net-mail/mailshears/metadata.xml            |  8 ++++++++
 3 files changed, 40 insertions(+)

diff --git a/net-mail/mailshears/Manifest b/net-mail/mailshears/Manifest
new file mode 100644
index 0000000..68cfa50
--- /dev/null
+++ b/net-mail/mailshears/Manifest
@@ -0,0 +1 @@
+DIST mailshears-0.0.2.gem 67072 SHA256 6722a4779c7b0f1586ac5f7f0ec4093df1912e9fdfeb1e5f459b5a66af12f7f5 SHA512 bdf104d049add2df7c66e1f8994f12566b60fb795a0ec05eafd57a5863662babc388599ce13310bb45c5ee98bfe59962fe44cbcfd4605c2b8938bc539942df3e WHIRLPOOL ecf924f91cff2bdcd35190d596751629e8eee3661124626dace42a55f16cf65e8548810f93d83c1a41450a9524733ffb1625a0d29dcf75c3c5b23c5897b845e3

diff --git a/net-mail/mailshears/mailshears-0.0.2.ebuild b/net-mail/mailshears/mailshears-0.0.2.ebuild
new file mode 100644
index 0000000..f3dc5b5
--- /dev/null
+++ b/net-mail/mailshears/mailshears-0.0.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+# The tests are dangerous and shouldn't be run by anyone!
+# They mess with your local postgres databases.
+RUBY_FAKEGEM_RECIPE_TEST=none
+RUBY_FAKEGEM_RECIPE_DOC=yard
+RUBY_FAKEGEM_EXTRADOC="doc/${PN}.example.conf.yml"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Mangle your mail garden"
+HOMEPAGE="http://michael.orlitzky.com/code/mailshears.php"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/pg-0.1*"
+
+all_ruby_install() {
+	all_fakegem_install
+
+	doman "doc/man1/${PN}.1"
+}

diff --git a/net-mail/mailshears/metadata.xml b/net-mail/mailshears/metadata.xml
new file mode 100644
index 0000000..df7fdbe
--- /dev/null
+++ b/net-mail/mailshears/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer>
+    <email>mjo@gentoo.org</email>
+    <name>Michael Orlitzky</name>
+  </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/
@ 2015-11-23 17:03 Michael Orlitzky
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Orlitzky @ 2015-11-23 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     536ff0601d4558e338550ee3a18a7e465c63114e
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 23 17:02:07 2015 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 17:02:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536ff060

net-mail/mailshears: new revision fixing asterisk dependency.

The behavior of the asterisk dependency recently changes (bug 560466)
and is making repoman unhappy (bug 566606). It's been replaced by
greater/less-than operators.

Gentoo-Bug: 566606
Gentoo-Bug: 560466

Package-Manager: portage-2.2.20.1

 .../mailshears/{mailshears-0.0.2.ebuild => mailshears-0.0.2-r1.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/mailshears/mailshears-0.0.2.ebuild b/net-mail/mailshears/mailshears-0.0.2-r1.ebuild
similarity index 92%
rename from net-mail/mailshears/mailshears-0.0.2.ebuild
rename to net-mail/mailshears/mailshears-0.0.2-r1.ebuild
index f3dc5b5..8cc176c 100644
--- a/net-mail/mailshears/mailshears-0.0.2.ebuild
+++ b/net-mail/mailshears/mailshears-0.0.2-r1.ebuild
@@ -22,7 +22,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-ruby_add_rdepend "=dev-ruby/pg-0.1*"
+ruby_add_rdepend ">=dev-ruby/pg-0.17 <dev-ruby/pg-1"
 
 all_ruby_install() {
 	all_fakegem_install


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/
@ 2017-03-05  3:28 Michael Orlitzky
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Orlitzky @ 2017-03-05  3:28 UTC (permalink / raw
  To: gentoo-commits

commit:     39819a87a5247d2c506f2edf61aa24212201be79
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 03:27:23 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 03:27:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39819a87

net-mail/mailshears: new version 0.0.3 with EAPI=6.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-mail/mailshears/Manifest                                        | 2 +-
 .../{mailshears-0.0.2-r1.ebuild => mailshears-0.0.3.ebuild}         | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-mail/mailshears/Manifest b/net-mail/mailshears/Manifest
index 68cfa509c57..9da584cb6e1 100644
--- a/net-mail/mailshears/Manifest
+++ b/net-mail/mailshears/Manifest
@@ -1 +1 @@
-DIST mailshears-0.0.2.gem 67072 SHA256 6722a4779c7b0f1586ac5f7f0ec4093df1912e9fdfeb1e5f459b5a66af12f7f5 SHA512 bdf104d049add2df7c66e1f8994f12566b60fb795a0ec05eafd57a5863662babc388599ce13310bb45c5ee98bfe59962fe44cbcfd4605c2b8938bc539942df3e WHIRLPOOL ecf924f91cff2bdcd35190d596751629e8eee3661124626dace42a55f16cf65e8548810f93d83c1a41450a9524733ffb1625a0d29dcf75c3c5b23c5897b845e3
+DIST mailshears-0.0.3.gem 68608 SHA256 b0d63660f0a49bdee692ef0d14df4914f4b473bfcad60a2575401359ef075f46 SHA512 4adeaf78c610111e6b32f5d5fd090476cec228a89462d6f70f0360d4492e08c49f672051b2520a98b07958b865b28593c31f595e4283c334eb97eab1d7c3e5aa WHIRLPOOL 3f7784854667939a76b3eac0f5a29c4ad38c000deae6a0909c2bea0c04ac2f75ea58027bf9910c1ee66749f8e35c204ee8bbc69f50e150bd0b97245ea0a8b952

diff --git a/net-mail/mailshears/mailshears-0.0.2-r1.ebuild b/net-mail/mailshears/mailshears-0.0.3.ebuild
similarity index 88%
rename from net-mail/mailshears/mailshears-0.0.2-r1.ebuild
rename to net-mail/mailshears/mailshears-0.0.3.ebuild
index 37b1ac25499..a048675f8e5 100644
--- a/net-mail/mailshears/mailshears-0.0.2-r1.ebuild
+++ b/net-mail/mailshears/mailshears-0.0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22"
 
 # The tests are dangerous and shouldn't be run by anyone!
 # They mess with your local postgres databases.


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/
@ 2018-01-25 21:39 Michael Orlitzky
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Orlitzky @ 2018-01-25 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     76d2000f9ca1cd0f322ab2d402d4f31934207ad5
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 16:05:29 2018 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 21:38:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d2000f

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

 .../{mailshears-0.0.3.ebuild => mailshears-0.0.3-r1.ebuild}         | 6 +++---
 1 file 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
similarity index 81%
rename from net-mail/mailshears/mailshears-0.0.3.ebuild
rename to net-mail/mailshears/mailshears-0.0.3-r1.ebuild
index a048675f8e5..bd4f4aeb5b6 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"


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/
@ 2020-04-15 13:02 Michael Orlitzky
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Orlitzky @ 2020-04-15 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e3b5ce8847d749cf7db1594765d721943f02c77c
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 11:41:52 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 12:59:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b5ce88

net-mail/mailshears: new EAPI=7 revision with ruby25 support.

Closes: https://bugs.gentoo.org/717310
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 .../{mailshears-0.0.3-r1.ebuild => mailshears-0.0.3-r2.ebuild}      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-mail/mailshears/mailshears-0.0.3-r1.ebuild b/net-mail/mailshears/mailshears-0.0.3-r2.ebuild
similarity index 89%
rename from net-mail/mailshears/mailshears-0.0.3-r1.ebuild
rename to net-mail/mailshears/mailshears-0.0.3-r2.ebuild
index bd4f4aeb5b6..3528190a0c7 100644
--- a/net-mail/mailshears/mailshears-0.0.3-r1.ebuild
+++ b/net-mail/mailshears/mailshears-0.0.3-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby24 ruby25"
 
 # The tests are dangerous and shouldn't be run by anyone!
 # They mess with your local postgres databases.


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/
@ 2020-07-25  1:41 Michael Orlitzky
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Orlitzky @ 2020-07-25  1:41 UTC (permalink / raw
  To: gentoo-commits

commit:     61277805900db7c0090e31e66b448d5243083872
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 01:38:54 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 01:39:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61277805

net-mail/mailshears: new version 0.0.4.

New upstream version, mainly to support modern versions of
dev-ruby/pg. No functional changes.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-mail/mailshears/Manifest                                            | 2 +-
 .../mailshears/{mailshears-0.0.3-r2.ebuild => mailshears-0.0.4.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/mailshears/Manifest b/net-mail/mailshears/Manifest
index d1d964e933f..0c4d870e0d8 100644
--- a/net-mail/mailshears/Manifest
+++ b/net-mail/mailshears/Manifest
@@ -1 +1 @@
-DIST mailshears-0.0.3.gem 68608 BLAKE2B 9130661793dff215bf2e4d98574a5a001f48a60dd2fc66475edaf1e381eda4cbcac7687158b2103958bce4954ebe23b8a1398029be779f7c716e33ca95c500b5 SHA512 4adeaf78c610111e6b32f5d5fd090476cec228a89462d6f70f0360d4492e08c49f672051b2520a98b07958b865b28593c31f595e4283c334eb97eab1d7c3e5aa
+DIST mailshears-0.0.4.gem 68608 BLAKE2B 8adca0b902145f9ed97f9154db927f0ba9aa4696c37485c6ee9c3001f728f6f0554d0d8330b6173d7b636712f123107aa71cd818dba91aa8abf956df016775e1 SHA512 6c808ae2d1f2393c19fcad2a0c9c437a7a79354f779dfbbe8ec1662c39a534b1318ee30355593db9027d8b9eb418b4f99f4b87d06441668a3c15c0987ea8cf57

diff --git a/net-mail/mailshears/mailshears-0.0.3-r2.ebuild b/net-mail/mailshears/mailshears-0.0.4.ebuild
similarity index 91%
rename from net-mail/mailshears/mailshears-0.0.3-r2.ebuild
rename to net-mail/mailshears/mailshears-0.0.4.ebuild
index 3528190a0c7..7132ffd3fff 100644
--- a/net-mail/mailshears/mailshears-0.0.3-r2.ebuild
+++ b/net-mail/mailshears/mailshears-0.0.4.ebuild
@@ -21,7 +21,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-ruby_add_rdepend ">=dev-ruby/pg-0.17 <dev-ruby/pg-1"
+ruby_add_rdepend ">=dev-ruby/pg-1.2 <dev-ruby/pg-2"
 
 all_ruby_install() {
 	all_fakegem_install


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/
@ 2021-05-03  0:33 Michael Orlitzky
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Orlitzky @ 2021-05-03  0:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3a1673e6cf53b6c08203096345a6723c73f19e5b
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon May  3 00:28:32 2021 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon May  3 00:28:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1673e6

net-mail/mailshears: new revision with ruby26 support.

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 .../{mailshears-0.0.4.ebuild => mailshears-0.0.4-r1.ebuild}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/mailshears/mailshears-0.0.4.ebuild b/net-mail/mailshears/mailshears-0.0.4-r1.ebuild
similarity index 89%
rename from net-mail/mailshears/mailshears-0.0.4.ebuild
rename to net-mail/mailshears/mailshears-0.0.4-r1.ebuild
index 7132ffd3fff..9c6e50724d6 100644
--- a/net-mail/mailshears/mailshears-0.0.4.ebuild
+++ b/net-mail/mailshears/mailshears-0.0.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby24 ruby25"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 # The tests are dangerous and shouldn't be run by anyone!
 # They mess with your local postgres databases.


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/
@ 2022-06-09 12:05 Michael Orlitzky
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Orlitzky @ 2022-06-09 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c19bd142ae836ddd1792330116fae5e2f3c55393
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 11:55:20 2022 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 11:55:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19bd142

net-mail/mailshears: remove old mailshears-0.0.4-r1.ebuild.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-mail/mailshears/Manifest                   |  1 -
 net-mail/mailshears/mailshears-0.0.4-r1.ebuild | 30 --------------------------
 2 files changed, 31 deletions(-)

diff --git a/net-mail/mailshears/Manifest b/net-mail/mailshears/Manifest
index 918fa8a57c74..5dd79e70ce12 100644
--- a/net-mail/mailshears/Manifest
+++ b/net-mail/mailshears/Manifest
@@ -1,2 +1 @@
-DIST mailshears-0.0.4.gem 68608 BLAKE2B 8adca0b902145f9ed97f9154db927f0ba9aa4696c37485c6ee9c3001f728f6f0554d0d8330b6173d7b636712f123107aa71cd818dba91aa8abf956df016775e1 SHA512 6c808ae2d1f2393c19fcad2a0c9c437a7a79354f779dfbbe8ec1662c39a534b1318ee30355593db9027d8b9eb418b4f99f4b87d06441668a3c15c0987ea8cf57
 DIST mailshears-0.0.5.gem 68608 BLAKE2B bee5c44121e9a5fb746af0ba525e749ae6f0a772a37cff00325ee8e2d3d5f6bf39a20e90bffcf8b9d863525beeb93cf757469412a5dd4b23d566215aaabe134d SHA512 873e906ba5332b5589feb0aa24a7c9e5372971bc821ad290b536412d826fc0b103ed62cff73a33d80ada7e862d66c43808d73c46c46c49b319104022a04f3026

diff --git a/net-mail/mailshears/mailshears-0.0.4-r1.ebuild b/net-mail/mailshears/mailshears-0.0.4-r1.ebuild
deleted file mode 100644
index 9c6e50724d69..000000000000
--- a/net-mail/mailshears/mailshears-0.0.4-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-# The tests are dangerous and shouldn't be run by anyone!
-# They mess with your local postgres databases.
-RUBY_FAKEGEM_RECIPE_TEST=none
-RUBY_FAKEGEM_RECIPE_DOC=yard
-RUBY_FAKEGEM_EXTRADOC="doc/${PN}.example.conf.yml"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Mangle your mail garden"
-HOMEPAGE="http://michael.orlitzky.com/code/mailshears.xhtml"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/pg-1.2 <dev-ruby/pg-2"
-
-all_ruby_install() {
-	all_fakegem_install
-
-	doman "doc/man1/${PN}.1"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/
@ 2022-06-09 12:05 Michael Orlitzky
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Orlitzky @ 2022-06-09 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0ea6f1cfb64830aee85e31828e46225735fafa29
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 11:52:03 2022 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 11:52:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea6f1cf

net-mail/mailshears: new upstream v0.0.5.

Supports newer rubies and postgresql-14.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-mail/mailshears/Manifest                |  1 +
 net-mail/mailshears/mailshears-0.0.5.ebuild | 31 +++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/net-mail/mailshears/Manifest b/net-mail/mailshears/Manifest
index 0c4d870e0d87..918fa8a57c74 100644
--- a/net-mail/mailshears/Manifest
+++ b/net-mail/mailshears/Manifest
@@ -1 +1,2 @@
 DIST mailshears-0.0.4.gem 68608 BLAKE2B 8adca0b902145f9ed97f9154db927f0ba9aa4696c37485c6ee9c3001f728f6f0554d0d8330b6173d7b636712f123107aa71cd818dba91aa8abf956df016775e1 SHA512 6c808ae2d1f2393c19fcad2a0c9c437a7a79354f779dfbbe8ec1662c39a534b1318ee30355593db9027d8b9eb418b4f99f4b87d06441668a3c15c0987ea8cf57
+DIST mailshears-0.0.5.gem 68608 BLAKE2B bee5c44121e9a5fb746af0ba525e749ae6f0a772a37cff00325ee8e2d3d5f6bf39a20e90bffcf8b9d863525beeb93cf757469412a5dd4b23d566215aaabe134d SHA512 873e906ba5332b5589feb0aa24a7c9e5372971bc821ad290b536412d826fc0b103ed62cff73a33d80ada7e862d66c43808d73c46c46c49b319104022a04f3026

diff --git a/net-mail/mailshears/mailshears-0.0.5.ebuild b/net-mail/mailshears/mailshears-0.0.5.ebuild
new file mode 100644
index 000000000000..06a584f9a770
--- /dev/null
+++ b/net-mail/mailshears/mailshears-0.0.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ruby31 is ok too
+USE_RUBY="ruby26 ruby27 ruby30"
+
+# The tests are dangerous and shouldn't be run by anyone!
+# They mess with your local postgres databases.
+RUBY_FAKEGEM_RECIPE_TEST=none
+RUBY_FAKEGEM_RECIPE_DOC=yard
+RUBY_FAKEGEM_EXTRADOC="doc/${PN}.example.conf.yml"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Mangle your mail garden"
+HOMEPAGE="http://michael.orlitzky.com/code/mailshears.xhtml"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/pg-1.2 <dev-ruby/pg-2"
+
+all_ruby_install() {
+	all_fakegem_install
+
+	doman "doc/man1/${PN}.1"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/
@ 2023-06-16  5:17 Hans de Graaff
  0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2023-06-16  5:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e424b821ead909b87a3c5943409b2c868c73676f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 16 05:16:56 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 16 05:16:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e424b821

net-mail/mailshears: enable ruby31

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 net-mail/mailshears/mailshears-0.0.5.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-mail/mailshears/mailshears-0.0.5.ebuild b/net-mail/mailshears/mailshears-0.0.5.ebuild
index 06a584f9a770..300eacaf2ecd 100644
--- a/net-mail/mailshears/mailshears-0.0.5.ebuild
+++ b/net-mail/mailshears/mailshears-0.0.5.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-# ruby31 is ok too
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby27 ruby30 ruby31"
 
 # The tests are dangerous and shouldn't be run by anyone!
 # They mess with your local postgres databases.


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/
@ 2023-11-15  0:26 Michael Orlitzky
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Orlitzky @ 2023-11-15  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     2350fd2106128f93535c9a20373209477681b56c
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 15 00:12:40 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Nov 15 00:24:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2350fd21

net-mail/mailshears: update HOMEPAGE (http -> https)

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-mail/mailshears/mailshears-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/mailshears/mailshears-0.0.5.ebuild b/net-mail/mailshears/mailshears-0.0.5.ebuild
index 300eacaf2ecd..54847ed80848 100644
--- a/net-mail/mailshears/mailshears-0.0.5.ebuild
+++ b/net-mail/mailshears/mailshears-0.0.5.ebuild
@@ -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.xhtml"
+HOMEPAGE="https://michael.orlitzky.com/code/mailshears.xhtml"
 
 LICENSE="AGPL-3"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/
@ 2024-04-21  0:00 Michael Orlitzky
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Orlitzky @ 2024-04-21  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     cafdada2537c96e632a9b9ddf2b4c5d5f21fa0c2
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 23:58:22 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 23:58:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafdada2

net-mail/mailshears: add 0.1.0, drop 0.0.5

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-mail/mailshears/Manifest                                      | 2 +-
 .../{mailshears-0.0.5.ebuild => mailshears-0.1.0.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
similarity index 79%
rename from net-mail/mailshears/mailshears-0.0.5.ebuild
rename to 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"
 


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

end of thread, other threads:[~2024-04-21  0:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-16  5:17 [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2024-04-21  0:00 Michael Orlitzky
2023-11-15  0:26 Michael Orlitzky
2022-06-09 12:05 Michael Orlitzky
2022-06-09 12:05 Michael Orlitzky
2021-05-03  0:33 Michael Orlitzky
2020-07-25  1:41 Michael Orlitzky
2020-04-15 13:02 Michael Orlitzky
2018-01-25 21:39 Michael Orlitzky
2017-03-05  3:28 Michael Orlitzky
2015-11-23 17:03 Michael Orlitzky
2015-11-12  1:53 Michael Orlitzky

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