aboutsummaryrefslogtreecommitdiff
path: root/build/paramano-0.6.1.ebuild
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-06-18 13:59:23 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-06-18 13:59:23 +1200
commit3396bc36dcc4a9fe829aaaf38ecc28f0e366ffc1 (patch)
tree64ef0b0b62c289b7f30b489959674f34a16adba8 /build/paramano-0.6.1.ebuild
parent1af2cc513a836ca96b31489853804d91aeedb595 (diff)
downloadparamano-3396bc36dcc4a9fe829aaaf38ecc28f0e366ffc1.tar.xz
Removed build dir, I won't maintain these
Diffstat (limited to 'build/paramano-0.6.1.ebuild')
-rw-r--r--build/paramano-0.6.1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/build/paramano-0.6.1.ebuild b/build/paramano-0.6.1.ebuild
deleted file mode 100644
index ea96e57..0000000
--- a/build/paramano-0.6.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-DESCRIPTION="Docking battery monitor and CPU governer controller (fork of trayfreq)"
-HOMEPAGE="https://github.com/phillid/paramano"
-SRC_URI="https/github.com/phillid/paramano/archive/${PV}.tar.gz"
-
-LICENSE="GPL"
-SLOT="0"
-
-inherit eutils
-
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="x11-libs/gtk+:3
- app-admin/sudo"
-
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}-stable
-
-