summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-04-10 06:35:35 +0000
committerHans de Graaff <graaff@gentoo.org>2011-04-10 06:35:35 +0000
commit85ac8b8919541a8b0939fb37c6a1c61cfd7a67a1 (patch)
treefd9c3501231d4196032897aff00da7ef0e287544 /dev-ruby
parentVersion bump. (diff)
downloadhistorical-85ac8b8919541a8b0939fb37c6a1c61cfd7a67a1.tar.gz
historical-85ac8b8919541a8b0939fb37c6a1c61cfd7a67a1.tar.bz2
historical-85ac8b8919541a8b0939fb37c6a1c61cfd7a67a1.zip
Remove old versions.
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/httpclient/ChangeLog6
-rw-r--r--dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild37
-rw-r--r--dev-ruby/httpclient/httpclient-2.1.6.ebuild37
-rw-r--r--dev-ruby/mixlib-log/Manifest12
4 files changed, 10 insertions, 82 deletions
diff --git a/dev-ruby/httpclient/ChangeLog b/dev-ruby/httpclient/ChangeLog
index ca9b733212e5..0bfa99295a17 100644
--- a/dev-ruby/httpclient/ChangeLog
+++ b/dev-ruby/httpclient/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/httpclient
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.24 2011/01/08 10:28:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.25 2011/04/10 06:35:35 graaff Exp $
+
+ 10 Apr 2011; Hans de Graaff <graaff@gentoo.org>
+ -httpclient-2.1.5.2-r2.ebuild, -httpclient-2.1.6.ebuild:
+ Remove old versions.
*httpclient-2.1.6.1 (08 Jan 2011)
diff --git a/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild b/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild
deleted file mode 100644
index d9d4e393dc0a..000000000000
--- a/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.5.2-r2.ebuild,v 1.4 2010/12/27 20:45:22 grobian Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18 ruby19 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="-Ilib test"
-RUBY_FAKEGEM_TASK_DOC="-Ilib doc"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="'httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby"
-HOMEPAGE="http://dev.ctor.org/http-access2/"
-SRC_URI="http://dev.ctor.org/download/${P}.tar.gz"
-
-LICENSE="Ruby"
-SLOT="0"
-
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="${RDEPEND}
- !dev-ruby/http-access2"
-
-# tests are known to fail, but at least they fail for all
-# implementations in the same way. Bug 335451.
-RESTRICT="test"
-ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
-
-# JRuby-specific dependency
-USE_RUBY="jruby" ruby_add_rdepend dev-ruby/jruby-openssl
diff --git a/dev-ruby/httpclient/httpclient-2.1.6.ebuild b/dev-ruby/httpclient/httpclient-2.1.6.ebuild
deleted file mode 100644
index a0a03002d986..000000000000
--- a/dev-ruby/httpclient/httpclient-2.1.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.6.ebuild,v 1.1 2011/01/02 10:32:45 graaff Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18 ruby19 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="-Ilib test"
-RUBY_FAKEGEM_TASK_DOC="-Ilib doc"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="'httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby"
-HOMEPAGE="http://dev.ctor.org/http-access2/"
-SRC_URI="http://dev.ctor.org/download/${P}.tar.gz"
-
-LICENSE="Ruby"
-SLOT="0"
-
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="${RDEPEND}
- !dev-ruby/http-access2"
-
-# tests are known to fail, but at least they fail for all
-# implementations in the same way. Bug 335451.
-RESTRICT="test"
-ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
-
-# JRuby-specific dependency
-USE_RUBY="jruby" ruby_add_rdepend dev-ruby/jruby-openssl
diff --git a/dev-ruby/mixlib-log/Manifest b/dev-ruby/mixlib-log/Manifest
index 8a73169381f3..6433abf82b5a 100644
--- a/dev-ruby/mixlib-log/Manifest
+++ b/dev-ruby/mixlib-log/Manifest
@@ -1,16 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
-DIST mixlib-log-1.1.0.gem 12288 RMD160 c15766167e7801f19c97283383e9787c374a4246 SHA1 ffd551117cd8f6cab247ab512724a7f15bbbd418 SHA256 1c4eea3d96066c6c6dbf0a814c8e3d2312b3b74598541bde6ff841e11f6385fa
DIST mixlib-log-1.2.0.gem 12288 RMD160 7f9c5096a12bd0ae82402ac57acc8e4bafd54f14 SHA1 7e3ce30f0b47525655e49274daa0625f8164c346 SHA256 98cfb4f1194d214c4c43e623d8b491bc26130c2874f0285ce125a83891feaec9
-EBUILD mixlib-log-1.1.0.ebuild 485 RMD160 81b6f8384ba9d989780e4523bf4833bccb5f4da9 SHA1 f9f726dc03460eb966929d569a5a3fdfc57bdc73 SHA256 79197709040a147ec8e95cabd7c67bc865e3cb977852b33688158750e330326c
EBUILD mixlib-log-1.2.0.ebuild 582 RMD160 68b4a74a64284cf017568124012d7baeb71167c9 SHA1 372720bb611ee0709d1ffea4698a8020c7ca8092 SHA256 49a1f265b809815cb22ff4a0114a245cad86d640a4382b3bbe4abef9cb1fdacd
-MISC ChangeLog 564 RMD160 f33b8ec739c980f69fbcde889ad25c0f2d05f312 SHA1 40e11193b4d9690cc11ebfcb4ffa18717fa74143 SHA256 a8cc75a9deed719bb726e7532b2289c971cb97320026e72bb2216e427f244101
+MISC ChangeLog 663 RMD160 31c3c4eaaf16d1f118246e60bb7037d257e5603d SHA1 cfaa81e898f83cfc1dd3ab0c9bb2252f09ed60fa SHA256 2e33f98694582a69396d9638c210b1831085353e8a5936245844ffbb609bb878
MISC metadata.xml 158 RMD160 097f8145a9994f98be4971b43b23b9e5e8bccb66 SHA1 7ac646714b1ab83fda98f3ccdd8b48a31c148b27 SHA256 70b396ab3c7a63a81cb895b7728bd9eccdc9770afdb9919f2c54694b685f7032
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.16 (GNU/Linux)
+Version: GnuPG v2.0.17 (GNU/Linux)
-iF4EAREIAAYFAkzELT8ACgkQZihJkut28SuvKgEAv+frAjKbig3JoBtNF9AvCt78
-odiSSVlbuflyDgilO1cA/RZjineAaKiNOa1FurLBodv7kxPfsS2ginRjs1ptPxBd
-=OKaM
+iF4EAREIAAYFAk2hUMwACgkQrnu0mw69JkoBDQD+JeaWmMVqECGkPNwhIk9MbIyw
+oUQJOoY8KWX+lRispkABAIqAWROT0NZ0YVsKWQc2JcQRqTlRz0MeZfyoby0wXO/f
+=OxOs
-----END PGP SIGNATURE-----