Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/asmon/
Date: Sat, 12 Oct 2019 07:06:35
Message-Id: 1570863988.f02f8f1531a2000b49031b4a982d977dac5fcb60.mgorny@gentoo
1 commit: f02f8f1531a2000b49031b4a982d977dac5fcb60
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 07:05:01 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 07:06:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02f8f15
7
8 x11-plugins/asmon: Drop old (EAPI 0)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-plugins/asmon/asmon-0.71.ebuild | 39 -------------------------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/x11-plugins/asmon/asmon-0.71.ebuild b/x11-plugins/asmon/asmon-0.71.ebuild
16 deleted file mode 100644
17 index b94604bd5ee..00000000000
18 --- a/x11-plugins/asmon/asmon-0.71.ebuild
19 +++ /dev/null
20 @@ -1,39 +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 toolchain-funcs
27 -
28 -DESCRIPTION="WindowMaker/AfterStep system monitor dockapp"
29 -HOMEPAGE="http://rio.vg/asmon"
30 -SRC_URI="http://rio.vg/${PN}/${P}.tar.bz2"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 ppc sparc x86"
35 -IUSE=""
36 -
37 -RDEPEND="x11-libs/libXext
38 - x11-libs/libXpm
39 - x11-libs/libX11"
40 -DEPEND="${RDEPEND}
41 - x11-base/xorg-proto"
42 -
43 -S=${WORKDIR}/${P}/${PN}
44 -
45 -src_unpack() {
46 - unpack ${A}
47 - sed -i -e "s:gcc:$(tc-getCC):g" "${S}"/Makefile
48 -}
49 -
50 -src_compile() {
51 - emake clean || die "emake clean failed."
52 - emake SOLARIS="${CFLAGS}" LIBDIR="${LDFLAGS}" \
53 - || die "emake failed."
54 -}
55 -
56 -src_install() {
57 - dobin ${PN}
58 - dodoc ../Changelog
59 -}