From 5d26c720cf9f5c651db5066d040cdd03df308741 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 30 Nov 2016 10:52:57 +0000 Subject: bump community wallpapers --- x11-themes/redcore-artwork-community/Manifest | 1 + x11-themes/redcore-artwork-community/files/0.png | Bin 1636021 -> 0 bytes .../redcore-artwork-community-1.0-r1.ebuild | 23 +++++++++++++++++++++ .../redcore-artwork-community-1.0.ebuild | 23 --------------------- 4 files changed, 24 insertions(+), 23 deletions(-) create mode 100644 x11-themes/redcore-artwork-community/Manifest delete mode 100644 x11-themes/redcore-artwork-community/files/0.png create mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1.0-r1.ebuild delete mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1.0.ebuild diff --git a/x11-themes/redcore-artwork-community/Manifest b/x11-themes/redcore-artwork-community/Manifest new file mode 100644 index 00000000..a23cc445 --- /dev/null +++ b/x11-themes/redcore-artwork-community/Manifest @@ -0,0 +1 @@ +DIST redcore-artwork-community-1.0.tar.xz 32492616 SHA256 f8b1f5ae13875bb9a1168e94c6e33048029200bd531e405950d1d2d71e728f87 SHA512 7e9b4c693d64389aa6b7ceaaee04f65e1f5f7cd30de09f9f2308e5d956a1e94ca7fd1f2e1aee803cff611a7d8d74d9f93c5ffead4d5ae98b22ca417cea85baad WHIRLPOOL 9ea9645c69dcc37ac5a62cf20a63ad44b922b64a46e4c2f9e3d33fcb055a272632fce2b9d0c1d118786dafec201e067b93404b33e116a26277ee2b2b39cbd225 diff --git a/x11-themes/redcore-artwork-community/files/0.png b/x11-themes/redcore-artwork-community/files/0.png deleted file mode 100644 index 7ff3bc34..00000000 Binary files a/x11-themes/redcore-artwork-community/files/0.png and /dev/null differ diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1.0-r1.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1.0-r1.ebuild new file mode 100644 index 00000000..78d11302 --- /dev/null +++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1.0-r1.ebuild @@ -0,0 +1,23 @@ +# 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://redcorelinux.org/distfiles/${CATEGORY}/${PN}/${PN}-${PV}.tar.xz" + +LICENSE="" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_install() { + dodir "/usr/share/backgrounds/redcore-community" || die + insinto "/usr/share/backgrounds/redcore-community" || die + doins -r "${S}"/* || die +} diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1.0.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1.0.ebuild deleted file mode 100644 index 199704d9..00000000 --- a/x11-themes/redcore-artwork-community/redcore-artwork-community-1.0.ebuild +++ /dev/null @@ -1,23 +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" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -S=${FILESDIR} - -src_install() { - dodir "/usr/share/backgrounds/redcore-community" || die - insinto "/usr/share/backgrounds/redcore-community" || die - doins -r "${S}"/* || die -} -- cgit v1.2.3