public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/
@ 2016-04-23  5:08 Hans de Graaff
  0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2016-04-23  5:08 UTC (permalink / raw
  To: gentoo-commits

commit:     1e679ac130213c330de1f1b4fdcab43e6fa9820a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 05:32:55 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 05:08:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e679ac1

dev-ruby/ruby-sdl: mark ruby21 revision stable

Package-Manager: portage-2.2.26

 dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
index 4b2868c..476d10a 100644
--- a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
+++ b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.kmc.gr.jp/~ohai/rubysdl.en.html"
 SRC_URI="https://github.com/ohai/rubysdl/archive/${RELEASE}.tar.gz -> ${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 IUSE="image mixer truetype mpeg sge"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/
@ 2016-04-23  5:08 Hans de Graaff
  0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2016-04-23  5:08 UTC (permalink / raw
  To: gentoo-commits

commit:     c645a52e41df0958a6224b14b85356a383cd97ae
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 05:33:14 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 05:08:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c645a52e

dev-ruby/ruby-sdl: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r1.ebuild | 69 ------------------------------
 1 file changed, 69 deletions(-)

diff --git a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r1.ebuild b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r1.ebuild
deleted file mode 100644
index 6ef368e..0000000
--- a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r1.ebuild
+++ /dev/null
@@ -1,69 +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 eutils ruby-ng
-
-RELEASE="rel-${PV//./-}"
-RUBY_S="rubysdl-${RELEASE}"
-
-DESCRIPTION="Ruby/SDL: Ruby bindings for SDL"
-HOMEPAGE="http://www.kmc.gr.jp/~ohai/rubysdl.en.html"
-SRC_URI="https://github.com/ohai/rubysdl/archive/${RELEASE}.tar.gz -> ${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-IUSE="image mixer truetype mpeg sge"
-
-CDEPEND="
-	>=media-libs/libsdl-1.2.5
-	truetype? ( >=media-libs/sdl-ttf-2.0.6 )
-	image? ( >=media-libs/sdl-image-1.2.2 )
-	mixer? ( >=media-libs/sdl-mixer-1.2.4 )
-	mpeg? ( >=media-libs/smpeg-0.4.4-r1 )
-	sge? ( media-libs/sge )"
-DEPEND="${DEPEND} ${CDEPEND}"
-RDEPEND="${RDEPEND} ${CDEPEND}"
-
-each_ruby_configure() {
-	${RUBY} extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-	emake V=1 || die "emake failed"
-}
-
-each_ruby_install() {
-	emake V=1 DESTDIR="${D}" install || die "einstall failed"
-}
-
-all_ruby_install() {
-	dodoc README.en README.ja NEWS.en NEWS.ja
-	insinto /usr/share/doc/${P}/doc
-	doins doc-en/*
-	insinto /usr/share/doc/${P}/sample
-	doins sample/*
-}
-
-pkg_postinst () {
-	if ! use image || ! use mixer || ! use truetype || ! use mpeg || ! use sge; then
-		echo ""
-		ewarn "If any of the following packages are not installed, Ruby/SDL"
-		ewarn "will be missing some functionality. This is ok, but may"
-		ewarn "cause errors in Ruby/SDL programs that need these libraries:"
-		ewarn ""
-		ewarn "\tmedia-libs/sdl-image\tImage loading (PNG, JPEG, etc.)"
-		ewarn "\tmedia-libs/sdl-mixer\tSound mixing"
-		ewarn "\tmedia-libs/sdl-ttf\tTrueType Fonts"
-		ewarn "\tmedia-libs/sge\t\tVarious cool graphics extensions"
-		ewarn "\tmedia-libs/smpeg\tMPEG playback (including mp3)"
-		ewarn ""
-		ewarn "If you need the functionality offered by these libraries,"
-		ewarn "emerge the desired libraries, then re-emerge dev-ruby/rubysdl"
-		echo ""
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/
@ 2016-04-23  5:08 Hans de Graaff
  0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2016-04-23  5:08 UTC (permalink / raw
  To: gentoo-commits

commit:     5ad20ce99fe5ae616755382f0194abde1a3a81c2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 05:33:45 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 05:08:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad20ce9

dev-ruby/ruby-sdl: drop ruby19

Package-Manager: portage-2.2.26

 dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
index 476d10a..c4aaff5 100644
--- a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
+++ b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 inherit eutils ruby-ng
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/
@ 2017-02-26  7:50 Hans de Graaff
  0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2017-02-26  7:50 UTC (permalink / raw
  To: gentoo-commits

commit:     db049fbb2e3dd6fbfba8ca20b69a16195dc50b4c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 07:30:02 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 07:30:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db049fbb

dev-ruby/ruby-sdl: add ruby23, ruby24

Package-Manager: portage-2.3.3

 dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
index c4aaff5d45..a5ef38bef7 100644
--- a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
+++ b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 inherit eutils ruby-ng
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/
@ 2018-02-11 19:14 Hans de Graaff
  0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2018-02-11 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a5f1d49ec9e270d2f01c7521916fa07cd05dffa5
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 15:03:34 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 19:13:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f1d49e

dev-ruby/ruby-sdl: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
index b9c47ca29cb..cc3aacac6c0 100644
--- a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
+++ b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 inherit eutils ruby-ng
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/
@ 2018-03-27 21:38 Aaron Bauman
  0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2018-03-27 21:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4a34495ff64775f77c4c9ebc7b4d77a35debebc2
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar 17 16:22:23 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Mar 27 21:38:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a34495f

dev-ruby/ruby-sdl: use HTTPS

 dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
index cc3aacac6c0..ca4a0d9ed64 100644
--- a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
+++ b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
@@ -10,7 +10,7 @@ RELEASE="rel-${PV//./-}"
 RUBY_S="rubysdl-${RELEASE}"
 
 DESCRIPTION="Ruby/SDL: Ruby bindings for SDL"
-HOMEPAGE="http://www.kmc.gr.jp/~ohai/rubysdl.en.html"
+HOMEPAGE="https://www.kmc.gr.jp/~ohai/rubysdl.en.html"
 SRC_URI="https://github.com/ohai/rubysdl/archive/${RELEASE}.tar.gz -> ${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/
@ 2019-01-22 18:18 Hans de Graaff
  0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2019-01-22 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     8134024b2e6e79bf52fb3a697f5017f1425ad759
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 22 16:36:50 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jan 22 18:17:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8134024b

dev-ruby/ruby-sdl: add ruby26

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
index ca4a0d9ed64..e4f16096308 100644
--- a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
+++ b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 inherit eutils ruby-ng
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/
@ 2020-08-21 15:02 Hans de Graaff
  0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2020-08-21 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d0d628e61e0e1999cfc9354695bb1d526161836d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 09:34:24 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 15:01:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d628e6

dev-ruby/ruby-sdl: fix libsdl dependency

Joystick support is required.

Closes: https://bugs.gentoo.org/737714
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild | 65 ++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diff --git a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild
new file mode 100644
index 00000000000..db796f0a03d
--- /dev/null
+++ b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+inherit ruby-ng
+
+RELEASE="rel-${PV//./-}"
+RUBY_S="rubysdl-${RELEASE}"
+
+DESCRIPTION="Ruby/SDL: Ruby bindings for SDL"
+HOMEPAGE="https://www.kmc.gr.jp/~ohai/rubysdl.en.html"
+SRC_URI="https://github.com/ohai/rubysdl/archive/${RELEASE}.tar.gz -> ${P}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE="image mixer truetype mpeg sge"
+
+CDEPEND="
+	>=media-libs/libsdl-1.2.5[joystick]
+	truetype? ( >=media-libs/sdl-ttf-2.0.6 )
+	image? ( >=media-libs/sdl-image-1.2.2 )
+	mixer? ( >=media-libs/sdl-mixer-1.2.4 )
+	mpeg? ( >=media-libs/smpeg-0.4.4-r1 )
+	sge? ( media-libs/sge )"
+DEPEND="${DEPEND} ${CDEPEND}"
+RDEPEND="${RDEPEND} ${CDEPEND}"
+
+each_ruby_configure() {
+	${RUBY} extconf.rb || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+	emake V=1
+}
+
+each_ruby_install() {
+	emake V=1 DESTDIR="${D}" install
+}
+
+all_ruby_install() {
+	dodoc README.en README.ja NEWS.en NEWS.ja
+	dodoc -r doc-en sample
+}
+
+pkg_postinst() {
+	if ! use image || ! use mixer || ! use truetype || ! use mpeg || ! use sge; then
+		echo ""
+		ewarn "If any of the following packages are not installed, Ruby/SDL"
+		ewarn "will be missing some functionality. This is ok, but may"
+		ewarn "cause errors in Ruby/SDL programs that need these libraries:"
+		ewarn ""
+		ewarn "\tmedia-libs/sdl-image\tImage loading (PNG, JPEG, etc.)"
+		ewarn "\tmedia-libs/sdl-mixer\tSound mixing"
+		ewarn "\tmedia-libs/sdl-ttf\tTrueType Fonts"
+		ewarn "\tmedia-libs/sge\t\tVarious cool graphics extensions"
+		ewarn "\tmedia-libs/smpeg\tMPEG playback (including mp3)"
+		ewarn ""
+		ewarn "If you need the functionality offered by these libraries,"
+		ewarn "emerge the desired libraries, then re-emerge dev-ruby/rubysdl"
+		echo ""
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/
@ 2020-08-22  7:56 Hans de Graaff
  0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2020-08-22  7:56 UTC (permalink / raw
  To: gentoo-commits

commit:     a4771c65c6b9ea044ec467e65d24b36d439b9bd6
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 05:51:57 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 07:55:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4771c65

dev-ruby/ruby-sdl: avoid QA notice

Remove a duplicate already compressed sample file.

Closes: https://bugs.gentoo.org/738502
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild
index db796f0a03d..39b94a9ed94 100644
--- a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild
+++ b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild
@@ -28,6 +28,11 @@ CDEPEND="
 DEPEND="${DEPEND} ${CDEPEND}"
 RDEPEND="${RDEPEND} ${CDEPEND}"
 
+all_ruby_prepare() {
+	# Remove already compressed image
+	rm -f sample/icon.bmp.gz || die
+}
+
 each_ruby_configure() {
 	${RUBY} extconf.rb || die "extconf.rb failed"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/
@ 2021-07-03  7:22 Hans de Graaff
  0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2021-07-03  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     2fd77f8e8386f6507aa7f701cf056818ec7445cd
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  3 07:15:54 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul  3 07:22:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd77f8e

dev-ruby/ruby-sdl: move stable keywords forward

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild
index 39b94a9ed94..c377c03af5d 100644
--- a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild
+++ b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.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
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.kmc.gr.jp/~ohai/rubysdl.en.html"
 SRC_URI="https://github.com/ohai/rubysdl/archive/${RELEASE}.tar.gz -> ${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 IUSE="image mixer truetype mpeg sge"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/
@ 2021-07-16  8:52 Hans de Graaff
  0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2021-07-16  8:52 UTC (permalink / raw
  To: gentoo-commits

commit:     90e5b2b2347e7de8630787c36a6aa0cf172e57b5
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 16 08:04:30 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 08:52:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e5b2b2

dev-ruby/ruby-sdl: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild | 68 ------------------------------
 1 file changed, 68 deletions(-)

diff --git a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
deleted file mode 100644
index cb9e8e2db86..00000000000
--- a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-inherit ruby-ng
-
-RELEASE="rel-${PV//./-}"
-RUBY_S="rubysdl-${RELEASE}"
-
-DESCRIPTION="Ruby/SDL: Ruby bindings for SDL"
-HOMEPAGE="https://www.kmc.gr.jp/~ohai/rubysdl.en.html"
-SRC_URI="https://github.com/ohai/rubysdl/archive/${RELEASE}.tar.gz -> ${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-IUSE="image mixer truetype mpeg sge"
-
-CDEPEND="
-	>=media-libs/libsdl-1.2.5
-	truetype? ( >=media-libs/sdl-ttf-2.0.6 )
-	image? ( >=media-libs/sdl-image-1.2.2 )
-	mixer? ( >=media-libs/sdl-mixer-1.2.4 )
-	mpeg? ( >=media-libs/smpeg-0.4.4-r1 )
-	sge? ( media-libs/sge )"
-DEPEND="${DEPEND} ${CDEPEND}"
-RDEPEND="${RDEPEND} ${CDEPEND}"
-
-each_ruby_configure() {
-	${RUBY} extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-	emake V=1
-}
-
-each_ruby_install() {
-	emake V=1 DESTDIR="${D}" install
-}
-
-all_ruby_install() {
-	dodoc README.en README.ja NEWS.en NEWS.ja
-	insinto /usr/share/doc/${P}/doc
-	doins doc-en/*
-	insinto /usr/share/doc/${P}/sample
-	doins sample/*
-}
-
-pkg_postinst() {
-	if ! use image || ! use mixer || ! use truetype || ! use mpeg || ! use sge; then
-		echo ""
-		ewarn "If any of the following packages are not installed, Ruby/SDL"
-		ewarn "will be missing some functionality. This is ok, but may"
-		ewarn "cause errors in Ruby/SDL programs that need these libraries:"
-		ewarn ""
-		ewarn "\tmedia-libs/sdl-image\tImage loading (PNG, JPEG, etc.)"
-		ewarn "\tmedia-libs/sdl-mixer\tSound mixing"
-		ewarn "\tmedia-libs/sdl-ttf\tTrueType Fonts"
-		ewarn "\tmedia-libs/sge\t\tVarious cool graphics extensions"
-		ewarn "\tmedia-libs/smpeg\tMPEG playback (including mp3)"
-		ewarn ""
-		ewarn "If you need the functionality offered by these libraries,"
-		ewarn "emerge the desired libraries, then re-emerge dev-ruby/rubysdl"
-		echo ""
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/
@ 2022-04-28  5:09 Hans de Graaff
  0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2022-04-28  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ed15bf2bce7153ddf7155172bb7e1dd25f6b2d54
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 11:26:08 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 05:09:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed15bf2b

dev-ruby/ruby-sdl: enable ruby30, ruby31 and disable ruby25

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

 dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild
index c377c03af5da..43c4580b3a0a 100644
--- a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild
+++ b/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 inherit ruby-ng
 


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

end of thread, other threads:[~2022-04-28  5:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-03  7:22 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2022-04-28  5:09 Hans de Graaff
2021-07-16  8:52 Hans de Graaff
2020-08-22  7:56 Hans de Graaff
2020-08-21 15:02 Hans de Graaff
2019-01-22 18:18 Hans de Graaff
2018-03-27 21:38 Aaron Bauman
2018-02-11 19:14 Hans de Graaff
2017-02-26  7:50 Hans de Graaff
2016-04-23  5:08 Hans de Graaff
2016-04-23  5:08 Hans de Graaff
2016-04-23  5:08 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