public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/kteatime/
@ 2011-05-30 20:34 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 5+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-30 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     cad99891dcd86605d69240129e167ce4e021541b
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 20:25:41 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Mon May 30 20:27:32 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cad99891

[kde-base/kteatime] Merge local changes.

(Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key BB0E6E98)

---
 kde-base/kteatime/kteatime-4.6.80.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kde-base/kteatime/kteatime-4.6.80.ebuild b/kde-base/kteatime/kteatime-4.6.80.ebuild
index 923d6a4..96afcf2 100644
--- a/kde-base/kteatime/kteatime-4.6.80.ebuild
+++ b/kde-base/kteatime/kteatime-4.6.80.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI="4"
 
 KDE_HANDBOOK="optional"
 KMNAME="kdetoys"



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kteatime/
@ 2013-02-10 15:10 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2013-02-10 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     8fd619db2dc44fc83a9cb112ffaf8046a3cf29f2
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 10 15:09:11 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Feb 10 15:09:11 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8fd619db

[kde-base/kteatime] Upstream migrated to git.

Package-Manager: portage-2.1.11.50

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

diff --git a/kde-base/kteatime/kteatime-4.10.49.9999.ebuild b/kde-base/kteatime/kteatime-4.10.49.9999.ebuild
index 0d3b1a5..f93e10c 100644
--- a/kde-base/kteatime/kteatime-4.10.49.9999.ebuild
+++ b/kde-base/kteatime/kteatime-4.10.49.9999.ebuild
@@ -5,9 +5,7 @@
 EAPI=5
 
 KDE_HANDBOOK="optional"
-KMNAME="kdetoys"
-KDE_SCM="svn"
-inherit kde4-meta
+inherit kde4-base
 
 DESCRIPTION="KDE utility for making a fine cup of tea"
 KEYWORDS=""

diff --git a/kde-base/kteatime/kteatime-9999.ebuild b/kde-base/kteatime/kteatime-9999.ebuild
index 0d3b1a5..f93e10c 100644
--- a/kde-base/kteatime/kteatime-9999.ebuild
+++ b/kde-base/kteatime/kteatime-9999.ebuild
@@ -5,9 +5,7 @@
 EAPI=5
 
 KDE_HANDBOOK="optional"
-KMNAME="kdetoys"
-KDE_SCM="svn"
-inherit kde4-meta
+inherit kde4-base
 
 DESCRIPTION="KDE utility for making a fine cup of tea"
 KEYWORDS=""


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kteatime/
@ 2013-02-10 15:29 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2013-02-10 15:29 UTC (permalink / raw
  To: gentoo-commits

commit:     6c65e21765ca884e0b2e5aa71420b5e41f3bb79b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 10 15:27:08 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Feb 10 15:27:08 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6c65e217

[kde-base/kteatime] KDE/4.10 releases will still be in a combined tarball.

Package-Manager: portage-2.1.11.50

---
 kde-base/kteatime/kteatime-4.10.49.9999.ebuild |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/kde-base/kteatime/kteatime-4.10.49.9999.ebuild b/kde-base/kteatime/kteatime-4.10.49.9999.ebuild
index f93e10c..f4f39ed 100644
--- a/kde-base/kteatime/kteatime-4.10.49.9999.ebuild
+++ b/kde-base/kteatime/kteatime-4.10.49.9999.ebuild
@@ -4,8 +4,14 @@
 
 EAPI=5
 
+if [[ ${PV} == *9999 ]]; then
+	eclass="kde4-base"
+else
+	eclass="kde4-meta"
+	KMNAME="kdetoys"
+fi
 KDE_HANDBOOK="optional"
-inherit kde4-base
+inherit ${eclass}
 
 DESCRIPTION="KDE utility for making a fine cup of tea"
 KEYWORDS=""


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kteatime/
@ 2013-03-25 14:12 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2013-03-25 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e98b6c6661afd26c1019bb6e7bde68ac2702ee60
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 14:11:01 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 14:11:01 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e98b6c66

[kde-base/kteatime] Update DESCRIPTION and long description wrt bug #462008.

Package-Manager: portage-2.1.11.57

---
 kde-base/kteatime/kteatime-4.10.49.9999.ebuild |    2 +-
 kde-base/kteatime/kteatime-9999.ebuild         |    2 +-
 kde-base/kteatime/metadata.xml                 |    6 +++++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/kde-base/kteatime/kteatime-4.10.49.9999.ebuild b/kde-base/kteatime/kteatime-4.10.49.9999.ebuild
index f4f39ed..42060c9 100644
--- a/kde-base/kteatime/kteatime-4.10.49.9999.ebuild
+++ b/kde-base/kteatime/kteatime-4.10.49.9999.ebuild
@@ -13,6 +13,6 @@ fi
 KDE_HANDBOOK="optional"
 inherit ${eclass}
 
-DESCRIPTION="KDE utility for making a fine cup of tea"
+DESCRIPTION="KDE timer for making a fine cup of tea"
 KEYWORDS=""
 IUSE="debug"

diff --git a/kde-base/kteatime/kteatime-9999.ebuild b/kde-base/kteatime/kteatime-9999.ebuild
index f93e10c..7102b35 100644
--- a/kde-base/kteatime/kteatime-9999.ebuild
+++ b/kde-base/kteatime/kteatime-9999.ebuild
@@ -7,6 +7,6 @@ EAPI=5
 KDE_HANDBOOK="optional"
 inherit kde4-base
 
-DESCRIPTION="KDE utility for making a fine cup of tea"
+DESCRIPTION="KDE timer for making a fine cup of tea"
 KEYWORDS=""
 IUSE="debug"

diff --git a/kde-base/kteatime/metadata.xml b/kde-base/kteatime/metadata.xml
index 8d1e86a..bd15c2d 100644
--- a/kde-base/kteatime/metadata.xml
+++ b/kde-base/kteatime/metadata.xml
@@ -1,5 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>kde</herd>
+	<herd>kde</herd>
+	<longdescription>
+		Kteatime alerts when the given time is over.
+		Different times for black tea, green tea, pizza and more.
+	</longdescription> 
 </pkgmetadata>


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

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

commit:     2de63a32065aac8b357adead080b10b1a623d885
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 17:31:45 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 17:31:45 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2de63a32

[kde-base/kteatime] Update HOMEPAGE wrt bug #479202.

Package-Manager: portage-2.2.0_alpha191

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

diff --git a/kde-base/kteatime/kteatime-4.10.97.ebuild b/kde-base/kteatime/kteatime-4.10.97.ebuild
index f811daa..3016624 100644
--- a/kde-base/kteatime/kteatime-4.10.97.ebuild
+++ b/kde-base/kteatime/kteatime-4.10.97.ebuild
@@ -8,5 +8,6 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE timer for making a fine cup of tea"
+HOMEPAGE="http://www.kde.org/applications/games/kteatime"
 KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"

diff --git a/kde-base/kteatime/kteatime-4.11.49.9999.ebuild b/kde-base/kteatime/kteatime-4.11.49.9999.ebuild
index 7102b35..e8d90fd 100644
--- a/kde-base/kteatime/kteatime-4.11.49.9999.ebuild
+++ b/kde-base/kteatime/kteatime-4.11.49.9999.ebuild
@@ -8,5 +8,6 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE timer for making a fine cup of tea"
+HOMEPAGE="http://www.kde.org/applications/games/kteatime"
 KEYWORDS=""
 IUSE="debug"

diff --git a/kde-base/kteatime/kteatime-9999.ebuild b/kde-base/kteatime/kteatime-9999.ebuild
index 7102b35..e8d90fd 100644
--- a/kde-base/kteatime/kteatime-9999.ebuild
+++ b/kde-base/kteatime/kteatime-9999.ebuild
@@ -8,5 +8,6 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE timer for making a fine cup of tea"
+HOMEPAGE="http://www.kde.org/applications/games/kteatime"
 KEYWORDS=""
 IUSE="debug"


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-10 15:29 [gentoo-commits] proj/kde:master commit in: kde-base/kteatime/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2013-08-01 17:32 Johannes Huber
2013-03-25 14:12 Michael Palimaka
2013-02-10 15:10 Michael Palimaka
2011-05-30 20:34 Jorge Manuel B. S. Vicetto

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