From 7a2d100d10e6698c815fbb8fdfa526d6954cefd4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 8 Jul 2017 19:50:26 +0100 Subject: update distfiles location --- .../redcore-artwork-community-1706-r2.ebuild | 23 ---------------------- .../redcore-artwork-community-1706-r3.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r2.ebuild create mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r3.ebuild (limited to 'x11-themes/redcore-artwork-community') diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r2.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r2.ebuild deleted file mode 100644 index e5a2233f..00000000 --- a/x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r2.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" -SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/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-1706-r3.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r3.ebuild new file mode 100644 index 00000000..6bc2eece --- /dev/null +++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r3.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://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.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 +} -- cgit v1.2.3