diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-04-05 14:52:21 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-04-05 14:52:21 +0000 |
commit | 88cfd13ae1a5d60b567da67824fe4e676c3db349 (patch) | |
tree | bfe25bbd75ed03ae7d1a0bbea376786bb913d19f /dev-ruby/ruby-tcpwrap | |
parent | Remove ree18 and ruby18 target. (diff) | |
download | gentoo-2-88cfd13ae1a5d60b567da67824fe4e676c3db349.tar.gz gentoo-2-88cfd13ae1a5d60b567da67824fe4e676c3db349.tar.bz2 gentoo-2-88cfd13ae1a5d60b567da67824fe4e676c3db349.zip |
Remove ree18 and ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/ruby-tcpwrap')
-rw-r--r-- | dev-ruby/ruby-tcpwrap/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-ruby/ruby-tcpwrap/ChangeLog b/dev-ruby/ruby-tcpwrap/ChangeLog index aa151a25ed05..9c23ea83db8a 100644 --- a/dev-ruby/ruby-tcpwrap/ChangeLog +++ b/dev-ruby/ruby-tcpwrap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-tcpwrap -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ChangeLog,v 1.22 2013/10/30 04:21:26 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ChangeLog,v 1.23 2014/04/05 14:52:21 mrueg Exp $ + + 05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> ruby-tcpwrap-0.6-r1.ebuild, + ruby-tcpwrap-0.6-r2.ebuild: + Remove ree18 and ruby18 target. *ruby-tcpwrap-0.6-r2 (30 Oct 2013) diff --git a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r1.ebuild b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r1.ebuild index 9d0c512aabaa..0fc830c1d4b4 100644 --- a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r1.ebuild +++ b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r1.ebuild,v 1.5 2012/08/16 12:46:25 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r1.ebuild,v 1.6 2014/04/05 14:52:21 mrueg Exp $ EAPI="2" -USE_RUBY="ruby18 ruby19 ree18" +USE_RUBY="ruby19" inherit ruby-ng diff --git a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r2.ebuild b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r2.ebuild index 2f4ceb8dc57f..681ec25dd33f 100644 --- a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r2.ebuild +++ b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r2.ebuild,v 1.1 2013/10/30 04:21:26 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r2.ebuild,v 1.2 2014/04/05 14:52:21 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20" +USE_RUBY="ruby19 ruby20" inherit ruby-ng |