summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-06-25 17:07:07 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-06-25 17:07:07 +0000
commit1e3996439640c65c3547a59cff1f75c1807d03c9 (patch)
tree06a0325fa85f2b2eb35fb809add64a05e0a536dc /dev-ruby/fxruby
parentRemove old version wrt #303085. (diff)
downloadgentoo-2-1e3996439640c65c3547a59cff1f75c1807d03c9.tar.gz
gentoo-2-1e3996439640c65c3547a59cff1f75c1807d03c9.tar.bz2
gentoo-2-1e3996439640c65c3547a59cff1f75c1807d03c9.zip
Fix repoman warnings
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/fxruby')
-rw-r--r--dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild4
-rw-r--r--dev-ruby/fxruby/fxruby-1.6.20.ebuild3
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild b/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild
index 6d6af9d36c48..0517553ba67f 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-2010 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.9 2010/05/22 15:16:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild,v 1.10 2010/06/25 17:07:07 ssuominen Exp $
RUBY_BUG_145222=yes
inherit ruby
@@ -65,7 +65,7 @@ src_install() {
for dir in sample samples example examples; do
if [ -d ${dir} ] ; then
dodir /usr/share/doc/${PF}
- cp -pPR ${dir} ${D}/usr/share/doc/${PF} || die "cp failed"
+ cp -pPR ${dir} "${D}"/usr/share/doc/${PF} || die "cp failed"
fi
done
fi
diff --git a/dev-ruby/fxruby/fxruby-1.6.20.ebuild b/dev-ruby/fxruby/fxruby-1.6.20.ebuild
index 9988411143d1..8f3588a510a0 100644
--- a/dev-ruby/fxruby/fxruby-1.6.20.ebuild
+++ b/dev-ruby/fxruby/fxruby-1.6.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.20.ebuild,v 1.1 2010/06/25 09:37:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.20.ebuild,v 1.2 2010/06/25 17:07:07 ssuominen Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -13,7 +13,6 @@ RUBY_FAKEGEM_EXTRADOC="History.txt index.html README README.txt TODO"
inherit multilib ruby-fakegem
-
DESCRIPTION="Ruby language binding to the FOX GUI toolkit"
HOMEPAGE="http://www.fxruby.org/"