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

2024-06-29 Thread Hans de Graaff
commit: 039423c1844c92052032f876a881edde1b890019
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 29 07:14:00 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 29 07:14:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039423c1

dev-ruby/uconv: remove masked package

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

 dev-ruby/uconv/Manifest  |  1 -
 dev-ruby/uconv/metadata.xml  |  8 
 dev-ruby/uconv/uconv-0.6.1-r3.ebuild | 37 
 3 files changed, 46 deletions(-)

diff --git a/dev-ruby/uconv/Manifest b/dev-ruby/uconv/Manifest
deleted file mode 100644
index 9afb5b196768..
--- a/dev-ruby/uconv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST uconv-0.6.1.tar.gz 740417 BLAKE2B 
41bd221121e301d5df365f6d9eca56fd37e3185cbe75f653d60fe3df5d62c385c831607086330e56c45e280627cb03247be230e655f293c09d671fd1ee574723
 SHA512 
6f964e42886f498bd6c4111e522143d8d958b8c6e401d26f784fdf1441684f1fde7cfdc35a08d3707a42e305d5508d9ff3fbc1b735298f8af2aae3923cbda68d

diff --git a/dev-ruby/uconv/metadata.xml b/dev-ruby/uconv/metadata.xml
deleted file mode 100644
index 658c72b1920d..
--- a/dev-ruby/uconv/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   r...@gentoo.org
-   Gentoo Ruby Project
-
-

diff --git a/dev-ruby/uconv/uconv-0.6.1-r3.ebuild 
b/dev-ruby/uconv/uconv-0.6.1-r3.ebuild
deleted file mode 100644
index a2b77f54d30d..
--- a/dev-ruby/uconv/uconv-0.6.1-r3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-inherit ruby-ng
-
-DESCRIPTION="A module to convert ISO/IEC 10646 (Unicode) string and Japanese 
strings"
-HOMEPAGE="http://www.yoshidam.net/Ruby.html#uconv";
-SRC_URI="http://www.yoshidam.net/${P}.tar.gz";
-LICENSE="Ruby-BSD"
-SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 x86"
-IUSE=""
-
-RUBY_S=${PN}
-
-all_ruby_prepare() {
-   sed -i -e '/^\$CFLAGS = ""/d' extconf.rb || die "Unable to remove 
CFLAGS line"
-}
-
-each_ruby_configure() {
-   ${RUBY} extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1
-}
-
-each_ruby_install() {
-   emake V=1 DESTDIR="${D}" install
-}
-
-all_ruby_install() {
-   dodoc README*
-}



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

2023-03-10 Thread Hans de Graaff
commit: eeb51f9ebd35bd3347c285a45a953c7f55ec5ef4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 10 13:40:57 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 10 20:29:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb51f9e

dev-ruby/uconv: enable ruby32

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

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

diff --git a/dev-ruby/uconv/uconv-0.6.1-r3.ebuild 
b/dev-ruby/uconv/uconv-0.6.1-r3.ebuild
index 2a2aad113a40..a2b77f54d30d 100644
--- a/dev-ruby/uconv/uconv-0.6.1-r3.ebuild
+++ b/dev-ruby/uconv/uconv-0.6.1-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 inherit ruby-ng
 



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

2022-07-30 Thread Hans de Graaff
commit: 6f1925db56e4f80d18669626fa93bc183bd910c1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 30 08:16:24 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 30 08:22:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1925db

dev-ruby/uconv: update LICENSE

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

 dev-ruby/uconv/uconv-0.6.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/uconv/uconv-0.6.1-r3.ebuild 
b/dev-ruby/uconv/uconv-0.6.1-r3.ebuild
index 2dd352c0a3ff..2a2aad113a40 100644
--- a/dev-ruby/uconv/uconv-0.6.1-r3.ebuild
+++ b/dev-ruby/uconv/uconv-0.6.1-r3.ebuild
@@ -9,7 +9,7 @@ inherit ruby-ng
 DESCRIPTION="A module to convert ISO/IEC 10646 (Unicode) string and Japanese 
strings"
 HOMEPAGE="http://www.yoshidam.net/Ruby.html#uconv";
 SRC_URI="http://www.yoshidam.net/${P}.tar.gz";
-LICENSE="Ruby"
+LICENSE="Ruby-BSD"
 SLOT="0"
 KEYWORDS="~amd64 ppc ppc64 x86"
 IUSE=""



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

2022-04-16 Thread Hans de Graaff
commit: 32c8ed9c386fb8f93c3b00c1fd409708b4ef4efa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 17 05:36:49 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 17 06:56:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c8ed9c

dev-ruby/uconv: enable ruby31

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

 dev-ruby/uconv/uconv-0.6.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/uconv/uconv-0.6.1-r3.ebuild 
b/dev-ruby/uconv/uconv-0.6.1-r3.ebuild
index a6c7a17307b8..2dd352c0a3ff 100644
--- a/dev-ruby/uconv/uconv-0.6.1-r3.ebuild
+++ b/dev-ruby/uconv/uconv-0.6.1-r3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 inherit ruby-ng
 



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

2022-01-14 Thread Hans de Graaff
commit: 3f17e953b0fcb7f513b51f5032b3e9cbf06ffeca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 15 06:37:19 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 15 06:37:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f17e953

dev-ruby/uconv: stable all arches

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/uconv/uconv-0.6.1-r3.ebuild 
b/dev-ruby/uconv/uconv-0.6.1-r3.ebuild
index 8af5f475d2da..a6c7a17307b8 100644
--- a/dev-ruby/uconv/uconv-0.6.1-r3.ebuild
+++ b/dev-ruby/uconv/uconv-0.6.1-r3.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=8
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.yoshidam.net/Ruby.html#uconv";
 SRC_URI="http://www.yoshidam.net/${P}.tar.gz";
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 x86"
 IUSE=""
 
 RUBY_S=${PN}



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

2022-01-14 Thread Hans de Graaff
commit: a5015beaf8e9853ab9d83c6cb570681f29621795
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 15 06:37:33 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 15 06:37:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5015bea

dev-ruby/uconv: cleanup

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/uconv/uconv-0.6.1-r2.ebuild | 37 
 1 file changed, 37 deletions(-)

diff --git a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild 
b/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
deleted file mode 100644
index 2a8410e1ec06..
--- a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-inherit ruby-ng
-
-DESCRIPTION="A module to convert ISO/IEC 10646 (Unicode) string and Japanese 
strings"
-HOMEPAGE="http://www.yoshidam.net/Ruby.html#uconv";
-SRC_URI="http://www.yoshidam.net/${P}.tar.gz";
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 x86"
-IUSE=""
-
-RUBY_S=${PN}
-
-all_ruby_prepare() {
-   sed -i -e '/^\$CFLAGS = ""/d' extconf.rb || die "Unable to remove 
CFLAGS line"
-}
-
-each_ruby_configure() {
-   ${RUBY} extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1
-}
-
-each_ruby_install() {
-   emake V=1 DESTDIR="${D}" install
-}
-
-all_ruby_install() {
-   dodoc README*
-}



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

2021-11-23 Thread Hans de Graaff
commit: 5d7a4077ec80fdba320d7a8fd09fd6d708e93e2f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 11:38:39 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov 24 06:37:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7a4077

dev-ruby/uconv: add ruby30

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/uconv/uconv-0.6.1-r3.ebuild | 37 
 1 file changed, 37 insertions(+)

diff --git a/dev-ruby/uconv/uconv-0.6.1-r3.ebuild 
b/dev-ruby/uconv/uconv-0.6.1-r3.ebuild
new file mode 100644
index ..8af5f475d2da
--- /dev/null
+++ b/dev-ruby/uconv/uconv-0.6.1-r3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+inherit ruby-ng
+
+DESCRIPTION="A module to convert ISO/IEC 10646 (Unicode) string and Japanese 
strings"
+HOMEPAGE="http://www.yoshidam.net/Ruby.html#uconv";
+SRC_URI="http://www.yoshidam.net/${P}.tar.gz";
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RUBY_S=${PN}
+
+all_ruby_prepare() {
+   sed -i -e '/^\$CFLAGS = ""/d' extconf.rb || die "Unable to remove 
CFLAGS line"
+}
+
+each_ruby_configure() {
+   ${RUBY} extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1
+}
+
+each_ruby_install() {
+   emake V=1 DESTDIR="${D}" install
+}
+
+all_ruby_install() {
+   dodoc README*
+}



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

2020-01-01 Thread Hans de Graaff
commit: de089f65e0f78ad464446af1b9dd5a47b4be8306
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan  2 06:47:18 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan  2 06:50:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de089f65

dev-ruby/uconv: add ruby27

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild 
b/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
index 2906e33d06d..2a8410e1ec0 100644
--- a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
+++ b/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 inherit ruby-ng
 



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

2018-12-30 Thread Hans de Graaff
commit: 84e975796fd14dd6bf32a79d31a18f4a10827184
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 31 06:55:56 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 31 06:55:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e97579

dev-ruby/uconv: add ruby26

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

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

diff --git a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild 
b/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
index 3297b851af6..2906e33d06d 100644
--- a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
+++ b/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 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 ruby-ng
 



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

2018-02-20 Thread Hans de Graaff
commit: 625d1d7f809a3eda6a72d705eb0b87a841b77f08
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 21 06:48:12 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb 21 07:35:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625d1d7f

dev-ruby/uconv: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild 
b/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
index 00855189d6c..3297b851af6 100644
--- a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
+++ b/dev-ruby/uconv/uconv-0.6.1-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 ruby-ng
 



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

2017-02-25 Thread Hans de Graaff
commit: 7b6d7617794b6cc75a6db51dfc1624854eda925d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 26 07:50:28 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 26 07:50:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b6d7617

dev-ruby/uconv: add ruby24

Package-Manager: portage-2.3.3

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

diff --git a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild 
b/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
index a871bc6151..c25eff4055 100644
--- a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
+++ b/dev-ruby/uconv/uconv-0.6.1-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 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 inherit ruby-ng
 



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

2016-04-02 Thread Hans de Graaff
commit: 3d74b36735a2dcc8ed7915a1c6d9699abc7345b9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr  3 06:49:39 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  3 06:49:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d74b367

dev-ruby/uconv: mark ruby21 revision stable

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild 
b/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
index 15b5606..a871bc6 100644
--- a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
+++ b/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.yoshidam.net/Ruby.html#uconv";
 SRC_URI="http://www.yoshidam.net/${P}.tar.gz";
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 x86"
 IUSE=""
 
 RUBY_S=${PN}



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

2016-04-02 Thread Hans de Graaff
commit: 02a8ffc92436efae2ad0a582e0d2352e1efc524c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr  3 06:43:01 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  3 06:43:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a8ffc9

dev-ruby/uconv: drop ruby19

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild 
b/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
index b820e5f..60d7747 100644
--- a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
+++ b/dev-ruby/uconv/uconv-0.6.1-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 ruby-ng
 



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

2016-04-02 Thread Hans de Graaff
commit: c7cf69d9a6c189bab376f2f55c70e22a738ccb38
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr  3 06:47:30 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  3 06:47:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7cf69d9

dev-ruby/uconv: add ruby23

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild 
b/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
index 60d7747..15b5606 100644
--- a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
+++ b/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 inherit ruby-ng
 



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

2016-04-02 Thread Hans de Graaff
commit: 86d52260ed617f63afc3cd5f61d54a5008082558
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr  3 06:49:59 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  3 06:49:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d52260

dev-ruby/uconv: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/uconv/uconv-0.6.1-r1.ebuild | 38 
 1 file changed, 38 deletions(-)

diff --git a/dev-ruby/uconv/uconv-0.6.1-r1.ebuild 
b/dev-ruby/uconv/uconv-0.6.1-r1.ebuild
deleted file mode 100644
index efc1edd..000
--- a/dev-ruby/uconv/uconv-0.6.1-r1.ebuild
+++ /dev/null
@@ -1,38 +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
-
-DESCRIPTION="A module to convert ISO/IEC 10646 (Unicode) string and Japanese 
strings"
-HOMEPAGE="http://www.yoshidam.net/Ruby.html#uconv";
-SRC_URI="http://www.yoshidam.net/${P}.tar.gz";
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 x86"
-IUSE=""
-
-RUBY_S=${PN}
-
-all_ruby_prepare() {
-   sed -i -e '/^\$CFLAGS = ""/d' extconf.rb || die "Unable to remove 
CFLAGS line"
-}
-
-each_ruby_configure() {
-   ${RUBY} extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1
-}
-
-each_ruby_install() {
-   emake V=1 DESTDIR="${D}" install
-}
-
-all_ruby_install() {
-   dodoc README*
-}