From 6309f9ca5d5339f72cd1b646f1b0c9df2994bb8c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 31 Mar 2018 19:36:14 +0100 Subject: x11-themes/redcore-artwork-community : version bump --- x11-themes/redcore-artwork-community/Manifest | 2 +- .../redcore-artwork-community-1801.ebuild | 33 ------------------- .../redcore-artwork-community-1803.ebuild | 38 ++++++++++++++++++++++ 3 files changed, 39 insertions(+), 34 deletions(-) delete mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1801.ebuild create mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1803.ebuild diff --git a/x11-themes/redcore-artwork-community/Manifest b/x11-themes/redcore-artwork-community/Manifest index 00219531..38a1b66b 100644 --- a/x11-themes/redcore-artwork-community/Manifest +++ b/x11-themes/redcore-artwork-community/Manifest @@ -1 +1 @@ -DIST redcore-artwork-community-1801.tar.xz 143145556 SHA256 3b6a78dfbd78ddd31494bffa3600d46a9db70bee6f5fba2fdb3716cfd2a9985e SHA512 e2e94cac5a46eb56553cbf2536cf79a2ebec9ea659e64ca64388d2aebef28e73636060f224c8d9718ae91a440b971502ede74b83c32c3e8c554d1d4718c3b6ad WHIRLPOOL bc37886b0a93718b92b762b17f2c415de15815f1b67f2c5032210874ecc411735e73aa8afb5b065f1721d4587c94bc3ca603219fd07e200a3ea0c8c20631190a +DIST redcore-artwork-community.tar.xz 42552900 BLAKE2B 2871871654d77af8f84c7eaa39342b453bfa90cd907828bd73f2a1d05d89f590afd6caec3c09e1e2902fa3fce63ddda93531a0aca396e4e2c8d26a7fca9397a6 SHA512 ffed21f4c1e5c8f9579ac87cdd62c05864d830d60047f29ea3c4fff90203b2143e0f0bc7422746eedd531b93120f08db601343328f5c85860027c165f506c982 diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1801.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1801.ebuild deleted file mode 100644 index 454a6d7b..00000000 --- a/x11-themes/redcore-artwork-community/redcore-artwork-community-1801.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Redcore Linux Community Wallpapers" -HOMEPAGE="http://redcorelinux.org" -SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.tar.xz" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_install() { - # Wallpapers by pentruprieteni.com, thanks - dodir usr/share/backgrounds/redcore-community - insinto usr/share/backgrounds/redcore-community - doins -r by_pp/* - - # Photos by Mellita Parjolea, thanks - dodir usr/share/backgrounds/by_mellita_p - insinto usr/share/backgrounds/by_mellita_p - doins -r by_mellita/* - - # 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-1803.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1803.ebuild new file mode 100644 index 00000000..78052cb6 --- /dev/null +++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1803.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Redcore Linux Community Wallpapers" +HOMEPAGE="http://redcorelinux.org" +SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${PN}.tar.xz" + +LICENSE="" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_install() { + # Wallpapers by V3n3RiX + dodir usr/share/backgrounds/redcore-community + insinto usr/share/backgrounds/redcore-community + doins -r by_venerix/* + + # 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/* + + # 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