public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fxruby: ChangeLog fxruby-1.6.18-r1.ebuild fxruby-1.6.18.ebuild
@ 2009-01-04 16:32 Matti Bickel (mabi)
  0 siblings, 0 replies; only message in thread
From: Matti Bickel (mabi) @ 2009-01-04 16:32 UTC (permalink / raw
  To: gentoo-commits

mabi        09/01/04 16:32:49

  Modified:             ChangeLog fxruby-1.6.18.ebuild
  Added:                fxruby-1.6.18-r1.ebuild
  Log:
  fix useflags, stable markings
  (Portage version: 2.1.6.4/cvs/Linux 2.6.23-gentoo-r3-20080120 ppc)

Revision  Changes    Path
1.72                 dev-ruby/fxruby/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fxruby/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fxruby/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fxruby/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	1 Jan 2009 15:47:44 -0000	1.71
+++ ChangeLog	4 Jan 2009 16:32:49 -0000	1.72
@@ -1,6 +1,13 @@
 # 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.71 2009/01/01 15:47:44 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.72 2009/01/04 16:32:49 mabi Exp $
+
+*fxruby-1.6.18-r1 (04 Jan 2009)
+
+  04 Jan 2009; Matti Bickel <mabi@gentoo.org> fxruby-1.6.18.ebuild,
+  +fxruby-1.6.18-r1.ebuild:
+  fix doc and example use flag behaviour, revert accidential initial stable
+  version back to ~arch for the next days
 
   01 Jan 2009; Matti Bickel <mabi@gentoo.org> fxruby-1.6.18.ebuild:
   fix install failure, general ebuild cleanup thanks to a3li



1.4                  dev-ruby/fxruby/fxruby-1.6.18.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18.ebuild?r1=1.3&r2=1.4

Index: fxruby-1.6.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fxruby-1.6.18.ebuild	2 Jan 2009 04:41:08 -0000	1.3
+++ fxruby-1.6.18.ebuild	4 Jan 2009 16:32:49 -0000	1.4
@@ -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.ebuild,v 1.3 2009/01/02 04:41:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18.ebuild,v 1.4 2009/01/04 16:32:49 mabi Exp $
 
 RUBY_BUG_145222=yes
 inherit ruby
@@ -13,7 +13,7 @@
 
 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*



1.1                  dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild?rev=1.1&content-type=text/plain

Index: fxruby-1.6.18-r1.ebuild
===================================================================
# 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.1 2009/01/04 16:32:49 mabi Exp $

RUBY_BUG_145222=yes
inherit ruby

MY_P="FXRuby-${PV}"

DESCRIPTION="Ruby language binding to the FOX GUI toolkit"
HOMEPAGE="http://www.fxruby.org/"
SRC_URI="mirror://rubyforge/${PN}/${MY_P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="1.6"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="examples doc"

DEPEND="=x11-libs/fox-1.6*
	>=x11-libs/fxscintilla-1.62-r1"
USE_RUBY="ruby18 ruby19"

S="${WORKDIR}/${MY_P}"

src_unpack() {
	unpack ${A}
	cd "${S}"

	sed -i -e 's:libs, "fxscintilla":libs, "fxscintilla-1.6":g' \
		 ext/fox16/extconf.rb || die "sed error"
	einfo "Avoid -O0 builds"
	sed -i -e 's:-O0 -Iinclude:-Iinclude:g' \
		ext/fox16/extconf.rb || die "Can't fix forced -O0"
}

src_install() {
	${RUBY} install.rb config --prefix="${D}/usr" "$@" \
		${RUBY_ECONF} || die "install.rb config failed"

	${RUBY} install.rb install "$@" --prefix="${D}" \
	${RUBY_ECONF} || die "install.rb install failed"

	# from ruby.eclass, but with use flag control
	if use doc; then
		local rdbase=/usr/share/doc/${PF}/rd rdfiles=$(find . -name '*.rd*')

		einfo "running dodoc for ruby ;)"

		insinto ${rdbase}
		[ -n "${rdfiles}" ] && doins ${rdfiles}
		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/*
		else
			dohtml -r *
		fi

		for i in ChangeLog* [[:upper:]][[:upper:]]* ; do
			[ -e $i ] && dodoc $i
		done
	fi

	if use examples; then
		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"
			fi
		done
	fi
}







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-04 16:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-04 16:32 [gentoo-commits] gentoo-x86 commit in dev-ruby/fxruby: ChangeLog fxruby-1.6.18-r1.ebuild fxruby-1.6.18.ebuild Matti Bickel (mabi)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox