Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
Date: Tue, 24 Apr 2018 09:22:01
Message-Id: 1524561689.030897a2c2bb07d277c9d0399d920308c84c70bc.soap@gentoo
1 commit: 030897a2c2bb07d277c9d0399d920308c84c70bc
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 23 08:35:08 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 24 09:21:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030897a2
7
8 media-gfx/maim: Remove old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 media-gfx/maim/Manifest | 1 -
13 media-gfx/maim/maim-5.4.63.ebuild | 30 ------------------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
17 index becc4b11ad8..1dc6212f6df 100644
18 --- a/media-gfx/maim/Manifest
19 +++ b/media-gfx/maim/Manifest
20 @@ -1,2 +1 @@
21 -DIST maim-5.4.63.tar.gz 39666 BLAKE2B 0c472480f231b84c7f772347d6eeca8620947e5494f176dd4513ee41a5de29e9b90eafbec1bb7064e745e24c9b1043a7ccd9627cbab5561f30f6e8a859273e21 SHA512 d84cfe051109c9c4b79f2a006f2d73a0fa9cd40151c9d6996740326766886f8b070bc49029d0d3810fd8743cc63d76c051fc249e53b4e9ff37faf8708c149dfd
22 DIST maim-5.5.tar.gz 39571 BLAKE2B 82235f4c90c32e26a4a6e3ef7cf544ae8958204383af1160bf3c8bfca9df19d0d92a4aec8acd2232afc8ae72eb6850c0cd09e2554e3affbf625b19b0beee1c50 SHA512 e98c5dfbc41c8948e9acb219e78adbc69d61caaa100bc69cc70c446dc895fb4d93d6d42cbd2da8096af9e6769f13e9af13bd4b66249eca6dd8a0eadfb11622ac
23
24 diff --git a/media-gfx/maim/maim-5.4.63.ebuild b/media-gfx/maim/maim-5.4.63.ebuild
25 deleted file mode 100644
26 index 3f7ece5696d..00000000000
27 --- a/media-gfx/maim/maim-5.4.63.ebuild
28 +++ /dev/null
29 @@ -1,30 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit cmake-utils
36 -
37 -DESCRIPTION="Commandline tool to take screenshots of the desktop"
38 -HOMEPAGE="https://github.com/naelstrof/maim"
39 -SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE=""
45 -
46 -RDEPEND="
47 - media-libs/libjpeg-turbo
48 - media-libs/libpng:0=
49 - x11-libs/libX11
50 - x11-libs/libXext
51 - x11-libs/libXfixes
52 - x11-libs/libXrandr
53 -"
54 -
55 -DEPEND="${RDEPEND}
56 - x11-libs/libXcomposite
57 - virtual/opengl
58 - x11-misc/slop
59 -"