diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-03-14 00:06:16 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-03-14 00:06:16 +0000 |
commit | 94de1dd11cd270a76012a99f1cef18624ac90a0b (patch) | |
tree | f4cce01297bf6e61d2fcce1a75341398ac7bf5ec /virtual | |
parent | Remove old. (diff) | |
download | gentoo-2-94de1dd11cd270a76012a99f1cef18624ac90a0b.tar.gz gentoo-2-94de1dd11cd270a76012a99f1cef18624ac90a0b.tar.bz2 gentoo-2-94de1dd11cd270a76012a99f1cef18624ac90a0b.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/ruby-ssl/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/ruby-ssl/ruby-ssl-1.ebuild | 45 | ||||
-rw-r--r-- | virtual/ruby-ssl/ruby-ssl-3.ebuild | 45 | ||||
-rw-r--r-- | virtual/ruby-ssl/ruby-ssl-4.ebuild | 45 | ||||
-rw-r--r-- | virtual/ruby-ssl/ruby-ssl-5.ebuild | 45 |
5 files changed, 5 insertions, 181 deletions
diff --git a/virtual/ruby-ssl/ChangeLog b/virtual/ruby-ssl/ChangeLog index 5b1516112d36..cf0d6c9b99e1 100644 --- a/virtual/ruby-ssl/ChangeLog +++ b/virtual/ruby-ssl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/ruby-ssl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ChangeLog,v 1.33 2015/01/19 19:51:01 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ChangeLog,v 1.34 2015/03/14 00:06:16 mrueg Exp $ + + 14 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -ruby-ssl-1.ebuild, + -ruby-ssl-3.ebuild, -ruby-ssl-4.ebuild, -ruby-ssl-5.ebuild: + Remove old. *ruby-ssl-7 (19 Jan 2015) *ruby-ssl-6 (19 Jan 2015) diff --git a/virtual/ruby-ssl/ruby-ssl-1.ebuild b/virtual/ruby-ssl/ruby-ssl-1.ebuild deleted file mode 100644 index a747e9227e9a..000000000000 --- a/virtual/ruby-ssl/ruby-ssl-1.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-1.ebuild,v 1.17 2014/01/05 10:48:35 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby19" - -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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="dev-lang/ruby:1.9[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. diff --git a/virtual/ruby-ssl/ruby-ssl-3.ebuild b/virtual/ruby-ssl/ruby-ssl-3.ebuild deleted file mode 100644 index ba9bb4604147..000000000000 --- a/virtual/ruby-ssl/ruby-ssl-3.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-3.ebuild,v 1.11 2014/04/22 18:54:01 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby20" - -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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="dev-lang/ruby:2.0[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. diff --git a/virtual/ruby-ssl/ruby-ssl-4.ebuild b/virtual/ruby-ssl/ruby-ssl-4.ebuild deleted file mode 100644 index fa46ea6d96c1..000000000000 --- a/virtual/ruby-ssl/ruby-ssl-4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ssl/ruby-ssl-4.ebuild,v 1.1 2013/12/26 09:29:00 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby21" - -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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="dev-lang/ruby:2.1[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. diff --git a/virtual/ruby-ssl/ruby-ssl-5.ebuild b/virtual/ruby-ssl/ruby-ssl-5.ebuild deleted file mode 100644 index 6f9760b6eaaa..000000000000 --- a/virtual/ruby-ssl/ruby-ssl-5.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-5.ebuild,v 1.1 2014/12/30 12:24:48 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby22" - -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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="dev-lang/ruby:2.2[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. |