From 679f7b73c9ca4eb3b39d7fb18e67d854f2ef3365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 4 Sep 2024 22:50:53 +0100 Subject: x11-themes/redcore-artwork-calamares : reflect the testing version --- .../redcore-artwork-calamares/files/branding.desc | 8 ++++---- .../redcore-artwork-calamares-1.314.1337-r5.ebuild | 23 ---------------------- .../redcore-artwork-calamares-1.314.1337-r6.ebuild | 23 ++++++++++++++++++++++ 3 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r5.ebuild create mode 100644 x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r6.ebuild (limited to 'x11-themes') diff --git a/x11-themes/redcore-artwork-calamares/files/branding.desc b/x11-themes/redcore-artwork-calamares/files/branding.desc index e62cc988..93151bec 100644 --- a/x11-themes/redcore-artwork-calamares/files/branding.desc +++ b/x11-themes/redcore-artwork-calamares/files/branding.desc @@ -4,10 +4,10 @@ componentName: redcore_branding strings: productName: Redcore Linux Hardened shortProductName: Redcore - version: 2401 - shortVersion: 2401 - versionedName: Redcore Linux Hardened 2401 - shortVersionedName: Redcore 2401 + version: 24xx + shortVersion: 24xx + versionedName: Redcore Linux Hardened 24xx + shortVersionedName: Redcore 24xx bootloaderEntryName: Redcore productUrl: https://redcorelinux.org/ supportUrl: https://wiki.redcorelinux.org/ diff --git a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r5.ebuild b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r5.ebuild deleted file mode 100644 index 6413f727..00000000 --- a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=8 - -DESCRIPTION="Redcore Linux branding component for Calamares" -HOMEPAGE="http://redcorelinux.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="app-admin/calamares" - -S="${FILESDIR}" - -src_install() { - dodir etc/calamares/branding/redcore_branding || die - insinto etc/calamares/branding/redcore_branding || die - doins -r "${S}"/* || die -} diff --git a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r6.ebuild b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r6.ebuild new file mode 100644 index 00000000..6413f727 --- /dev/null +++ b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1.314.1337-r6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=8 + +DESCRIPTION="Redcore Linux branding component for Calamares" +HOMEPAGE="http://redcorelinux.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="app-admin/calamares" + +S="${FILESDIR}" + +src_install() { + dodir etc/calamares/branding/redcore_branding || die + insinto etc/calamares/branding/redcore_branding || die + doins -r "${S}"/* || die +} -- cgit v1.2.3