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: Sun, 04 Jun 2017 12:04:37
Message-Id: 1496577870.907ab8308b9e1e87402c8aa6f7ee54458b77b62c.johu@gentoo
1 commit: 907ab8308b9e1e87402c8aa6f7ee54458b77b62c
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 12:03:59 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 12:04:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=907ab830
7
8 app-admin/calamares: Remove 3.0.1
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-admin/calamares/Manifest | 1 -
13 app-admin/calamares/calamares-3.0.1.ebuild | 80 ------------------------------
14 2 files changed, 81 deletions(-)
15
16 diff --git a/app-admin/calamares/Manifest b/app-admin/calamares/Manifest
17 index 5385b33559c..a09258eb1f7 100644
18 --- a/app-admin/calamares/Manifest
19 +++ b/app-admin/calamares/Manifest
20 @@ -1,2 +1 @@
21 -DIST calamares-3.0.1.tar.gz 2213505 SHA256 2c0f4f04d1520186ef0b30584daa73c32dce99603bb4d8f6880497ee3f2322b5 SHA512 9d6dfae611211bffae5509e97fdd1363701a2db675224badf058a4d22c395e150cf91d148fcfbe49fa7aef8c81049a331a91a3b350cb47acbb9af934e3c96f22 WHIRLPOOL d8fb6c7fe6a594055f3ba0be9fd9e46833b590accc58ffb36ef852bad3dbbb67560b021747f81f1f115d7622df0be1ab776d696d5ed818269badc9b3b47b721d
22 DIST calamares-3.1.0.tar.gz 2215820 SHA256 7b4c74fc350624a17eb8b8187ade490711bfdc608d2be07322c8a3fc0a449276 SHA512 17c15aafbc811f42246f8300f64ffe7d44b43ac24f5b6ced15c83715c5fff9644060964de82cc3e7021c710e6eebbc124785d9d7b85613c5f190ec0f8d5d5389 WHIRLPOOL 6c8e46aff3700d26e876dd6f02bf28e55ea59cebe46438e64a8d04e921df9e35d0c1c3077479767b67284805103c16cda7ef5e1a2ec50d9e735093cb9e04b886
23
24 diff --git a/app-admin/calamares/calamares-3.0.1.ebuild b/app-admin/calamares/calamares-3.0.1.ebuild
25 deleted file mode 100644
26 index 02e122fac8c..00000000000
27 --- a/app-admin/calamares/calamares-3.0.1.ebuild
28 +++ /dev/null
29 @@ -1,80 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python{3_4,3_5} )
36 -inherit kde5 python-r1
37 -
38 -DESCRIPTION="Distribution-independent installer framework"
39 -HOMEPAGE="http://calamares.io"
40 -if [[ ${KDE_BUILD_TYPE} == live ]] ; then
41 - EGIT_REPO_URI="git://github.com/${PN}/${PN}"
42 -else
43 - SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
44 - KEYWORDS="~amd64"
45 -fi
46 -
47 -LICENSE="GPL-3"
48 -IUSE="+networkmanager pythonqt +upower"
49 -
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 -
52 -DEPEND="${PYTHON_DEPS}
53 - $(add_frameworks_dep kcoreaddons)
54 - $(add_frameworks_dep kparts)
55 - $(add_frameworks_dep kservice)
56 - $(add_qt_dep qtdbus)
57 - $(add_qt_dep qtdeclarative)
58 - $(add_qt_dep qtgui)
59 - $(add_qt_dep qtnetwork)
60 - $(add_qt_dep qtsvg)
61 - $(add_qt_dep qtwebengine 'widgets')
62 - $(add_qt_dep qtwidgets)
63 - >=dev-cpp/yaml-cpp-0.5.1
64 - >=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
65 - sys-apps/dbus
66 - sys-apps/dmidecode
67 - sys-auth/polkit-qt[qt5]
68 - >=sys-libs/kpmcore-3.0.2:5=
69 - pythonqt? ( >=dev-python/PythonQt-3.1:=[${PYTHON_USEDEP}] )
70 -"
71 -
72 -RDEPEND="${DEPEND}
73 - app-admin/sudo
74 - dev-libs/libatasmart
75 - net-misc/rsync
76 - >=sys-block/parted-3.0
77 - || ( sys-boot/grub:2 sys-boot/systemd-boot )
78 - sys-boot/os-prober
79 - sys-fs/squashfs-tools
80 - virtual/udev
81 - networkmanager? ( net-misc/networkmanager )
82 - upower? ( sys-power/upower )
83 -"
84 -
85 -src_prepare() {
86 - python_setup
87 - export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \
88 - PYTHON_INCLUDE_PATH="$(python_get_library_path)"\
89 - PYTHON_CFLAGS="$(python_get_CFLAGS)"\
90 - PYTHON_LIBS="$(python_get_LIBS)"
91 -
92 - eapply_user
93 -}
94 -
95 -src_configure() {
96 - local mycmakeargs=(
97 - -DWEBVIEW_FORCE_WEBKIT=OFF
98 - -DWITH_PYTHONQT=$(usex pythonqt)
99 - )
100 -
101 - kde5_src_configure
102 - sed -i -e 's:pkexec /usr/bin/calamares:calamares-pkexec:' "${S}"/calamares.desktop
103 - sed -i -e 's:Icon=calamares:Icon=drive-harddisk:' "${S}"/calamares.desktop
104 -}
105 -
106 -src_install() {
107 - kde5_src_install
108 - dobin "${FILESDIR}"/calamares-pkexec
109 -}