public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: games-board/kaya/
@ 2013-02-13 13:11 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2013-02-13 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     afdd913c8ac68828d3a4e664eb9a9d68dd2f9b25
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 13 13:11:08 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Feb 13 13:11:08 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=afdd913c

[games-board/kaya] Update deps.

Package-Manager: portage-2.1.11.51

---
 games-board/kaya/kaya-9999.ebuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/kaya/kaya-9999.ebuild b/games-board/kaya/kaya-9999.ebuild
index bd16a17..05d091c 100644
--- a/games-board/kaya/kaya-9999.ebuild
+++ b/games-board/kaya/kaya-9999.ebuild
@@ -17,8 +17,8 @@ IUSE=""
 
 DEPEND=""
 RDEPEND=""
-ruby_add_bdepend "$(add_kdebase_dep kdebindings-ruby)"
-ruby_add_rdepend "$(add_kdebase_dep kdebindings-ruby)"
+ruby_add_rdepend "kde-base/korundum"
+ruby_add_rdepend "dev-ruby/builder"
 
 EGIT_SOURCE_UNPACK="${WORKDIR}/all/${P}"
 


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

* [gentoo-commits] proj/kde:master commit in: games-board/kaya/
@ 2013-06-30 13:40 Johannes Huber
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2013-06-30 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     e9bd7fafdb73d6842287d8614f445387d4d6eece
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 13:39:20 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 13:39:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e9bd7faf

[games-board/kaya] EAPI 5, SLOT 4.

Package-Manager: portage-2.2.0_alpha186

---
 games-board/kaya/kaya-9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/games-board/kaya/kaya-9999.ebuild b/games-board/kaya/kaya-9999.ebuild
index 05d091c..cec008f 100644
--- a/games-board/kaya/kaya-9999.ebuild
+++ b/games-board/kaya/kaya-9999.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
+
 USE_RUBY="ruby18"
 inherit kde4-base ruby-ng
 
@@ -11,9 +12,9 @@ HOMEPAGE="http://pcapriotti.github.com/kaya/"
 EGIT_REPO_URI="git://github.com/pcapriotti/kaya.git"
 
 LICENSE="GPL-2"
-SLOT="0"
+SLOT="4"
 KEYWORDS=""
-IUSE=""
+IUSE="debug"
 
 DEPEND=""
 RDEPEND=""


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

* [gentoo-commits] proj/kde:master commit in: games-board/kaya/
@ 2014-03-20 20:37 Johannes Huber
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2014-03-20 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     c853cf83307bccfa7914e3ef4443a501d6b618d6
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 20 20:37:12 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Mar 20 20:37:12 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c853cf83

[games-board/kaya] Sync with tree

Package-Manager: portage-2.2.8-r1

---
 games-board/kaya/kaya-9999.ebuild | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/games-board/kaya/kaya-9999.ebuild b/games-board/kaya/kaya-9999.ebuild
index 69fa34c..26ba98a 100644
--- a/games-board/kaya/kaya-9999.ebuild
+++ b/games-board/kaya/kaya-9999.ebuild
@@ -3,8 +3,9 @@
 # $Header: $
 
 EAPI=5
+USE_RUBY="ruby19"
+CMAKE_IN_SOURCE_BUILD=1
 
-USE_RUBY="ruby18"
 inherit kde4-base ruby-ng
 
 DESCRIPTION="Board game suite for KDE"
@@ -18,7 +19,7 @@ IUSE="debug"
 
 DEPEND=""
 RDEPEND=""
-ruby_add_rdepend "kde-base/korundum"
+ruby_add_rdepend "|| ( kde-base/korundum kde-base/kdebindings-ruby )"
 ruby_add_rdepend "dev-ruby/builder"
 
 EGIT_SOURCE_UNPACK="${WORKDIR}/all/${P}"
@@ -28,35 +29,35 @@ pkg_setup() {
 	kde4-base_pkg_setup
 }
 
-all_ruby_unpack() {
+src_unpack() {
 	kde4-base_src_unpack
+
+	cd "${WORKDIR}"
+	mkdir all
+	mv ${P} all/ || die "Could not move sources"
 }
 
 all_ruby_prepare() {
 	kde4-base_src_prepare
 }
 
-each_ruby_configure() {
+all_ruby_configure() {
 	CMAKE_USE_DIR=${S}
-	mycmakeargs=(
-		-DRUBY_LIBRARY=$(ruby_get_libruby)
-		-DRUBY_INCLUDE_PATH=$(ruby_get_hdrdir)
-		-DRUBY_EXECUTABLE=${RUBY}
-	)
 	kde4-base_src_configure
 }
 
-each_ruby_compile() {
+all_ruby_compile() {
 	CMAKE_USE_DIR=${S}
 	kde4-base_src_compile
 }
 
-each_ruby_install() {
+all_ruby_install() {
 	CMAKE_USE_DIR=${S}
 	kde4-base_src_install
 }
 
 pkg_postinst() {
+	kde4-base_pkg_postinst
 	elog "To be able to use the kaya board game front-end, you need to install at least one"
 	elog "of the following game engines: "
 	elog "    games-board/gnuchess"


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

* [gentoo-commits] proj/kde:master commit in: games-board/kaya/
@ 2014-09-12 19:46 Johannes Huber
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2014-09-12 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     2859c23da6aaab87d7423ea55508acf3e8ed5a74
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 12 19:45:25 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Sep 12 19:45:25 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2859c23d

[games-board/kaya] Remove, dead upstream

Last commit in 2012.

---
 games-board/kaya/kaya-9999.ebuild | 65 ---------------------------------------
 games-board/kaya/metadata.xml     |  8 -----
 2 files changed, 73 deletions(-)

diff --git a/games-board/kaya/kaya-9999.ebuild b/games-board/kaya/kaya-9999.ebuild
deleted file mode 100644
index 26ba98a..0000000
--- a/games-board/kaya/kaya-9999.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19"
-CMAKE_IN_SOURCE_BUILD=1
-
-inherit kde4-base ruby-ng
-
-DESCRIPTION="Board game suite for KDE"
-HOMEPAGE="http://pcapriotti.github.com/kaya/"
-EGIT_REPO_URI="git://github.com/pcapriotti/kaya.git"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND=""
-RDEPEND=""
-ruby_add_rdepend "|| ( kde-base/korundum kde-base/kdebindings-ruby )"
-ruby_add_rdepend "dev-ruby/builder"
-
-EGIT_SOURCE_UNPACK="${WORKDIR}/all/${P}"
-
-pkg_setup() {
-	ruby-ng_pkg_setup
-	kde4-base_pkg_setup
-}
-
-src_unpack() {
-	kde4-base_src_unpack
-
-	cd "${WORKDIR}"
-	mkdir all
-	mv ${P} all/ || die "Could not move sources"
-}
-
-all_ruby_prepare() {
-	kde4-base_src_prepare
-}
-
-all_ruby_configure() {
-	CMAKE_USE_DIR=${S}
-	kde4-base_src_configure
-}
-
-all_ruby_compile() {
-	CMAKE_USE_DIR=${S}
-	kde4-base_src_compile
-}
-
-all_ruby_install() {
-	CMAKE_USE_DIR=${S}
-	kde4-base_src_install
-}
-
-pkg_postinst() {
-	kde4-base_pkg_postinst
-	elog "To be able to use the kaya board game front-end, you need to install at least one"
-	elog "of the following game engines: "
-	elog "    games-board/gnuchess"
-	elog "    games-board/gnushogi"
-}

diff --git a/games-board/kaya/metadata.xml b/games-board/kaya/metadata.xml
deleted file mode 100644
index 7811270..0000000
--- a/games-board/kaya/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>kde</herd>
-	<maintainer>
-		<email>dilfridge@gentoo.org</email>
-	</maintainer>
-</pkgmetadata>


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

end of thread, other threads:[~2014-09-12 19:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-13 13:11 [gentoo-commits] proj/kde:master commit in: games-board/kaya/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2013-06-30 13:40 Johannes Huber
2014-03-20 20:37 Johannes Huber
2014-09-12 19:46 Johannes Huber

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