Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/asmem/
Date: Thu, 27 Apr 2017 12:17:35
Message-Id: 1493295427.ef651c72dcebb4adccff89d81a555a04f2e60f3d.kensington@gentoo
1 commit: ef651c72dcebb4adccff89d81a555a04f2e60f3d
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 27 12:16:37 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 27 12:17:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef651c72
7
8 x11-plugins/asmem: remove 1.12-r0
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 x11-plugins/asmem/asmem-1.12.ebuild | 34 ----------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/x11-plugins/asmem/asmem-1.12.ebuild b/x11-plugins/asmem/asmem-1.12.ebuild
16 deleted file mode 100644
17 index ce06a467e89..00000000000
18 --- a/x11-plugins/asmem/asmem-1.12.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -inherit toolchain-funcs
25 -
26 -DESCRIPTION="Monitor the utilization level of memory, cache and swap space"
27 -HOMEPAGE="http://www.tigr.net"
28 -SRC_URI="http://www.tigr.net/afterstep/download/asmem/${P}.tar.gz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="amd64 ppc ppc64 sparc x86"
33 -IUSE="jpeg"
34 -
35 -RDEPEND="x11-libs/libX11
36 - x11-libs/libICE
37 - x11-libs/libSM
38 - x11-libs/libXpm
39 - x11-libs/libXext
40 - jpeg? ( virtual/jpeg )"
41 -DEPEND="${RDEPEND}
42 - x11-proto/xproto"
43 -
44 -src_compile() {
45 - tc-export CC
46 - econf $(use_enable jpeg)
47 - emake || die "emake failed."
48 -}
49 -
50 -src_install() {
51 - dobin ${PN}
52 - newman ${PN}.man ${PN}.1
53 - dodoc CHANGES README
54 -}