From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/
Date: Mon, 9 Apr 2018 19:59:29 +0000 (UTC) [thread overview]
Message-ID: <1523303960.4e7d8bad3505bd29e9d93c4d7f17c09f9d805c61.johu@gentoo> (raw)
commit: 4e7d8bad3505bd29e9d93c4d7f17c09f9d805c61
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 9 19:02:35 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr 9 19:59:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7d8bad
sci-astronomy/kstars: Version bump 2.9.4
Package-Manager: Portage-2.3.28, Repoman-2.3.9
sci-astronomy/kstars/Manifest | 1 +
sci-astronomy/kstars/kstars-2.9.4.ebuild | 74 ++++++++++++++++++++++++++++++++
2 files changed, 75 insertions(+)
diff --git a/sci-astronomy/kstars/Manifest b/sci-astronomy/kstars/Manifest
index e27051e839a..f850dc4d461 100644
--- a/sci-astronomy/kstars/Manifest
+++ b/sci-astronomy/kstars/Manifest
@@ -1 +1,2 @@
DIST kstars-17.08.3.tar.xz 61485232 BLAKE2B 7ddf318ed9659814b49a5f8efe6ecc3b65d2ba30b4a368d00c6c46f96e42fe36be8e16244b097d665a95b82682bbac1d948999889c9dca56010d1cc4978ddc68 SHA512 fbd409a506f93283f1104ee40eae1f5b306db52483f56ee20a57398576449a0c702d5c6578dceac6543892c16459e3bff594538d801bb80c413d70792c2c68df
+DIST kstars-2.9.4.tar.xz 63924708 BLAKE2B b67d77dd87b3d833a0aea572bbf9f20cb8796f0637b1ff185aaabfefa314382ba124fee4cb998654db3fd6da5ec0b53be1c45593bf74bbeae704a7853fca33b7 SHA512 913cfc1ea91b28248ba8baec8a3ddc8b8a1ae9563cc9b32b91f55e781d61cf6020480722598780dbeeb8a5309819bd5237e3b263c5e52b9c709272591a050c29
diff --git a/sci-astronomy/kstars/kstars-2.9.4.ebuild b/sci-astronomy/kstars/kstars-2.9.4.ebuild
new file mode 100644
index 00000000000..a481533f110
--- /dev/null
+++ b/sci-astronomy/kstars/kstars-2.9.4.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2018 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
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Desktop Planetarium"
+HOMEPAGE="https://www.kde.org/applications/education/kstars https://edu.kde.org/kstars"
+IUSE="fits indi raw wcs xplanet"
+
+REQUIRED_USE="indi? ( fits ) ${PYTHON_REQUIRED_USE}"
+
+# TODO: AstrometryNet requires new package
+COMMON_DEPEND="
+ $(add_frameworks_dep kauth)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep knotifyconfig)
+ $(add_frameworks_dep kplotting)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtprintsupport)
+ $(add_qt_dep qtsql)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwidgets)
+ sys-libs/zlib
+ fits? ( sci-libs/cfitsio )
+ indi? ( >=sci-libs/indilib-1.4.0 )
+ 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}
+ $(add_qt_dep qtconcurrent)
+ 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
+}
next reply other threads:[~2018-04-09 19:59 UTC|newest]
Thread overview: 109+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-09 19:59 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-04-25 16:32 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/ Johannes Huber
2018-04-25 16:32 Johannes Huber
2018-06-07 10:13 Agostino Sarubbo
2018-06-07 10:48 Andreas Sturmlechner
2018-12-23 1:25 Andreas Sturmlechner
2018-12-23 1:27 Andreas Sturmlechner
2019-02-07 15:22 Andreas Sturmlechner
2019-02-15 18:24 Mikle Kolyada
2019-02-28 12:25 Andreas Sturmlechner
2019-03-09 18:48 Andreas Sturmlechner
2019-03-11 0:07 Andreas Sturmlechner
2019-04-01 9:47 Michael Palimaka
2019-04-01 9:47 Michael Palimaka
2019-04-21 18:24 Andreas Sturmlechner
2019-04-24 21:13 Andreas Sturmlechner
2019-05-11 11:53 Andreas Sturmlechner
2019-05-13 0:18 Andreas Sturmlechner
2019-05-25 8:38 Mikle Kolyada
2019-06-01 14:26 Andreas Sturmlechner
2019-06-04 19:49 Andreas Sturmlechner
2019-08-14 13:02 Andreas Sturmlechner
2019-08-14 13:02 Andreas Sturmlechner
2019-11-20 20:36 Andreas Sturmlechner
2019-12-04 0:44 Andreas Sturmlechner
2019-12-04 0:44 Andreas Sturmlechner
2019-12-08 12:04 Andreas Sturmlechner
2019-12-08 12:04 Andreas Sturmlechner
2019-12-09 15:25 Agostino Sarubbo
2020-01-02 19:51 Andreas Sturmlechner
2020-02-08 13:44 Mikle Kolyada
2020-02-11 14:30 Andreas Sturmlechner
2020-02-12 15:10 Agostino Sarubbo
2020-02-12 15:21 Andreas Sturmlechner
2020-03-19 17:55 Andreas Sturmlechner
2020-05-26 10:51 Andreas Sturmlechner
2020-07-21 18:58 Andreas Sturmlechner
2020-09-05 16:17 Thomas Deutschmann
2020-09-05 21:22 Sam James
2020-09-06 16:46 Andreas Sturmlechner
2021-01-02 20:31 Andreas Sturmlechner
2021-01-08 10:45 Andreas Sturmlechner
2021-01-10 15:55 Andreas Sturmlechner
2021-02-18 21:44 Sam James
2021-02-18 21:46 Sam James
2021-02-28 21:36 Andreas Sturmlechner
2021-03-05 16:22 Andreas Sturmlechner
2021-04-04 18:55 Andreas Sturmlechner
2021-04-05 16:45 Sam James
2021-04-27 17:32 Andreas Sturmlechner
2021-05-16 23:40 Sam James
2021-06-20 8:33 Andreas Sturmlechner
2021-06-21 6:17 Agostino Sarubbo
2021-09-10 6:28 Agostino Sarubbo
2021-09-10 12:04 Andreas Sturmlechner
2021-11-06 8:23 Jakov Smolić
2021-11-15 13:07 Andreas Sturmlechner
2021-11-25 0:12 Sam James
2021-12-28 2:29 Sam James
2022-01-18 16:31 Andreas Sturmlechner
2022-02-23 9:42 Jakov Smolić
2022-03-16 16:50 Andreas Sturmlechner
2022-03-25 19:59 Andreas Sturmlechner
2022-04-21 13:00 Jakov Smolić
2022-05-26 14:36 Andreas Sturmlechner
2022-05-26 14:36 Andreas Sturmlechner
2022-06-22 13:22 Agostino Sarubbo
2022-06-22 18:15 Andreas Sturmlechner
2022-10-05 20:47 Andreas Sturmlechner
2022-10-05 20:47 Andreas Sturmlechner
2022-10-07 9:36 Agostino Sarubbo
2022-11-03 7:59 Agostino Sarubbo
2022-11-03 8:08 Agostino Sarubbo
2022-12-27 12:27 Andreas Sturmlechner
2023-02-25 14:46 Arthur Zamarin
2023-02-25 18:05 Arthur Zamarin
2023-02-27 19:29 Andreas Sturmlechner
2023-07-25 15:12 Andreas Sturmlechner
2023-08-18 1:29 Sam James
2023-10-01 11:12 Andreas Sturmlechner
2023-10-01 11:12 Andreas Sturmlechner
2023-12-08 20:56 Arthur Zamarin
2024-02-05 20:50 Andreas Sturmlechner
2024-02-06 19:36 Andreas Sturmlechner
2024-04-06 5:34 Arthur Zamarin
2024-04-09 20:02 Andreas Sturmlechner
2024-04-22 17:52 Andreas Sturmlechner
2024-06-04 19:06 Arthur Zamarin
2024-06-06 20:14 Andreas Sturmlechner
2024-06-06 20:14 Andreas Sturmlechner
2024-07-03 19:22 Arthur Zamarin
2024-07-13 16:28 Andreas Sturmlechner
2024-08-06 20:09 Andreas Sturmlechner
2024-10-04 13:01 Andreas Sturmlechner
2024-10-21 21:10 Andreas Sturmlechner
2024-10-21 21:10 Andreas Sturmlechner
2024-10-31 22:34 Andreas Sturmlechner
2024-11-08 16:36 Andreas Sturmlechner
2024-12-03 19:21 Andreas Sturmlechner
2024-12-03 19:21 Andreas Sturmlechner
2024-12-03 19:21 Andreas Sturmlechner
2024-12-03 19:28 Andreas Sturmlechner
2025-01-24 7:06 Arthur Zamarin
2025-01-24 20:10 Andreas Sturmlechner
2025-02-01 21:55 Andreas Sturmlechner
2025-02-01 21:56 Andreas Sturmlechner
2025-03-16 11:46 Sam James
2025-03-16 22:55 Andreas Sturmlechner
2025-04-03 21:00 Andreas Sturmlechner
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=1523303960.4e7d8bad3505bd29e9d93c4d7f17c09f9d805c61.johu@gentoo \
--to=johu@gentoo.org \
--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