public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/
Date: Sun, 18 Aug 2019 11:26:15 +0000 (UTC)	[thread overview]
Message-ID: <1566127256.61ed2b3ed7b15d05ac2e83144d62ed3de24a0dc2.asturm@gentoo> (raw)

commit:     61ed2b3ed7b15d05ac2e83144d62ed3de24a0dc2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 08:59:32 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 11:20:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ed2b3e

app-admin/calamares: Drop 3.1.13 and 3.2.2 for security cleanup

Both are broken by current stable kpmcore anyway.

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

 app-admin/calamares/Manifest                |  2 -
 app-admin/calamares/calamares-3.1.13.ebuild | 79 --------------------------
 app-admin/calamares/calamares-3.2.2.ebuild  | 86 -----------------------------
 3 files changed, 167 deletions(-)

diff --git a/app-admin/calamares/Manifest b/app-admin/calamares/Manifest
index 6cf8abc08bc..f7b4da30ca7 100644
--- a/app-admin/calamares/Manifest
+++ b/app-admin/calamares/Manifest
@@ -1,3 +1 @@
-DIST calamares-3.1.13.tar.gz 2279516 BLAKE2B ff2c81e81086d53c205c25dbdb7e8b1b60f5f10c979e9afd85c02426cd38037c6fbbf76e21fa5fb152ea9bf1c47658563ba5b2fb7e84b4e2734d6269584315df SHA512 451e04fe41448976e612b2a682cf38ed2683b490bb195ba82ad97d47dfd3eb808f8c25251be00104e3f3b4086ab37be462034bbd2866e64536e90f7ebcfb0d7a
 DIST calamares-3.2.12.tar.gz 3008153 BLAKE2B 32b8a141346da528c2aef40a8fe480445cc8acbccc1190ca5ad1b5b0d03b59c709abd663e5ed33503955e3c0caa71476e7d737d46422992fc22e3acd96260857 SHA512 00dec40eb9c9e95933d3785a7b2ddc606530d8b94fde233d91071afbe11067d4e5b0a81298e66aaa0c65b55b6a86359466d8789f3ed886e76c2102b850f2bbc0
-DIST calamares-3.2.2.tar.gz 2579462 BLAKE2B f477493451e084a287f43abfdd66d4a77ce839cad61f921801462bef73df74d42e616d63682d09d59309d6f98ffe560e6c8f9176c9fb290701dfb4e5aa263b29 SHA512 f060534941e0191defa65f024ec8dbbd275d16d40e491015997f12d3eb404a3117d1f113d4dcef3421ed0d15c1e24bdd8b31fc4554d313ebbd3959058c202e63

diff --git a/app-admin/calamares/calamares-3.1.13.ebuild b/app-admin/calamares/calamares-3.1.13.ebuild
deleted file mode 100644
index 9294153d0cc..00000000000
--- a/app-admin/calamares/calamares-3.1.13.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_5,3_6} )
-inherit kde5 python-r1
-
-DESCRIPTION="Distribution-independent installer framework"
-HOMEPAGE="https://calamares.io"
-if [[ ${KDE_BUILD_TYPE} == live ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/${PN}"
-else
-	SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-IUSE="+networkmanager pythonqt +upower"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kservice)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtdeclarative)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtsvg)
-	$(add_qt_dep qtwebengine 'widgets')
-	$(add_qt_dep qtwidgets)
-	dev-cpp/yaml-cpp:=
-	>=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
-	sys-apps/dbus
-	sys-apps/dmidecode
-	sys-auth/polkit-qt[qt5(+)]
-	>=sys-libs/kpmcore-3.0.3:5=
-	pythonqt? ( >=dev-python/PythonQt-3.1:=[${PYTHON_USEDEP}] )
-"
-
-RDEPEND="${DEPEND}
-	app-admin/sudo
-	dev-libs/libatasmart
-	net-misc/rsync
-	>=sys-block/parted-3.0
-	|| ( sys-boot/grub:2 sys-boot/systemd-boot )
-	sys-boot/os-prober
-	sys-fs/squashfs-tools
-	virtual/udev
-	networkmanager? ( net-misc/networkmanager )
-	upower? ( sys-power/upower )
-"
-
-src_prepare() {
-	cmake-utils_src_prepare
-	python_setup
-	export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \
-	       PYTHON_INCLUDE_PATH="$(python_get_library_path)"\
-	       PYTHON_CFLAGS="$(python_get_CFLAGS)"\
-	       PYTHON_LIBS="$(python_get_LIBS)"
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DWEBVIEW_FORCE_WEBKIT=OFF
-		-DWITH_PYTHONQT=$(usex pythonqt)
-	)
-
-	kde5_src_configure
-	sed -i -e 's:pkexec /usr/bin/calamares:calamares-pkexec:' "${S}"/calamares.desktop
-	sed -i -e 's:Icon=calamares:Icon=drive-harddisk:' "${S}"/calamares.desktop
-}
-
-src_install() {
-	kde5_src_install
-	dobin "${FILESDIR}"/calamares-pkexec
-}

diff --git a/app-admin/calamares/calamares-3.2.2.ebuild b/app-admin/calamares/calamares-3.2.2.ebuild
deleted file mode 100644
index 39df940004c..00000000000
--- a/app-admin/calamares/calamares-3.2.2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_5,3_6} )
-inherit kde5 python-r1
-
-DESCRIPTION="Distribution-independent installer framework"
-HOMEPAGE="https://calamares.io"
-if [[ ${KDE_BUILD_TYPE} == live ]] ; then
-	EGIT_REPO_URI="https://github.com/${PN}/${PN}"
-else
-	SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-IUSE="+networkmanager pythonqt +upower"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kcrash)
-	$(add_frameworks_dep kpackage)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kservice)
-	$(add_qt_dep linguist-tools)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtdeclarative)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtsvg)
-	$(add_qt_dep qtwebengine 'widgets')
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
-	dev-cpp/yaml-cpp:=
-	>=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
-	dev-libs/libpwquality[${PYTHON_USEDEP}]
-	sys-apps/dbus
-	sys-apps/dmidecode
-	sys-auth/polkit-qt[qt5(+)]
-	>=sys-libs/kpmcore-3.0.3:5=
-	pythonqt? ( >=dev-python/PythonQt-3.1:=[${PYTHON_USEDEP}] )
-"
-
-RDEPEND="${DEPEND}
-	app-admin/sudo
-	dev-libs/libatasmart
-	net-misc/rsync
-	>=sys-block/parted-3.0
-	|| ( sys-boot/grub:2 sys-boot/systemd-boot )
-	sys-boot/os-prober
-	sys-fs/squashfs-tools
-	sys-libs/timezone-data
-	virtual/udev
-	networkmanager? ( net-misc/networkmanager )
-	upower? ( sys-power/upower )
-"
-
-src_prepare() {
-	cmake-utils_src_prepare
-	python_setup
-	export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \
-	       PYTHON_INCLUDE_PATH="$(python_get_library_path)"\
-	       PYTHON_CFLAGS="$(python_get_CFLAGS)"\
-	       PYTHON_LIBS="$(python_get_LIBS)"
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DWEBVIEW_FORCE_WEBKIT=OFF
-		-DWITH_PYTHONQT=$(usex pythonqt)
-	)
-
-	kde5_src_configure
-	sed -i -e 's:pkexec /usr/bin/calamares:calamares-pkexec:' "${S}"/calamares.desktop
-	sed -i -e 's:Icon=calamares:Icon=drive-harddisk:' "${S}"/calamares.desktop
-}
-
-src_install() {
-	kde5_src_install
-	dobin "${FILESDIR}"/calamares-pkexec
-}


             reply	other threads:[~2019-08-18 11:26 UTC|newest]

Thread overview: 92+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-18 11:26 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-07 21:26 [gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/ Andreas Sturmlechner
2024-09-07 21:26 Andreas Sturmlechner
2024-05-27 21:26 Andrew Ammerlaan
2024-05-27 21:26 Andrew Ammerlaan
2024-05-27 19:29 Andrew Ammerlaan
2024-04-29 19:16 Andrew Ammerlaan
2024-03-05  9:57 Andreas Sturmlechner
2023-06-15 21:45 Sam James
2023-06-15  2:27 Sam James
2023-06-15  2:27 Sam James
2023-03-18 20:38 Ulrich Müller
2022-07-19 20:47 Sam James
2022-07-19 18:48 Sam James
2021-08-22  3:17 Sam James
2021-02-01 16:32 Sam James
2020-10-21 11:54 David Seifert
2020-08-20  5:37 Johannes Huber
2020-08-20  5:37 Johannes Huber
2020-03-19  7:08 Johannes Huber
2020-03-19  7:08 Johannes Huber
2020-03-12 15:50 Andreas Sturmlechner
2020-02-09 15:54 Michał Górny
2020-01-01 19:47 Johannes Huber
2019-08-18 11:26 Andreas Sturmlechner
2018-10-01 10:48 Johannes Huber
2018-09-27 20:29 Ettore Di Giacinto
2018-09-27 20:29 Ettore Di Giacinto
2018-05-19 10:47 Johannes Huber
2018-05-07 16:38 Johannes Huber
2018-05-07 16:38 Johannes Huber
2018-03-29 19:26 Johannes Huber
2018-03-29 18:38 Johannes Huber
2018-03-29 18:38 Johannes Huber
2018-02-08 20:22 Johannes Huber
2018-01-24 18:30 Johannes Huber
2018-01-24 18:30 Johannes Huber
2018-01-02 13:39 Johannes Huber
2018-01-02 13:32 Johannes Huber
2017-11-13 18:17 Johannes Huber
2017-10-27 21:09 Johannes Huber
2017-10-27 21:09 Johannes Huber
2017-10-15 16:42 Johannes Huber
2017-10-15 16:42 Johannes Huber
2017-10-07 16:47 Johannes Huber
2017-10-07 16:47 Johannes Huber
2017-09-15 18:42 Johannes Huber
2017-09-06 17:20 Johannes Huber
2017-09-04 19:51 Johannes Huber
2017-07-30  8:36 Michał Górny
2017-07-14 17:34 Johannes Huber
2017-07-14 17:34 Johannes Huber
2017-06-04 12:04 Johannes Huber
2017-06-04 12:04 Johannes Huber
2017-03-03 18:20 Johannes Huber
2017-02-18 19:08 Ettore Di Giacinto
2017-02-16 18:32 Ettore Di Giacinto
2017-02-16 10:43 Ettore Di Giacinto
2017-01-19 17:55 Johannes Huber
2017-01-19 17:55 Johannes Huber
2016-12-18 18:27 Johannes Huber
2016-11-28 19:34 Johannes Huber
2016-11-28 19:34 Johannes Huber
2016-11-07 19:43 Johannes Huber
2016-11-07 19:43 Johannes Huber
2016-11-07 19:43 Johannes Huber
2016-11-01 21:12 Johannes Huber
2016-11-01 21:12 Johannes Huber
2016-10-17 17:56 Johannes Huber
2016-10-17 17:56 Johannes Huber
2016-10-14  6:14 Johannes Huber
2016-10-14  6:14 Johannes Huber
2016-08-28 16:36 Johannes Huber
2016-08-28 16:36 Johannes Huber
2016-07-25 22:13 Johannes Huber
2016-07-01 17:20 Johannes Huber
2016-07-01 17:20 Johannes Huber
2016-06-06 18:40 Johannes Huber
2016-06-06 18:40 Johannes Huber
2016-05-22 19:09 Johannes Huber
2016-05-15 11:40 Johannes Huber
2016-05-15 11:40 Johannes Huber
2016-04-25 15:48 Johannes Huber
2016-04-12 17:48 Johannes Huber
2016-04-10 19:07 Johannes Huber
2016-04-08 18:22 Johannes Huber
2016-04-08 18:22 Johannes Huber
2016-04-07 18:37 Johannes Huber
2016-04-07 18:37 Johannes Huber
2016-03-15 16:04 Johannes Huber
2016-03-13 11:11 Johannes Huber
2016-03-12 13:40 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=1566127256.61ed2b3ed7b15d05ac2e83144d62ed3de24a0dc2.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