summaryrefslogtreecommitdiff
path: root/app-misc/rogentos-skel
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/rogentos-skel')
-rw-r--r--app-misc/rogentos-skel/Manifest1
-rw-r--r--app-misc/rogentos-skel/rogentos-skel-1.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/app-misc/rogentos-skel/Manifest b/app-misc/rogentos-skel/Manifest
deleted file mode 100644
index 5d9a40f9..00000000
--- a/app-misc/rogentos-skel/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD rogentos-skel-1.ebuild 662 SHA256 c31df5a21115f48b27fdcff0bb576f63840f182edabb841c955d20b83125d50f SHA512 8636302174985f4ba9bcb6190bdc08e6a031af556d04e4819bb52b15e8cae2e4ed7a6af701b514baf90c1173676a5c6af927ceb5bf2d7e01eee0e03b0e0abd30 WHIRLPOOL 92930632090476d1e517cd499b9452e1dc12c02e6605798e6bf1a4a7a3f42ec197f8e0646e41c5367dbb44a919058658f2286d1e3c1193c212a948c9170f67fb
diff --git a/app-misc/rogentos-skel/rogentos-skel-1.ebuild b/app-misc/rogentos-skel/rogentos-skel-1.ebuild
deleted file mode 100644
index 224f8078..00000000
--- a/app-misc/rogentos-skel/rogentos-skel-1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Sabayon Linux and Rogentos Linux
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-EGIT_REPO_URI="git://github.com/BlackNoxis/roskel.git"
-
-inherit eutils git-2 fdo-mime
-
-DESCRIPTION="Rogentos Linux skel tree"
-HOMEPAGE="http://www.rogentos.ro/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-RDEPEND=""
-DEPEND="!>app-misc/rogentos-skel-1
- !app-misc/sabayon-skel"
-
-src_install () {
- dodir /etc/xdg/menus
- cp "${S}"/* "${D}"/etc/ -Ra
- chown root:root "${D}"/etc/skel -R
-
- insinto /etc/bash/ || die "Failed to insinto"
- doins "${S}"/skel/.bash/bashrc /etc/bash/ || die "Cannot copy bashrc"
-}