diff options
author | 2009-06-13 10:46:26 +0000 | |
---|---|---|
committer | 2009-06-13 10:46:26 +0000 | |
commit | 15bab3b02d30a3bb1e58ae5888e05eff26bf7e7b (patch) | |
tree | f737096e406bdbca9c8e918209ec6967a54cc2c2 /dev-ruby/tzinfo | |
parent | Add ~alpha keyword. (diff) | |
download | historical-15bab3b02d30a3bb1e58ae5888e05eff26bf7e7b.tar.gz historical-15bab3b02d30a3bb1e58ae5888e05eff26bf7e7b.tar.bz2 historical-15bab3b02d30a3bb1e58ae5888e05eff26bf7e7b.zip |
Keyword for ~alpha. Remove old versions.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/tzinfo')
-rw-r--r-- | dev-ruby/tzinfo/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.11.ebuild | 13 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.12.ebuild | 13 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.13.ebuild | 4 |
4 files changed, 8 insertions, 29 deletions
diff --git a/dev-ruby/tzinfo/ChangeLog b/dev-ruby/tzinfo/ChangeLog index 7e2392102d2c..9a2e5eba9df3 100644 --- a/dev-ruby/tzinfo/ChangeLog +++ b/dev-ruby/tzinfo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/tzinfo # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.34 2009/05/19 21:05:02 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.35 2009/06/13 10:46:26 graaff Exp $ + + 13 Jun 2009; Hans de Graaff <graaff@gentoo.org> -tzinfo-0.3.11.ebuild, + -tzinfo-0.3.12.ebuild, tzinfo-0.3.13.ebuild: + Remove old versions. Add ~alpha keyword to latest version, closing + #272787. Thanks to Yuta Satoh for testing. 19 May 2009; Brent Baude <ranger@gentoo.org> tzinfo-0.3.13.ebuild: keyworded ~arch for ppc64, bug 270420 diff --git a/dev-ruby/tzinfo/tzinfo-0.3.11.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.11.ebuild deleted file mode 100644 index 1283c7819c38..000000000000 --- a/dev-ruby/tzinfo/tzinfo-0.3.11.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.11.ebuild,v 1.4 2008/11/08 13:11:33 nixnut Exp $ - -inherit gems - -DESCRIPTION="Library to provide daylight-savings aware transformations between timezones" -HOMEPAGE="http://tzinfo.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd" -IUSE="" diff --git a/dev-ruby/tzinfo/tzinfo-0.3.12.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.12.ebuild deleted file mode 100644 index 812a00d89fdf..000000000000 --- a/dev-ruby/tzinfo/tzinfo-0.3.12.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.12.ebuild,v 1.1 2008/11/12 23:10:54 flameeyes Exp $ - -inherit gems - -DESCRIPTION="Library to provide daylight-savings aware transformations between timezones" -HOMEPAGE="http://tzinfo.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="" diff --git a/dev-ruby/tzinfo/tzinfo-0.3.13.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.13.ebuild index 7ea7c81ab0f5..61207a0b71ea 100644 --- a/dev-ruby/tzinfo/tzinfo-0.3.13.ebuild +++ b/dev-ruby/tzinfo/tzinfo-0.3.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.13.ebuild,v 1.4 2009/05/19 21:05:02 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.13.ebuild,v 1.5 2009/06/13 10:46:26 graaff Exp $ inherit ruby @@ -10,7 +10,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="doc test" RDEPEND="" |