diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-01-08 11:30:53 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-01-08 11:30:53 +0000 |
commit | 9d3e4db17c5c891bc604e17e31d4716b84a93f00 (patch) | |
tree | 40bf160fe8b026ebc1162b6ac186e75d4e3c9172 /dev-ruby | |
parent | Stable for ppc64, wrt bug #533590 (diff) | |
download | gentoo-2-9d3e4db17c5c891bc604e17e31d4716b84a93f00.tar.gz gentoo-2-9d3e4db17c5c891bc604e17e31d4716b84a93f00.tar.bz2 gentoo-2-9d3e4db17c5c891bc604e17e31d4716b84a93f00.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/yajl-ruby/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/yajl-ruby/yajl-ruby-1.1.0.ebuild | 35 |
2 files changed, 4 insertions, 36 deletions
diff --git a/dev-ruby/yajl-ruby/ChangeLog b/dev-ruby/yajl-ruby/ChangeLog index 909363f124f2..2b86db675c27 100644 --- a/dev-ruby/yajl-ruby/ChangeLog +++ b/dev-ruby/yajl-ruby/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/yajl-ruby # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v 1.35 2015/01/08 11:27:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v 1.36 2015/01/08 11:30:53 mrueg Exp $ + + 08 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -yajl-ruby-1.1.0.ebuild: + Remove old. 08 Jan 2015; Agostino Sarubbo <ago@gentoo.org> yajl-ruby-1.1.0-r1.ebuild: Stable for x86, wrt bug #533730 diff --git a/dev-ruby/yajl-ruby/yajl-ruby-1.1.0.ebuild b/dev-ruby/yajl-ruby/yajl-ruby-1.1.0.ebuild deleted file mode 100644 index b6473668c437..000000000000 --- a/dev-ruby/yajl-ruby/yajl-ruby-1.1.0.ebuild +++ /dev/null @@ -1,35 +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/yajl-ruby/yajl-ruby-1.1.0.ebuild,v 1.15 2014/08/15 16:54:40 armin76 Exp $ - -EAPI=2 - -USE_RUBY="ruby19" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_TASK_DOC="" - -inherit multilib ruby-fakegem - -DESCRIPTION="Ruby C bindings to the Yajl JSON stream-based parser library" -HOMEPAGE="http://github.com/brianmario/yajl-ruby" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="${RDEPEND} dev-libs/yajl" -DEPEND="${DEPEND} dev-libs/yajl" - -each_ruby_configure() { - ${RUBY} -Cext/yajl extconf.rb || die "extconf.rb failed" -} - -each_ruby_compile() { - emake -Cext/yajl CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" || die "make extension failed" - cp ext/yajl/yajl$(get_modname) lib/yajl/ || die -} |