megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
comparison app-admin/boinc-status/boinc-status-3.10.ebuild @ 228:ca0e4676139f
[sync] imported 161b374..110a8a8 from upstream
commit 110a8a81a82c0fb9b3a0064ad8b2f80814b71ebc
Author: Daniel Neugebauer <dneuge@energiequant.de>
Date: Thu Apr 30 23:07:56 2020 +0200
app-admin/boinc-status: added version 3.10
author | Migration Sync <gentoo-overlay@megacoffee.net> |
---|---|
date | Thu, 30 Apr 2020 21:15:02 +0000 |
parents | |
children | 32efd9258ce5 |
comparison
equal
deleted
inserted
replaced
227:9b9f918d8795 | 228:ca0e4676139f |
---|---|
1 # Copyright 1999-2020 Gentoo Foundation | |
2 # Distributed under the terms of the GNU General Public License v2 | |
3 # $Header: $ | |
4 | |
5 EAPI=7 | |
6 | |
7 DESCRIPTION="bash script to monitor BOINC status" | |
8 HOMEPAGE="http://www.jpmr.org/" | |
9 SRC_URI="mirror://sourceforge/boinc/${P/-status/}.tar.xz -> ${P}.tar.xz" | |
10 | |
11 LICENSE="GPL-2" | |
12 SLOT="0" | |
13 KEYWORDS="~x86 ~amd64" | |
14 IUSE="" | |
15 | |
16 DEPEND="" | |
17 RDEPEND="" | |
18 | |
19 PATCHES=( | |
20 "${FILESDIR}/${P}.patch" | |
21 ) | |
22 | |
23 src_unpack() { | |
24 unpack ${A} | |
25 mv boinc-${PV} ${P} || die "Failed to rename directory" | |
26 } | |
27 | |
28 src_install() { | |
29 exeinto /usr/bin | |
30 doexe boinc-status | |
31 | |
32 dodoc AUTHOR CHANGES COPYING README TODO | |
33 } |