[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/, profiles/

2022-11-23 Thread Jakov Smolić
commit: 08381b1415c46dab42cc5d53d3d0be7cb514292a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Nov 24 06:33:05 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Nov 24 06:36:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08381b14

dev-ruby/ruby-sdl: treeclean

Closes: https://bugs.gentoo.org/875254
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ruby/ruby-sdl/Manifest |  1 -
 dev-ruby/ruby-sdl/metadata.xml | 16 ---
 dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild | 70 --
 profiles/package.mask  |  7 ---
 4 files changed, 94 deletions(-)

diff --git a/dev-ruby/ruby-sdl/Manifest b/dev-ruby/ruby-sdl/Manifest
deleted file mode 100644
index 6f6345227ac6..
--- a/dev-ruby/ruby-sdl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ruby-sdl-2.1.2.tar.gz 178105 BLAKE2B 
84870279edcf2616159861267ffc8666b482786f43a30c8729cd4c59f25219956648270452bf38b72115e05235786ec8c0f0e7913469cc8573d9eda813d25726
 SHA512 
1ddae367fb4145cc8142edbf3c61acaf56604054f710ac37cadb8d04f93db24fc3595c1bc8e0fb5f330aabc815884f31b5f2a39c0108026fca442fc0b3bc2807

diff --git a/dev-ruby/ruby-sdl/metadata.xml b/dev-ruby/ruby-sdl/metadata.xml
deleted file mode 100644
index 5334d73e1c74..
--- a/dev-ruby/ruby-sdl/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-r...@gentoo.org
-Gentoo Ruby Project
-  
-  
-Enable media-libs/sdl-image support
-Enable media-libs/sdl-mixer support
-Enable sdl-sge support
-  
-  
-ohai/rubysdl
-  
-

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
deleted file mode 100644
index 43c4580b3a0a..
--- a/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r3.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-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}"
-
-all_ruby_prepare() {
-   # Remove already compressed image
-   rm -f sample/icon.bmp.gz || die
-}
-
-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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 341d720bd5cb..4abbc43e7f3b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -433,13 +433,6 @@ games-fps/qudos
 # tests fail. Removal on 2022-11-22. Bug #741200, #875686.
 sci-calculators/grpn
 
-# Hans de Graaff  (2022-10-22)
-# Last release upstream 10 years ago. No longer compiles with latest
-# clang (bug #875254) and doubtful that this actually works with recent
-# ruby versions.
-# Masked for removal in 30 days.
-dev-ruby/ruby-sdl
-
 # John Helmert III  (2022-10-16)
 # 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/

2022-04-27 Thread Hans de Graaff
commit: ed15bf2bce7153ddf7155172bb7e1dd25f6b2d54
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 27 11:26:08 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 28 05:09:51 2022 +
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  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
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/

2021-07-16 Thread Hans de Graaff
commit: 90e5b2b2347e7de8630787c36a6aa0cf172e57b5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 16 08:04:30 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 16 08:52:24 2021 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/

2021-07-03 Thread Hans de Graaff
commit: 2fd77f8e8386f6507aa7f701cf056818ec7445cd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul  3 07:15:54 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul  3 07:22:32 2021 +
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  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"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/

2020-08-22 Thread Hans de Graaff
commit: a4771c65c6b9ea044ec467e65d24b36d439b9bd6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 22 05:51:57 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 22 07:55:48 2020 +
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  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"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/

2020-08-21 Thread Hans de Graaff
commit: d0d628e61e0e1999cfc9354695bb1d526161836d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 21 09:34:24 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 21 15:01:41 2020 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/

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

dev-ruby/ruby-sdl: add ruby26

Signed-off-by: Hans de Graaff  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
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/

2018-03-27 Thread Aaron Bauman
commit: 4a34495ff64775f77c4c9ebc7b4d77a35debebc2
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 17 16:22:23 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 27 21:38:08 2018 +
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"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/

2018-02-11 Thread Hans de Graaff
commit: a5f1d49ec9e270d2f01c7521916fa07cd05dffa5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 11 15:03:34 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 11 19:13:48 2018 +
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
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/

2017-02-25 Thread Hans de Graaff
commit: db049fbb2e3dd6fbfba8ca20b69a16195dc50b4c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 26 07:30:02 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 26 07:30:02 2017 +
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
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/

2016-04-22 Thread Hans de Graaff
commit: 1e679ac130213c330de1f1b4fdcab43e6fa9820a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 22 05:32:55 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 23 05:08:36 2016 +
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"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/

2016-04-22 Thread Hans de Graaff
commit: 5ad20ce99fe5ae616755382f0194abde1a3a81c2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 22 05:33:45 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 23 05:08:45 2016 +
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
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-sdl/

2016-04-22 Thread Hans de Graaff
commit: c645a52e41df0958a6224b14b85356a383cd97ae
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 22 05:33:14 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 23 05:08:42 2016 +
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..000
--- 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
-}