summaryrefslogtreecommitdiff
path: root/x11-themes/rogentos-artwork-grub/rogentos-artwork-grub-1.ebuild
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-02-15 23:32:09 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-02-15 23:32:09 +0200
commit856f99a7b2579ba76d12bb73df89f621041f4748 (patch)
tree2058c58b7cba7d2c9959c32fa1c05abf3f74e139 /x11-themes/rogentos-artwork-grub/rogentos-artwork-grub-1.ebuild
parent7224c1253228e5c29c78cb3f0f26ce34770f2356 (diff)
Upgraded to kogaion desktop distro
Diffstat (limited to 'x11-themes/rogentos-artwork-grub/rogentos-artwork-grub-1.ebuild')
-rw-r--r--x11-themes/rogentos-artwork-grub/rogentos-artwork-grub-1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-themes/rogentos-artwork-grub/rogentos-artwork-grub-1.ebuild b/x11-themes/rogentos-artwork-grub/rogentos-artwork-grub-1.ebuild
deleted file mode 100644
index d7ae7f71..00000000
--- a/x11-themes/rogentos-artwork-grub/rogentos-artwork-grub-1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2004-2012 Sabayon
-# Copyright 2012 Rogentos
-# Distributed under the terms of the GNU General Public License v2
-# Maintainer BlackNoxis <stefan.cristian at rogentos.ro>
-
-EAPI=4
-
-inherit base mount-boot
-
-DESCRIPTION="Rogentos GRUB2 Images"
-HOMEPAGE="http://www.rogentos.ro"
-SRC_URI="http://pkg2.rogentos.ro/~noxis/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz"
-LICENSE="CCPL-Attribution-ShareAlike-3.0"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND=""
-
-S="${WORKDIR}"
-
-src_install () {
- dodir /usr/share/grub
- insinto /usr/share/grub
- doins default-splash.png
-}
-
-pkg_postinst() {
- local dir="${ROOT}"boot/grub
- cp "${ROOT}/usr/share/grub/default-splash.png" "${dir}/default-splash.png" || \
- ewarn "cannot install default splash file!"
-}