From: "Ian Delaney" <della5@iinet.com.au>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-php/
Date: Fri, 17 Feb 2012 02:17:07 +0000 (UTC) [thread overview]
Message-ID: <1329444680.148210b12c1e774431c43c43a118a875ecc8154d.ian_delaney@gentoo> (raw)
commit: 148210b12c1e774431c43c43a118a875ecc8154d
Author: Ian Delaney <idell5 <AT> iinet <DOT> com <DOT> au>
AuthorDate: Fri Feb 17 02:11:20 2012 +0000
Commit: Ian Delaney <della5 <AT> iinet <DOT> com <DOT> au>
CommitDate: Fri Feb 17 02:11:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=148210b1
[dev-util/kdevelop-php] adapted beta & live ebuilds to be common
---
...hp-1.2.82.ebuild => kdevelop-php-1.2.81.ebuild} | 18 +++++++++++++-----
dev-util/kdevelop-php/kdevelop-php-1.2.82.ebuild | 18 +++++++++++++-----
dev-util/kdevelop-php/kdevelop-php-9999.ebuild | 16 +++++++++++++---
3 files changed, 39 insertions(+), 13 deletions(-)
diff --git a/dev-util/kdevelop-php/kdevelop-php-1.2.82.ebuild b/dev-util/kdevelop-php/kdevelop-php-1.2.81.ebuild
similarity index 70%
copy from dev-util/kdevelop-php/kdevelop-php-1.2.82.ebuild
copy to dev-util/kdevelop-php/kdevelop-php-1.2.81.ebuild
index 833f695..dfac9da 100644
--- a/dev-util/kdevelop-php/kdevelop-php-1.2.82.ebuild
+++ b/dev-util/kdevelop-php/kdevelop-php-1.2.81.ebuild
@@ -10,15 +10,23 @@ EAPI=4
KDE_LINGUAS="ca ca@valencia da de en_GB es et fi fr it nb nds nl pl pt pt_BR sv
th uk zh_CN zh_TW"
KMNAME="kdevelop"
-KMMODULE="php"
-KDEVELOP_VERSION="4.2.82"
VIRTUALX_REQUIRED=test
+
+if [[ $PV == *9999 ]]; then
+ KDE_SCM="git"
+ EGIT_REPONAME="kdev-php"
+ KEYWORDS=""
+ SRC_URI =""
+else
+ KMMODULE="php"
+ KDEVELOP_VERSION="4.2.82"
+ SRC_URI="mirror://kde/unstable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+fi
+
inherit kde4-base
DESCRIPTION="PHP plugin for KDevelop 4"
-SRC_URI="mirror://kde/unstable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.bz2"
-
-KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2 LGPL-2"
IUSE="debug doc"
diff --git a/dev-util/kdevelop-php/kdevelop-php-1.2.82.ebuild b/dev-util/kdevelop-php/kdevelop-php-1.2.82.ebuild
index 833f695..dfac9da 100644
--- a/dev-util/kdevelop-php/kdevelop-php-1.2.82.ebuild
+++ b/dev-util/kdevelop-php/kdevelop-php-1.2.82.ebuild
@@ -10,15 +10,23 @@ EAPI=4
KDE_LINGUAS="ca ca@valencia da de en_GB es et fi fr it nb nds nl pl pt pt_BR sv
th uk zh_CN zh_TW"
KMNAME="kdevelop"
-KMMODULE="php"
-KDEVELOP_VERSION="4.2.82"
VIRTUALX_REQUIRED=test
+
+if [[ $PV == *9999 ]]; then
+ KDE_SCM="git"
+ EGIT_REPONAME="kdev-php"
+ KEYWORDS=""
+ SRC_URI =""
+else
+ KMMODULE="php"
+ KDEVELOP_VERSION="4.2.82"
+ SRC_URI="mirror://kde/unstable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+fi
+
inherit kde4-base
DESCRIPTION="PHP plugin for KDevelop 4"
-SRC_URI="mirror://kde/unstable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.bz2"
-
-KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2 LGPL-2"
IUSE="debug doc"
diff --git a/dev-util/kdevelop-php/kdevelop-php-9999.ebuild b/dev-util/kdevelop-php/kdevelop-php-9999.ebuild
index bceef5c..95f969b 100644
--- a/dev-util/kdevelop-php/kdevelop-php-9999.ebuild
+++ b/dev-util/kdevelop-php/kdevelop-php-9999.ebuild
@@ -5,13 +5,23 @@
EAPI=4
KMNAME="kdevelop"
-KDE_SCM="git"
-EGIT_REPONAME="kdev-php"
+
+if [[ $PV == *9999 ]]; then
+ KDE_SCM="git"
+ EGIT_REPONAME="kdev-php"
+ KEYWORDS=""
+ SRC_URI=""
+else
+ KMMODULE="php"
+ KDEVELOP_VERSION="4.2.82"
+ SRC_URI="mirror://kde/unstable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+fi
+
inherit kde4-base
DESCRIPTION="PHP plugin for KDevelop 4"
-KEYWORDS=""
LICENSE="GPL-2 LGPL-2"
IUSE="debug doc"
next reply other threads:[~2012-02-17 2:17 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-17 2:17 Ian Delaney [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-22 20:03 [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-php/ Andreas Sturmlechner
2024-08-10 21:39 Andreas Sturmlechner
2024-03-07 12:09 Andreas Sturmlechner
2023-01-09 19:38 Andreas Sturmlechner
2021-11-11 17:00 Andreas Sturmlechner
2021-11-11 17:00 Andreas Sturmlechner
2020-08-18 17:47 Andreas Sturmlechner
2020-08-18 17:47 Andreas Sturmlechner
2020-06-04 14:26 Andreas Sturmlechner
2020-01-11 20:53 Andreas Sturmlechner
2019-04-01 19:38 Andreas Sturmlechner
2018-10-10 5:33 Andreas Sturmlechner
2018-10-08 17:53 Andreas Sturmlechner
2018-10-07 23:27 Andreas Sturmlechner
2017-10-03 9:44 Johannes Huber
2017-08-18 17:05 Andreas Sturmlechner
2017-08-18 17:05 Andreas Sturmlechner
2017-08-18 17:05 Andreas Sturmlechner
2017-08-15 15:05 Andreas Sturmlechner
2017-08-08 23:49 Andreas Sturmlechner
2017-06-21 17:58 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-24 13:38 Michael Palimaka
2016-08-21 20:21 Michael Palimaka
2016-06-23 9:29 Johannes Huber
2016-03-24 20:59 Johannes Huber
2015-10-15 8:14 Michael Palimaka
2015-09-20 15:48 Manuel Rüger
2015-07-15 21:09 Johannes Huber
2015-02-10 21:47 Johannes Huber
2014-12-26 13:14 Michael Palimaka
2014-12-26 10:59 Michael Palimaka
2014-09-18 14:46 Johannes Huber
2014-05-30 7:28 Johannes Huber
2014-03-12 13:06 Johannes Huber
2014-03-11 10:21 Johannes Huber
2013-12-27 16:19 Chris Reffett
2012-04-14 23:46 Johannes Huber
2012-03-17 12:57 Maciej Mrozowski
2012-03-12 15:57 Johannes Huber
2012-03-12 15:57 Johannes Huber
2012-02-14 15:39 Johannes Huber
2011-06-15 22:54 Maciej Mrozowski
2011-04-12 21:49 Andreas K. Huettel
2011-02-25 22:47 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=1329444680.148210b12c1e774431c43c43a118a875ecc8154d.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