summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-12-30 20:13:24 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-12-30 20:13:58 +1100
commitb2bc66ef59e1db5b9108776b148098de1870172e (patch)
tree610ea500a163f225505e01deb0a4111364f0d43f /media-gfx/maim
parentx11-misc/slop: remove 4.3.21 (diff)
downloadgentoo-b2bc66ef59e1db5b9108776b148098de1870172e.tar.gz
gentoo-b2bc66ef59e1db5b9108776b148098de1870172e.tar.bz2
gentoo-b2bc66ef59e1db5b9108776b148098de1870172e.zip
media-gfx/maim: remove 3.4.47
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'media-gfx/maim')
-rw-r--r--media-gfx/maim/Manifest1
-rw-r--r--media-gfx/maim/files/maim-3.4.47-no-gengetopt.patch24
-rw-r--r--media-gfx/maim/maim-3.4.47.ebuild26
3 files changed, 0 insertions, 51 deletions
diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index b07dc1b4b35f..63e53fc91bfe 100644
--- a/media-gfx/maim/Manifest
+++ b/media-gfx/maim/Manifest
@@ -1,2 +1 @@
-DIST maim-3.4.47.tar.gz 46799 BLAKE2B 9678caccc89f2c85a51e5fcad9691ab1ec17ecb88c383611f35f6f4692cac272c51df0e389256260985e155f0317acb583fea49be6d1bcfbebdb0014840ce997 SHA512 4b21f8ad8f9f2f19693d5c489f5e815133e1b8308653c52934cdb8a3d8ae38732733a5ffb5527b44db49f59c3818a9bc83840ced5db71807a68277d0dcc03392
DIST maim-5.4.63.tar.gz 39666 BLAKE2B 0c472480f231b84c7f772347d6eeca8620947e5494f176dd4513ee41a5de29e9b90eafbec1bb7064e745e24c9b1043a7ccd9627cbab5561f30f6e8a859273e21 SHA512 d84cfe051109c9c4b79f2a006f2d73a0fa9cd40151c9d6996740326766886f8b070bc49029d0d3810fd8743cc63d76c051fc249e53b4e9ff37faf8708c149dfd
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
deleted file mode 100644
index 7a1035d3daf2..000000000000
--- a/media-gfx/maim/files/maim-3.4.47-no-gengetopt.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index fe4cd5f..f0eb718 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -65,19 +65,6 @@ if ( RONN_EXECUTABLE AND GZIP_EXECUTABLE )
- WORKING_DIRECTORY man-src VERBATIM )
- endif()
-
--# Here we generate some of our code if we can. I package it pre-generated
--# so nobody has to go find and install gengetopt if they don't want to.
--find_program( GENGETOPT_EXECUTABLE gengetopt
-- DOC "A tool to generate code to grab command line options." )
--if ( GENGETOPT_EXECUTABLE )
-- message( "-- Regenerating cmdline.in" )
-- execute_process( COMMAND "${GENGETOPT_EXECUTABLE}" "--input=options.ggo"
-- WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/src" )
-- file( RENAME "${CMAKE_SOURCE_DIR}/src/cmdline.h" "${CMAKE_SOURCE_DIR}/src/cmdline.in" )
--else()
-- message( "Warning: Command gengetopt not found! Won't regenerate command line code. (If you're just compiling this doesn't matter.)" )
--endif()
--
- # By default our src/options.ggo has our cmake versions variables for
- # the 'version ""' line. We replace them here.
- # The ${CMAKE_SOURCE_DIR} is there to fix problems with OpenBSD's out-of-source build black magic.
diff --git a/media-gfx/maim/maim-3.4.47.ebuild b/media-gfx/maim/maim-3.4.47.ebuild
deleted file mode 100644
index 374899e4f477..000000000000
--- a/media-gfx/maim/maim-3.4.47.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Commandline tool to take screenshots of the desktop"
-HOMEPAGE="https://github.com/naelstrof/maim"
-SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/maim-3.4.47-no-gengetopt.patch" )
-
-DEPEND="
- media-libs/imlib2[X]
- x11-libs/libX11
- x11-libs/libXrandr
- x11-libs/libXfixes"
-RDEPEND="
- ${DEPEND}
- x11-misc/slop"