summaryrefslogtreecommitdiff
path: root/x11-themes/rogentos-artwork-core/rogentos-artwork-core-1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/rogentos-artwork-core/rogentos-artwork-core-1.ebuild')
-rw-r--r--x11-themes/rogentos-artwork-core/rogentos-artwork-core-1.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/x11-themes/rogentos-artwork-core/rogentos-artwork-core-1.ebuild b/x11-themes/rogentos-artwork-core/rogentos-artwork-core-1.ebuild
deleted file mode 100644
index b3e82c53..00000000
--- a/x11-themes/rogentos-artwork-core/rogentos-artwork-core-1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Sabayon Promotion
-# Copyright 2012 Rogentos Linux
-# Distributed under the terms of the GNU General Public License v2
-# Original Authors Sabayon Team
-# Maintainer BlackNoxis <stefan.cristian at rogentos.ro>
-
-EAPI=4
-inherit eutils mount-boot rogentos-artwork
-
-DESCRIPTION="Offical Rogentos Linux Core Artwork"
-HOMEPAGE="http://www.rogentos.ro"
-SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.xz
- http://pkg2.rogentos.ro/~noxis/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.xz"
-
-LICENSE="CCPL-Attribution-ShareAlike-3.0"
-SLOT="0"
-KEYWORDS="~arm ~x86 ~amd64"
-IUSE=""
-RDEPEND="sys-apps/findutils
- !<sys-boot/grub-0.97-r22
-"
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
- # Fbsplash theme
- cd ${S}/fbsplash
- dodir /etc/splash/rogentos
- cp -r ${S}/fbsplash/rogentos/* ${D}/etc/splash/rogentos
-
- # Cursors
- cd ${S}/mouse/entis/cursors/
- dodir /usr/share/cursors/xorg-x11/entis/cursors
- insinto /usr/share/cursors/xorg-x11/entis/cursors/
- doins -r ./
-
- # Wallpaper
- cd ${S}/background
- insinto /usr/share/backgrounds
- doins *.png *.jpg
- #newins rogentoslinux.png rogentos-nvidia.png
-}
-
-pkg_postinst() {
- # mount boot first
- mount-boot_mount_boot_partition
-
- # Update Sabayon initramfs images
- update_kogaion_kernel_initramfs_splash
-
- einfo "Please report bugs or glitches to"
- einfo "BlackNoxis"
-}