Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/cputnik/
Date: Wed, 19 Sep 2018 19:12:23
Message-Id: 1537384334.5702ccf2fa52c78f32efd98a63fd80c56964c5cd.zlogene@gentoo
1 commit: 5702ccf2fa52c78f32efd98a63fd80c56964c5cd
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 19 19:11:47 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 19 19:12:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5702ccf2
7
8 x11-plugins/cputnik: Drop old
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 x11-plugins/cputnik/cputnik-0.2.0.ebuild | 38 --------------------------------
13 1 file changed, 38 deletions(-)
14
15 diff --git a/x11-plugins/cputnik/cputnik-0.2.0.ebuild b/x11-plugins/cputnik/cputnik-0.2.0.ebuild
16 deleted file mode 100644
17 index 439645be1b3..00000000000
18 --- a/x11-plugins/cputnik/cputnik-0.2.0.ebuild
19 +++ /dev/null
20 @@ -1,38 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=0
25 -
26 -inherit eutils toolchain-funcs
27 -
28 -DESCRIPTION="cputnik is a simple cpu monitor dockapp"
29 -HOMEPAGE="https://www.dockapps.net/cputnik"
30 -SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc x86"
35 -IUSE=""
36 -
37 -RDEPEND="x11-libs/libX11
38 - x11-libs/libXext
39 - x11-libs/libXpm"
40 -DEPEND="${RDEPEND}
41 - x11-base/xorg-proto"
42 -
43 -S=${WORKDIR}/${P}/src
44 -
45 -src_unpack() {
46 - unpack ${A}
47 - cd "${S}"
48 - epatch "${FILESDIR}"/${P}-makefile.patch
49 -}
50 -
51 -src_compile() {
52 - emake CC="$(tc-getCC)" || die "Compilation failed"
53 -}
54 -
55 -src_install() {
56 - dobin cputnik || die "dobin failed."
57 - dodoc ../{AUTHORS,NEWS,README}
58 -}