From 7dde0966129c2b305e99c5067fd87443602ac351 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 7 Nov 2016 08:36:11 +0000 Subject: reset artwork versions to 1.0...rebranding in progress --- .../redcore-artwork-community-1.0.ebuild | 23 ++++++++++++++++++++++ .../redcore-artwork-community-2.0.ebuild | 23 ---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1.0.ebuild delete mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-2.0.ebuild (limited to 'x11-themes/redcore-artwork-community') 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 new file mode 100644 index 00000000..199704d9 --- /dev/null +++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1.0.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" + +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 +} diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-2.0.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-2.0.ebuild deleted file mode 100644 index 199704d9..00000000 --- a/x11-themes/redcore-artwork-community/redcore-artwork-community-2.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