summaryrefslogtreecommitdiff
path: root/x11-themes/kogaion-artwork-grub
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-04-07 17:45:18 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-04-07 17:45:18 +0100
commit09efe1bf33561b5cd4d6597ec3efee1c567209e6 (patch)
tree9ba4a1140fe69cd3b596ea5f22f40df62b938340 /x11-themes/kogaion-artwork-grub
parent7c707a14f1d6e227abc9ce36f1741816a52f0978 (diff)
remove old ebuild, use new one to trigger rebuild
Diffstat (limited to 'x11-themes/kogaion-artwork-grub')
-rw-r--r--x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-3.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-3.0.ebuild b/x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-3.0.ebuild
deleted file mode 100644
index 8c00511e..00000000
--- a/x11-themes/kogaion-artwork-grub/kogaion-artwork-grub-3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Distributed under the terms of the GNU General Public License v2
-# Maintainer BlackNoxis <stefan.cristian at rogentos.ro>
-
-EAPI=5
-
-inherit base mount-boot git-2 eutils
-
-DESCRIPTION="Kogaion-Linux GRUB2 Images"
-HOMEPAGE="http://www.rogentos.ro"
-
-EGIT_BRANCH="master"
-EGIT_REPO_URI="https://gitlab.com/kogaion/boot-core.git"
-
-LICENSE="CCPL-Attribution-ShareAlike-3.0"
-SLOT="0"
-
-KEYWORDS="amd64 x86"
-IUSE=""
-RDEPEND=""
-
-S="${WORKDIR}"
-
-src_install () {
- dodir /usr/share/grub/themes || die
- insinto /usr/share/grub/themes || die
- doins -r "${S}"/cdroot/boot/grub/themes/kogaion || die
-}