public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/IceRuby: ChangeLog IceRuby-3.3.0.ebuild IceRuby-3.3.0_beta1.ebuild
@ 2008-05-21 18:12 Caleb Tennis (caleb)
  0 siblings, 0 replies; only message in thread
From: Caleb Tennis (caleb) @ 2008-05-21 18:12 UTC (permalink / raw
  To: gentoo-commits

caleb       08/05/21 18:12:05

  Modified:             ChangeLog
  Added:                IceRuby-3.3.0.ebuild
  Removed:              IceRuby-3.3.0_beta1.ebuild
  Log:
  version bump
  (Portage version: 2.1.5_rc10)

Revision  Changes    Path
1.14                 dev-ruby/IceRuby/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/IceRuby/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	23 Apr 2008 13:28:33 -0000	1.13
+++ ChangeLog	21 May 2008 18:12:04 -0000	1.14
@@ -1,6 +1,14 @@
 # ChangeLog for dev-ruby/IceRuby
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/IceRuby/ChangeLog,v 1.13 2008/04/23 13:28:33 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/IceRuby/ChangeLog,v 1.14 2008/05/21 18:12:04 caleb Exp $
+
+*IceRuby-3.3.0 (21 May 2008)
+
+  21 May 2008; Caleb Tennis <caleb@gentoo.org>
+  +files/IceRuby-3.3.0-Makefile.patch,
+  -files/IceRuby-3.3.0_beta1-Makefile.patch, -IceRuby-3.3.0_beta1.ebuild,
+  +IceRuby-3.3.0.ebuild:
+  version bump
 
 *IceRuby-3.3.0_beta1 (23 Apr 2008)
 



1.1                  dev-ruby/IceRuby/IceRuby-3.3.0.ebuild

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

Index: IceRuby-3.3.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/IceRuby/IceRuby-3.3.0.ebuild,v 1.1 2008/05/21 18:12:04 caleb Exp $

inherit eutils

MY_P=${P/Ruby/}

DESCRIPTION="ICE middleware C++ bindings"
HOMEPAGE="http://www.zeroc.com/index.html"
SRC_URI="http://www.zeroc.com/download/Ice/3.3/${MY_P}.tar.gz"

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

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="test debug"

RDEPEND="~dev-cpp/Ice-3.3.0
	>=dev-lang/ruby-1.8.6"

DEPEND="${RDEPEND}
	test? ( >=dev-lang/python-2.4 )"

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

	epatch "${FILESDIR}/${P}-Makefile.patch"

	MAKE_RULES="${S}/config/Make.rules"

	mkdir -p "${S}/bin"
	mkdir -p "${S}/lib"

	cp /usr/bin/slice2rb "${S}"/../cpp/bin

	if use amd64; then
		sed -i -e "s:^#LP64:LP64:g" "${MAKE_RULES}" \
		|| die "Failed to set lib64 directory"
	fi

	if ! use debug; then
		sed -i -e "s:#OPTIMIZE:OPTIMIZE:" \
		"${MAKE_RULES}" || die "Failed to remove debug"
	fi

#	sed -i -e \
#	"s:.*CXXFLAGS[^\+]*\=\s:CXXFLAGS = ${CXXFLAGS} :g" \
#	"${MAKE_RULES}.Linux" || die "CXXFLAGS patching failed!"
}

src_compile() {
	make depend
	emake || die "Died during make"
}

src_install() {
	emake DESTDIR="${D}" install || die "Install Failed!"
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-05-21 18:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-21 18:12 [gentoo-commits] gentoo-x86 commit in dev-ruby/IceRuby: ChangeLog IceRuby-3.3.0.ebuild IceRuby-3.3.0_beta1.ebuild Caleb Tennis (caleb)

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