From 839a8d631288b9e3b165c8c9e3075cb2d1c248db Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 19 Jun 2024 10:23:25 +0100 Subject: x11-themes/redcore-artwork-community : EAPI bump --- .../redcore-artwork-community-1.314.1337 | 11 ----- .../redcore-artwork-community-1.314.1337-r1 | 11 +++++ metadata/pkg_desc_index | 2 +- .../redcore-artwork-community-1.314.1337-r1.ebuild | 47 ++++++++++++++++++++++ .../redcore-artwork-community-1.314.1337.ebuild | 47 ---------------------- 5 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 metadata/md5-cache/x11-themes/redcore-artwork-community-1.314.1337 create mode 100644 metadata/md5-cache/x11-themes/redcore-artwork-community-1.314.1337-r1 create mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1.314.1337-r1.ebuild delete mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1.314.1337.ebuild diff --git a/metadata/md5-cache/x11-themes/redcore-artwork-community-1.314.1337 b/metadata/md5-cache/x11-themes/redcore-artwork-community-1.314.1337 deleted file mode 100644 index dec74e5c..00000000 --- a/metadata/md5-cache/x11-themes/redcore-artwork-community-1.314.1337 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install unpack -DEPEND=>=dev-vcs/git-1.8.2.1[curl] -DESCRIPTION=Redcore Linux Community Wallpapers -EAPI=6 -HOMEPAGE=https://redcorelinux.org -INHERIT=eutils git-r3 -KEYWORDS=amd64 x86 -PROPERTIES=live -SLOT=0 -_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d edos2unix 33e347e171066657f91f8b0c72ec8773 epatch 8c71fb9c4d7cfece295d510d74995a8e eqawarn c9847c43b3253a276ae2eabddedab3d7 estack c61c368a76fdf3a82fdf8dbaebea3804 eutils 27d6d8292d4e729f95acaddba111de88 git-r3 fbb2889c81f3a05910c1524db69425c1 ltprune 97143780d341cc8d8f1d4c6187a36d29 multilib c19072c3cd7ac5cb21de013f7e9832e0 preserve-libs 21162ec96c87041004a75348d97342dd strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 vcs-clean d271b7bc7e6a009758d7d4ef749174e3 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=7827dd4a3f3fb65fd8a0f9dc16da2c24 diff --git a/metadata/md5-cache/x11-themes/redcore-artwork-community-1.314.1337-r1 b/metadata/md5-cache/x11-themes/redcore-artwork-community-1.314.1337-r1 new file mode 100644 index 00000000..ec043311 --- /dev/null +++ b/metadata/md5-cache/x11-themes/redcore-artwork-community-1.314.1337-r1 @@ -0,0 +1,11 @@ +BDEPEND=>=dev-vcs/git-1.8.2.1[curl] +DEFINED_PHASES=install unpack +DESCRIPTION=Redcore Linux Community Wallpapers +EAPI=8 +HOMEPAGE=https://redcorelinux.org +INHERIT=git-r3 +KEYWORDS=amd64 x86 +PROPERTIES=live +SLOT=0 +_eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1 +_md5_=0e179388378c9d5bd5e19e9fd09571b7 diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 4114520c..1003dc71 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -93,7 +93,7 @@ x11-misc/pcmanfm-qt-share 1337: PCManFM-QT custom action to share folder using S x11-misc/sddm 0.20.0-r1: Simple Desktop Display Manager x11-themes/material-icon-theme 1.314.1337-r1: Icon theme following the Google's material design specifications x11-themes/redcore-artwork-calamares 1.314.1337-r5: Redcore Linux branding component for Calamares -x11-themes/redcore-artwork-community 1.314.1337: Redcore Linux Community Wallpapers +x11-themes/redcore-artwork-community 1.314.1337-r1: Redcore Linux Community Wallpapers x11-themes/redcore-artwork-core 1.314.1337: Offical Redcore Linux Core Artwork x11-themes/redcore-artwork-grub 1.314.1337: Redcore Linux GRUB2 Images x11-themes/redcore-theme 1.314.1337: Official Redcore Linux GTK theme diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1.314.1337-r1.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1.314.1337-r1.ebuild new file mode 100644 index 00000000..ef88e9b5 --- /dev/null +++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1.314.1337-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="Redcore Linux Community Wallpapers" +HOMEPAGE="https://redcorelinux.org" + +EGIT_REPO_URI="https://gitlab.com/redcore/redcore-wallpapers.git" +EGIT_BRANCH="master" + +LICENSE="" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_install() { + # default wallpaper + dodir usr/share/backgrounds/redcore-community + insinto usr/share/backgrounds/redcore-community + doins -r defaults/* + + # Wallpapers by pentruprieteni.com, thanks + dodir usr/share/backgrounds/by_pp + insinto usr/share/backgrounds/by_pp + doins -r by_pp/* + + # Photos by Mellita Parjolea, thanks + dodir usr/share/backgrounds/by_mellita + insinto usr/share/backgrounds/by_mellita + doins -r by_mellita/* + + # Wallpapers by Toma S. Muntean, thanks + dodir usr/share/backgrounds/by_tomas + insinto usr/share/backgrounds/by_tomas + doins -r by_tomas/* + + # If you want your wallpapers in here, let me know + # I will add them only if you own the rights for them + # venerix [at] redcorelinux [dot] org +} diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1.314.1337.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1.314.1337.ebuild deleted file mode 100644 index 5aaa929c..00000000 --- a/x11-themes/redcore-artwork-community/redcore-artwork-community-1.314.1337.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit eutils git-r3 - -DESCRIPTION="Redcore Linux Community Wallpapers" -HOMEPAGE="https://redcorelinux.org" - -EGIT_REPO_URI="https://gitlab.com/redcore/redcore-wallpapers.git" -EGIT_BRANCH="master" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_install() { - # default wallpaper - dodir usr/share/backgrounds/redcore-community - insinto usr/share/backgrounds/redcore-community - doins -r defaults/* - - # Wallpapers by pentruprieteni.com, thanks - dodir usr/share/backgrounds/by_pp - insinto usr/share/backgrounds/by_pp - doins -r by_pp/* - - # Photos by Mellita Parjolea, thanks - dodir usr/share/backgrounds/by_mellita - insinto usr/share/backgrounds/by_mellita - doins -r by_mellita/* - - # Wallpapers by Toma S. Muntean, thanks - dodir usr/share/backgrounds/by_tomas - insinto usr/share/backgrounds/by_tomas - doins -r by_tomas/* - - # If you want your wallpapers in here, let me know - # I will add them only if you own the rights for them - # venerix [at] redcorelinux [dot] org -} -- cgit v1.2.3