diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-04-19 03:03:03 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-04-19 03:03:03 +0000 |
commit | be88089890dfee8a6f868cc6cfd3b096ba032b35 (patch) | |
tree | 15010b21ed9db0647ae2fa6ca27305c49941ec58 /virtual/ruby-ssl | |
parent | Remove ruby18 ruby-threads virtual. See bug #434064. (diff) | |
download | gentoo-2-be88089890dfee8a6f868cc6cfd3b096ba032b35.tar.gz gentoo-2-be88089890dfee8a6f868cc6cfd3b096ba032b35.tar.bz2 gentoo-2-be88089890dfee8a6f868cc6cfd3b096ba032b35.zip |
Remove ruby18 ruby-ssl virtual. See bug #434064.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'virtual/ruby-ssl')
-rw-r--r-- | virtual/ruby-ssl/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/ruby-ssl/ruby-ssl-0.ebuild | 45 |
2 files changed, 4 insertions, 46 deletions
diff --git a/virtual/ruby-ssl/ChangeLog b/virtual/ruby-ssl/ChangeLog index 04518eee6fc6..84e71459f83a 100644 --- a/virtual/ruby-ssl/ChangeLog +++ b/virtual/ruby-ssl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/ruby-ssl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ChangeLog,v 1.28 2014/01/26 14:00:26 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ChangeLog,v 1.29 2014/04/19 03:03:03 mrueg Exp $ + + 19 Apr 2014; Manuel Rüger <mrueg@gentoo.org> -ruby-ssl-0.ebuild: + Remove ruby18 ruby-ssl virtual. See bug #434064. 26 Jan 2014; Akinori Hattori <hattya@gentoo.org> ruby-ssl-3.ebuild: ia64 stable wrt bug #487004 diff --git a/virtual/ruby-ssl/ruby-ssl-0.ebuild b/virtual/ruby-ssl/ruby-ssl-0.ebuild deleted file mode 100644 index fe124b113109..000000000000 --- a/virtual/ruby-ssl/ruby-ssl-0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ruby-ssl-0.ebuild,v 1.4 2014/01/05 10:48:35 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18" - -inherit ruby-ng - -DESCRIPTION="Virtual ebuild for the Ruby OpenSSL bindings" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="${USE_RUBY}" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="dev-lang/ruby:1.8[ssl]" - -pkg_setup() { :; } -src_unpack() { :; } -src_prepare() { :; } -src_compile() { :; } -src_install() { :; } -pkg_preinst() { :; } -pkg_postinst() { :; } - -# DEVELOPERS' NOTE! -# -# This virtual has multiple version that ties one-by-one with the Ruby -# implementation they provide the value for; this is to simplify -# keywording practise that has been shown to be very messy for other -# virtuals. -# -# Make sure that you DO NOT change the version of the virtual's -# ebuilds unless you're adding a new implementation; instead simply -# revision-bump it. -# -# A reference to ~${PV} for each of the version has to be added to -# profiles/base/package.use.force to make sure that they are always -# used with their own implementation. -# -# ruby_add_[br]depend will take care of depending on multiple versions -# without any frown. |