diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-09-29 23:28:45 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-09-29 23:28:45 +0000 |
commit | 5cb3256703f82c4a3be57aa164760d675ab53632 (patch) | |
tree | f4d2a13ab43570a9b4eda0b73ddab5832eff4c19 /dev-ruby/tzinfo | |
parent | Respect LDFLAGS. Bug #332297 (diff) | |
download | gentoo-2-5cb3256703f82c4a3be57aa164760d675ab53632.tar.gz gentoo-2-5cb3256703f82c4a3be57aa164760d675ab53632.tar.bz2 gentoo-2-5cb3256703f82c4a3be57aa164760d675ab53632.zip |
Version bump and remove old.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/tzinfo')
-rw-r--r-- | dev-ruby/tzinfo/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.22.ebuild | 38 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.24.ebuild | 34 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.28.ebuild | 34 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.30.ebuild (renamed from dev-ruby/tzinfo/tzinfo-0.3.29.ebuild) | 2 |
5 files changed, 9 insertions, 108 deletions
diff --git a/dev-ruby/tzinfo/ChangeLog b/dev-ruby/tzinfo/ChangeLog index 01f7d40f103f..0729a505f470 100644 --- a/dev-ruby/tzinfo/ChangeLog +++ b/dev-ruby/tzinfo/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-ruby/tzinfo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.87 2011/09/09 07:23:18 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.88 2011/09/29 23:28:45 flameeyes Exp $ + +*tzinfo-0.3.30 (29 Sep 2011) + + 29 Sep 2011; Diego E. Pettenò <flameeyes@gentoo.org> -tzinfo-0.3.22.ebuild, + -tzinfo-0.3.24.ebuild, -tzinfo-0.3.28.ebuild, -tzinfo-0.3.29.ebuild, + +tzinfo-0.3.30.ebuild: + Version bump and remove old. 09 Sep 2011; Fabian Groffen <grobian@gentoo.org> tzinfo-0.3.29.ebuild: Marked ~sparc-solaris diff --git a/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild deleted file mode 100644 index cc4ea989d296..000000000000 --- a/dev-ruby/tzinfo/tzinfo-0.3.22.ebuild +++ /dev/null @@ -1,38 +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/tzinfo/tzinfo-0.3.22.ebuild,v 1.6 2010/09/28 19:46:04 ranger Exp $ - -EAPI=2 -USE_RUBY="ruby18" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES README" - -inherit ruby-fakegem - -DESCRIPTION="Daylight-savings aware timezone library" -HOMEPAGE="http://tzinfo.rubyforge.org/" -SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="" - -ruby_add_bdepend "test? ( virtual/ruby-test-unit )" - -all_ruby_prepare() { - # The package has all the files executable, probably coming from - # Windows. - find "${S}" -type f -perm +111 -exec chmod -x {} + - - # With rubygems 1.3.1 we get the following warning - # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 041777 - # when running the test_get_tainted_not_loaded test. - sed -i \ - -e '/^ def test_get_tainted_not_loaded/, /^ end/ s:^:#:' \ - "${S}"/test/tc_timezone.rb || die "unable to sed out the test" -} diff --git a/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild deleted file mode 100644 index 77c633dbf31c..000000000000 --- a/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild +++ /dev/null @@ -1,34 +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/tzinfo/tzinfo-0.3.24.ebuild,v 1.6 2011/05/29 16:00:29 armin76 Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18 jruby" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES README" - -inherit ruby-fakegem - -DESCRIPTION="Daylight-savings aware timezone library" -HOMEPAGE="http://tzinfo.rubyforge.org/" -SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="" - -ruby_add_bdepend "test? ( virtual/ruby-test-unit )" - -all_ruby_prepare() { - # With rubygems 1.3.1 we get the following warning - # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 041777 - # when running the test_get_tainted_not_loaded test. - sed -i \ - -e '/^ def test_get_tainted_not_loaded/, /^ end/ s:^:#:' \ - "${S}"/test/tc_timezone.rb || die "unable to sed out the test" -} diff --git a/dev-ruby/tzinfo/tzinfo-0.3.28.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.28.ebuild deleted file mode 100644 index 77716cf6691a..000000000000 --- a/dev-ruby/tzinfo/tzinfo-0.3.28.ebuild +++ /dev/null @@ -1,34 +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/tzinfo/tzinfo-0.3.28.ebuild,v 1.1 2011/06/14 05:45:51 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18 ruby19 jruby" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES README" - -inherit ruby-fakegem - -DESCRIPTION="Daylight-savings aware timezone library" -HOMEPAGE="http://tzinfo.rubyforge.org/" -SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="" - -ruby_add_bdepend "test? ( virtual/ruby-test-unit )" - -all_ruby_prepare() { - # With rubygems 1.3.1 we get the following warning - # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 041777 - # when running the test_get_tainted_not_loaded test. - sed -i \ - -e '/^ def test_get_tainted_not_loaded/, /^ end/ s:^:#:' \ - "${S}"/test/tc_timezone.rb || die "unable to sed out the test" -} diff --git a/dev-ruby/tzinfo/tzinfo-0.3.29.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.30.ebuild index b34df6956fc9..1c7962177d36 100644 --- a/dev-ruby/tzinfo/tzinfo-0.3.29.ebuild +++ b/dev-ruby/tzinfo/tzinfo-0.3.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.29.ebuild,v 1.2 2011/09/09 07:23:18 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.30.ebuild,v 1.1 2011/09/29 23:28:45 flameeyes Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" |