commit:     583757235d90cb8e5e2862841740b59b4345f8d6
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 20:22:47 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sun May 26 20:22:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58375723

media-gfx/maim: drop 5.7.4

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 media-gfx/maim/Manifest          |  1 -
 media-gfx/maim/maim-5.7.4.ebuild | 43 ----------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index 7ac309105d41..a3ee3b49f9b7 100644
--- a/media-gfx/maim/Manifest
+++ b/media-gfx/maim/Manifest
@@ -1,2 +1 @@
-DIST maim-5.7.4.tar.gz 41663 BLAKE2B 
beb6cb327ae0cf022a90c095bf56b307870d3d7bd281f0e060d9cf7d49ba604cf4cbdfd9270b0e185295f0e3d2a151fbb8ba69398034145a08fc2721cc93740e
 SHA512 
f91ba00e436514d2d0eecc664c02dd45c53750045b5bc4abbc2cfbf64159085e83736e820c54fa819b4d82b0905a3cfe76a5227db49dd54238f655fd4899cd6c
 DIST maim-5.8.0.tar.gz 42224 BLAKE2B 
572743db1d59d802ed7eb7e259a5cb4a4d2147d95169bbb40adf6d36b849562e8f1756b082bc076bc46d2449827ac3b02f0b539ce86760c755920b4e35b6762d
 SHA512 
418725b1950f9374c2ff7508e1c52f6986b253ea1c155ef28604e514f1cf0753185eea43cde76a65b9de80bb8dd65ced48b49ce5dfccaf20f5caa49f41743f5b

diff --git a/media-gfx/maim/maim-5.7.4.ebuild b/media-gfx/maim/maim-5.7.4.ebuild
deleted file mode 100644
index b20fa8d524f9..000000000000
--- a/media-gfx/maim/maim-5.7.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Commandline tool to take screenshots of the desktop"
-HOMEPAGE="https://github.com/naelstrof/maim";
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/naelstrof/maim.git";
-else
-       SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-3+ MIT"
-SLOT="0"
-IUSE="icu"
-
-DEPEND="
-       media-libs/libjpeg-turbo:=
-       media-libs/libpng:0=
-       media-libs/libwebp:=
-       virtual/opengl
-       x11-libs/libX11
-       x11-libs/libXcomposite
-       x11-libs/libXext
-       x11-libs/libXfixes
-       x11-libs/libXrandr
-       x11-libs/libXrender
-       >=x11-misc/slop-7.5:=
-       icu? ( dev-libs/icu:= )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DMAIM_UNICODE=$(usex icu)
-       )
-       cmake_src_configure
-}

Reply via email to