* [gentoo-commits] proj/kde:master commit in: kde-base/qyoto/
@ 2013-06-29 19:20 Johannes Huber
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2013-06-29 19:20 UTC (permalink / raw
To: gentoo-commits
commit: b10b585d3025adcdec60e123f41a9cef806b1c6b
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 18:41:12 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 18:41:12 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b10b585d
[kde-base/qyoto] Migrate to mono-env eclass.
Package-Manager: portage-2.2.0_alpha186
---
kde-base/qyoto/qyoto-4.10.49.9999.ebuild | 7 ++++++-
kde-base/qyoto/qyoto-4.10.5.ebuild | 7 ++++++-
kde-base/qyoto/qyoto-4.10.90.ebuild | 7 ++++++-
kde-base/qyoto/qyoto-9999.ebuild | 7 ++++++-
4 files changed, 24 insertions(+), 4 deletions(-)
diff --git a/kde-base/qyoto/qyoto-4.10.49.9999.ebuild b/kde-base/qyoto/qyoto-4.10.49.9999.ebuild
index cdb516a..de8e791 100644
--- a/kde-base/qyoto/qyoto-4.10.49.9999.ebuild
+++ b/kde-base/qyoto/qyoto-4.10.49.9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_REQUIRED="never"
-inherit kde4-base mono
+inherit mono-env kde4-base
DESCRIPTION="C# bindings for Qt"
KEYWORDS=""
@@ -20,6 +20,11 @@ RDEPEND="${DEPEND}"
# Split from kdebindings-csharp in 4.7
add_blocker kdebindings-csharp
+pkg_setup() {
+ mono-env_pkg_setup
+ kde4-base_pkg_setup
+}
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with phonon)
diff --git a/kde-base/qyoto/qyoto-4.10.5.ebuild b/kde-base/qyoto/qyoto-4.10.5.ebuild
index 6b3b113..f58a146 100644
--- a/kde-base/qyoto/qyoto-4.10.5.ebuild
+++ b/kde-base/qyoto/qyoto-4.10.5.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_REQUIRED="never"
-inherit kde4-base mono
+inherit mono-env kde4-base
DESCRIPTION="C# bindings for Qt"
KEYWORDS=" ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
@@ -20,6 +20,11 @@ RDEPEND="${DEPEND}"
# Split from kdebindings-csharp in 4.7
add_blocker kdebindings-csharp
+pkg_setup() {
+ mono-env_pkg_setup
+ kde4-base_pkg_setup
+}
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with phonon)
diff --git a/kde-base/qyoto/qyoto-4.10.90.ebuild b/kde-base/qyoto/qyoto-4.10.90.ebuild
index bebad5a..5dee021 100644
--- a/kde-base/qyoto/qyoto-4.10.90.ebuild
+++ b/kde-base/qyoto/qyoto-4.10.90.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_REQUIRED="never"
-inherit kde4-base mono
+inherit mono-env kde4-base
DESCRIPTION="C# bindings for Qt"
KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
@@ -20,6 +20,11 @@ RDEPEND="${DEPEND}"
# Split from kdebindings-csharp in 4.7
add_blocker kdebindings-csharp
+pkg_setup() {
+ mono-env_pkg_setup
+ kde4-base_pkg_setup
+}
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with phonon)
diff --git a/kde-base/qyoto/qyoto-9999.ebuild b/kde-base/qyoto/qyoto-9999.ebuild
index cdb516a..de8e791 100644
--- a/kde-base/qyoto/qyoto-9999.ebuild
+++ b/kde-base/qyoto/qyoto-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_REQUIRED="never"
-inherit kde4-base mono
+inherit mono-env kde4-base
DESCRIPTION="C# bindings for Qt"
KEYWORDS=""
@@ -20,6 +20,11 @@ RDEPEND="${DEPEND}"
# Split from kdebindings-csharp in 4.7
add_blocker kdebindings-csharp
+pkg_setup() {
+ mono-env_pkg_setup
+ kde4-base_pkg_setup
+}
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with phonon)
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/qyoto/
@ 2013-07-03 14:23 Michael Palimaka
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2013-07-03 14:23 UTC (permalink / raw
To: gentoo-commits
commit: 98eca8cb027e2740c4098f937cdf6a2dfb10a61a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 3 14:21:13 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 3 14:21:13 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=98eca8cb
[kde-base/qyoto] Remove obsolete blocker.
Package-Manager: portage-2.1.12.11
---
kde-base/qyoto/qyoto-4.10.49.9999.ebuild | 3 ---
kde-base/qyoto/qyoto-4.10.90.ebuild | 3 ---
kde-base/qyoto/qyoto-9999.ebuild | 3 ---
3 files changed, 9 deletions(-)
diff --git a/kde-base/qyoto/qyoto-4.10.49.9999.ebuild b/kde-base/qyoto/qyoto-4.10.49.9999.ebuild
index de8e791..d9f9c92 100644
--- a/kde-base/qyoto/qyoto-4.10.49.9999.ebuild
+++ b/kde-base/qyoto/qyoto-4.10.49.9999.ebuild
@@ -17,9 +17,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-# Split from kdebindings-csharp in 4.7
-add_blocker kdebindings-csharp
-
pkg_setup() {
mono-env_pkg_setup
kde4-base_pkg_setup
diff --git a/kde-base/qyoto/qyoto-4.10.90.ebuild b/kde-base/qyoto/qyoto-4.10.90.ebuild
index 5dee021..b6efacf 100644
--- a/kde-base/qyoto/qyoto-4.10.90.ebuild
+++ b/kde-base/qyoto/qyoto-4.10.90.ebuild
@@ -17,9 +17,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-# Split from kdebindings-csharp in 4.7
-add_blocker kdebindings-csharp
-
pkg_setup() {
mono-env_pkg_setup
kde4-base_pkg_setup
diff --git a/kde-base/qyoto/qyoto-9999.ebuild b/kde-base/qyoto/qyoto-9999.ebuild
index de8e791..d9f9c92 100644
--- a/kde-base/qyoto/qyoto-9999.ebuild
+++ b/kde-base/qyoto/qyoto-9999.ebuild
@@ -17,9 +17,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-# Split from kdebindings-csharp in 4.7
-add_blocker kdebindings-csharp
-
pkg_setup() {
mono-env_pkg_setup
kde4-base_pkg_setup
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/qyoto/
@ 2013-08-05 18:51 Andreas Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2013-08-05 18:51 UTC (permalink / raw
To: gentoo-commits
commit: e3e5452946838f6a9dc27026ca82275fe4b74b30
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 5 18:47:00 2013 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 5 18:47:00 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e3e54529
[kde-base/qyoto] update HOMEPAGE, bug 479256
Package-Manager: portage-2.2.0_alpha191
---
kde-base/qyoto/qyoto-4.10.97.ebuild | 1 +
kde-base/qyoto/qyoto-4.11.49.9999.ebuild | 1 +
kde-base/qyoto/qyoto-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-base/qyoto/qyoto-4.10.97.ebuild b/kde-base/qyoto/qyoto-4.10.97.ebuild
index b6efacf..95850d3 100644
--- a/kde-base/qyoto/qyoto-4.10.97.ebuild
+++ b/kde-base/qyoto/qyoto-4.10.97.ebuild
@@ -10,6 +10,7 @@ inherit mono-env kde4-base
DESCRIPTION="C# bindings for Qt"
KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +phonon qscintilla webkit"
+HOMEPAGE="http://techbase.kde.org/Development/Languages/Qyoto"
DEPEND="
dev-lang/mono
diff --git a/kde-base/qyoto/qyoto-4.11.49.9999.ebuild b/kde-base/qyoto/qyoto-4.11.49.9999.ebuild
index d9f9c92..2451776 100644
--- a/kde-base/qyoto/qyoto-4.11.49.9999.ebuild
+++ b/kde-base/qyoto/qyoto-4.11.49.9999.ebuild
@@ -10,6 +10,7 @@ inherit mono-env kde4-base
DESCRIPTION="C# bindings for Qt"
KEYWORDS=""
IUSE="debug +phonon qscintilla webkit"
+HOMEPAGE="http://techbase.kde.org/Development/Languages/Qyoto"
DEPEND="
dev-lang/mono
diff --git a/kde-base/qyoto/qyoto-9999.ebuild b/kde-base/qyoto/qyoto-9999.ebuild
index d9f9c92..2451776 100644
--- a/kde-base/qyoto/qyoto-9999.ebuild
+++ b/kde-base/qyoto/qyoto-9999.ebuild
@@ -10,6 +10,7 @@ inherit mono-env kde4-base
DESCRIPTION="C# bindings for Qt"
KEYWORDS=""
IUSE="debug +phonon qscintilla webkit"
+HOMEPAGE="http://techbase.kde.org/Development/Languages/Qyoto"
DEPEND="
dev-lang/mono
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-05 18:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-29 19:20 [gentoo-commits] proj/kde:master commit in: kde-base/qyoto/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2013-07-03 14:23 Michael Palimaka
2013-08-05 18:51 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox