Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/allin1/
Date: Sat, 11 Nov 2017 21:02:28
Message-Id: 1510434082.2569cbd25a6c5dbf7da7962edb0e8222105975e3.mjo@gentoo
1 commit: 2569cbd25a6c5dbf7da7962edb0e8222105975e3
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 11 21:01:22 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 11 21:01:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2569cbd2
7
8 x11-plugins/allin1: remove unused allin1-0.5.0.ebuild.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 x11-plugins/allin1/allin1-0.5.0.ebuild | 27 ---------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/x11-plugins/allin1/allin1-0.5.0.ebuild b/x11-plugins/allin1/allin1-0.5.0.ebuild
16 deleted file mode 100644
17 index e1cb2620d5c..00000000000
18 --- a/x11-plugins/allin1/allin1-0.5.0.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2007 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -DESCRIPTION="All in one monitoring dockapp: RAM, CPU, Net, Power, df, seti"
25 -HOMEPAGE="http://ilpettegolo.altervista.org/linux_allin1.en.shtml"
26 -SRC_URI="mirror://sourceforge/allinone/${P}.tar.gz"
27 -
28 -LICENSE="GPL-2"
29 -SLOT="0"
30 -KEYWORDS="ppc x86"
31 -IUSE=""
32 -
33 -RDEPEND="x11-libs/libX11
34 - x11-libs/libXext
35 - x11-libs/libXpm"
36 -DEPEND="${RDEPEND}
37 - x11-proto/xproto"
38 -
39 -src_compile() {
40 - emake CFLAGS="${CFLAGS}" || die "Compilation failed"
41 -}
42 -
43 -src_install() {
44 - dobin src/allin1 || die
45 - doman docs/allin1.1 || die
46 - dodoc README README.it TODO ChangeLog BUGS src/allin1.conf.example
47 -}