summaryrefslogtreecommitdiff
path: root/app-misc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-06-02 13:07:59 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-06-02 13:07:59 +0100
commitf22cc4450a588d73825b6408eeea8bf7ad47348a (patch)
tree6f4e9992d806f3e31cacf6521f8f50d7dd4fc512 /app-misc
parent537d08697675f03cd5d3d75977291fe302849bab (diff)
bump calamares to v3.1.0
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/calamares-config-redcore/calamares-config-redcore-1704.ebuild24
-rw-r--r--app-misc/calamares-runtime/calamares-runtime-1704.ebuild59
2 files changed, 0 insertions, 83 deletions
diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-1704.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1704.ebuild
deleted file mode 100644
index 9f6639d2..00000000
--- a/app-misc/calamares-config-redcore/calamares-config-redcore-1704.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="Redcore Linux Calamares modules config"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="app-admin/calamares"
-
-S="${FILESDIR}"
-
-src_install() {
- dodir "/etc/calamares" || die
- insinto "/etc/calamares" || die
- doins -r "${S}/"* || die
-}
diff --git a/app-misc/calamares-runtime/calamares-runtime-1704.ebuild b/app-misc/calamares-runtime/calamares-runtime-1704.ebuild
deleted file mode 100644
index eb1cfd85..00000000
--- a/app-misc/calamares-runtime/calamares-runtime-1704.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_4 )
-
-DESCRIPTION="Calamares distribution-independent installer framework runtime meta-package (containing all the runtime dependencies)"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="+branding +python"
-
-DEPEND=""
-RDEPEND="
- python? (
- >=dev-libs/boost-1.55.0-r2[python_targets_python3_4]
- )
- branding? ( >=x11-themes/redcore-artwork-calamares-1.0 )
- >=app-misc/calamares-config-redcore-1.0
- >=dev-qt/designer-5.6.0:5
- >=dev-qt/linguist-tools-5.6.0:5
- >=dev-qt/qtconcurrent-5.6.0:5
- >=dev-qt/qtcore-5.6.0:5
- >=dev-qt/qtdbus-5.6.0:5
- >=dev-qt/qtdeclarative-5.6.0:5
- >=dev-qt/qtgui-5.6.0:5
- >=dev-qt/qtnetwork-5.6.0:5
- >=dev-qt/qtopengl-5.6.0:5
- >=dev-qt/qtprintsupport-5.6.0:5
- >=dev-qt/qtscript-5.6.0:5
- >=dev-qt/qtsvg-5.6.0:5
- >=dev-qt/qttest-5.6.0:5
- >=dev-qt/qtwebengine-5.6.0:5
- >=dev-qt/qtwebchannel-5.6.0:5
- >=dev-qt/qtwidgets-5.6.0:5
- >=dev-qt/qtxml-5.6.0:5
- >=dev-qt/qtxmlpatterns-5.6.0:5
- >=dev-cpp/yaml-cpp-0.5.1
- >=dev-libs/libatasmart-0.19
- >=kde-frameworks/kconfig-5.18.0
- >=kde-frameworks/ki18n-5.18.0
- >=kde-frameworks/kcoreaddons-5.18.0
- >=kde-frameworks/kparts-5.18.0
- >=kde-frameworks/solid-5.18.0
- >=net-misc/rsync-3.1[xattr]
- >=sys-block/parted-3.0
- >=sys-apps/gptfdisk-0.8.10
- >=sys-apps/dmidecode-2.12-r1
- >=sys-fs/squashfs-tools-4.3:0[xattr]
- >=sys-power/upower-0.99.0-r1
- >=sys-libs/kpmcore-2.2.0
- sys-boot/os-prober
- sys-auth/polkit-qt5
- sys-fs/udisks:2
- virtual/udev"