diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-09-19 22:11:47 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-09-19 22:12:14 +0300 |
commit | 5702ccf2fa52c78f32efd98a63fd80c56964c5cd (patch) | |
tree | 74ed68acaeb18d0e986bbd6bd32445434e13b697 /x11-plugins | |
parent | sys-kernel/dracut: bump to 048. (diff) | |
download | gentoo-5702ccf2fa52c78f32efd98a63fd80c56964c5cd.tar.gz gentoo-5702ccf2fa52c78f32efd98a63fd80c56964c5cd.tar.bz2 gentoo-5702ccf2fa52c78f32efd98a63fd80c56964c5cd.zip |
x11-plugins/cputnik: Drop old
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/cputnik/cputnik-0.2.0.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/x11-plugins/cputnik/cputnik-0.2.0.ebuild b/x11-plugins/cputnik/cputnik-0.2.0.ebuild deleted file mode 100644 index 439645be1b36..000000000000 --- a/x11-plugins/cputnik/cputnik-0.2.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils toolchain-funcs - -DESCRIPTION="cputnik is a simple cpu monitor dockapp" -HOMEPAGE="https://www.dockapps.net/cputnik" -SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -S=${WORKDIR}/${P}/src - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-makefile.patch -} - -src_compile() { - emake CC="$(tc-getCC)" || die "Compilation failed" -} - -src_install() { - dobin cputnik || die "dobin failed." - dodoc ../{AUTHORS,NEWS,README} -} |