From 3396bc36dcc4a9fe829aaaf38ecc28f0e366ffc1 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 18 Jun 2015 13:59:23 +1200 Subject: Removed build dir, I won't maintain these --- build/PKGBUILD | 24 ------------------------ build/paramano-0.6.1.ebuild | 25 ------------------------- 2 files changed, 49 deletions(-) delete mode 100644 build/PKGBUILD delete mode 100644 build/paramano-0.6.1.ebuild diff --git a/build/PKGBUILD b/build/PKGBUILD deleted file mode 100644 index 15cb60b..0000000 --- a/build/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Maintainer: David Phillips (aka phillid) - -pkgname=paramano -pkgver=0.6.1 -pkgrel=1 -pkgdesc="Docking battery monitor and CPU governer controller (fork of trayfreq)" -arch=('i686' 'x86_64' 'armv6h') -url=(https://github.com/phillid/${pkgname}) -license=('GPL') -depends=('gtk3' 'sudo') -makedepends=() -replaces="trayfreq-archlinux" -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phillid/${pkgname}/archive/${pkgver}.tar.gz) -sha512sums=('aa765d789fa159eea2fdbbdb8f568ba4f6bea7c7d7a26db8e46070abac0e142563002b27874e6859ec446908b14c809ad9df9d539e56eb394256e10c9cfdd1aa') -backup=('etc/paramano.conf') - -build() { - make all --directory=${srcdir}/${pkgname}-${pkgver} -} - -package() { - make install DESTDIR=${pkgdir} --directory=${srcdir}/${pkgname}-${pkgver} -} - 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 - - -- cgit v1.1