diff options
Diffstat (limited to 'x11-themes/kogaion-artwork-community/kogaion-artwork-community-2.0.ebuild')
-rw-r--r-- | x11-themes/kogaion-artwork-community/kogaion-artwork-community-2.0.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-themes/kogaion-artwork-community/kogaion-artwork-community-2.0.ebuild b/x11-themes/kogaion-artwork-community/kogaion-artwork-community-2.0.ebuild deleted file mode 100644 index f3709eeb..00000000 --- a/x11-themes/kogaion-artwork-community/kogaion-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="Kogaion Artwork Community" -HOMEPAGE="http://rogentos.ro" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -S=${FILESDIR} - -src_install() { - dodir "/usr/share/backgrounds/kogaion-community" || die - insinto "/usr/share/backgrounds/kogaion-community" || die - doins -r "${S}"/* || die -} |