diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-04-19 03:15:54 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-04-19 03:15:54 +0000 |
commit | 18928838fcbe338d7e89efe5fd5e94d60ce4d45d (patch) | |
tree | 978ab68bd5a0bc2e49276d09687f39e3d54e2074 /dev-ruby/uconv | |
parent | Remove ruby18 target. Cleanup old. (diff) | |
download | gentoo-2-18928838fcbe338d7e89efe5fd5e94d60ce4d45d.tar.gz gentoo-2-18928838fcbe338d7e89efe5fd5e94d60ce4d45d.tar.bz2 gentoo-2-18928838fcbe338d7e89efe5fd5e94d60ce4d45d.zip |
Remove ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/uconv')
-rw-r--r-- | dev-ruby/uconv/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/uconv/uconv-0.6.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/uconv/uconv-0.6.1.ebuild | 10 |
3 files changed, 14 insertions, 10 deletions
diff --git a/dev-ruby/uconv/ChangeLog b/dev-ruby/uconv/ChangeLog index 0f1c69dff7b8..ea7d5cb06ca8 100644 --- a/dev-ruby/uconv/ChangeLog +++ b/dev-ruby/uconv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/uconv -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.27 2013/12/19 23:59:31 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.28 2014/04/19 03:15:54 mrueg Exp $ + + 19 Apr 2014; Manuel Rüger <mrueg@gentoo.org> uconv-0.6.1-r1.ebuild, + uconv-0.6.1.ebuild: + Remove ruby18 target. 19 Dec 2013; Manuel Rüger <mrueg@gentoo.org> -uconv-0.5.3.ebuild: Cleanup old. diff --git a/dev-ruby/uconv/uconv-0.6.1-r1.ebuild b/dev-ruby/uconv/uconv-0.6.1-r1.ebuild index 8bc4eb8262b7..81aaf0555a35 100644 --- a/dev-ruby/uconv/uconv-0.6.1-r1.ebuild +++ b/dev-ruby/uconv/uconv-0.6.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1-r1.ebuild,v 1.1 2013/10/04 19:09:01 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1-r1.ebuild,v 1.2 2014/04/19 03:15:54 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20" +USE_RUBY="ruby19 ruby20" inherit ruby-ng diff --git a/dev-ruby/uconv/uconv-0.6.1.ebuild b/dev-ruby/uconv/uconv-0.6.1.ebuild index 81eb7200cca0..65eb04d82e5c 100644 --- a/dev-ruby/uconv/uconv-0.6.1.ebuild +++ b/dev-ruby/uconv/uconv-0.6.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1.ebuild,v 1.4 2013/12/03 19:43:56 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1.ebuild,v 1.5 2014/04/19 03:15:54 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" inherit ruby-ng @@ -26,11 +26,11 @@ each_ruby_configure() { } each_ruby_compile() { - emake V=1 || die + emake V=1 } each_ruby_install() { - emake V=1 DESTDIR="${D}" install || die + emake V=1 DESTDIR="${D}" install } all_ruby_install() { |