summaryrefslogtreecommitdiff
path: root/sys-boot/grub-handler/grub-handler-0.2-r6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/grub-handler/grub-handler-0.2-r6.ebuild')
-rw-r--r--sys-boot/grub-handler/grub-handler-0.2-r6.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-boot/grub-handler/grub-handler-0.2-r6.ebuild b/sys-boot/grub-handler/grub-handler-0.2-r6.ebuild
deleted file mode 100644
index d312d1b2..00000000
--- a/sys-boot/grub-handler/grub-handler-0.2-r6.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2009-2014 Sabayon Linux
-# Copyright 2015 Kogaion Linux
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="Kogaion Linux GRUB utilities"
-HOMEPAGE="http://www.rogentos.ro"
-SRC_URI=""
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_install () {
- exeinto /usr/sbin
- doexe "${FILESDIR}/${PN}"
-}