summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-25 23:33:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-25 23:33:42 +0100
commita22913dd21a65c80d7a01e325b733f360aadff41 (patch)
treeb30f10a7e1c8cb62c2882fdecc435a4cb76e5891 /media-gfx
parentmedia-gfx/kcoloredit: update EAPI 7 -> 8, switch to KDE_ORG_COMMIT (diff)
downloadgentoo-a22913dd21a65c80d7a01e325b733f360aadff41.tar.gz
gentoo-a22913dd21a65c80d7a01e325b733f360aadff41.tar.bz2
gentoo-a22913dd21a65c80d7a01e325b733f360aadff41.zip
media-gfx/maim: drop 5.6.3
Closes: https://bugs.gentoo.org/886739 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/maim/Manifest1
-rw-r--r--media-gfx/maim/maim-5.6.3.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index 7fbc55f9c0d9..98028943f4e4 100644
--- a/media-gfx/maim/Manifest
+++ b/media-gfx/maim/Manifest
@@ -1,2 +1 @@
-DIST maim-5.6.3.tar.gz 40217 BLAKE2B 90f6854d8e54b92f8c6e8d5b597ea287e85e622ad689f1b72361aa919d0ce57bf4f28f289fd0da51b30c1195977b70982837d8b4b81ec5597361bc6ed5f1ad0a SHA512 8e19bd4e89db117bcb74a9b9e35f3232cdd0ef3836a536d170f803d7159fbc4be415d20695e5e61942ff7714d990d027149cee20a689f797d25d01610cc1c3be
DIST maim-5.7.4.tar.gz 41663 BLAKE2B beb6cb327ae0cf022a90c095bf56b307870d3d7bd281f0e060d9cf7d49ba604cf4cbdfd9270b0e185295f0e3d2a151fbb8ba69398034145a08fc2721cc93740e SHA512 f91ba00e436514d2d0eecc664c02dd45c53750045b5bc4abbc2cfbf64159085e83736e820c54fa819b4d82b0905a3cfe76a5227db49dd54238f655fd4899cd6c
diff --git a/media-gfx/maim/maim-5.6.3.ebuild b/media-gfx/maim/maim-5.6.3.ebuild
deleted file mode 100644
index 1e8914586a32..000000000000
--- a/media-gfx/maim/maim-5.6.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-SLOT="0"
-IUSE="icu"
-
-DEPEND="
- media-libs/libglvnd
- media-libs/libpng:0=
- virtual/jpeg:0
- 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
-}