* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kipi-plugins/
@ 2019-07-29 13:04 Aaron Bauman
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2019-07-29 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 994682f1a3c5156236c890c4890c5ef2373debcb
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 12:53:33 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 13:04:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994682f1
kde-apps/kipi-plugins: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
kde-apps/kipi-plugins/kipi-plugins-5.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kipi-plugins/kipi-plugins-5.9.1.ebuild b/kde-apps/kipi-plugins/kipi-plugins-5.9.1.ebuild
index 11fe9c31b7b..3a6717c6321 100644
--- a/kde-apps/kipi-plugins/kipi-plugins-5.9.1.ebuild
+++ b/kde-apps/kipi-plugins/kipi-plugins-5.9.1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Plugins for the KDE Image Plugin Interface"
HOMEPAGE="https://userbase.kde.org/KIPI https://cgit.kde.org/kipi-plugins.git/"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
- KEYWORDS="amd64 ~arm64 x86"
+ KEYWORDS="amd64 arm64 x86"
SRC_URI="mirror://kde/stable/kipi-plugins/${P}.tar.xz"
fi
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kipi-plugins/
@ 2021-07-17 8:47 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2021-07-17 8:47 UTC (permalink / raw
To: gentoo-commits
commit: cd7fc31e21f9c7612336026b4f5399d49ba12693
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 17 08:21:27 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 08:23:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7fc31e
kde-apps/kipi-plugins: Drop 21.04.3 (r0)
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kipi-plugins/kipi-plugins-21.04.3.ebuild | 54 -----------------------
1 file changed, 54 deletions(-)
diff --git a/kde-apps/kipi-plugins/kipi-plugins-21.04.3.ebuild b/kde-apps/kipi-plugins/kipi-plugins-21.04.3.ebuild
deleted file mode 100644
index eb847bcd97e..00000000000
--- a/kde-apps/kipi-plugins/kipi-plugins-21.04.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.80.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Plugins for the KDE Image Plugin Interface"
-HOMEPAGE="https://userbase.kde.org/KIPI https://invent.kde.org/graphics/kipi-plugins"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="flashexport mediawiki +remotestorage"
-
-BDEPEND="sys-devel/gettext"
-RDEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtprintsupport-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=dev-qt/qtxmlpatterns-${QTMIN}:5
- >=kde-apps/libkipi-${PVCUT}:5=
- >=kde-frameworks/kcompletion-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- flashexport? ( >=kde-frameworks/karchive-${KFMIN}:5 )
- mediawiki? ( net-libs/libmediawiki:5 )
- remotestorage? ( >=kde-frameworks/kio-${KFMIN}:5 )
-"
-DEPEND="${RDEPEND}
- >=dev-qt/qtconcurrent-${QTMIN}:5
-"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_KF5Vkontakte=ON
- $(cmake_use_find_package flashexport KF5Archive)
- $(cmake_use_find_package mediawiki KF5MediaWiki)
- $(cmake_use_find_package remotestorage KF5KIO)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kipi-plugins/
@ 2021-07-17 8:47 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2021-07-17 8:47 UTC (permalink / raw
To: gentoo-commits
commit: e696de800b107a93b11fd6f34b91667a7c110a3d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 16 19:15:45 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 08:23:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e696de80
kde-apps/kipi-plugins: Drop IUSE=flashexport, fix HOMEPAGE
Upstream commit 955fc31c6f60c50403e3d5a4bee3f21dee4ce93f
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kipi-plugins/kipi-plugins-21.04.3-r1.ebuild | 51 ++++++++++++++++++++++
1 file changed, 51 insertions(+)
diff --git a/kde-apps/kipi-plugins/kipi-plugins-21.04.3-r1.ebuild b/kde-apps/kipi-plugins/kipi-plugins-21.04.3-r1.ebuild
new file mode 100644
index 00000000000..1d4039b5fde
--- /dev/null
+++ b/kde-apps/kipi-plugins/kipi-plugins-21.04.3-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.80.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Plugins for the KDE Image Plugin Interface"
+HOMEPAGE="https://apps.kde.org/kipi_plugins/ https://userbase.kde.org/KIPI"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="mediawiki +remotestorage"
+
+RDEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtprintsupport-${QTMIN}:5
+ >=dev-qt/qtsvg-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ >=dev-qt/qtxmlpatterns-${QTMIN}:5
+ >=kde-apps/libkipi-${PVCUT}:5=
+ >=kde-frameworks/kcompletion-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ mediawiki? ( net-libs/libmediawiki:5 )
+ remotestorage? ( >=kde-frameworks/kio-${KFMIN}:5 )
+"
+DEPEND="${RDEPEND}
+ >=dev-qt/qtconcurrent-${QTMIN}:5
+"
+BDEPEND="sys-devel/gettext"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_KF5Vkontakte=ON
+ $(cmake_use_find_package mediawiki KF5MediaWiki)
+ $(cmake_use_find_package remotestorage KF5KIO)
+ )
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kipi-plugins/
@ 2021-09-14 14:15 Yixun Lan
0 siblings, 0 replies; 5+ messages in thread
From: Yixun Lan @ 2021-09-14 14:15 UTC (permalink / raw
To: gentoo-commits
commit: a7d006bf62949fbc4aa6547a6dce78dd62c43d88
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Mon Sep 13 10:22:44 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Sep 14 14:14:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d006bf
kde-apps/kipi-plugins: keyword 21.08.1 for ~riscv
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
kde-apps/kipi-plugins/kipi-plugins-21.08.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kipi-plugins/kipi-plugins-21.08.1.ebuild b/kde-apps/kipi-plugins/kipi-plugins-21.08.1.ebuild
index 4f1395c3cf9..2f620532a97 100644
--- a/kde-apps/kipi-plugins/kipi-plugins-21.08.1.ebuild
+++ b/kde-apps/kipi-plugins/kipi-plugins-21.08.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kipi_plugins/ https://userbase.kde.org/KIPI"
LICENSE="GPL-2+"
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="mediawiki +remotestorage"
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kipi-plugins/
@ 2022-04-22 19:39 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-04-22 19:39 UTC (permalink / raw
To: gentoo-commits
commit: 3569db5bff8bdd9d5f840a636cca1c8faabe631b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 19:38:52 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 19:39:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3569db5b
kde-apps/kipi-plugins: treeclean
Not in newer KDE Gear releases.
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-apps/kipi-plugins/Manifest | 1 -
kde-apps/kipi-plugins/metadata.xml | 18 ------------------
2 files changed, 19 deletions(-)
diff --git a/kde-apps/kipi-plugins/Manifest b/kde-apps/kipi-plugins/Manifest
deleted file mode 100644
index 3476a229188f..000000000000
--- a/kde-apps/kipi-plugins/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kipi-plugins-21.08.3.tar.xz 1546764 BLAKE2B 918851af0a4cf912a3f49208b7a9123177d769738f7e0042f393b2dbf0373ae753968c2b2770881d62ff4a0d94258282ab4ef8bac4447f079b1d6b4130a09bb0 SHA512 7eac4aa2dde9ab82e193c48e34f2a7c376b273964987083dc9958520f8395d1637635e25702cf8932b2ec65b2bff40701ac2eaeddcecd3884d124e31bb8cf391
diff --git a/kde-apps/kipi-plugins/metadata.xml b/kde-apps/kipi-plugins/metadata.xml
deleted file mode 100644
index eb4f0465d6e0..000000000000
--- a/kde-apps/kipi-plugins/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>dilfridge@gentoo.org</email>
- </maintainer>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <bugs-to>https://bugs.kde.org/</bugs-to>
- </upstream>
- <use>
- <flag name="mediawiki">Build the mediawiki export plugin</flag>
- <flag name="remotestorage">Build plugin for remote storage using network protocols such as FTP, SSH, SAMBA via <pkg>kde-frameworks/kio</pkg></flag>
- </use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-04-22 19:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-22 19:39 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kipi-plugins/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-09-14 14:15 Yixun Lan
2021-07-17 8:47 Andreas Sturmlechner
2021-07-17 8:47 Andreas Sturmlechner
2019-07-29 13:04 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox