From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/
Date: Tue, 11 Feb 2020 14:30:18 +0000 (UTC) [thread overview]
Message-ID: <1581431409.c76711a46e5a65234116677ea9a513f9d1ed1778.asturm@gentoo> (raw)
commit: c76711a46e5a65234116677ea9a513f9d1ed1778
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 14:30:09 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 14:30:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76711a4
sci-astronomy/kstars: Drop 3.3.8-r2
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-astronomy/kstars/Manifest | 1 -
sci-astronomy/kstars/kstars-3.3.8-r2.ebuild | 97 -----------------------------
2 files changed, 98 deletions(-)
diff --git a/sci-astronomy/kstars/Manifest b/sci-astronomy/kstars/Manifest
index 2344626207e..6b657fed7fc 100644
--- a/sci-astronomy/kstars/Manifest
+++ b/sci-astronomy/kstars/Manifest
@@ -1,3 +1,2 @@
DIST kstars-3.2.3.tar.xz 70750660 BLAKE2B ea44b1ab2ba5d34a472b513180c148093defeff9fc2b8fb823621149b836a6fb7d6f53e0e50765de7c423fcdcdfc8fac6ae4feb4c4670d475353e091fa14d20c SHA512 29c534c860cb1ab2c52e497061b16c7870e63253a7184f79ed8565d56abbc2909160d7f8c649764e4eb7462630e30e4428a88753e7987e97e530b174076cbd37
-DIST kstars-3.3.8.tar.xz 70991244 BLAKE2B f8f1508d0eb019d5247df8bdd5472dff42113ed24625f581482e2f403da0d1e6311b6c6e9d78a67548b9cec8b2536fbe1e3f886f16bd493d275b7414c8af8033 SHA512 bfc6b6a4e1d9856d290468b44071f02fe3e2c0f0b3bd90f9c3ebe671abee9e18c24898777065a21adbd4794e8e64beb17c6d339b88cabe750bf3b3a9efb327d0
DIST kstars-3.3.9.tar.xz 71097252 BLAKE2B d8593be78f30de8e9ce00744f71ef23eda51bdfdd4fea1aa5b4e25605b2d45c337f66c76b8804b292c8277a768aa08d7acc1d52cb0ad955bc67a54a370e15b74 SHA512 51a8687d8f438eda2e6c079ce9bec25aa1e84b4cff697da08e91d38388e85595bea8ed06a2a8d6a8a4ce133e768e28fb5a6a0ff763514e751d693c32f91e95c6
diff --git a/sci-astronomy/kstars/kstars-3.3.8-r2.ebuild b/sci-astronomy/kstars/kstars-3.3.8-r2.ebuild
deleted file mode 100644
index 11712ad2839..00000000000
--- a/sci-astronomy/kstars/kstars-3.3.8-r2.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.60.0
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Desktop Planetarium"
-HOMEPAGE="https://kde.org/applications/education/org.kde.kstars
-https://edu.kde.org/kstars/"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
- KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="5"
-IUSE="fits indi +password raw wcs"
-
-REQUIRED_USE="indi? ( fits ) ${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="
- >=dev-qt/qtdatavis3d-${QTMIN}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtprintsupport-${QTMIN}:5
- >=dev-qt/qtsql-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwebsockets-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kauth-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/knewstuff-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/knotifyconfig-${KFMIN}:5
- >=kde-frameworks/kplotting-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- sys-libs/zlib
- fits? ( sci-libs/cfitsio )
- indi? (
- >=sci-libs/indilib-1.7.5
- sci-libs/libnova
- )
- password? ( dev-libs/qtkeychain:= )
- raw? ( media-libs/libraw:= )
- wcs? ( sci-astronomy/wcslib )
-"
-# TODO: Add back when re-enabled by upstream
-# opengl? (
-# >=dev-qt/qtopengl-${QTMIN}:5
-# virtual/opengl
-# )
-DEPEND="${COMMON_DEPEND}
- dev-cpp/eigen:3
- >=dev-qt/qtconcurrent-${QTMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
- >=dev-qt/qtgraphicaleffects-${QTMIN}:5
- >=dev-qt/qtpositioning-${QTMIN}:5
- >=dev-qt/qtquickcontrols-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
-"
-
-src_configure() {
- local mycmakeargs=(
- -DFETCH_TRANSLATIONS=OFF
- -DBUILD_DOC=$(usex handbook)
- $(cmake_use_find_package fits CFitsio)
- $(cmake_use_find_package indi INDI)
- $(cmake_use_find_package password Qt5Keychain)
- $(cmake_use_find_package raw LibRaw)
- $(cmake_use_find_package wcs WCSLIB)
- )
-
- ecm_src_configure
-}
-
-pkg_postinst () {
- ecm_pkg_postinst
-
- if [[ -z "${REPLACING_VERSIONS}" ]] && ! has_version "x11-misc/xplanet" ; then
- elog "${PN} has optional runtime support for x11-misc/xplanet"
- fi
- # same for AstrometryNet, which is not packaged.
-}
next reply other threads:[~2020-02-11 14:30 UTC|newest]
Thread overview: 108+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-11 14:30 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-16 22:55 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/ Andreas Sturmlechner
2025-03-16 11:46 Sam James
2025-02-01 21:56 Andreas Sturmlechner
2025-02-01 21:55 Andreas Sturmlechner
2025-01-24 20:10 Andreas Sturmlechner
2025-01-24 7:06 Arthur Zamarin
2024-12-03 19:28 Andreas Sturmlechner
2024-12-03 19:21 Andreas Sturmlechner
2024-12-03 19:21 Andreas Sturmlechner
2024-12-03 19:21 Andreas Sturmlechner
2024-11-08 16:36 Andreas Sturmlechner
2024-10-31 22:34 Andreas Sturmlechner
2024-10-21 21:10 Andreas Sturmlechner
2024-10-21 21:10 Andreas Sturmlechner
2024-10-04 13:01 Andreas Sturmlechner
2024-08-06 20:09 Andreas Sturmlechner
2024-07-13 16:28 Andreas Sturmlechner
2024-07-03 19:22 Arthur Zamarin
2024-06-06 20:14 Andreas Sturmlechner
2024-06-06 20:14 Andreas Sturmlechner
2024-06-04 19:06 Arthur Zamarin
2024-04-22 17:52 Andreas Sturmlechner
2024-04-09 20:02 Andreas Sturmlechner
2024-04-06 5:34 Arthur Zamarin
2024-02-06 19:36 Andreas Sturmlechner
2024-02-05 20:50 Andreas Sturmlechner
2023-12-08 20:56 Arthur Zamarin
2023-10-01 11:12 Andreas Sturmlechner
2023-10-01 11:12 Andreas Sturmlechner
2023-08-18 1:29 Sam James
2023-07-25 15:12 Andreas Sturmlechner
2023-02-27 19:29 Andreas Sturmlechner
2023-02-25 18:05 Arthur Zamarin
2023-02-25 14:46 Arthur Zamarin
2022-12-27 12:27 Andreas Sturmlechner
2022-11-03 8:08 Agostino Sarubbo
2022-11-03 7:59 Agostino Sarubbo
2022-10-07 9:36 Agostino Sarubbo
2022-10-05 20:47 Andreas Sturmlechner
2022-10-05 20:47 Andreas Sturmlechner
2022-06-22 18:15 Andreas Sturmlechner
2022-06-22 13:22 Agostino Sarubbo
2022-05-26 14:36 Andreas Sturmlechner
2022-05-26 14:36 Andreas Sturmlechner
2022-04-21 13:00 Jakov Smolić
2022-03-25 19:59 Andreas Sturmlechner
2022-03-16 16:50 Andreas Sturmlechner
2022-02-23 9:42 Jakov Smolić
2022-01-18 16:31 Andreas Sturmlechner
2021-12-28 2:29 Sam James
2021-11-25 0:12 Sam James
2021-11-15 13:07 Andreas Sturmlechner
2021-11-06 8:23 Jakov Smolić
2021-09-10 12:04 Andreas Sturmlechner
2021-09-10 6:28 Agostino Sarubbo
2021-06-21 6:17 Agostino Sarubbo
2021-06-20 8:33 Andreas Sturmlechner
2021-05-16 23:40 Sam James
2021-04-27 17:32 Andreas Sturmlechner
2021-04-05 16:45 Sam James
2021-04-04 18:55 Andreas Sturmlechner
2021-03-05 16:22 Andreas Sturmlechner
2021-02-28 21:36 Andreas Sturmlechner
2021-02-18 21:46 Sam James
2021-02-18 21:44 Sam James
2021-01-10 15:55 Andreas Sturmlechner
2021-01-08 10:45 Andreas Sturmlechner
2021-01-02 20:31 Andreas Sturmlechner
2020-09-06 16:46 Andreas Sturmlechner
2020-09-05 21:22 Sam James
2020-09-05 16:17 Thomas Deutschmann
2020-07-21 18:58 Andreas Sturmlechner
2020-05-26 10:51 Andreas Sturmlechner
2020-03-19 17:55 Andreas Sturmlechner
2020-02-12 15:21 Andreas Sturmlechner
2020-02-12 15:10 Agostino Sarubbo
2020-02-08 13:44 Mikle Kolyada
2020-01-02 19:51 Andreas Sturmlechner
2019-12-09 15:25 Agostino Sarubbo
2019-12-08 12:04 Andreas Sturmlechner
2019-12-08 12:04 Andreas Sturmlechner
2019-12-04 0:44 Andreas Sturmlechner
2019-12-04 0:44 Andreas Sturmlechner
2019-11-20 20:36 Andreas Sturmlechner
2019-08-14 13:02 Andreas Sturmlechner
2019-08-14 13:02 Andreas Sturmlechner
2019-06-04 19:49 Andreas Sturmlechner
2019-06-01 14:26 Andreas Sturmlechner
2019-05-25 8:38 Mikle Kolyada
2019-05-13 0:18 Andreas Sturmlechner
2019-05-11 11:53 Andreas Sturmlechner
2019-04-24 21:13 Andreas Sturmlechner
2019-04-21 18:24 Andreas Sturmlechner
2019-04-01 9:47 Michael Palimaka
2019-04-01 9:47 Michael Palimaka
2019-03-11 0:07 Andreas Sturmlechner
2019-03-09 18:48 Andreas Sturmlechner
2019-02-28 12:25 Andreas Sturmlechner
2019-02-15 18:24 Mikle Kolyada
2019-02-07 15:22 Andreas Sturmlechner
2018-12-23 1:27 Andreas Sturmlechner
2018-12-23 1:25 Andreas Sturmlechner
2018-06-07 10:48 Andreas Sturmlechner
2018-06-07 10:13 Agostino Sarubbo
2018-04-25 16:32 Johannes Huber
2018-04-25 16:32 Johannes Huber
2018-04-09 19:59 Johannes Huber
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=1581431409.c76711a46e5a65234116677ea9a513f9d1ed1778.asturm@gentoo \
--to=asturm@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