public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/converseen/files/, media-gfx/converseen/
Date: Fri, 31 Jan 2025 14:55:12 +0000 (UTC)	[thread overview]
Message-ID: <1738335205.42c5a1fd95d1a97984a3bbcdb2e76d01507b0d2a.asturm@gentoo> (raw)

commit:     42c5a1fd95d1a97984a3bbcdb2e76d01507b0d2a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 14:48:50 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 14:53:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c5a1fd

media-gfx/converseen: drop 0.12.0.1

Bug: https://bugs.gentoo.org/948011
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/converseen/Manifest                      |  1 -
 media-gfx/converseen/converseen-0.12.0.1.ebuild    | 68 ----------------------
 .../files/converseen-0.9.9.0-appdata-path.patch    | 17 ------
 3 files changed, 86 deletions(-)

diff --git a/media-gfx/converseen/Manifest b/media-gfx/converseen/Manifest
index f10450e6adeb..ffd350a6d26e 100644
--- a/media-gfx/converseen/Manifest
+++ b/media-gfx/converseen/Manifest
@@ -1,2 +1 @@
-DIST converseen-0.12.0.1.tar.gz 2296100 BLAKE2B 83a0271e1451fa196852d717332fa7446cd22bac7b675f3f306692aa1e11d4c5500d033fd9bbb7dd4ec9190ff3b15149bad1e9646006f533d930fc1d686b0a9b SHA512 4e6efa44953b097f8c6af19e3d849caf570a0fa2db673133e1d8ca2abee98b43d2fbd2d12e6c8c2a8ec6a9dd61a1ca3f25ee7a7787791cc783d8c967eacb9d9d
 DIST converseen-0.12.2.4.tar.gz 941270 BLAKE2B 4ac582a2dc3bbbabb48c1d12fe4ba4ed1d61b20e946645edab4eb6ac2d62cfa2df149b61c60842b36b55239694013661af4dd7c27a5195ee25f808d0a9b29605 SHA512 7d207207859f57037038b595935e3b0c5b202eda6a39e64226f6e898d5c3762077424a52f2ae6029263eae672607d05e30bf4ad2005ce15fd50348cca374413a

diff --git a/media-gfx/converseen/converseen-0.12.0.1.ebuild b/media-gfx/converseen/converseen-0.12.0.1.ebuild
deleted file mode 100644
index 0535af0f44b8..000000000000
--- a/media-gfx/converseen/converseen-0.12.0.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Batch image converter and resizer based on ImageMagick"
-HOMEPAGE="https://converseen.fasterland.net/
-	https://github.com/Faster3ck/Converseen/"
-SRC_URI="https://github.com/Faster3ck/Converseen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="graphicsmagick debug"
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtwidgets:5
-	graphicsmagick? ( media-gfx/graphicsmagick:=[cxx,imagemagick] )
-	!graphicsmagick? ( media-gfx/imagemagick:=[cxx] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	dev-qt/linguist-tools:5
-"
-
-S="${WORKDIR}/${P^}"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-0.9.9.0-appdata-path.patch"
-	"${FILESDIR}/${PN}-0.9.9.0-no-update.patch"
-	"${FILESDIR}/${P}-graphicsmagick-support.patch"
-)
-
-src_prepare() {
-	cmake_src_prepare
-
-	if use graphicsmagick; then
-		# Replace variables in CMakeLists.txt
-		sed -i -e "s/GENTOO_LIB/\/usr\/$(get_libdir)/g" \
-				-e "s/GENTOO_INCLUDE/\/usr\/include/g" \
-				"${S}/CMakeLists.txt" ||
-			die "Failed to sed graphicsmagick patch"
-
-		# Replace MagickCore in globals.cpp
-		sed -i -e "s/MagickCore/MagickLib/" "${S}/src/globals.cpp" ||
-			die "Failed to sed globals.cpp"
-	fi
-}
-
-pkg_postinst() {
-	elog "Please note that due to security policy restrictions"
-	elog "on media-gfx/imagemagick the support for PS, PDF and"
-	elog "XPS files must be explicitly enabled by commenting out"
-	elog "the respective policies in /etc/ImageMagick-7/policy.xml."
-	elog "See https://wiki.gentoo.org/wiki/ImageMagick#Troubleshooting"
-	elog "for more information."
-
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/media-gfx/converseen/files/converseen-0.9.9.0-appdata-path.patch b/media-gfx/converseen/files/converseen-0.9.9.0-appdata-path.patch
deleted file mode 100644
index 127fc7ad926c..000000000000
--- a/media-gfx/converseen/files/converseen-0.9.9.0-appdata-path.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: install appdata to package directory
- The CMAKE_INSTALL_PREFIX was not set to install path and set its correct
- location.
-Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-Last-Update: 2018-08-21
-
---- a/converseen.pro
-+++ b/converseen.pro
-@@ -122,7 +122,7 @@ loc/converseen_uk_UA.qm
-  desktopFile.files = res/converseen.desktop
-  kdeservicemenu.path = $${SHARE_DIR}/kservices5/ServiceMenus
-  kdeservicemenu.files = res/converseen_import.desktop
-- appdata.path = /usr/share/appdata/
-+ appdata.path = /usr/share/metainfo/
-  appdata.files = converseen.appdata.xml
- 
-  isEmpty(QMAKE_LRELEASE) {


             reply	other threads:[~2025-01-31 14:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-31 14:55 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-01 18:34 [gentoo-commits] repo/gentoo:master commit in: media-gfx/converseen/files/, media-gfx/converseen/ Andreas Sturmlechner
2025-01-01 18:26 Andreas Sturmlechner
2024-12-31  9:08 Andreas Sturmlechner
2021-02-26 22:16 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1738335205.42c5a1fd95d1a97984a3bbcdb2e76d01507b0d2a.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox