public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/kapptemplate/
@ 2013-02-11  1:16 Jonathan Callen
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Callen @ 2013-02-11  1:16 UTC (permalink / raw
  To: gentoo-commits

commit:     0310ada9579cabefd5814dd042a787ad79664c0a
Author:     Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 10 23:06:48 2013 +0000
Commit:     Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Mon Feb 11 01:02:08 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0310ada9

[kde-base/kapptemplate] Moved to git

Package-Manager: portage-2.2.0_alpha161

---
 .../kapptemplate/kapptemplate-4.10.49.9999.ebuild  |   10 +++++++---
 kde-base/kapptemplate/kapptemplate-9999.ebuild     |    4 +---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/kde-base/kapptemplate/kapptemplate-4.10.49.9999.ebuild b/kde-base/kapptemplate/kapptemplate-4.10.49.9999.ebuild
index 632f279..eeb600a 100644
--- a/kde-base/kapptemplate/kapptemplate-4.10.49.9999.ebuild
+++ b/kde-base/kapptemplate/kapptemplate-4.10.49.9999.ebuild
@@ -5,9 +5,13 @@
 EAPI=5
 
 KDE_HANDBOOK="optional"
-KMNAME="kdesdk"
-KDE_SCM="svn"
-inherit kde4-meta
+if [[ ${PV} == *9999 ]]; then
+	eclass="kde4-base"
+else
+	eclass="kde4-meta"
+	KMNAME="kdesdk"
+fi
+inherit ${eclass}
 
 DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications."
 KEYWORDS=""

diff --git a/kde-base/kapptemplate/kapptemplate-9999.ebuild b/kde-base/kapptemplate/kapptemplate-9999.ebuild
index 632f279..5a9a3c0 100644
--- a/kde-base/kapptemplate/kapptemplate-9999.ebuild
+++ b/kde-base/kapptemplate/kapptemplate-9999.ebuild
@@ -5,9 +5,7 @@
 EAPI=5
 
 KDE_HANDBOOK="optional"
-KMNAME="kdesdk"
-KDE_SCM="svn"
-inherit kde4-meta
+inherit kde4-base
 
 DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications."
 KEYWORDS=""


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kapptemplate/
@ 2013-08-01 18:37 Johannes Huber
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber @ 2013-08-01 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     b5801c61d594f1b96d48fc6ba9005ec91e4d8dde
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 18:37:00 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 18:37:00 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b5801c61

[kde-base/kapptemplate] Update HOMEPAGE wrt bug #478936.

Package-Manager: portage-2.2.0_alpha191

---
 kde-base/kapptemplate/kapptemplate-4.10.97.ebuild      | 1 +
 kde-base/kapptemplate/kapptemplate-4.11.49.9999.ebuild | 1 +
 kde-base/kapptemplate/kapptemplate-9999.ebuild         | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-base/kapptemplate/kapptemplate-4.10.97.ebuild b/kde-base/kapptemplate/kapptemplate-4.10.97.ebuild
index c77c4ba..e189444 100644
--- a/kde-base/kapptemplate/kapptemplate-4.10.97.ebuild
+++ b/kde-base/kapptemplate/kapptemplate-4.10.97.ebuild
@@ -8,5 +8,6 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications."
+HOMEPAGE="http://www.kde.org/applications/development/kapptemplate"
 KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"

diff --git a/kde-base/kapptemplate/kapptemplate-4.11.49.9999.ebuild b/kde-base/kapptemplate/kapptemplate-4.11.49.9999.ebuild
index 5a9a3c0..228e597 100644
--- a/kde-base/kapptemplate/kapptemplate-4.11.49.9999.ebuild
+++ b/kde-base/kapptemplate/kapptemplate-4.11.49.9999.ebuild
@@ -8,5 +8,6 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications."
+HOMEPAGE="http://www.kde.org/applications/development/kapptemplate"
 KEYWORDS=""
 IUSE="debug"

diff --git a/kde-base/kapptemplate/kapptemplate-9999.ebuild b/kde-base/kapptemplate/kapptemplate-9999.ebuild
index 5a9a3c0..228e597 100644
--- a/kde-base/kapptemplate/kapptemplate-9999.ebuild
+++ b/kde-base/kapptemplate/kapptemplate-9999.ebuild
@@ -8,5 +8,6 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications."
+HOMEPAGE="http://www.kde.org/applications/development/kapptemplate"
 KEYWORDS=""
 IUSE="debug"


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

end of thread, other threads:[~2013-08-01 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-11  1:16 [gentoo-commits] proj/kde:master commit in: kde-base/kapptemplate/ Jonathan Callen
  -- strict thread matches above, loose matches on Subject: below --
2013-08-01 18:37 Johannes Huber

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