Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/files/, media-gfx/maim/
Date: Sat, 30 Dec 2017 09:14:14
Message-Id: 1514625238.b2bc66ef59e1db5b9108776b148098de1870172e.kensington@gentoo
1 commit: b2bc66ef59e1db5b9108776b148098de1870172e
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 30 09:13:24 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 30 09:13:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2bc66ef
7
8 media-gfx/maim: remove 3.4.47
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 media-gfx/maim/Manifest | 1 -
13 .../maim/files/maim-3.4.47-no-gengetopt.patch | 24 --------------------
14 media-gfx/maim/maim-3.4.47.ebuild | 26 ----------------------
15 3 files changed, 51 deletions(-)
16
17 diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
18 index b07dc1b4b35..63e53fc91bf 100644
19 --- a/media-gfx/maim/Manifest
20 +++ b/media-gfx/maim/Manifest
21 @@ -1,2 +1 @@
22 -DIST maim-3.4.47.tar.gz 46799 BLAKE2B 9678caccc89f2c85a51e5fcad9691ab1ec17ecb88c383611f35f6f4692cac272c51df0e389256260985e155f0317acb583fea49be6d1bcfbebdb0014840ce997 SHA512 4b21f8ad8f9f2f19693d5c489f5e815133e1b8308653c52934cdb8a3d8ae38732733a5ffb5527b44db49f59c3818a9bc83840ced5db71807a68277d0dcc03392
23 DIST maim-5.4.63.tar.gz 39666 BLAKE2B 0c472480f231b84c7f772347d6eeca8620947e5494f176dd4513ee41a5de29e9b90eafbec1bb7064e745e24c9b1043a7ccd9627cbab5561f30f6e8a859273e21 SHA512 d84cfe051109c9c4b79f2a006f2d73a0fa9cd40151c9d6996740326766886f8b070bc49029d0d3810fd8743cc63d76c051fc249e53b4e9ff37faf8708c149dfd
24
25 diff --git a/media-gfx/maim/files/maim-3.4.47-no-gengetopt.patch b/media-gfx/maim/files/maim-3.4.47-no-gengetopt.patch
26 deleted file mode 100644
27 index 7a1035d3daf..00000000000
28 --- a/media-gfx/maim/files/maim-3.4.47-no-gengetopt.patch
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -diff --git a/CMakeLists.txt b/CMakeLists.txt
32 -index fe4cd5f..f0eb718 100644
33 ---- a/CMakeLists.txt
34 -+++ b/CMakeLists.txt
35 -@@ -65,19 +65,6 @@ if ( RONN_EXECUTABLE AND GZIP_EXECUTABLE )
36 - WORKING_DIRECTORY man-src VERBATIM )
37 - endif()
38 -
39 --# Here we generate some of our code if we can. I package it pre-generated
40 --# so nobody has to go find and install gengetopt if they don't want to.
41 --find_program( GENGETOPT_EXECUTABLE gengetopt
42 -- DOC "A tool to generate code to grab command line options." )
43 --if ( GENGETOPT_EXECUTABLE )
44 -- message( "-- Regenerating cmdline.in" )
45 -- execute_process( COMMAND "${GENGETOPT_EXECUTABLE}" "--input=options.ggo"
46 -- WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/src" )
47 -- file( RENAME "${CMAKE_SOURCE_DIR}/src/cmdline.h" "${CMAKE_SOURCE_DIR}/src/cmdline.in" )
48 --else()
49 -- message( "Warning: Command gengetopt not found! Won't regenerate command line code. (If you're just compiling this doesn't matter.)" )
50 --endif()
51 --
52 - # By default our src/options.ggo has our cmake versions variables for
53 - # the 'version ""' line. We replace them here.
54 - # The ${CMAKE_SOURCE_DIR} is there to fix problems with OpenBSD's out-of-source build black magic.
55
56 diff --git a/media-gfx/maim/maim-3.4.47.ebuild b/media-gfx/maim/maim-3.4.47.ebuild
57 deleted file mode 100644
58 index 374899e4f47..00000000000
59 --- a/media-gfx/maim/maim-3.4.47.ebuild
60 +++ /dev/null
61 @@ -1,26 +0,0 @@
62 -# Copyright 1999-2017 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=6
66 -
67 -inherit cmake-utils
68 -
69 -DESCRIPTION="Commandline tool to take screenshots of the desktop"
70 -HOMEPAGE="https://github.com/naelstrof/maim"
71 -SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
72 -
73 -LICENSE="GPL-3"
74 -SLOT="0"
75 -KEYWORDS="~amd64 ~x86"
76 -IUSE=""
77 -
78 -PATCHES=( "${FILESDIR}/maim-3.4.47-no-gengetopt.patch" )
79 -
80 -DEPEND="
81 - media-libs/imlib2[X]
82 - x11-libs/libX11
83 - x11-libs/libXrandr
84 - x11-libs/libXfixes"
85 -RDEPEND="
86 - ${DEPEND}
87 - x11-misc/slop"