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

commit:     1939076bbed7b8774225a8ceb3f59056029cbf91
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 14:03:49 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Tue May 24 14:22:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1939076b

[kde-base/kcalc] 4.6.80 version bump.

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

---
 kde-base/kcalc/kcalc-4.6.80.ebuild |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/kde-base/kcalc/kcalc-4.6.80.ebuild b/kde-base/kcalc/kcalc-4.6.80.ebuild
new file mode 100644
index 0000000..39532ae
--- /dev/null
+++ b/kde-base/kcalc/kcalc-4.6.80.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_HANDBOOK="optional"
+KMNAME="kdeutils"
+CPPUNIT_REQUIRED="optional"
+inherit kde4-meta
+
+DESCRIPTION="KDE calculator"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	dev-libs/gmp
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch
+)
+
+src_test() {
+	LANG=C kde4-meta_src_test
+}



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kcalc/
@ 2011-12-04 16:16 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2011-12-04 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     9b3231998d9ed648e27ae0e3b08224a6bd7fa170
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 16:16:52 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 16:17:12 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9b323199

[kde-base/kcalc] Restrict tests, bug 393093

(Portage version: 2.1.10.39/git/Linux x86_64, unsigned Manifest commit)

---
 kde-base/kcalc/kcalc-4.7.4.ebuild       |    3 +++
 kde-base/kcalc/kcalc-4.7.49.9999.ebuild |    3 +++
 kde-base/kcalc/kcalc-4.7.80.ebuild      |    3 +++
 kde-base/kcalc/kcalc-4.7.90.ebuild      |    3 +++
 kde-base/kcalc/kcalc-9999.ebuild        |    3 +++
 5 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/kde-base/kcalc/kcalc-4.7.4.ebuild b/kde-base/kcalc/kcalc-4.7.4.ebuild
index 9ea8c1a..d2a46e4 100644
--- a/kde-base/kcalc/kcalc-4.7.4.ebuild
+++ b/kde-base/kcalc/kcalc-4.7.4.ebuild
@@ -24,6 +24,9 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+RESTRICT="test"
+# bug 393093
+
 PATCHES=(
 	"${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch
 )

diff --git a/kde-base/kcalc/kcalc-4.7.49.9999.ebuild b/kde-base/kcalc/kcalc-4.7.49.9999.ebuild
index 652253f..0649a6e 100644
--- a/kde-base/kcalc/kcalc-4.7.49.9999.ebuild
+++ b/kde-base/kcalc/kcalc-4.7.49.9999.ebuild
@@ -24,6 +24,9 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+RESTRICT="test"
+# bug 393093
+
 PATCHES=(
 	"${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch
 )

diff --git a/kde-base/kcalc/kcalc-4.7.80.ebuild b/kde-base/kcalc/kcalc-4.7.80.ebuild
index a5a01a0..8d544b2 100644
--- a/kde-base/kcalc/kcalc-4.7.80.ebuild
+++ b/kde-base/kcalc/kcalc-4.7.80.ebuild
@@ -18,6 +18,9 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+RESTRICT="test"
+# bug 393093
+
 PATCHES=(
 	"${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch
 )

diff --git a/kde-base/kcalc/kcalc-4.7.90.ebuild b/kde-base/kcalc/kcalc-4.7.90.ebuild
index a5a01a0..8d544b2 100644
--- a/kde-base/kcalc/kcalc-4.7.90.ebuild
+++ b/kde-base/kcalc/kcalc-4.7.90.ebuild
@@ -18,6 +18,9 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+RESTRICT="test"
+# bug 393093
+
 PATCHES=(
 	"${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch
 )

diff --git a/kde-base/kcalc/kcalc-9999.ebuild b/kde-base/kcalc/kcalc-9999.ebuild
index 87e4a44..d2d991a 100644
--- a/kde-base/kcalc/kcalc-9999.ebuild
+++ b/kde-base/kcalc/kcalc-9999.ebuild
@@ -18,6 +18,9 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+RESTRICT="test"
+# bug 393093
+
 PATCHES=(
 	"${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch
 )



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kcalc/
@ 2012-09-05 15:43 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2012-09-05 15:43 UTC (permalink / raw
  To: gentoo-commits

commit:     a6887a198130022310d45c8b99f6eab562862607
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  5 15:41:26 2012 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Sep  5 15:41:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a6887a19

[kde-base/calc] Unrestrict tests that are fixed in master.

Fixed as part of the KNumber library redesign in 4cbe3bd314908f6775ea423eb6da3bc0b9ee8bd6.

(Portage version: 2.1.11.13/git/Linux x86_64, unsigned Manifest commit)

---
 kde-base/kcalc/kcalc-9999.ebuild |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/kde-base/kcalc/kcalc-9999.ebuild b/kde-base/kcalc/kcalc-9999.ebuild
index e5c76f0..bcff96d 100644
--- a/kde-base/kcalc/kcalc-9999.ebuild
+++ b/kde-base/kcalc/kcalc-9999.ebuild
@@ -17,9 +17,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-RESTRICT="test"
-# bug 393093
-
 src_test() {
 	LANG=C kde4-base_src_test
 }


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kcalc/
@ 2013-06-21 16:37 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2013-06-21 16:37 UTC (permalink / raw
  To: gentoo-commits

commit:     ee102724bca83b6b00eb6d7669694149525a1b35
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 16:39:34 2013 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 16:39:34 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ee102724

[kde-base/kcalc] tests broken again

Package-Manager: portage-2.2.0_alpha183

---
 kde-base/kcalc/kcalc-4.10.80.ebuild | 3 +++
 kde-base/kcalc/kcalc-9999.ebuild    | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/kde-base/kcalc/kcalc-4.10.80.ebuild b/kde-base/kcalc/kcalc-4.10.80.ebuild
index 66a78bc..8d2ac86 100644
--- a/kde-base/kcalc/kcalc-4.10.80.ebuild
+++ b/kde-base/kcalc/kcalc-4.10.80.ebuild
@@ -17,6 +17,9 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+RESTRICT=test
+# Testing result of: KNumber("nan") ^ KNumber("inf") should give nan and gives inf ...
+
 src_test() {
 	LANG=C kde4-base_src_test
 }

diff --git a/kde-base/kcalc/kcalc-9999.ebuild b/kde-base/kcalc/kcalc-9999.ebuild
index 146d49c..5d0911c 100644
--- a/kde-base/kcalc/kcalc-9999.ebuild
+++ b/kde-base/kcalc/kcalc-9999.ebuild
@@ -17,6 +17,9 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+RESTRICT=test
+# Testing result of: KNumber("nan") ^ KNumber("inf") should give nan and gives inf ...
+
 src_test() {
 	LANG=C kde4-base_src_test
 }


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kcalc/
@ 2013-07-31 22:40 Johannes Huber
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2013-07-31 22:40 UTC (permalink / raw
  To: gentoo-commits

commit:     7c70fada9728022c033abb343f4e04ba5481c622
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 22:39:45 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 22:39:45 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7c70fada

[kde-base/kcalc] Update HOMEPAGE wrt bug #478956.

Package-Manager: portage-2.2.0_alpha191

---
 kde-base/kcalc/kcalc-4.10.97.ebuild      | 2 ++
 kde-base/kcalc/kcalc-4.11.49.9999.ebuild | 2 ++
 kde-base/kcalc/kcalc-9999.ebuild         | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/kde-base/kcalc/kcalc-4.10.97.ebuild b/kde-base/kcalc/kcalc-4.10.97.ebuild
index 8d2ac86..e803ff6 100644
--- a/kde-base/kcalc/kcalc-4.10.97.ebuild
+++ b/kde-base/kcalc/kcalc-4.10.97.ebuild
@@ -9,6 +9,8 @@ CPPUNIT_REQUIRED="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE calculator"
+HOMEPAGE="http://kde.org/applications/utilities/kcalc
+http://utils.kde.org/projects/kcalc"
 KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 

diff --git a/kde-base/kcalc/kcalc-4.11.49.9999.ebuild b/kde-base/kcalc/kcalc-4.11.49.9999.ebuild
index 5d0911c..c3d2663 100644
--- a/kde-base/kcalc/kcalc-4.11.49.9999.ebuild
+++ b/kde-base/kcalc/kcalc-4.11.49.9999.ebuild
@@ -9,6 +9,8 @@ CPPUNIT_REQUIRED="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE calculator"
+HOMEPAGE="http://kde.org/applications/utilities/kcalc
+http://utils.kde.org/projects/kcalc"
 KEYWORDS=""
 IUSE="debug"
 

diff --git a/kde-base/kcalc/kcalc-9999.ebuild b/kde-base/kcalc/kcalc-9999.ebuild
index 5d0911c..c3d2663 100644
--- a/kde-base/kcalc/kcalc-9999.ebuild
+++ b/kde-base/kcalc/kcalc-9999.ebuild
@@ -9,6 +9,8 @@ CPPUNIT_REQUIRED="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE calculator"
+HOMEPAGE="http://kde.org/applications/utilities/kcalc
+http://utils.kde.org/projects/kcalc"
 KEYWORDS=""
 IUSE="debug"
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kcalc/
@ 2014-03-14 14:31 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2014-03-14 14:31 UTC (permalink / raw
  To: gentoo-commits

commit:     df1a6bebee50e273805e68550a602d5d1c1532c4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 14 14:27:59 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Mar 14 14:28:09 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=df1a6beb

[kde-base/kcalc] Cleanup test support.

Due to upstream changes everything passes now.

Package-Manager: portage-2.2.8-r1

---
 kde-base/kcalc/kcalc-4.12.49.9999.ebuild | 8 --------
 kde-base/kcalc/kcalc-4.12.90.ebuild      | 8 --------
 kde-base/kcalc/kcalc-4.13.49.9999.ebuild | 8 --------
 kde-base/kcalc/kcalc-9999.ebuild         | 8 --------
 4 files changed, 32 deletions(-)

diff --git a/kde-base/kcalc/kcalc-4.12.49.9999.ebuild b/kde-base/kcalc/kcalc-4.12.49.9999.ebuild
index ebd7572..8bf7194 100644
--- a/kde-base/kcalc/kcalc-4.12.49.9999.ebuild
+++ b/kde-base/kcalc/kcalc-4.12.49.9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 KDE_HANDBOOK="optional"
-CPPUNIT_REQUIRED="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE calculator"
@@ -18,10 +17,3 @@ DEPEND="
 	dev-libs/gmp
 "
 RDEPEND="${DEPEND}"
-
-RESTRICT=test
-# Testing result of: KNumber("nan") ^ KNumber("inf") should give nan and gives inf ...
-
-src_test() {
-	LANG=C kde4-base_src_test
-}

diff --git a/kde-base/kcalc/kcalc-4.12.90.ebuild b/kde-base/kcalc/kcalc-4.12.90.ebuild
index 6c4533b..1b90a78 100644
--- a/kde-base/kcalc/kcalc-4.12.90.ebuild
+++ b/kde-base/kcalc/kcalc-4.12.90.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 KDE_HANDBOOK="optional"
-CPPUNIT_REQUIRED="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE calculator"
@@ -18,10 +17,3 @@ DEPEND="
 	dev-libs/gmp
 "
 RDEPEND="${DEPEND}"
-
-RESTRICT=test
-# Testing result of: KNumber("nan") ^ KNumber("inf") should give nan and gives inf ...
-
-src_test() {
-	LANG=C kde4-base_src_test
-}

diff --git a/kde-base/kcalc/kcalc-4.13.49.9999.ebuild b/kde-base/kcalc/kcalc-4.13.49.9999.ebuild
index ebd7572..8bf7194 100644
--- a/kde-base/kcalc/kcalc-4.13.49.9999.ebuild
+++ b/kde-base/kcalc/kcalc-4.13.49.9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 KDE_HANDBOOK="optional"
-CPPUNIT_REQUIRED="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE calculator"
@@ -18,10 +17,3 @@ DEPEND="
 	dev-libs/gmp
 "
 RDEPEND="${DEPEND}"
-
-RESTRICT=test
-# Testing result of: KNumber("nan") ^ KNumber("inf") should give nan and gives inf ...
-
-src_test() {
-	LANG=C kde4-base_src_test
-}

diff --git a/kde-base/kcalc/kcalc-9999.ebuild b/kde-base/kcalc/kcalc-9999.ebuild
index ebd7572..8bf7194 100644
--- a/kde-base/kcalc/kcalc-9999.ebuild
+++ b/kde-base/kcalc/kcalc-9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 KDE_HANDBOOK="optional"
-CPPUNIT_REQUIRED="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE calculator"
@@ -18,10 +17,3 @@ DEPEND="
 	dev-libs/gmp
 "
 RDEPEND="${DEPEND}"
-
-RESTRICT=test
-# Testing result of: KNumber("nan") ^ KNumber("inf") should give nan and gives inf ...
-
-src_test() {
-	LANG=C kde4-base_src_test
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kcalc/
@ 2014-09-25 12:05 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2014-09-25 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ae56b0777836ba87515e4c17b9deb88edad38bcb
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 25 12:05:29 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 25 12:05:29 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ae56b077

[kde-base/kcalc] KF5 version bump wrt bug #523672.

Package-Manager: portage-2.2.10

---
 kde-base/kcalc/kcalc-9999.ebuild | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/kde-base/kcalc/kcalc-9999.ebuild b/kde-base/kcalc/kcalc-9999.ebuild
new file mode 100644
index 0000000..d31408a
--- /dev/null
+++ b/kde-base/kcalc/kcalc-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+KDE_HANDBOOK="true"
+inherit kde5
+
+DESCRIPTION="KDE calculator"
+HOMEPAGE="http://www.kde.org/applications/utilities/kcalc
+http://utils.kde.org/projects/kcalc"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	dev-libs/gmp:0
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+"
+RDEPEND="${DEPEND}
+	!kde-base/kcalc:4
+"


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

end of thread, other threads:[~2014-09-25 12:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-24 14:30 [gentoo-commits] proj/kde:master commit in: kde-base/kcalc/ Jorge Manuel B. S. Vicetto
  -- strict thread matches above, loose matches on Subject: below --
2011-12-04 16:16 Andreas Hüttel
2012-09-05 15:43 Michael Palimaka
2013-06-21 16:37 Andreas Hüttel
2013-07-31 22:40 Johannes Huber
2014-03-14 14:31 Michael Palimaka
2014-09-25 12:05 Michael Palimaka

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