* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2015-10-11 13:49 Hans de Graaff
0 siblings, 0 replies; 26+ messages in thread
From: Hans de Graaff @ 2015-10-11 13:49 UTC (permalink / raw
To: gentoo-commits
commit: c048fe5838d1d4b3fecae5d93fabe6c80a997c94
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 13:45:09 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 13:48:25 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c048fe58
dev-ruby/ruby-poppler: add ruby-gnome 3.0.7
Package-Manager: portage-2.2.20.1
dev-ruby/ruby-poppler/Manifest | 1 +
dev-ruby/ruby-poppler/ruby-poppler-3.0.7.ebuild | 31 +++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest
index eeb791e..f88b5ce 100644
--- a/dev-ruby/ruby-poppler/Manifest
+++ b/dev-ruby/ruby-poppler/Manifest
@@ -1,2 +1,3 @@
DIST ruby-gnome2-all-2.2.3.tar.gz 1657315 SHA256 1611038c2a49fe051dfcc779aeca8eb47273718d80a0680442504fd54e228154 SHA512 cf6b0c88c91e444f5ff65a4a863630c5455315c08f1b44a5f7c81db51f998d6e83ab62e00276edb4a81ea9942405d76724f52134d2388010ec0f157a6a5dc34e WHIRLPOOL e5a6347b360b64f6b690a28483f8618d58786bbbf1fd6c691952271c85bf1d96dc8c97f1e4ed541f6cf8afac56221950db30873cc83a24210b6feef969eaf4b7
DIST ruby-gnome2-all-2.2.5.tar.gz 1696485 SHA256 ef22418c95ce9f997235aee1a1b4d1265fad023e78a8f452bdd9e95267dd52b9 SHA512 60693ec2db4c4159a634f33bf7021e078cc06e25d4e10c6ac0c8a30ac03f9b8119ed94d9b62408a2010c9c3d1f812dea3ab5c6c617eda5d4c73272d64934159e WHIRLPOOL 161ae5b591bd1b6ba3601d46bc4fcfa6c57b006bd5903ba5a8c7ec670f11e06091ce5314290e24b312ecb61ceef22fb91231079f03f16a873a4e890142389123
+DIST ruby-gnome2-all-3.0.7.tar.gz 1692752 SHA256 4b65da24a5fdd4a774d6f238abcce8a3aca2bad093211bb824fb6a06e5430375 SHA512 0cfd5dd13ef0e0986ddd2235f88ffb21d15e6cb709b47252bb34e587fef88c0234e65f178eccec7dbfd45759ba37f1bbdcee6c7908d3f9daaf3369453b2478ee WHIRLPOOL 0a0e2749f6642485bada7ab22d69a3ed0e4d170a2d0dec6db88e62179264c6093a51c05cca87c64a4a3e9d1bdedb05a92fba81f6098872c06c8cbfa451ccedf2
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.0.7.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.0.7.ebuild
new file mode 100644
index 0000000..f08b6bd
--- /dev/null
+++ b/dev-ruby/ruby-poppler/ruby-poppler-3.0.7.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"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby poppler-glib bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND+=" app-text/poppler[cairo]"
+DEPEND+=" app-text/poppler[cairo]"
+
+ruby_add_rdepend "dev-ruby/ruby-gdkpixbuf2
+ >=dev-ruby/ruby-glib2-${PV}
+ >=dev-ruby/ruby-gtk2-${PV}"
+
+all_ruby_prepare() {
+ # Avoid compilation of dependencies during test.
+ sed -i -e '/if have_make/,/^ end/ s:^:#:' test/run-test.rb || die
+
+ # Avoid tests downloading a test PDF directly.
+ rm -f test/test_{annotation,document,page}.rb || die
+}
+
+each_ruby_test() {
+ ${RUBY} test/run-test.rb || die
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2016-06-25 9:21 Hans de Graaff
0 siblings, 0 replies; 26+ messages in thread
From: Hans de Graaff @ 2016-06-25 9:21 UTC (permalink / raw
To: gentoo-commits
commit: 2e7388d3a6b35936cf51a615328b7ae016f193b1
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 08:19:38 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 09:20:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e7388d3
dev-ruby/ruby-poppler: remove unbuildable version
Package-Manager: portage-2.2.28
dev-ruby/ruby-poppler/ruby-poppler-3.0.7.ebuild | 31 -------------------------
1 file changed, 31 deletions(-)
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.0.7.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.0.7.ebuild
deleted file mode 100644
index f08b6bd..0000000
--- a/dev-ruby/ruby-poppler/ruby-poppler-3.0.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND+=" app-text/poppler[cairo]"
-DEPEND+=" app-text/poppler[cairo]"
-
-ruby_add_rdepend "dev-ruby/ruby-gdkpixbuf2
- >=dev-ruby/ruby-glib2-${PV}
- >=dev-ruby/ruby-gtk2-${PV}"
-
-all_ruby_prepare() {
- # Avoid compilation of dependencies during test.
- sed -i -e '/if have_make/,/^ end/ s:^:#:' test/run-test.rb || die
-
- # Avoid tests downloading a test PDF directly.
- rm -f test/test_{annotation,document,page}.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} test/run-test.rb || die
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2016-06-25 9:21 Hans de Graaff
0 siblings, 0 replies; 26+ messages in thread
From: Hans de Graaff @ 2016-06-25 9:21 UTC (permalink / raw
To: gentoo-commits
commit: 98a1808f8af597ed5aaca336c4409c127c2493b2
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 08:22:43 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 09:20:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a1808f
dev-ruby/ruby-poppler: add 3.0.8
Package-Manager: portage-2.2.28
dev-ruby/ruby-poppler/Manifest | 1 +
dev-ruby/ruby-poppler/ruby-poppler-3.0.8.ebuild | 31 +++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest
index f88b5ce..68775b3 100644
--- a/dev-ruby/ruby-poppler/Manifest
+++ b/dev-ruby/ruby-poppler/Manifest
@@ -1,3 +1,4 @@
DIST ruby-gnome2-all-2.2.3.tar.gz 1657315 SHA256 1611038c2a49fe051dfcc779aeca8eb47273718d80a0680442504fd54e228154 SHA512 cf6b0c88c91e444f5ff65a4a863630c5455315c08f1b44a5f7c81db51f998d6e83ab62e00276edb4a81ea9942405d76724f52134d2388010ec0f157a6a5dc34e WHIRLPOOL e5a6347b360b64f6b690a28483f8618d58786bbbf1fd6c691952271c85bf1d96dc8c97f1e4ed541f6cf8afac56221950db30873cc83a24210b6feef969eaf4b7
DIST ruby-gnome2-all-2.2.5.tar.gz 1696485 SHA256 ef22418c95ce9f997235aee1a1b4d1265fad023e78a8f452bdd9e95267dd52b9 SHA512 60693ec2db4c4159a634f33bf7021e078cc06e25d4e10c6ac0c8a30ac03f9b8119ed94d9b62408a2010c9c3d1f812dea3ab5c6c617eda5d4c73272d64934159e WHIRLPOOL 161ae5b591bd1b6ba3601d46bc4fcfa6c57b006bd5903ba5a8c7ec670f11e06091ce5314290e24b312ecb61ceef22fb91231079f03f16a873a4e890142389123
DIST ruby-gnome2-all-3.0.7.tar.gz 1692752 SHA256 4b65da24a5fdd4a774d6f238abcce8a3aca2bad093211bb824fb6a06e5430375 SHA512 0cfd5dd13ef0e0986ddd2235f88ffb21d15e6cb709b47252bb34e587fef88c0234e65f178eccec7dbfd45759ba37f1bbdcee6c7908d3f9daaf3369453b2478ee WHIRLPOOL 0a0e2749f6642485bada7ab22d69a3ed0e4d170a2d0dec6db88e62179264c6093a51c05cca87c64a4a3e9d1bdedb05a92fba81f6098872c06c8cbfa451ccedf2
+DIST ruby-gnome2-all-3.0.8.tar.gz 1732574 SHA256 47449f4d9eb9a175fdff5115157b4ea07ad6aa3bff7fa6258d42920b2cbb45a5 SHA512 e30c2cd95db762eff4f5f6d6f03811338657a849fc94d1af71488bb912cc82b85c0aa6860658f6eba66119ef95382ad142661751471a52de9606c5514ec6a6cf WHIRLPOOL 7b0580639ed2d1364e0de0135f9256d014771dfba3e94f6a220a26faa969dcc8cb198eab400ea6ebc25fa89082a8c96cb81ec2b0231784aea3b8e748b322f19e
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.0.8.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.0.8.ebuild
new file mode 100644
index 0000000..c8cc111
--- /dev/null
+++ b/dev-ruby/ruby-poppler/ruby-poppler-3.0.8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby poppler-glib bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND+=" app-text/poppler[cairo]"
+DEPEND+=" app-text/poppler[cairo]"
+
+ruby_add_rdepend "dev-ruby/ruby-gdkpixbuf2
+ >=dev-ruby/ruby-glib2-${PV}
+ >=dev-ruby/ruby-gtk2-${PV}"
+
+all_ruby_prepare() {
+ # Avoid compilation of dependencies during test.
+ sed -i -e '/if have_make/,/^ end/ s:^:#:' test/run-test.rb || die
+
+ # Avoid tests downloading a test PDF directly.
+ rm -f test/test_{annotation,document,page}.rb || die
+}
+
+each_ruby_test() {
+ ${RUBY} test/run-test.rb || die
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2016-11-06 14:01 Hans de Graaff
0 siblings, 0 replies; 26+ messages in thread
From: Hans de Graaff @ 2016-11-06 14:01 UTC (permalink / raw
To: gentoo-commits
commit: ca1b6935eed375ae6b7733a565791ecaedc2767d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 13:46:21 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 13:58:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1b6935
dev-ruby/ruby-poppler: cleanup
Package-Manager: portage-2.3.0
dev-ruby/ruby-poppler/Manifest | 1 -
dev-ruby/ruby-poppler/ruby-poppler-2.2.3-r1.ebuild | 19 ---------------
dev-ruby/ruby-poppler/ruby-poppler-2.2.5.ebuild | 28 ----------------------
3 files changed, 48 deletions(-)
diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest
index 68775b3..180251c 100644
--- a/dev-ruby/ruby-poppler/Manifest
+++ b/dev-ruby/ruby-poppler/Manifest
@@ -1,4 +1,3 @@
DIST ruby-gnome2-all-2.2.3.tar.gz 1657315 SHA256 1611038c2a49fe051dfcc779aeca8eb47273718d80a0680442504fd54e228154 SHA512 cf6b0c88c91e444f5ff65a4a863630c5455315c08f1b44a5f7c81db51f998d6e83ab62e00276edb4a81ea9942405d76724f52134d2388010ec0f157a6a5dc34e WHIRLPOOL e5a6347b360b64f6b690a28483f8618d58786bbbf1fd6c691952271c85bf1d96dc8c97f1e4ed541f6cf8afac56221950db30873cc83a24210b6feef969eaf4b7
-DIST ruby-gnome2-all-2.2.5.tar.gz 1696485 SHA256 ef22418c95ce9f997235aee1a1b4d1265fad023e78a8f452bdd9e95267dd52b9 SHA512 60693ec2db4c4159a634f33bf7021e078cc06e25d4e10c6ac0c8a30ac03f9b8119ed94d9b62408a2010c9c3d1f812dea3ab5c6c617eda5d4c73272d64934159e WHIRLPOOL 161ae5b591bd1b6ba3601d46bc4fcfa6c57b006bd5903ba5a8c7ec670f11e06091ce5314290e24b312ecb61ceef22fb91231079f03f16a873a4e890142389123
DIST ruby-gnome2-all-3.0.7.tar.gz 1692752 SHA256 4b65da24a5fdd4a774d6f238abcce8a3aca2bad093211bb824fb6a06e5430375 SHA512 0cfd5dd13ef0e0986ddd2235f88ffb21d15e6cb709b47252bb34e587fef88c0234e65f178eccec7dbfd45759ba37f1bbdcee6c7908d3f9daaf3369453b2478ee WHIRLPOOL 0a0e2749f6642485bada7ab22d69a3ed0e4d170a2d0dec6db88e62179264c6093a51c05cca87c64a4a3e9d1bdedb05a92fba81f6098872c06c8cbfa451ccedf2
DIST ruby-gnome2-all-3.0.8.tar.gz 1732574 SHA256 47449f4d9eb9a175fdff5115157b4ea07ad6aa3bff7fa6258d42920b2cbb45a5 SHA512 e30c2cd95db762eff4f5f6d6f03811338657a849fc94d1af71488bb912cc82b85c0aa6860658f6eba66119ef95382ad142661751471a52de9606c5514ec6a6cf WHIRLPOOL 7b0580639ed2d1364e0de0135f9256d014771dfba3e94f6a220a26faa969dcc8cb198eab400ea6ebc25fa89082a8c96cb81ec2b0231784aea3b8e748b322f19e
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-2.2.3-r1.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-2.2.3-r1.ebuild
deleted file mode 100644
index 06336b6..00000000
--- a/dev-ruby/ruby-poppler/ruby-poppler-2.2.3-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND+=" app-text/poppler[cairo]"
-DEPEND+=" app-text/poppler[cairo]"
-
-ruby_add_rdepend "dev-ruby/ruby-gdkpixbuf2
- >=dev-ruby/ruby-glib2-${PV}
- >=dev-ruby/ruby-gtk2-${PV}"
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-2.2.5.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-2.2.5.ebuild
deleted file mode 100644
index 999f561..00000000
--- a/dev-ruby/ruby-poppler/ruby-poppler-2.2.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND+=" app-text/poppler[cairo]"
-DEPEND+=" app-text/poppler[cairo]"
-
-ruby_add_rdepend "dev-ruby/ruby-gdkpixbuf2
- >=dev-ruby/ruby-glib2-${PV}
- >=dev-ruby/ruby-gtk2-${PV}"
-
-all_ruby_prepare() {
- # Avoid compilation of dependencies during test.
- sed -i -e '/if have_make/,/^ end/ s:^:#:' test/run-test.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} test/run-test.rb || die
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2016-11-06 14:35 Hans de Graaff
0 siblings, 0 replies; 26+ messages in thread
From: Hans de Graaff @ 2016-11-06 14:35 UTC (permalink / raw
To: gentoo-commits
commit: ff022bcde017ce2f62072ae7bf1936fdb6cb0351
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 14:26:04 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 14:34:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff022bcd
dev-ruby/ruby-poppler: amd64 stable, bug 587024
Package-Manager: portage-2.3.0
dev-ruby/ruby-poppler/ruby-poppler-3.0.7-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.0.7-r1.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.0.7-r1.ebuild
index e37472e..34a4208 100644
--- a/dev-ruby/ruby-poppler/ruby-poppler-3.0.7-r1.ebuild
+++ b/dev-ruby/ruby-poppler/ruby-poppler-3.0.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ USE_RUBY="ruby20 ruby21 ruby22"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
RDEPEND+=" app-text/poppler[cairo]"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2016-11-13 10:32 Hans de Graaff
0 siblings, 0 replies; 26+ messages in thread
From: Hans de Graaff @ 2016-11-13 10:32 UTC (permalink / raw
To: gentoo-commits
commit: 1125ad6bea579e6a271868af1d14812cec9d8af3
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 10:24:00 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 10:31:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1125ad6b
dev-ruby/ruby-poppler: cleanup; drops x86 stable keyword, bug 587024
Package-Manager: portage-2.3.0
dev-ruby/ruby-poppler/Manifest | 1 -
dev-ruby/ruby-poppler/ruby-poppler-2.2.3.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest
index 180251c..895ce8a 100644
--- a/dev-ruby/ruby-poppler/Manifest
+++ b/dev-ruby/ruby-poppler/Manifest
@@ -1,3 +1,2 @@
-DIST ruby-gnome2-all-2.2.3.tar.gz 1657315 SHA256 1611038c2a49fe051dfcc779aeca8eb47273718d80a0680442504fd54e228154 SHA512 cf6b0c88c91e444f5ff65a4a863630c5455315c08f1b44a5f7c81db51f998d6e83ab62e00276edb4a81ea9942405d76724f52134d2388010ec0f157a6a5dc34e WHIRLPOOL e5a6347b360b64f6b690a28483f8618d58786bbbf1fd6c691952271c85bf1d96dc8c97f1e4ed541f6cf8afac56221950db30873cc83a24210b6feef969eaf4b7
DIST ruby-gnome2-all-3.0.7.tar.gz 1692752 SHA256 4b65da24a5fdd4a774d6f238abcce8a3aca2bad093211bb824fb6a06e5430375 SHA512 0cfd5dd13ef0e0986ddd2235f88ffb21d15e6cb709b47252bb34e587fef88c0234e65f178eccec7dbfd45759ba37f1bbdcee6c7908d3f9daaf3369453b2478ee WHIRLPOOL 0a0e2749f6642485bada7ab22d69a3ed0e4d170a2d0dec6db88e62179264c6093a51c05cca87c64a4a3e9d1bdedb05a92fba81f6098872c06c8cbfa451ccedf2
DIST ruby-gnome2-all-3.0.8.tar.gz 1732574 SHA256 47449f4d9eb9a175fdff5115157b4ea07ad6aa3bff7fa6258d42920b2cbb45a5 SHA512 e30c2cd95db762eff4f5f6d6f03811338657a849fc94d1af71488bb912cc82b85c0aa6860658f6eba66119ef95382ad142661751471a52de9606c5514ec6a6cf WHIRLPOOL 7b0580639ed2d1364e0de0135f9256d014771dfba3e94f6a220a26faa969dcc8cb198eab400ea6ebc25fa89082a8c96cb81ec2b0231784aea3b8e748b322f19e
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-2.2.3.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-2.2.3.ebuild
deleted file mode 100644
index 2d34978..00000000
--- a/dev-ruby/ruby-poppler/ruby-poppler-2.2.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND+=" app-text/poppler[cairo]"
-DEPEND+=" app-text/poppler[cairo]"
-
-ruby_add_rdepend "dev-ruby/ruby-gdkpixbuf2
- >=dev-ruby/ruby-glib2-${PV}
- >=dev-ruby/ruby-gtk2-${PV}"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2017-03-03 7:15 Hans de Graaff
0 siblings, 0 replies; 26+ messages in thread
From: Hans de Graaff @ 2017-03-03 7:15 UTC (permalink / raw
To: gentoo-commits
commit: fc819b979872b3570c4a82e839d36dcad85ce679
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 3 07:01:24 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Mar 3 07:01:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc819b97
dev-ruby/ruby-poppler: cleanup
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ruby/ruby-poppler/Manifest | 1 -
dev-ruby/ruby-poppler/ruby-poppler-3.0.7-r1.ebuild | 32 ----------------------
2 files changed, 33 deletions(-)
diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest
index 895ce8a2adf..1f9af4e6166 100644
--- a/dev-ruby/ruby-poppler/Manifest
+++ b/dev-ruby/ruby-poppler/Manifest
@@ -1,2 +1 @@
-DIST ruby-gnome2-all-3.0.7.tar.gz 1692752 SHA256 4b65da24a5fdd4a774d6f238abcce8a3aca2bad093211bb824fb6a06e5430375 SHA512 0cfd5dd13ef0e0986ddd2235f88ffb21d15e6cb709b47252bb34e587fef88c0234e65f178eccec7dbfd45759ba37f1bbdcee6c7908d3f9daaf3369453b2478ee WHIRLPOOL 0a0e2749f6642485bada7ab22d69a3ed0e4d170a2d0dec6db88e62179264c6093a51c05cca87c64a4a3e9d1bdedb05a92fba81f6098872c06c8cbfa451ccedf2
DIST ruby-gnome2-all-3.0.8.tar.gz 1732574 SHA256 47449f4d9eb9a175fdff5115157b4ea07ad6aa3bff7fa6258d42920b2cbb45a5 SHA512 e30c2cd95db762eff4f5f6d6f03811338657a849fc94d1af71488bb912cc82b85c0aa6860658f6eba66119ef95382ad142661751471a52de9606c5514ec6a6cf WHIRLPOOL 7b0580639ed2d1364e0de0135f9256d014771dfba3e94f6a220a26faa969dcc8cb198eab400ea6ebc25fa89082a8c96cb81ec2b0231784aea3b8e748b322f19e
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.0.7-r1.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.0.7-r1.ebuild
deleted file mode 100644
index ff9e993b827..00000000000
--- a/dev-ruby/ruby-poppler/ruby-poppler-3.0.7-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND+=" app-text/poppler[cairo]"
-DEPEND+=" app-text/poppler[cairo]"
-
-RUBY_PATCHES=( ${P}-type-orientation.patch )
-
-ruby_add_rdepend "dev-ruby/ruby-gdkpixbuf2
- >=dev-ruby/ruby-glib2-${PV}
- >=dev-ruby/ruby-gtk2-${PV}"
-
-all_ruby_prepare() {
- # Avoid compilation of dependencies during test.
- sed -i -e '/if have_make/,/^ end/ s:^:#:' test/run-test.rb || die
-
- # Avoid tests downloading a test PDF directly.
- rm -f test/test_{annotation,document,page}.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} test/run-test.rb || die
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2018-07-07 8:50 Hans de Graaff
0 siblings, 0 replies; 26+ messages in thread
From: Hans de Graaff @ 2018-07-07 8:50 UTC (permalink / raw
To: gentoo-commits
commit: 6c24c2da3bb99cc48a7cf2de4d390053aac7f9c4
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 7 06:54:34 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 7 08:08:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c24c2da
dev-ruby/ruby-poppler: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ruby/ruby-poppler/ruby-poppler-3.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.1.1.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.1.1.ebuild
index 989ff33e2b1..81807b4fa63 100644
--- a/dev-ruby/ruby-poppler/ruby-poppler-3.1.1.ebuild
+++ b/dev-ruby/ruby-poppler/ruby-poppler-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ USE_RUBY="ruby21 ruby22 ruby23 ruby24"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
RDEPEND+=" app-text/poppler[cairo]"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2019-02-11 19:47 Hans de Graaff
0 siblings, 0 replies; 26+ messages in thread
From: Hans de Graaff @ 2019-02-11 19:47 UTC (permalink / raw
To: gentoo-commits
commit: ff0adc73d9bff433eae47be9ca4f57eb96449881
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 11 19:46:12 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Feb 11 19:47:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff0adc73
dev-ruby/ruby-poppler: add 3.3.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-ruby/ruby-poppler/Manifest | 1 +
dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild | 43 +++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest
index 3e4b4adab6c..b403a5aea84 100644
--- a/dev-ruby/ruby-poppler/Manifest
+++ b/dev-ruby/ruby-poppler/Manifest
@@ -1 +1,2 @@
DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 2758a2b34bbb96a9b2aba73f576d6213c9add2bd37ac85ed083a2bfb050d5327d7332ee1b9a8445e69aab0c4721ba446b4cb66c26273818ba930cce389eda152 SHA512 be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9
+DIST ruby-gnome2-all-3.3.2.tar.gz 2310841 BLAKE2B 8f50dc289cd097fa476a3419ffec623009395384bcfa965803f3e4e857e095866e0233e7546150c5e54d1e35f71c5e72a2880100a881ba037356208e5d3721ce SHA512 4581aad8c69db2b6be3b067ff60994fb3567d68299f634e085319ac81f51e1d681972ccba715f8e93df3adba155fa8cd3a49929cd77f6eb01856be30e551b21c
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild
new file mode 100644
index 00000000000..9126c3736cb
--- /dev/null
+++ b/dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby poppler-glib bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND+=" app-text/poppler[cairo]"
+DEPEND+=" app-text/poppler[cairo]"
+
+ruby_add_rdepend "
+ ~dev-ruby/ruby-cairo-gobject-${PV}
+ ~dev-ruby/ruby-gio2-${PV}
+"
+
+all_ruby_prepare() {
+ # Avoid compilation of dependencies during test.
+ sed -i -e '/if have_make/,/^ end/ s:^:#:' test/run-test.rb || die
+
+ # Avoid tests downloading a test PDF directly.
+ rm -f test/test_{annotation,document,page}.rb || die
+}
+
+each_ruby_configure() {
+ :
+}
+
+each_ruby_compile() {
+ :
+}
+
+each_ruby_install() {
+ each_fakegem_install
+}
+
+each_ruby_test() {
+ ${RUBY} test/run-test.rb || die
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2019-04-13 17:59 Hans de Graaff
0 siblings, 0 replies; 26+ messages in thread
From: Hans de Graaff @ 2019-04-13 17:59 UTC (permalink / raw
To: gentoo-commits
commit: c2e1c7c6815f4e30fcd4c2790fcaa8f84ddf674e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 17:22:22 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 17:58:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e1c7c6
dev-ruby/ruby-poppler: amd64 stable
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild
index 9126c3736cb..bc9f056fbe6 100644
--- a/dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild
+++ b/dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild
@@ -7,7 +7,7 @@ USE_RUBY="ruby23 ruby24 ruby25 ruby26"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
RDEPEND+=" app-text/poppler[cairo]"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2019-05-11 7:42 Hans de Graaff
0 siblings, 0 replies; 26+ messages in thread
From: Hans de Graaff @ 2019-05-11 7:42 UTC (permalink / raw
To: gentoo-commits
commit: bb57f03fb15cc83c47aadc050ddf65302b48be67
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 07:40:49 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May 11 07:40:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb57f03f
dev-ruby/ruby-poppler: cleanup
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-ruby/ruby-poppler/Manifest | 1 -
dev-ruby/ruby-poppler/ruby-poppler-3.1.1.ebuild | 30 -------------------------
2 files changed, 31 deletions(-)
diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest
index b403a5aea84..1b65a51f45d 100644
--- a/dev-ruby/ruby-poppler/Manifest
+++ b/dev-ruby/ruby-poppler/Manifest
@@ -1,2 +1 @@
-DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 2758a2b34bbb96a9b2aba73f576d6213c9add2bd37ac85ed083a2bfb050d5327d7332ee1b9a8445e69aab0c4721ba446b4cb66c26273818ba930cce389eda152 SHA512 be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9
DIST ruby-gnome2-all-3.3.2.tar.gz 2310841 BLAKE2B 8f50dc289cd097fa476a3419ffec623009395384bcfa965803f3e4e857e095866e0233e7546150c5e54d1e35f71c5e72a2880100a881ba037356208e5d3721ce SHA512 4581aad8c69db2b6be3b067ff60994fb3567d68299f634e085319ac81f51e1d681972ccba715f8e93df3adba155fa8cd3a49929cd77f6eb01856be30e551b21c
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.1.1.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.1.1.ebuild
deleted file mode 100644
index 81807b4fa63..00000000000
--- a/dev-ruby/ruby-poppler/ruby-poppler-3.1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND+=" app-text/poppler[cairo]"
-DEPEND+=" app-text/poppler[cairo]"
-
-ruby_add_rdepend "dev-ruby/ruby-gdkpixbuf2
- >=dev-ruby/ruby-glib2-${PV}
- >=dev-ruby/ruby-gtk2-${PV}"
-
-all_ruby_prepare() {
- # Avoid compilation of dependencies during test.
- sed -i -e '/if have_make/,/^ end/ s:^:#:' test/run-test.rb || die
-
- # Avoid tests downloading a test PDF directly.
- rm -f test/test_{annotation,document,page}.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} test/run-test.rb || die
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2019-05-30 19:12 Hans de Graaff
0 siblings, 0 replies; 26+ messages in thread
From: Hans de Graaff @ 2019-05-30 19:12 UTC (permalink / raw
To: gentoo-commits
commit: 2c3ba799983d6bc3910b64e57d961dcc36833cf6
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 18:56:51 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu May 30 19:12:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c3ba799
dev-ruby/ruby-poppler: add 3.3.6
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
dev-ruby/ruby-poppler/Manifest | 1 +
dev-ruby/ruby-poppler/ruby-poppler-3.3.6.ebuild | 43 +++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest
index 1b65a51f45d..f9915c2e278 100644
--- a/dev-ruby/ruby-poppler/Manifest
+++ b/dev-ruby/ruby-poppler/Manifest
@@ -1 +1,2 @@
DIST ruby-gnome2-all-3.3.2.tar.gz 2310841 BLAKE2B 8f50dc289cd097fa476a3419ffec623009395384bcfa965803f3e4e857e095866e0233e7546150c5e54d1e35f71c5e72a2880100a881ba037356208e5d3721ce SHA512 4581aad8c69db2b6be3b067ff60994fb3567d68299f634e085319ac81f51e1d681972ccba715f8e93df3adba155fa8cd3a49929cd77f6eb01856be30e551b21c
+DIST ruby-gnome2-all-3.3.6.tar.gz 2307419 BLAKE2B 80d981528a7d1ff41400e8555c7576ac299a5e3b7d3fc7f78843ae0bedfa6ad43c79d3ebef60b918236c9054b0e5de462b48a274d1fdd03f6f288ff53d6645a5 SHA512 8bcd439cee77efc70423eeec43380f080b348627384c675e3b3a810e602b5da4f04bc476eccabdf009a442d496442e7a45a23f126bde4b356af70ac9949c27f5
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.3.6.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.3.6.ebuild
new file mode 100644
index 00000000000..ed0b2a50186
--- /dev/null
+++ b/dev-ruby/ruby-poppler/ruby-poppler-3.3.6.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby poppler-glib bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND+=" app-text/poppler[cairo]"
+DEPEND+=" app-text/poppler[cairo]"
+
+ruby_add_rdepend "
+ ~dev-ruby/ruby-cairo-gobject-${PV}
+ ~dev-ruby/ruby-gio2-${PV}
+"
+
+all_ruby_prepare() {
+ # Avoid compilation of dependencies during test.
+ sed -i -e '/if have_make/,/^ end/ s:^:#:' test/run-test.rb || die
+
+ # Avoid tests downloading a test PDF directly.
+ rm -f test/test_{annotation,document,page}.rb || die
+}
+
+each_ruby_configure() {
+ :
+}
+
+each_ruby_compile() {
+ :
+}
+
+each_ruby_install() {
+ each_fakegem_install
+}
+
+each_ruby_test() {
+ ${RUBY} test/run-test.rb || die
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2019-09-07 12:30 Hans de Graaff
0 siblings, 0 replies; 26+ messages in thread
From: Hans de Graaff @ 2019-09-07 12:30 UTC (permalink / raw
To: gentoo-commits
commit: ba31f1cf7eac1086de08704258241273f692df89
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 7 07:35:49 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Sep 7 12:28:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba31f1cf
dev-ruby/ruby-poppler: add 3.3.7
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby-poppler/Manifest | 1 +
dev-ruby/ruby-poppler/ruby-poppler-3.3.7.ebuild | 43 +++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest
index f9915c2e278..0c56169bcbe 100644
--- a/dev-ruby/ruby-poppler/Manifest
+++ b/dev-ruby/ruby-poppler/Manifest
@@ -1,2 +1,3 @@
DIST ruby-gnome2-all-3.3.2.tar.gz 2310841 BLAKE2B 8f50dc289cd097fa476a3419ffec623009395384bcfa965803f3e4e857e095866e0233e7546150c5e54d1e35f71c5e72a2880100a881ba037356208e5d3721ce SHA512 4581aad8c69db2b6be3b067ff60994fb3567d68299f634e085319ac81f51e1d681972ccba715f8e93df3adba155fa8cd3a49929cd77f6eb01856be30e551b21c
DIST ruby-gnome2-all-3.3.6.tar.gz 2307419 BLAKE2B 80d981528a7d1ff41400e8555c7576ac299a5e3b7d3fc7f78843ae0bedfa6ad43c79d3ebef60b918236c9054b0e5de462b48a274d1fdd03f6f288ff53d6645a5 SHA512 8bcd439cee77efc70423eeec43380f080b348627384c675e3b3a810e602b5da4f04bc476eccabdf009a442d496442e7a45a23f126bde4b356af70ac9949c27f5
+DIST ruby-gnome2-all-3.3.7.tar.gz 2316976 BLAKE2B 51fa3da9941254d17332854ad1a7b1bcd016f70aba70cbad7fbdffc9e54ed6f7da8bac09b49ed152bea2cd188d5af64783ef1ad8b754abeebfad358fb261c866 SHA512 4af9a4c6f7bba2b596880ec83e4a43f2afd7f34bb0cdbb42157e65de2517d3b9504eafe08eb63f47f43035bf50351b8a0a4dd7cb1b738e67e8373191910d0bce
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.3.7.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.3.7.ebuild
new file mode 100644
index 00000000000..ed0b2a50186
--- /dev/null
+++ b/dev-ruby/ruby-poppler/ruby-poppler-3.3.7.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby poppler-glib bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND+=" app-text/poppler[cairo]"
+DEPEND+=" app-text/poppler[cairo]"
+
+ruby_add_rdepend "
+ ~dev-ruby/ruby-cairo-gobject-${PV}
+ ~dev-ruby/ruby-gio2-${PV}
+"
+
+all_ruby_prepare() {
+ # Avoid compilation of dependencies during test.
+ sed -i -e '/if have_make/,/^ end/ s:^:#:' test/run-test.rb || die
+
+ # Avoid tests downloading a test PDF directly.
+ rm -f test/test_{annotation,document,page}.rb || die
+}
+
+each_ruby_configure() {
+ :
+}
+
+each_ruby_compile() {
+ :
+}
+
+each_ruby_install() {
+ each_fakegem_install
+}
+
+each_ruby_test() {
+ ${RUBY} test/run-test.rb || die
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2020-02-09 10:24 Hans de Graaff
0 siblings, 0 replies; 26+ messages in thread
From: Hans de Graaff @ 2020-02-09 10:24 UTC (permalink / raw
To: gentoo-commits
commit: 77fbefa1d85817901bbb18ae175f1414a68113f2
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 9 10:22:55 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 10:24:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77fbefa1
dev-ruby/ruby-poppler: add ruby27
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby-poppler/ruby-poppler-3.3.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.3.7.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.3.7.ebuild
index ed0b2a50186..681c77dd5d3 100644
--- a/dev-ruby/ruby-poppler/ruby-poppler-3.3.7.ebuild
+++ b/dev-ruby/ruby-poppler/ruby-poppler-3.3.7.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
inherit ruby-ng-gnome2
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2020-07-30 8:00 Naohiro Aota
0 siblings, 0 replies; 26+ messages in thread
From: Naohiro Aota @ 2020-07-30 8:00 UTC (permalink / raw
To: gentoo-commits
commit: efc8eb0e76695f8a269379fe2e9cbae04264799b
Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 13:35:10 2020 +0000
Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 07:58:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc8eb0e
dev-ruby/ruby-poppler: version bump to 3.4.2
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Naohiro Aota <naota <AT> gentoo.org>
dev-ruby/ruby-poppler/Manifest | 1 +
dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest
index 0c56169bcbe..06bc2a232fe 100644
--- a/dev-ruby/ruby-poppler/Manifest
+++ b/dev-ruby/ruby-poppler/Manifest
@@ -1,3 +1,4 @@
+DIST ruby-gnome2-3.4.3.tar.gz 3136727 BLAKE2B 3b85136b90e7a9de14f38fbdb55d9c143719e697ff60fdd4c09921b5d0c6363cf27b7b2da55d93a95d302e62879c321df20e729d4a3d9d2e8d1f2a4afb8c6e49 SHA512 ac4614647c20080eb850d47938b00eb69730aef6672a35cf290619a5c3e01007ac59e75995e36398a0ddaed61db2f4ccdf9d26d2453fff9d5160073ee73081b8
DIST ruby-gnome2-all-3.3.2.tar.gz 2310841 BLAKE2B 8f50dc289cd097fa476a3419ffec623009395384bcfa965803f3e4e857e095866e0233e7546150c5e54d1e35f71c5e72a2880100a881ba037356208e5d3721ce SHA512 4581aad8c69db2b6be3b067ff60994fb3567d68299f634e085319ac81f51e1d681972ccba715f8e93df3adba155fa8cd3a49929cd77f6eb01856be30e551b21c
DIST ruby-gnome2-all-3.3.6.tar.gz 2307419 BLAKE2B 80d981528a7d1ff41400e8555c7576ac299a5e3b7d3fc7f78843ae0bedfa6ad43c79d3ebef60b918236c9054b0e5de462b48a274d1fdd03f6f288ff53d6645a5 SHA512 8bcd439cee77efc70423eeec43380f080b348627384c675e3b3a810e602b5da4f04bc476eccabdf009a442d496442e7a45a23f126bde4b356af70ac9949c27f5
DIST ruby-gnome2-all-3.3.7.tar.gz 2316976 BLAKE2B 51fa3da9941254d17332854ad1a7b1bcd016f70aba70cbad7fbdffc9e54ed6f7da8bac09b49ed152bea2cd188d5af64783ef1ad8b754abeebfad358fb261c866 SHA512 4af9a4c6f7bba2b596880ec83e4a43f2afd7f34bb0cdbb42157e65de2517d3b9504eafe08eb63f47f43035bf50351b8a0a4dd7cb1b738e67e8373191910d0bce
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild
new file mode 100644
index 00000000000..6d6ee1d4e51
--- /dev/null
+++ b/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby poppler-glib bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND+=" app-text/poppler[cairo,introspection]"
+DEPEND+=" app-text/poppler[cairo,introspection]"
+
+ruby_add_rdepend "
+ ~dev-ruby/ruby-cairo-gobject-${PV}
+ ~dev-ruby/ruby-gio2-${PV}
+"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2021-03-14 1:23 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-03-14 1:23 UTC (permalink / raw
To: gentoo-commits
commit: 6948360350e6417ff75e1f1013570fee45b68b93
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 01:22:43 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 01:22:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69483603
dev-ruby/ruby-poppler: Stabilize 3.4.3 amd64, #774954
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild
index 6d6ee1d4e51..02da7ae88f9 100644
--- a/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild
+++ b/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,7 @@ USE_RUBY="ruby24 ruby25 ruby26 ruby27"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
RDEPEND+=" app-text/poppler[cairo,introspection]"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2021-03-14 9:02 Hans de Graaff
0 siblings, 0 replies; 26+ messages in thread
From: Hans de Graaff @ 2021-03-14 9:02 UTC (permalink / raw
To: gentoo-commits
commit: 73dfc68e52ed17107e68858d19de580d849b604a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 08:44:13 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 09:02:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73dfc68e
dev-ruby/ruby-poppler: cleanup
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby-poppler/Manifest | 3 --
dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild | 43 -------------------------
dev-ruby/ruby-poppler/ruby-poppler-3.3.6.ebuild | 43 -------------------------
dev-ruby/ruby-poppler/ruby-poppler-3.3.7.ebuild | 43 -------------------------
4 files changed, 132 deletions(-)
diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest
index 06bc2a232fe..7f70af3b229 100644
--- a/dev-ruby/ruby-poppler/Manifest
+++ b/dev-ruby/ruby-poppler/Manifest
@@ -1,4 +1 @@
DIST ruby-gnome2-3.4.3.tar.gz 3136727 BLAKE2B 3b85136b90e7a9de14f38fbdb55d9c143719e697ff60fdd4c09921b5d0c6363cf27b7b2da55d93a95d302e62879c321df20e729d4a3d9d2e8d1f2a4afb8c6e49 SHA512 ac4614647c20080eb850d47938b00eb69730aef6672a35cf290619a5c3e01007ac59e75995e36398a0ddaed61db2f4ccdf9d26d2453fff9d5160073ee73081b8
-DIST ruby-gnome2-all-3.3.2.tar.gz 2310841 BLAKE2B 8f50dc289cd097fa476a3419ffec623009395384bcfa965803f3e4e857e095866e0233e7546150c5e54d1e35f71c5e72a2880100a881ba037356208e5d3721ce SHA512 4581aad8c69db2b6be3b067ff60994fb3567d68299f634e085319ac81f51e1d681972ccba715f8e93df3adba155fa8cd3a49929cd77f6eb01856be30e551b21c
-DIST ruby-gnome2-all-3.3.6.tar.gz 2307419 BLAKE2B 80d981528a7d1ff41400e8555c7576ac299a5e3b7d3fc7f78843ae0bedfa6ad43c79d3ebef60b918236c9054b0e5de462b48a274d1fdd03f6f288ff53d6645a5 SHA512 8bcd439cee77efc70423eeec43380f080b348627384c675e3b3a810e602b5da4f04bc476eccabdf009a442d496442e7a45a23f126bde4b356af70ac9949c27f5
-DIST ruby-gnome2-all-3.3.7.tar.gz 2316976 BLAKE2B 51fa3da9941254d17332854ad1a7b1bcd016f70aba70cbad7fbdffc9e54ed6f7da8bac09b49ed152bea2cd188d5af64783ef1ad8b754abeebfad358fb261c866 SHA512 4af9a4c6f7bba2b596880ec83e4a43f2afd7f34bb0cdbb42157e65de2517d3b9504eafe08eb63f47f43035bf50351b8a0a4dd7cb1b738e67e8373191910d0bce
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild
deleted file mode 100644
index bc9f056fbe6..00000000000
--- a/dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND+=" app-text/poppler[cairo]"
-DEPEND+=" app-text/poppler[cairo]"
-
-ruby_add_rdepend "
- ~dev-ruby/ruby-cairo-gobject-${PV}
- ~dev-ruby/ruby-gio2-${PV}
-"
-
-all_ruby_prepare() {
- # Avoid compilation of dependencies during test.
- sed -i -e '/if have_make/,/^ end/ s:^:#:' test/run-test.rb || die
-
- # Avoid tests downloading a test PDF directly.
- rm -f test/test_{annotation,document,page}.rb || die
-}
-
-each_ruby_configure() {
- :
-}
-
-each_ruby_compile() {
- :
-}
-
-each_ruby_install() {
- each_fakegem_install
-}
-
-each_ruby_test() {
- ${RUBY} test/run-test.rb || die
-}
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.3.6.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.3.6.ebuild
deleted file mode 100644
index ed0b2a50186..00000000000
--- a/dev-ruby/ruby-poppler/ruby-poppler-3.3.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND+=" app-text/poppler[cairo]"
-DEPEND+=" app-text/poppler[cairo]"
-
-ruby_add_rdepend "
- ~dev-ruby/ruby-cairo-gobject-${PV}
- ~dev-ruby/ruby-gio2-${PV}
-"
-
-all_ruby_prepare() {
- # Avoid compilation of dependencies during test.
- sed -i -e '/if have_make/,/^ end/ s:^:#:' test/run-test.rb || die
-
- # Avoid tests downloading a test PDF directly.
- rm -f test/test_{annotation,document,page}.rb || die
-}
-
-each_ruby_configure() {
- :
-}
-
-each_ruby_compile() {
- :
-}
-
-each_ruby_install() {
- each_fakegem_install
-}
-
-each_ruby_test() {
- ${RUBY} test/run-test.rb || die
-}
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.3.7.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.3.7.ebuild
deleted file mode 100644
index 681c77dd5d3..00000000000
--- a/dev-ruby/ruby-poppler/ruby-poppler-3.3.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND+=" app-text/poppler[cairo]"
-DEPEND+=" app-text/poppler[cairo]"
-
-ruby_add_rdepend "
- ~dev-ruby/ruby-cairo-gobject-${PV}
- ~dev-ruby/ruby-gio2-${PV}
-"
-
-all_ruby_prepare() {
- # Avoid compilation of dependencies during test.
- sed -i -e '/if have_make/,/^ end/ s:^:#:' test/run-test.rb || die
-
- # Avoid tests downloading a test PDF directly.
- rm -f test/test_{annotation,document,page}.rb || die
-}
-
-each_ruby_configure() {
- :
-}
-
-each_ruby_compile() {
- :
-}
-
-each_ruby_install() {
- each_fakegem_install
-}
-
-each_ruby_test() {
- ${RUBY} test/run-test.rb || die
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2022-03-22 18:43 Jakov Smolić
0 siblings, 0 replies; 26+ messages in thread
From: Jakov Smolić @ 2022-03-22 18:43 UTC (permalink / raw
To: gentoo-commits
commit: 52547c190f828a65a05803f692347a387bbf6624
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 12:57:53 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 18:43:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52547c19
dev-ruby/ruby-poppler: keyword 3.4.3 for ~riscv
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild
index 02da7ae88f9f..ae896fada18a 100644
--- a/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild
+++ b/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,7 @@ USE_RUBY="ruby24 ruby25 ruby26 ruby27"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~riscv ~x86"
IUSE=""
RDEPEND+=" app-text/poppler[cairo,introspection]"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2023-03-11 8:25 Hans de Graaff
0 siblings, 0 replies; 26+ messages in thread
From: Hans de Graaff @ 2023-03-11 8:25 UTC (permalink / raw
To: gentoo-commits
commit: 6ff36ce6cddb0bdd6ed7cdbddf2d634976f10bea
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 08:22:50 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 08:25:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff36ce6
dev-ruby/ruby-poppler: add 3.5.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby-poppler/Manifest | 1 +
dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest
index 7f70af3b2295..c4c74d117a84 100644
--- a/dev-ruby/ruby-poppler/Manifest
+++ b/dev-ruby/ruby-poppler/Manifest
@@ -1 +1,2 @@
DIST ruby-gnome2-3.4.3.tar.gz 3136727 BLAKE2B 3b85136b90e7a9de14f38fbdb55d9c143719e697ff60fdd4c09921b5d0c6363cf27b7b2da55d93a95d302e62879c321df20e729d4a3d9d2e8d1f2a4afb8c6e49 SHA512 ac4614647c20080eb850d47938b00eb69730aef6672a35cf290619a5c3e01007ac59e75995e36398a0ddaed61db2f4ccdf9d26d2453fff9d5160073ee73081b8
+DIST ruby-gnome2-3.5.1.tar.gz 2613400 BLAKE2B ab9b7e3b6322b5b89a6bf4d529d5b5abdfbe50b1e099cfba67f089bab3abd39c2a96b57305b13311e9c34957c57107e31708cc76ffa4c20d84af2294f7bf7bb4 SHA512 9423c18587c11b6c317a58ec817e886c99ab37b29271b1684d7c793655a121c8b20c9630347d5f248e687843fd888e2137dca5d3d232121d87565ee2707f2f21
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild
new file mode 100644
index 000000000000..44060206a44a
--- /dev/null
+++ b/dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby27 ruby30 ruby31"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby poppler-glib bindings"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+IUSE=""
+
+RDEPEND+=" app-text/poppler[cairo,introspection]"
+DEPEND+=" app-text/poppler[cairo,introspection]"
+
+ruby_add_rdepend "
+ ~dev-ruby/ruby-cairo-gobject-${PV}
+ ~dev-ruby/ruby-gio2-${PV}
+"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2023-03-25 7:12 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2023-03-25 7:12 UTC (permalink / raw
To: gentoo-commits
commit: 187c576f92c9e61680d24a6aea433e4270fd757f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 06:40:39 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 07:10:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187c576f
dev-ruby/ruby-poppler: enable ruby32
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild
index 44060206a44a..1bf802e25616 100644
--- a/dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild
+++ b/dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
inherit ruby-ng-gnome2
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2023-03-29 12:05 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2023-03-29 12:05 UTC (permalink / raw
To: gentoo-commits
commit: fed9defb73d57c15e29ade8c2916a0f75908bc78
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 12:04:34 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 12:04:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed9defb
dev-ruby/ruby-poppler: Stabilize 3.5.1 amd64, #903520
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild
index 1bf802e25616..07c3d89aca4b 100644
--- a/dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild
+++ b/dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild
@@ -7,7 +7,7 @@ USE_RUBY="ruby27 ruby30 ruby31 ruby32"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ~riscv ~x86"
IUSE=""
RDEPEND+=" app-text/poppler[cairo,introspection]"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2023-03-29 13:04 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2023-03-29 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 53641f52ef7c2dd7e547fe44b44260d01dd6fa93
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 12:08:52 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 12:56:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53641f52
dev-ruby/ruby-poppler: drop 3.4.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/ruby-poppler/Manifest | 1 -
dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest
index c4c74d117a84..3402145bf8c5 100644
--- a/dev-ruby/ruby-poppler/Manifest
+++ b/dev-ruby/ruby-poppler/Manifest
@@ -1,2 +1 @@
-DIST ruby-gnome2-3.4.3.tar.gz 3136727 BLAKE2B 3b85136b90e7a9de14f38fbdb55d9c143719e697ff60fdd4c09921b5d0c6363cf27b7b2da55d93a95d302e62879c321df20e729d4a3d9d2e8d1f2a4afb8c6e49 SHA512 ac4614647c20080eb850d47938b00eb69730aef6672a35cf290619a5c3e01007ac59e75995e36398a0ddaed61db2f4ccdf9d26d2453fff9d5160073ee73081b8
DIST ruby-gnome2-3.5.1.tar.gz 2613400 BLAKE2B ab9b7e3b6322b5b89a6bf4d529d5b5abdfbe50b1e099cfba67f089bab3abd39c2a96b57305b13311e9c34957c57107e31708cc76ffa4c20d84af2294f7bf7bb4 SHA512 9423c18587c11b6c317a58ec817e886c99ab37b29271b1684d7c793655a121c8b20c9630347d5f248e687843fd888e2137dca5d3d232121d87565ee2707f2f21
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild
deleted file mode 100644
index ae896fada18a..000000000000
--- a/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="amd64 ~ppc ~riscv ~x86"
-IUSE=""
-
-RDEPEND+=" app-text/poppler[cairo,introspection]"
-DEPEND+=" app-text/poppler[cairo,introspection]"
-
-ruby_add_rdepend "
- ~dev-ruby/ruby-cairo-gobject-${PV}
- ~dev-ruby/ruby-gio2-${PV}
-"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2023-04-05 8:25 Naohiro Aota
0 siblings, 0 replies; 26+ messages in thread
From: Naohiro Aota @ 2023-04-05 8:25 UTC (permalink / raw
To: gentoo-commits
commit: 77e196032caeb5531b04c5152a2c37cf6c3971f8
Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 8 15:28:51 2023 +0000
Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 08:25:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e19603
dev-ruby/ruby-poppler: add 4.1.2
Signed-off-by: Naohiro Aota <naota <AT> gentoo.org>
dev-ruby/ruby-poppler/Manifest | 1 +
dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest
index 3402145bf8c5..d288a30647ef 100644
--- a/dev-ruby/ruby-poppler/Manifest
+++ b/dev-ruby/ruby-poppler/Manifest
@@ -1 +1,2 @@
DIST ruby-gnome2-3.5.1.tar.gz 2613400 BLAKE2B ab9b7e3b6322b5b89a6bf4d529d5b5abdfbe50b1e099cfba67f089bab3abd39c2a96b57305b13311e9c34957c57107e31708cc76ffa4c20d84af2294f7bf7bb4 SHA512 9423c18587c11b6c317a58ec817e886c99ab37b29271b1684d7c793655a121c8b20c9630347d5f248e687843fd888e2137dca5d3d232121d87565ee2707f2f21
+DIST ruby-gnome2-4.1.2.tar.gz 2708791 BLAKE2B ef24788d8c65f96c76b43d8adc38af21dfb3bfe2f8ae2157f6978993fe65e9735030e9912e8eb1ff5ff90ab1c67701ae61ac3b0790cb285646f26b6193d74be5 SHA512 898ae5bcd7a6347d7392b7888c19493905f6e660afb61f17a60b1f22e4069329ef6ccc9277375a2c40b4d998a309b61de6797f50c4633c0f5de22d2e85252537
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild
new file mode 100644
index 000000000000..44060206a44a
--- /dev/null
+++ b/dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby27 ruby30 ruby31"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby poppler-glib bindings"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+IUSE=""
+
+RDEPEND+=" app-text/poppler[cairo,introspection]"
+DEPEND+=" app-text/poppler[cairo,introspection]"
+
+ruby_add_rdepend "
+ ~dev-ruby/ruby-cairo-gobject-${PV}
+ ~dev-ruby/ruby-gio2-${PV}
+"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2023-06-01 17:16 Arthur Zamarin
0 siblings, 0 replies; 26+ messages in thread
From: Arthur Zamarin @ 2023-06-01 17:16 UTC (permalink / raw
To: gentoo-commits
commit: 0d4b641c41f9d37f6b28c14849808b2f0dc788d8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 1 17:15:52 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 1 17:15:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4b641c
dev-ruby/ruby-poppler: Stabilize 4.1.2 amd64, #907549
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild
index 44060206a44a..b7a4dab838b4 100644
--- a/dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild
+++ b/dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild
@@ -7,7 +7,7 @@ USE_RUBY="ruby27 ruby30 ruby31"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ~riscv ~x86"
IUSE=""
RDEPEND+=" app-text/poppler[cairo,introspection]"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2023-06-12 3:42 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2023-06-12 3:42 UTC (permalink / raw
To: gentoo-commits
commit: 6027285663a607d8f7131e9a86e21deb685fb482
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 03:23:24 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 03:41:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60272856
dev-ruby/ruby-poppler: forward ruby32
Closes: https://github.com/gentoo/gentoo/pull/31391
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild
index b7a4dab838b4..e31095a2fa88 100644
--- a/dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild
+++ b/dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
inherit ruby-ng-gnome2
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/
@ 2023-06-12 3:42 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2023-06-12 3:42 UTC (permalink / raw
To: gentoo-commits
commit: d55a9c7c5cb21a38da156cf5667b4ca14cfbb8dd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 02:52:21 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 02:52:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55a9c7c
dev-ruby/ruby-poppler: drop 3.5.1
Bug: https://bugs.gentoo.org/908378
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/ruby-poppler/Manifest | 1 -
dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest
index d288a30647ef..023bc72357e4 100644
--- a/dev-ruby/ruby-poppler/Manifest
+++ b/dev-ruby/ruby-poppler/Manifest
@@ -1,2 +1 @@
-DIST ruby-gnome2-3.5.1.tar.gz 2613400 BLAKE2B ab9b7e3b6322b5b89a6bf4d529d5b5abdfbe50b1e099cfba67f089bab3abd39c2a96b57305b13311e9c34957c57107e31708cc76ffa4c20d84af2294f7bf7bb4 SHA512 9423c18587c11b6c317a58ec817e886c99ab37b29271b1684d7c793655a121c8b20c9630347d5f248e687843fd888e2137dca5d3d232121d87565ee2707f2f21
DIST ruby-gnome2-4.1.2.tar.gz 2708791 BLAKE2B ef24788d8c65f96c76b43d8adc38af21dfb3bfe2f8ae2157f6978993fe65e9735030e9912e8eb1ff5ff90ab1c67701ae61ac3b0790cb285646f26b6193d74be5 SHA512 898ae5bcd7a6347d7392b7888c19493905f6e660afb61f17a60b1f22e4069329ef6ccc9277375a2c40b4d998a309b61de6797f50c4633c0f5de22d2e85252537
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild
deleted file mode 100644
index 07c3d89aca4b..000000000000
--- a/dev-ruby/ruby-poppler/ruby-poppler-3.5.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby poppler-glib bindings"
-KEYWORDS="amd64 ~ppc ~riscv ~x86"
-IUSE=""
-
-RDEPEND+=" app-text/poppler[cairo,introspection]"
-DEPEND+=" app-text/poppler[cairo,introspection]"
-
-ruby_add_rdepend "
- ~dev-ruby/ruby-cairo-gobject-${PV}
- ~dev-ruby/ruby-gio2-${PV}
-"
^ permalink raw reply related [flat|nested] 26+ messages in thread
end of thread, other threads:[~2023-06-12 3:42 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-25 9:21 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2023-06-12 3:42 Sam James
2023-06-12 3:42 Sam James
2023-06-01 17:16 Arthur Zamarin
2023-04-05 8:25 Naohiro Aota
2023-03-29 13:04 Sam James
2023-03-29 12:05 Sam James
2023-03-25 7:12 Sam James
2023-03-11 8:25 Hans de Graaff
2022-03-22 18:43 Jakov Smolić
2021-03-14 9:02 Hans de Graaff
2021-03-14 1:23 Sam James
2020-07-30 8:00 Naohiro Aota
2020-02-09 10:24 Hans de Graaff
2019-09-07 12:30 Hans de Graaff
2019-05-30 19:12 Hans de Graaff
2019-05-11 7:42 Hans de Graaff
2019-04-13 17:59 Hans de Graaff
2019-02-11 19:47 Hans de Graaff
2018-07-07 8:50 Hans de Graaff
2017-03-03 7:15 Hans de Graaff
2016-11-13 10:32 Hans de Graaff
2016-11-06 14:35 Hans de Graaff
2016-11-06 14:01 Hans de Graaff
2016-06-25 9:21 Hans de Graaff
2015-10-11 13:49 Hans de Graaff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox