Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/screenfetch/
Date: Sun, 07 Oct 2018 20:24:35
Message-Id: 1538943854.17fe6024758d4541e13095f38b1401924da8f5c1.johu@gentoo
1 commit: 17fe6024758d4541e13095f38b1401924da8f5c1
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 20:24:14 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 20:24:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17fe6024
7
8 app-misc/screenfetch: Remove 3.8.0 (r0)
9
10 Overshadowed by 3.8.0-r1.
11
12 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
13 Package-Manager: Portage-2.3.50, Repoman-2.3.11
14
15 app-misc/screenfetch/screenfetch-3.8.0.ebuild | 35 ---------------------------
16 1 file changed, 35 deletions(-)
17
18 diff --git a/app-misc/screenfetch/screenfetch-3.8.0.ebuild b/app-misc/screenfetch/screenfetch-3.8.0.ebuild
19 deleted file mode 100644
20 index 35f27763226..00000000000
21 --- a/app-misc/screenfetch/screenfetch-3.8.0.ebuild
22 +++ /dev/null
23 @@ -1,35 +0,0 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -
29 -MY_PN="${PN/f/F}"
30 -
31 -DESCRIPTION="Bash Screenshot Information Tool"
32 -HOMEPAGE="https://github.com/KittyKatt/screenFetch"
33 -
34 -LICENSE="GPL-3"
35 -SLOT="0"
36 -IUSE="curl X"
37 -
38 -DEPEND=""
39 -RDEPEND="
40 - curl? ( net-misc/curl )
41 - X? (
42 - media-gfx/scrot
43 - x11-apps/xdpyinfo
44 - )"
45 -
46 -if [[ ${PV} == *9999 ]] ; then
47 - EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git"
48 - inherit git-r3
49 -else
50 - KEYWORDS="amd64 x86 ~x64-macos"
51 - SRC_URI="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
52 - S="${WORKDIR}/${MY_PN}-${PV}"
53 -fi
54 -
55 -src_install() {
56 - newbin ${PN}-dev ${PN}
57 - einstalldocs
58 -}