public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/kgeotag/, media-gfx/kgeotag/files/
@ 2021-11-07 15:41 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2021-11-07 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     86a238b6ce70e03ca02b2e894ef279795c534ee2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 12:11:03 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 15:41:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a238b6

media-gfx/kgeotag: Drop 1.0.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/kgeotag/Manifest                         |  1 -
 media-gfx/kgeotag/files/kgeotag-1.0.0-libera.patch | 26 ---------------
 media-gfx/kgeotag/kgeotag-1.0.0.ebuild             | 38 ----------------------
 3 files changed, 65 deletions(-)

diff --git a/media-gfx/kgeotag/Manifest b/media-gfx/kgeotag/Manifest
index 7316a6f0967..3ffad65da2c 100644
--- a/media-gfx/kgeotag/Manifest
+++ b/media-gfx/kgeotag/Manifest
@@ -1,2 +1 @@
-DIST kgeotag-1.0.0.tar.xz 266488 BLAKE2B ff69ad02fc72766c4c8aa08dedba681cc6d73bfb9004ae8f12282b3cd09bb074acba2231f41ce4693929c3506a89ff90666c01e0c333450fd827eeb787d48c46 SHA512 8696ffe67abbfa2cefdc78c0bfed6894b3e376323a291b64e0aaf6d11eb8f5f2fc5bf1335ebdebc0f5e9d1c99f1c45972c193f7b91e71c14b1da63d5d845811e
 DIST kgeotag-1.1.0.tar.xz 282436 BLAKE2B 8d59665bc56147f1b1177c15ee5e67823cbff1ede19abcfa2c9c6d8f514a72c5d92a8216920fdfdc58a0880d093b570d61f3ec273868059a1182b9f444affa4c SHA512 b849cd43118f05253352a5059f0c29a9e3db59602455f3413ec5bcbe9c4b72c1e695f077089a2fe048443c04ec31be07540d42ab1f055bb32b3b459da7f7911a

diff --git a/media-gfx/kgeotag/files/kgeotag-1.0.0-libera.patch b/media-gfx/kgeotag/files/kgeotag-1.0.0-libera.patch
deleted file mode 100644
index eda481559eb..00000000000
--- a/media-gfx/kgeotag/files/kgeotag-1.0.0-libera.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From e8e52e07b3ef08a169bb37affc6689d75b27613c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Nicol=C3=A1s=20Alvarez?= <nicolas.alvarez@gmail.com>
-Date: Sun, 23 May 2021 23:35:41 -0300
-Subject: [PATCH] Update IRC network in the README
-
-KDE has moved from freenode to Libera Chat, update the link in the README
-to reflect this.
----
- README.md | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/README.md b/README.md
-index 831e9b0..46ab460 100644
---- a/README.md
-+++ b/README.md
-@@ -66,6 +66,6 @@ If a time drift has been identified and a deviation has been given, the images'
- 
- ## Getting in touch
- 
--The IRC channel of the project is [#kde-kgeotag](irc://chat.freenode.net/kde-kgeotag), and there's also a [mailing list](https://mail.kde.org/cgi-bin/mailman/listinfo/kgeotag/).
-+The IRC channel of the project is [#kde-kgeotag](irc://irc.libera.chat/kde-kgeotag), and there's also a [mailing list](https://mail.kde.org/cgi-bin/mailman/listinfo/kgeotag/).
- 
- Everybody is invited to participate in KGeoTag's development! You don't have to be able to write code to do so. All testing and feedback is greatly appreciated!
--- 
-GitLab
-

diff --git a/media-gfx/kgeotag/kgeotag-1.0.0.ebuild b/media-gfx/kgeotag/kgeotag-1.0.0.ebuild
deleted file mode 100644
index 4b1a02b654e..00000000000
--- a/media-gfx/kgeotag/kgeotag-1.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.80.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Photo geotagging program"
-HOMEPAGE="https://apps.kde.org/kgeotag/"
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3+"
-SLOT="5"
-
-DEPEND="
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	kde-apps/libkexiv2:5
-	kde-apps/marble:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( ChangeLog.rst README.md )
-
-PATCHES=( "${FILESDIR}/${P}-libera.patch" )


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-07 15:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-07 15:41 [gentoo-commits] repo/gentoo:master commit in: media-gfx/kgeotag/, media-gfx/kgeotag/files/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox