From: "Ian Delaney" <della5@iinet.com.au>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/
Date: Fri, 17 Feb 2012 03:01:35 +0000 (UTC) [thread overview]
Message-ID: <1329447366.14d2ff38bb2ede029290b91ce1be0dbf4693c9e1.ian_delaney@gentoo> (raw)
commit: 14d2ff38bb2ede029290b91ce1be0dbf4693c9e1
Author: Ian Delaney <idell5 <AT> iinet <DOT> com <DOT> au>
AuthorDate: Fri Feb 17 02:56:06 2012 +0000
Commit: Ian Delaney <della5 <AT> iinet <DOT> com <DOT> au>
CommitDate: Fri Feb 17 02:56:06 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=14d2ff38
[dev-util/kdevplatform] adpated live & beta ebuilds
---
...rm-1.2.82.ebuild => kdevplatform-1.2.81.ebuild} | 23 +++++++++++++-------
dev-util/kdevplatform/kdevplatform-1.2.82.ebuild | 23 +++++++++++++-------
dev-util/kdevplatform/kdevplatform-9999.ebuild | 10 +++++++-
3 files changed, 38 insertions(+), 18 deletions(-)
diff --git a/dev-util/kdevplatform/kdevplatform-1.2.82.ebuild b/dev-util/kdevplatform/kdevplatform-1.2.81.ebuild
similarity index 77%
copy from dev-util/kdevplatform/kdevplatform-1.2.82.ebuild
copy to dev-util/kdevplatform/kdevplatform-1.2.81.ebuild
index 17d4d80..05fab93 100644
--- a/dev-util/kdevplatform/kdevplatform-1.2.82.ebuild
+++ b/dev-util/kdevplatform/kdevplatform-1.2.81.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.81.ebuild,v 1.1 2012/02/11 15:04:07
EAPI=4
@@ -9,14 +9,18 @@ KDE_SCM="git"
EGIT_REPONAME="${PN}"
KDE_MINIMAL="4.7"
VIRTUALX_REQUIRED=test
-KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr it nb nds nl pl pt
-pt_BR ru sl sv th uk zh_CN zh_TW"
+KDE_LINGUAS="ca ca@valencia da de en_GB es et fr it nb nds nl pt pt_BR ru sl sv th uk zh_CN zh_TW"
+
+if [[ $PV == *9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+fi
+
inherit kde4-base
DESCRIPTION="KDE development support libraries and apps"
-SRC_URI="mirror://kde/unstable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.bz2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
# Moved to playground for now
# bazaar kompare mercurial
LICENSE="GPL-2 LGPL-2"
@@ -34,15 +38,18 @@ DEPEND="
"
RDEPEND="${DEPEND}
!<dev-util/kdevelop-${KDEVELOP_VERSION}:4
- !dev-util/kdevelop-git
$(add_kdebase_dep konsole)
cvs? ( dev-vcs/cvs )
git? ( dev-vcs/git )
"
-
+#!dev-util/kdevelop-git
# Quite few fails and upstream is aware
RESTRICT="test"
+PATCHES=(
+ "${FILESDIR}/${P}"-svn17-[12].patch
+)
+
src_prepare() {
kde4-base_src_prepare
diff --git a/dev-util/kdevplatform/kdevplatform-1.2.82.ebuild b/dev-util/kdevplatform/kdevplatform-1.2.82.ebuild
index 17d4d80..1efd926 100644
--- a/dev-util/kdevplatform/kdevplatform-1.2.82.ebuild
+++ b/dev-util/kdevplatform/kdevplatform-1.2.82.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.82.ebuild,v 1.1 2012/02/11 15:04:07
EAPI=4
@@ -9,14 +9,18 @@ KDE_SCM="git"
EGIT_REPONAME="${PN}"
KDE_MINIMAL="4.7"
VIRTUALX_REQUIRED=test
-KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr it nb nds nl pl pt
-pt_BR ru sl sv th uk zh_CN zh_TW"
+KDE_LINGUAS="ca ca@valencia da de en_GB es et fr it nb nds nl pt pt_BR ru sl sv th uk zh_CN zh_TW"
+
+if [[ $PV == *9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+fi
+
inherit kde4-base
DESCRIPTION="KDE development support libraries and apps"
-SRC_URI="mirror://kde/unstable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.bz2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
# Moved to playground for now
# bazaar kompare mercurial
LICENSE="GPL-2 LGPL-2"
@@ -34,15 +38,18 @@ DEPEND="
"
RDEPEND="${DEPEND}
!<dev-util/kdevelop-${KDEVELOP_VERSION}:4
- !dev-util/kdevelop-git
$(add_kdebase_dep konsole)
cvs? ( dev-vcs/cvs )
git? ( dev-vcs/git )
"
-
+#!dev-util/kdevelop-git
# Quite few fails and upstream is aware
RESTRICT="test"
+PATCHES=(
+ "${FILESDIR}/${P}"-svn17-[12].patch
+)
+
src_prepare() {
kde4-base_src_prepare
diff --git a/dev-util/kdevplatform/kdevplatform-9999.ebuild b/dev-util/kdevplatform/kdevplatform-9999.ebuild
index 0ba51a5..80a3a7b 100644
--- a/dev-util/kdevplatform/kdevplatform-9999.ebuild
+++ b/dev-util/kdevplatform/kdevplatform-9999.ebuild
@@ -11,11 +11,17 @@ KDE_MINIMAL="4.7"
VIRTUALX_REQUIRED=test
KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr it nb nds nl pl pt
pt_BR ru sl sv th uk zh_CN zh_TW"
+
+if [[ $PV == *9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+fi
+
inherit kde4-base
DESCRIPTION="KDE development support libraries and apps"
-KEYWORDS=""
# Moved to playground for now
# bazaar kompare mercurial
LICENSE="GPL-2 LGPL-2"
@@ -33,11 +39,11 @@ DEPEND="
"
RDEPEND="${DEPEND}
!<dev-util/kdevelop-${KDEVELOP_VERSION}:4
- !dev-util/kdevelop-git
$(add_kdebase_dep konsole)
cvs? ( dev-vcs/cvs )
git? ( dev-vcs/git )
"
+#!dev-util/kdevelop-git
# Quite few fails and upstream is aware
RESTRICT="test"
next reply other threads:[~2012-02-17 3:01 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-17 3:01 Ian Delaney [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-08-18 17:05 [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/ Andreas Sturmlechner
2017-08-08 18:23 Andreas Sturmlechner
2017-08-08 6:32 Andreas Sturmlechner
2017-06-24 16:14 Andreas Sturmlechner
2017-03-23 0:45 Andreas Sturmlechner
2017-03-18 21:42 Johannes Huber
2017-01-06 14:15 Johannes Huber
2016-08-31 14:30 Michael Palimaka
2016-08-28 19:39 Michael Palimaka
2016-08-24 13:38 Michael Palimaka
2016-08-21 20:33 Michael Palimaka
2016-08-21 20:21 Michael Palimaka
2016-03-24 20:59 Johannes Huber
2015-12-15 13:26 Michael Palimaka
2015-10-11 6:54 Michael Palimaka
2015-08-13 22:10 Johannes Huber
2015-07-18 20:38 Johannes Huber
2015-02-10 19:50 Johannes Huber
2014-12-29 16:05 Michael Palimaka
2014-12-26 16:29 Michael Palimaka
2014-12-26 13:14 Michael Palimaka
2014-12-26 10:30 Michael Palimaka
2014-12-26 9:45 Michael Palimaka
2014-12-26 9:45 Michael Palimaka
2014-12-26 8:58 Michael Palimaka
2014-11-24 12:49 Michael Palimaka
2014-09-18 14:23 Johannes Huber
2014-05-27 18:25 Johannes Huber
2014-03-12 13:06 Johannes Huber
2013-12-27 16:19 Chris Reffett
2013-03-03 16:14 Michael Palimaka
2012-12-10 15:59 Michael Palimaka
2012-10-31 4:29 Patrick Lauer
2012-10-30 15:20 Michael Palimaka
2012-03-12 15:57 Johannes Huber
2012-03-12 15:57 Johannes Huber
2012-02-19 10:46 Theo Chatzimichos
2012-02-18 16:51 Theo Chatzimichos
2012-02-17 19:36 Ian Delaney
2011-02-23 16:05 Theo Chatzimichos
2011-02-13 10:00 Andreas K. Huettel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1329447366.14d2ff38bb2ede029290b91ce1be0dbf4693c9e1.ian_delaney@gentoo \
--to=della5@iinet.com.au \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox