summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-01 17:50:35 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-01 17:50:35 +0000
commitdfb8304ccace2cd610773fe488fca72f391bc87e (patch)
treea0adbe9b89292dc91d8bb0cafa8dfdf77bdfc9c4 /dev-ruby/ox
parentVersion bump. (diff)
downloadgentoo-2-dfb8304ccace2cd610773fe488fca72f391bc87e.tar.gz
gentoo-2-dfb8304ccace2cd610773fe488fca72f391bc87e.tar.bz2
gentoo-2-dfb8304ccace2cd610773fe488fca72f391bc87e.zip
Version bump. Remove old. Add ruby22 target.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/ox')
-rw-r--r--dev-ruby/ox/ChangeLog10
-rw-r--r--dev-ruby/ox/ox-2.1.3.ebuild33
-rw-r--r--dev-ruby/ox/ox-2.1.6.ebuild (renamed from dev-ruby/ox/ox-2.1.1.ebuild)6
3 files changed, 11 insertions, 38 deletions
diff --git a/dev-ruby/ox/ChangeLog b/dev-ruby/ox/ChangeLog
index 650528fb6147..4cef80175659 100644
--- a/dev-ruby/ox/ChangeLog
+++ b/dev-ruby/ox/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/ox
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ox/ChangeLog,v 1.10 2014/12/07 12:03:25 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ox/ChangeLog,v 1.11 2015/01/01 17:50:35 mrueg Exp $
+
+*ox-2.1.6 (01 Jan 2015)
+
+ 01 Jan 2015; Manuel Rüger <mrueg@gentoo.org> +ox-2.1.6.ebuild,
+ -ox-2.1.1.ebuild, -ox-2.1.3.ebuild:
+ Version bump. Remove old. Add ruby22 target.
*ox-2.1.4 (07 Dec 2014)
diff --git a/dev-ruby/ox/ox-2.1.3.ebuild b/dev-ruby/ox/ox-2.1.3.ebuild
deleted file mode 100644
index 166d865f770d..000000000000
--- a/dev-ruby/ox/ox-2.1.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ox/ox-2.1.3.ebuild,v 1.1 2014/08/01 17:27:16 mrueg Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A fast XML parser and Object marshaller"
-HOMEPAGE="http://www.ohler.com/ox/ https://github.com/ohler55/ox"
-SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-each_ruby_configure() {
- ${RUBY} -Cext/ox extconf.rb || die
-}
-
-each_ruby_compile() {
- emake V=1 -Cext/ox
- cp ext/ox/ox$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
- ${RUBY} test/tests.rb || die
-}
diff --git a/dev-ruby/ox/ox-2.1.1.ebuild b/dev-ruby/ox/ox-2.1.6.ebuild
index 3d13f994e9c0..3c76fa9cc6ec 100644
--- a/dev-ruby/ox/ox-2.1.1.ebuild
+++ b/dev-ruby/ox/ox-2.1.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ox/ox-2.1.1.ebuild,v 1.2 2014/04/24 20:23:25 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ox/ox-2.1.6.ebuild,v 1.1 2015/01/01 17:50:35 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_TASK_DOC=""