summaryrefslogtreecommitdiff
path: root/app-misc/rogentos-skel/rogentos-skel-1.ebuild
diff options
context:
space:
mode:
authorStefanCristian <steven.darklight@gmail.com>2015-09-05 03:19:47 +0300
committerStefanCristian <steven.darklight@gmail.com>2015-09-05 03:19:47 +0300
commitbff857edb9b6388216f91b39a6f0c9c394072dd0 (patch)
tree1ae8faf6876149cae6b0f047706a7612e60424b8 /app-misc/rogentos-skel/rogentos-skel-1.ebuild
parent9549dcc66df552867e19ab208c9add4f51d1ed12 (diff)
[app-misc/*] stergem ramasitile ce nu le mai folosim ale vechiului sistem
Diffstat (limited to 'app-misc/rogentos-skel/rogentos-skel-1.ebuild')
-rw-r--r--app-misc/rogentos-skel/rogentos-skel-1.ebuild27
1 files changed, 0 insertions, 27 deletions
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"
-}