public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/krossruby: ChangeLog krossruby-4.9.2.ebuild
@ 2012-10-02 18:12 Johannes Huber (johu)
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2012-10-02 18:12 UTC (permalink / raw
  To: gentoo-commits

johu        12/10/02 18:12:04

  Modified:             ChangeLog
  Added:                krossruby-4.9.2.ebuild
  Log:
  Version bump KDE SC 4.9.2
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

Revision  Changes    Path
1.88                 kde-base/krossruby/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/krossruby/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/krossruby/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/krossruby/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/krossruby/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	21 Sep 2012 09:32:37 -0000	1.87
+++ ChangeLog	2 Oct 2012 18:12:04 -0000	1.88
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/krossruby
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/krossruby/ChangeLog,v 1.87 2012/09/21 09:32:37 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/krossruby/ChangeLog,v 1.88 2012/10/02 18:12:04 johu Exp $
+
+*krossruby-4.9.2 (02 Oct 2012)
+
+  02 Oct 2012; Johannes Huber <johu@gentoo.org> +krossruby-4.9.2.ebuild:
+  Version bump KDE SC 4.9.2
 
   21 Sep 2012; Johannes Huber <johu@gentoo.org> -krossruby-4.9.0.ebuild:
   Remove KDE SC 4.9.0



1.1                  kde-base/krossruby/krossruby-4.9.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/krossruby/krossruby-4.9.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/krossruby/krossruby-4.9.2.ebuild?rev=1.1&content-type=text/plain

Index: krossruby-4.9.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/krossruby/krossruby-4.9.2.ebuild,v 1.1 2012/10/02 18:12:04 johu Exp $

EAPI=4

KMNAME="kross-interpreters"
KMMODULE="ruby"

USE_RUBY="ruby18"
# No ruby19 for three reasons:
# 1) it does not build (yet) - will likely be solved soon
# 2) cmake bails when configuring twice or more - solved with CMAKE_IN_SOURCE_BUILD=1
# 3) the ebuild can only be installed for one ruby variant, otherwise the compiled
#    files with identical path+name will overwrite each other - difficult :(

inherit kde4-meta ruby-ng

DESCRIPTION="Kross scripting framework: Ruby interpreter"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"

DEPEND=""
RDEPEND=""

# Split from kdebindings-ruby in 4.7
add_blocker kdebindings-ruby

pkg_setup() {
	ruby-ng_pkg_setup
	kde4-meta_pkg_setup
}

src_unpack() {
	local S="${WORKDIR}/${P}"
	kde4-meta_src_unpack

	cd "${WORKDIR}"
	mkdir all
	mv ${P} all/ || die "Could not move sources"
}

all_ruby_prepare() {
	kde4-meta_src_prepare
}

each_ruby_configure() {
	local CMAKE_USE_DIR=${S}
	local mycmakeargs=(
		-DRUBY_LIBRARY=$(ruby_get_libruby)
		-DRUBY_INCLUDE_DIR=$(ruby_get_hdrdir)
		-DRUBY_EXECUTABLE=${RUBY}
	)
	kde4-meta_src_configure
}

each_ruby_compile() {
	local CMAKE_USE_DIR=${S}
	kde4-meta_src_compile
}

each_ruby_install() {
	local CMAKE_USE_DIR=${S}
	kde4-meta_src_install
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/krossruby: ChangeLog krossruby-4.9.2.ebuild
@ 2012-11-13 20:20 Johannes Huber (johu)
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2012-11-13 20:20 UTC (permalink / raw
  To: gentoo-commits

johu        12/11/13 20:20:54

  Modified:             ChangeLog
  Removed:              krossruby-4.9.2.ebuild
  Log:
  Remove KDE SC 4.9.2
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)

Revision  Changes    Path
1.91                 kde-base/krossruby/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/krossruby/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/krossruby/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/krossruby/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/krossruby/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	13 Nov 2012 20:04:02 -0000	1.90
+++ ChangeLog	13 Nov 2012 20:20:54 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/krossruby
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/krossruby/ChangeLog,v 1.90 2012/11/13 20:04:02 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/krossruby/ChangeLog,v 1.91 2012/11/13 20:20:54 johu Exp $
+
+  13 Nov 2012; Johannes Huber <johu@gentoo.org> -krossruby-4.9.2.ebuild:
+  Remove KDE SC 4.9.2
 
   13 Nov 2012; Johannes Huber <johu@gentoo.org> -krossruby-4.9.1.ebuild:
   Remove KDE SC 4.9.1





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-13 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02 18:12 [gentoo-commits] gentoo-x86 commit in kde-base/krossruby: ChangeLog krossruby-4.9.2.ebuild Johannes Huber (johu)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-13 20:20 Johannes Huber (johu)

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