diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-04-01 04:58:49 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-04-01 04:58:49 +0000 |
commit | 46840432ac1fc44c1a898104f92abb0b0953909d (patch) | |
tree | 1cbf2c908d8579dfc5798b49aaaeb2866554a70a /dev-ruby/fxruby | |
parent | Version bump. (diff) | |
download | gentoo-2-46840432ac1fc44c1a898104f92abb0b0953909d.tar.gz gentoo-2-46840432ac1fc44c1a898104f92abb0b0953909d.tar.bz2 gentoo-2-46840432ac1fc44c1a898104f92abb0b0953909d.zip |
Stable for HPPA (bug #263282). Fix one quoting issue.
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'dev-ruby/fxruby')
-rw-r--r-- | dev-ruby/fxruby/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/fxruby/ChangeLog b/dev-ruby/fxruby/ChangeLog index e849ea04a7f7..540a179bebf6 100644 --- a/dev-ruby/fxruby/ChangeLog +++ b/dev-ruby/fxruby/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/fxruby # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.79 2009/03/25 10:22:28 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.80 2009/04/01 04:58:49 jer Exp $ + + 01 Apr 2009; Jeroen Roovers <jer@gentoo.org> fxruby-1.6.18-r1.ebuild: + Stable for HPPA (bug #263282). Fix one quoting issue. 25 Mar 2009; Tiago Cunha <tcunha@gentoo.org> fxruby-1.6.18-r1.ebuild: stable sparc, bug 263282 diff --git a/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild b/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild index 2da33e802c08..7d9fa69adcb4 100644 --- a/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild +++ b/dev-ruby/fxruby/fxruby-1.6.18-r1.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/fxruby/fxruby-1.6.18-r1.ebuild,v 1.7 2009/03/25 10:22:28 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild,v 1.8 2009/04/01 04:58:49 jer Exp $ RUBY_BUG_145222=yes inherit ruby @@ -13,7 +13,7 @@ SRC_URI="mirror://rubyforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="1.6" -KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" IUSE="examples doc" DEPEND="=x11-libs/fox-1.6* @@ -48,7 +48,7 @@ src_install() { insinto ${rdbase} [ -n "${rdfiles}" ] && doins ${rdfiles} - rmdir ${D}${rdbase} 2>/dev/null || true + rmdir "${D}"${rdbase} 2>/dev/null || true if [ -d doc -o -d docs ] ; then dohtml -x html -r {doc,docs}/* dohtml -r {doc,docs}/html/* |