* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kstars/
@ 2015-10-11 7:18 Jeroen Roovers
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers @ 2015-10-11 7:18 UTC (permalink / raw
To: gentoo-commits
commit: 2a2c25c38c571091a0b7f28c994f0f2c412fd9c1
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 07:02:36 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 07:15:05 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2c25c3
kde-apps/kstars: Stable for PPC64 (bug #550740).
Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches
kde-apps/kstars/kstars-4.14.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kstars/kstars-4.14.3-r1.ebuild b/kde-apps/kstars/kstars-4.14.3-r1.ebuild
index 40de021..9bb8691 100644
--- a/kde-apps/kstars/kstars-4.14.3-r1.ebuild
+++ b/kde-apps/kstars/kstars-4.14.3-r1.ebuild
@@ -9,7 +9,7 @@ inherit flag-o-matic kde4-base
DESCRIPTION="KDE Desktop Planetarium"
HOMEPAGE="https://www.kde.org/applications/education/kstars https://edu.kde.org/kstars"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug fits indi"
REQUIRED_USE="indi? ( fits )"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kstars/
@ 2015-10-27 14:01 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-10-27 14:01 UTC (permalink / raw
To: gentoo-commits
commit: c27a2714ae331541d249db7b77c836c59d16c704
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 27 13:05:27 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 14:00:32 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27a2714
kde-apps/kstars: remove old
Package-Manager: portage-2.2.20.1
kde-apps/kstars/kstars-4.14.3.ebuild | 35 -----------------------------------
1 file changed, 35 deletions(-)
diff --git a/kde-apps/kstars/kstars-4.14.3.ebuild b/kde-apps/kstars/kstars-4.14.3.ebuild
deleted file mode 100644
index 0a3baf1..0000000
--- a/kde-apps/kstars/kstars-4.14.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit flag-o-matic kde4-base
-
-DESCRIPTION="KDE Desktop Planetarium"
-HOMEPAGE="https://www.kde.org/applications/education/kstars https://edu.kde.org/kstars"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug fits indi"
-
-REQUIRED_USE="indi? ( fits )"
-
-DEPEND="
- dev-cpp/eigen:3
- $(add_kdeapps_dep libkdeedu)
- fits? ( >=sci-libs/cfitsio-0.390 )
- indi? ( >=sci-libs/indilib-0.9.8 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- # Bug 308903
- use ppc64 && append-flags -mminimal-toc
-
- local mycmakeargs=(
- $(cmake-utils_use_with fits CFitsio)
- $(cmake-utils_use_with indi)
- )
-
- kde4-base_src_configure
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kstars/
@ 2016-05-26 7:11 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2016-05-26 7:11 UTC (permalink / raw
To: gentoo-commits
commit: 4fe6eb81fe12198948e7792c9c793d52528479e2
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 07:10:05 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May 26 07:11:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe6eb81
kde-apps/kstars: fix broken use statement
Package-Manager: portage-2.3.0_rc1
kde-apps/kstars/kstars-4.14.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kstars/kstars-4.14.3-r1.ebuild b/kde-apps/kstars/kstars-4.14.3-r1.ebuild
index 9308115..b6010ae 100644
--- a/kde-apps/kstars/kstars-4.14.3-r1.ebuild
+++ b/kde-apps/kstars/kstars-4.14.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -26,7 +26,7 @@ PATCHES=( "${FILESDIR}/${P}-indilib100.patch" )
src_configure() {
# Bug 308903
- use ~ppc64 && append-flags -mminimal-toc
+ use ppc64 && append-flags -mminimal-toc
local mycmakeargs=(
$(cmake-utils_use_with fits CFitsio)
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kstars/
@ 2016-05-27 14:48 Johannes Huber
0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2016-05-27 14:48 UTC (permalink / raw
To: gentoo-commits
commit: 039f839729f666e16315c78524a27f0950513570
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 14:45:35 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri May 27 14:48:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039f8397
kde-apps/kstars: DEPEND on dev-qt/qtsql
Gentoo-bug: 584338
Package-Manager: portage-2.3.0_rc1
kde-apps/kstars/kstars-15.12.3.ebuild | 1 +
kde-apps/kstars/kstars-16.04.1.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-apps/kstars/kstars-15.12.3.ebuild b/kde-apps/kstars/kstars-15.12.3.ebuild
index 3619cbc..8ce8ec2 100644
--- a/kde-apps/kstars/kstars-15.12.3.ebuild
+++ b/kde-apps/kstars/kstars-15.12.3.ebuild
@@ -32,6 +32,7 @@ COMMON_DEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtprintsupport)
+ $(add_qt_dep qtsql)
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
diff --git a/kde-apps/kstars/kstars-16.04.1.ebuild b/kde-apps/kstars/kstars-16.04.1.ebuild
index a54fdd2..0ecc3d5 100644
--- a/kde-apps/kstars/kstars-16.04.1.ebuild
+++ b/kde-apps/kstars/kstars-16.04.1.ebuild
@@ -30,6 +30,7 @@ COMMON_DEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtprintsupport)
+ $(add_qt_dep qtsql)
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kstars/
@ 2016-07-07 22:38 Johannes Huber
0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2016-07-07 22:38 UTC (permalink / raw
To: gentoo-commits
commit: 2574a27aedbe522d5e2c80e958c35115733877b0
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 7 22:28:36 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul 7 22:37:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2574a27a
kde-apps/kstars: Cleanup metadata
Package-Manager: portage-2.3.0
kde-apps/kstars/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/kstars/metadata.xml b/kde-apps/kstars/metadata.xml
index 90df4e9..7194d4f 100644
--- a/kde-apps/kstars/metadata.xml
+++ b/kde-apps/kstars/metadata.xml
@@ -6,7 +6,6 @@
<name>Gentoo KDE Project</name>
</maintainer>
<use>
- <flag name="fits">Enable support for the FITS image format through cfitsio</flag>
<flag name="indi">Enable support for Astronomical control library using libindi</flag>
<flag name="wcs">Enable support for World Coordinate System library using wcslib</flag>
<flag name="xplanet">Enable support for Xplanet</flag>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kstars/
@ 2016-07-25 15:39 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2016-07-25 15:39 UTC (permalink / raw
To: gentoo-commits
commit: a2bf230ea222aafe6388d9a5f38faf9fbbf2e797
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 15:39:19 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 15:39:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bf230e
kde-apps/kstars: raise sci-libs/indilib dependency
Package-Manager: portage-2.3.0
kde-apps/kstars/{kstars-16.04.3.ebuild => kstars-16.04.3-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kstars/kstars-16.04.3.ebuild b/kde-apps/kstars/kstars-16.04.3-r1.ebuild
similarity index 98%
rename from kde-apps/kstars/kstars-16.04.3.ebuild
rename to kde-apps/kstars/kstars-16.04.3-r1.ebuild
index 0ecc3d5..24cd074 100644
--- a/kde-apps/kstars/kstars-16.04.3.ebuild
+++ b/kde-apps/kstars/kstars-16.04.3-r1.ebuild
@@ -38,7 +38,7 @@ COMMON_DEPEND="
sys-libs/zlib
indi? (
$(add_frameworks_dep knotifications)
- >=sci-libs/indilib-1.1.0
+ >=sci-libs/indilib-1.2.0
)
wcs? ( sci-astronomy/wcslib )
xplanet? ( x11-misc/xplanet )
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kstars/
@ 2017-02-20 23:08 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2017-02-20 23:08 UTC (permalink / raw
To: gentoo-commits
commit: 35b0e5b7a7c17d5205c9d472a4a6b190b0858032
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 23:06:38 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 23:06:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b0e5b7
kde-apps/kstars: USE=indi requires USE=fits
Gentoo-bug: 603146
Package-Manager: portage-2.3.3
kde-apps/kstars/kstars-16.08.3.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/kde-apps/kstars/kstars-16.08.3.ebuild b/kde-apps/kstars/kstars-16.08.3.ebuild
index f252af68e7..215d690bf8 100644
--- a/kde-apps/kstars/kstars-16.08.3.ebuild
+++ b/kde-apps/kstars/kstars-16.08.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -54,6 +54,8 @@ RDEPEND="${COMMON_DEPEND}
${PYTHON_DEPS}
"
+REQUIRED_USE="indi? ( fits )"
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package fits CFitsio)
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kstars/
@ 2017-03-24 0:32 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2017-03-24 0:32 UTC (permalink / raw
To: gentoo-commits
commit: 55c09f1db2630d68ba3d49aabca5e9eca6f591d4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 00:18:54 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 00:31:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c09f1d
kde-apps/kstars: Drop 16.12.3 (r0)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-apps/kstars/kstars-16.12.3.ebuild | 68 -----------------------------------
1 file changed, 68 deletions(-)
diff --git a/kde-apps/kstars/kstars-16.12.3.ebuild b/kde-apps/kstars/kstars-16.12.3.ebuild
deleted file mode 100644
index 032e658dde2..00000000000
--- a/kde-apps/kstars/kstars-16.12.3.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-PYTHON_COMPAT=( python2_7 )
-inherit kde5 python-single-r1
-
-DESCRIPTION="Desktop Planetarium"
-HOMEPAGE="https://www.kde.org/applications/education/kstars https://edu.kde.org/kstars"
-KEYWORDS="~amd64 ~x86"
-IUSE="fits indi raw wcs xplanet"
-
-# TODO: AstrometryNet requires new package
-COMMON_DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep kplotting)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtconcurrent)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtsql)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- sys-libs/zlib
- fits? ( sci-libs/cfitsio )
- indi? (
- $(add_frameworks_dep knotifications)
- >=sci-libs/indilib-1.3.1
- )
- raw? ( media-libs/libraw )
- wcs? ( sci-astronomy/wcslib )
- xplanet? ( x11-misc/xplanet )
-"
-# TODO: Add back when re-enabled by upstream
-# opengl? (
-# $(add_qt_dep qtopengl)
-# virtual/opengl
-# )
-DEPEND="${COMMON_DEPEND}
- dev-cpp/eigen:3
-"
-RDEPEND="${COMMON_DEPEND}
- ${PYTHON_DEPS}
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package fits CFitsio)
- $(cmake-utils_use_find_package indi INDI)
- $(cmake-utils_use_find_package raw LibRaw)
- $(cmake-utils_use_find_package wcs WCSLIB)
- $(cmake-utils_use_find_package xplanet Xplanet)
- )
-
- kde5_src_configure
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2017-03-24 0:32 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-25 15:39 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kstars/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2017-03-24 0:32 Andreas Sturmlechner
2017-02-20 23:08 Andreas Sturmlechner
2016-07-07 22:38 Johannes Huber
2016-05-27 14:48 Johannes Huber
2016-05-26 7:11 Michael Palimaka
2015-10-27 14:01 Michael Palimaka
2015-10-11 7:18 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox