Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/
Date: Mon, 01 Oct 2018 10:49:00
Message-Id: 1538390918.9be114695fa2b3a63b3e296339acf699c422cdcd.johu@gentoo
1 commit: 9be114695fa2b3a63b3e296339acf699c422cdcd
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 10:48:38 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 10:48:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be11469
7
8 app-admin/calamares: Remove 3.2.0-r1
9
10 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 app-admin/calamares/Manifest | 1 -
14 app-admin/calamares/calamares-3.2.0-r1.ebuild | 85 ---------------------------
15 2 files changed, 86 deletions(-)
16
17 diff --git a/app-admin/calamares/Manifest b/app-admin/calamares/Manifest
18 index c505885b1e6..6ec291032ca 100644
19 --- a/app-admin/calamares/Manifest
20 +++ b/app-admin/calamares/Manifest
21 @@ -1,3 +1,2 @@
22 DIST calamares-3.1.13.tar.gz 2279516 BLAKE2B ff2c81e81086d53c205c25dbdb7e8b1b60f5f10c979e9afd85c02426cd38037c6fbbf76e21fa5fb152ea9bf1c47658563ba5b2fb7e84b4e2734d6269584315df SHA512 451e04fe41448976e612b2a682cf38ed2683b490bb195ba82ad97d47dfd3eb808f8c25251be00104e3f3b4086ab37be462034bbd2866e64536e90f7ebcfb0d7a
23 -DIST calamares-3.2.0.tar.gz 2488863 BLAKE2B 6941cdd7eb381a6ee4f7bc2628605ee5a670de0d839b5797cec930737ec5fc09e214c484c2e8398ab2f12669bbc64768d5ee20b2aa1adae799fb96373a0b07df SHA512 0b502749ace48ce56f2bb364d265c5b9197cca2b27115663f928cb58d02ba43e93b80b5022053bca5899ce6ee35146992157408fc5af017da6d61abdcdbc4e1d
24 DIST calamares-3.2.2.tar.gz 2579462 BLAKE2B f477493451e084a287f43abfdd66d4a77ce839cad61f921801462bef73df74d42e616d63682d09d59309d6f98ffe560e6c8f9176c9fb290701dfb4e5aa263b29 SHA512 f060534941e0191defa65f024ec8dbbd275d16d40e491015997f12d3eb404a3117d1f113d4dcef3421ed0d15c1e24bdd8b31fc4554d313ebbd3959058c202e63
25
26 diff --git a/app-admin/calamares/calamares-3.2.0-r1.ebuild b/app-admin/calamares/calamares-3.2.0-r1.ebuild
27 deleted file mode 100644
28 index 2d482b898d0..00000000000
29 --- a/app-admin/calamares/calamares-3.2.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,85 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python{3_5,3_6} )
38 -inherit kde5 python-r1
39 -
40 -DESCRIPTION="Distribution-independent installer framework"
41 -HOMEPAGE="https://calamares.io"
42 -if [[ ${KDE_BUILD_TYPE} == live ]] ; then
43 - EGIT_REPO_URI="https://github.com/${PN}/${PN}"
44 -else
45 - SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
46 - KEYWORDS="~amd64"
47 -fi
48 -
49 -LICENSE="GPL-3"
50 -IUSE="+networkmanager pythonqt +upower"
51 -
52 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
53 -
54 -DEPEND="${PYTHON_DEPS}
55 - $(add_frameworks_dep kconfig)
56 - $(add_frameworks_dep kcoreaddons)
57 - $(add_frameworks_dep kcrash)
58 - $(add_frameworks_dep kpackage)
59 - $(add_frameworks_dep kparts)
60 - $(add_frameworks_dep kservice)
61 - $(add_qt_dep qtdbus)
62 - $(add_qt_dep qtdeclarative)
63 - $(add_qt_dep qtgui)
64 - $(add_qt_dep qtnetwork)
65 - $(add_qt_dep qtsvg)
66 - $(add_qt_dep qtwebengine 'widgets')
67 - $(add_qt_dep qtwidgets)
68 - $(add_qt_dep qtxml)
69 - dev-cpp/yaml-cpp:=
70 - >=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
71 - dev-libs/libpwquality[${PYTHON_USEDEP}]
72 - sys-apps/dbus
73 - sys-apps/dmidecode
74 - sys-auth/polkit-qt[qt5(+)]
75 - >=sys-libs/kpmcore-3.0.3:5=
76 - pythonqt? ( >=dev-python/PythonQt-3.1:=[${PYTHON_USEDEP}] )
77 -"
78 -
79 -RDEPEND="${DEPEND}
80 - app-admin/sudo
81 - dev-libs/libatasmart
82 - net-misc/rsync
83 - >=sys-block/parted-3.0
84 - || ( sys-boot/grub:2 sys-boot/systemd-boot )
85 - sys-boot/os-prober
86 - sys-fs/squashfs-tools
87 - sys-libs/timezone-data
88 - virtual/udev
89 - networkmanager? ( net-misc/networkmanager )
90 - upower? ( sys-power/upower )
91 -"
92 -
93 -src_prepare() {
94 - cmake-utils_src_prepare
95 - python_setup
96 - export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \
97 - PYTHON_INCLUDE_PATH="$(python_get_library_path)"\
98 - PYTHON_CFLAGS="$(python_get_CFLAGS)"\
99 - PYTHON_LIBS="$(python_get_LIBS)"
100 -}
101 -
102 -src_configure() {
103 - local mycmakeargs=(
104 - -DWEBVIEW_FORCE_WEBKIT=OFF
105 - -DWITH_PYTHONQT=$(usex pythonqt)
106 - )
107 -
108 - kde5_src_configure
109 - sed -i -e 's:pkexec /usr/bin/calamares:calamares-pkexec:' "${S}"/calamares.desktop
110 - sed -i -e 's:Icon=calamares:Icon=drive-harddisk:' "${S}"/calamares.desktop
111 -}
112 -
113 -src_install() {
114 - kde5_src_install
115 - dobin "${FILESDIR}"/calamares-pkexec
116 -}