diff options
author | David <dbphillipsnz@gmail.com> | 2014-09-29 11:49:41 +1300 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-09-29 11:49:41 +1300 |
commit | b6a5ced283648f42f9f8b609fc0cfe74dce54587 (patch) | |
tree | 4e5df969ffbf40b3f04067a50ace922c80d30526 /build/paramano-0.60.ebuild | |
parent | f1c77ac7607dfa409624b05c8c0cc551fa3b3e6b (diff) | |
download | paramano-b6a5ced283648f42f9f8b609fc0cfe74dce54587.tar.xz |
Corrected ebuild version
Diffstat (limited to 'build/paramano-0.60.ebuild')
-rw-r--r-- | build/paramano-0.60.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/build/paramano-0.60.ebuild b/build/paramano-0.60.ebuild deleted file mode 100644 index a99135a..0000000 --- a/build/paramano-0.60.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="http://phillid.tk/source/${P}-1.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 - - |