summaryrefslogtreecommitdiff
path: root/sys-apps/gpu-detector/gpu-detector-4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
commitff5dd7b3704b9e8f9f606d4929f95694ec84ddf3 (patch)
tree393b3bd8a65eb3ec464babab42da8d9ec88851c3 /sys-apps/gpu-detector/gpu-detector-4.ebuild
parent4c05e04608db666140daaa94499f5f90521a2cc4 (diff)
cleanup
Diffstat (limited to 'sys-apps/gpu-detector/gpu-detector-4.ebuild')
-rw-r--r--sys-apps/gpu-detector/gpu-detector-4.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-apps/gpu-detector/gpu-detector-4.ebuild b/sys-apps/gpu-detector/gpu-detector-4.ebuild
deleted file mode 100644
index 9b01cc94..00000000
--- a/sys-apps/gpu-detector/gpu-detector-4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2004-2013 Sabayon
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Configures your GPU when autodetection fails do to it"
-HOMEPAGE="http://www.rogentos.ro"
-SRC_URI=""
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64 ppc"
-IUSE=""
-
-RDEPEND="app-misc/kogaion-live"
-DEPEND="${RDEPEND}"
-
-src_unpack () {
- cd "${WORKDIR}"
- cp "${FILESDIR}"/gpu-configuration . -p
-}
-
-src_install () {
- cd "${WORKDIR}"
- exeinto /sbin/
- doexe gpu-configuration
-}