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