commit:     21382d1f93ead2471a1347e730a5cbd8f5531663
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 09:34:20 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 13 00:17:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21382d1f

sci-astronomy/kstars: Drop 3.2.1

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-astronomy/kstars/Manifest            |  1 -
 sci-astronomy/kstars/kstars-3.2.1.ebuild | 85 --------------------------------
 2 files changed, 86 deletions(-)

diff --git a/sci-astronomy/kstars/Manifest b/sci-astronomy/kstars/Manifest
index 3cff607f629..324902d27be 100644
--- a/sci-astronomy/kstars/Manifest
+++ b/sci-astronomy/kstars/Manifest
@@ -1,3 +1,2 @@
 DIST kstars-3.1.1.tar.xz 70308140 BLAKE2B 
97c32773bb600b6601f6b0f64cb951d9931760f3f83bd40e99888868a49643c26af666756fde7b8fb59c634cdfdd7391d4ea8674e99acbe0955bc07b194f4285
 SHA512 
f482a0bf82eda596a6da9ab8641059aaae8c1983b3c28e963b18665aec3d6418472997aa3d94f6cdff496a95f4151f4b5ca2171bed4c9ff3f7f95177a8fd67c0
-DIST kstars-3.2.1.tar.xz 70737012 BLAKE2B 
c5615c641c799b65d5b9a402fbc5390b07f1f2f13fb54ee53b0999c47c014ed2cdd976c6174ae09785913fb32129d13e95e7c3264142cd4c3ac9b0347b33391a
 SHA512 
d62d2211db66941c402e19dee28ace235933fe33e077f7de3350c1a80eb02c18b23549c9cc8403fe9d34bc06332501b5ed931f992eb92c605fe7661572c3ed46
 DIST kstars-3.2.2.tar.xz 70730772 BLAKE2B 
f92510e7e1a077d685e67a3e2ddadb1f5ca0c79a4775a07db9d05e25cd871c8faf04d2cf827c60e1c0173ac35b170d3460ec747b5e00b2a1d2cc3a60c6354524
 SHA512 
05bdb1ce739ae05a0557082fa3ad299a9ea233d747def20a0ec3ded566d66cd9fa15d6d2cc338429c63dfe61385bbfc961ead195208b429a39111ca9ea44a5e1

diff --git a/sci-astronomy/kstars/kstars-3.2.1.ebuild 
b/sci-astronomy/kstars/kstars-3.2.1.ebuild
deleted file mode 100644
index dbf91c26649..00000000000
--- a/sci-astronomy/kstars/kstars-3.2.1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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://kde.org/applications/education/kstars 
https://edu.kde.org/kstars/";
-IUSE="fits indi +password raw wcs"
-
-REQUIRED_USE="indi? ( fits ) ${PYTHON_REQUIRED_USE}"
-
-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 qtdatavis3d)
-       $(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 qtwebsockets)
-       $(add_qt_dep qtwidgets)
-       sys-libs/zlib
-       fits? ( sci-libs/cfitsio )
-       indi? ( >=sci-libs/indilib-1.7.5 )
-       password? ( dev-libs/qtkeychain:= )
-       raw? ( media-libs/libraw:= )
-       wcs? ( sci-astronomy/wcslib )
-"
-# 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=(
-               -DFETCH_TRANSLATIONS=OFF
-               $(cmake-utils_use_find_package fits CFitsio)
-               $(cmake-utils_use_find_package indi INDI)
-               $(cmake-utils_use_find_package password Qt5Keychain)
-               $(cmake-utils_use_find_package raw LibRaw)
-               $(cmake-utils_use_find_package wcs WCSLIB)
-       )
-
-       kde5_src_configure
-}
-
-pkg_postinst () {
-       kde5_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.
-}

Reply via email to