summaryrefslogtreecommitdiff
path: root/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-21 11:28:13 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-21 11:28:13 +0100
commitd581f3e2fa409d254c1b68391a8cf5a9d9d9fcbd (patch)
treea588a9272a1343b1460596981c52faed9e0b94a0 /app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r3.ebuild
parent3155a0d504e78e07cabdf97e2dff798d6504c5ba (diff)
app-misc/calamares-config-redcore : adjust bootloader configuration, increase minimum disk size requirement to 32GB for a comfortable upgrade experience
Diffstat (limited to 'app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r3.ebuild')
-rw-r--r--app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r3.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r3.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r3.ebuild
deleted file mode 100644
index d1471cf6..00000000
--- a/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r3.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=7
-
-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
-}