From c0a751d2f2f03d1bcf8d68930af461bd4ca4feee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 Jan 2019 12:09:55 +0000 Subject: x11-themes/redcore-artwork-community : revision bump --- x11-themes/redcore-artwork-community/Manifest | 2 +- .../redcore-artwork-community-1337-r1.ebuild | 50 ++++++++++++++++++++++ .../redcore-artwork-community-1337.ebuild | 50 ---------------------- 3 files changed, 51 insertions(+), 51 deletions(-) create mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r1.ebuild delete mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1337.ebuild diff --git a/x11-themes/redcore-artwork-community/Manifest b/x11-themes/redcore-artwork-community/Manifest index 59843dc4..4a377cc9 100644 --- a/x11-themes/redcore-artwork-community/Manifest +++ b/x11-themes/redcore-artwork-community/Manifest @@ -1 +1 @@ -DIST redcore-artwork-community.tar.xz 99972968 BLAKE2B 954290e970a64f1c943d77a15fef5253076ad68de2c41c7de03ac591000049301bdd4a1f8fdb9b6d03db77a6d96f84af45472871ca0e668edba7aba98d3af0ab SHA512 afce6f491eb8061d0974ae69583b56aa06a12789cb285aea667e5013e0e4e2ac0017ad484bdf51fd22ea4579e1210039281d2d900b11a37d37aced8141a63bf8 +DIST redcore-artwork-community.tar.xz 98302368 BLAKE2B a53e55fa94d4abfd7a0787d99d141329566a66926d853d706f2c7cff79c16fcb4276e0819cb37ece22e168bc09b9a98088262a02fda5d1a7944c0e3107a829ff SHA512 7508b246829624e78a5d46c59f0b3cfb55de97995179f7e6caae479198a5051bc275f0859a2031a311439ac0114b1fdbdc38abbe901774f11feed23a47495939 diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r1.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r1.ebuild new file mode 100644 index 00000000..39742cf5 --- /dev/null +++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1337-r1.ebuild @@ -0,0 +1,50 @@ +# 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}" + +S="${WORKDIR}"/"${PN}" + +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 Ioan Parjolea (joly), thanks + dodir usr/share/backgrounds/by_joly + insinto usr/share/backgrounds/by_joly + doins -r by_joly/* + + # 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-1337.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1337.ebuild deleted file mode 100644 index 39742cf5..00000000 --- a/x11-themes/redcore-artwork-community/redcore-artwork-community-1337.ebuild +++ /dev/null @@ -1,50 +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/${PN}.tar.xz" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/"${PN}" - -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 Ioan Parjolea (joly), thanks - dodir usr/share/backgrounds/by_joly - insinto usr/share/backgrounds/by_joly - doins -r by_joly/* - - # 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