* [gentoo-commits] repo/gentoo:master commit in: net-news/alligator/
@ 2023-05-27 10:58 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2023-05-27 10:58 UTC (permalink / raw
To: gentoo-commits
commit: 95ebcc4e4b4fb6c3b2fd36baea596a044f629f6d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 10:54:27 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 27 10:57:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ebcc4e
net-news/alligator: new package, add 23.04.1
Imported from kde overlay, originally created in guru overlay.
Thanks-to: Anna “CyberTailor” <cyber <AT> sysrq.in>
Bug: https://bugs.gentoo.org/907242
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-news/alligator/Manifest | 1 +
net-news/alligator/alligator-23.04.1.ebuild | 32 +++++++++++++++++++++++++++++
net-news/alligator/metadata.xml | 12 +++++++++++
3 files changed, 45 insertions(+)
diff --git a/net-news/alligator/Manifest b/net-news/alligator/Manifest
new file mode 100644
index 000000000000..f1300b7fe0c1
--- /dev/null
+++ b/net-news/alligator/Manifest
@@ -0,0 +1 @@
+DIST alligator-23.04.1.tar.xz 189168 BLAKE2B 711f269a23212ebedc8d582f333201a99a21bed009ad745c670805eb9d422527c5c37c30c2f73af440fc5dc901ed4ffef0910f026e8672fc37f3a33059e8de69 SHA512 bd119dc678ad6586280610e8f135b9dc9d55b647865507fcbd85366d316669dcb58ee2977c7d927a4e57ed1f391fdfa1c04c9ed554304c50da02cfe29c1912c9
diff --git a/net-news/alligator/alligator-23.04.1.ebuild b/net-news/alligator/alligator-23.04.1.ebuild
new file mode 100644
index 000000000000..f40cee90f7cd
--- /dev/null
+++ b/net-news/alligator/alligator-23.04.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="Convergent RSS/Atom feed reader for Plasma"
+HOMEPAGE="https://apps.kde.org/alligator/"
+
+LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0 CC-BY-SA-4.0 GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ >=dev-libs/kirigami-addons-0.6:5
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtquickcontrols2-${QTMIN}:5
+ >=dev-qt/qtsql-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kirigami-${KFMIN}:5
+ >=kde-frameworks/syndication-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"
diff --git a/net-news/alligator/metadata.xml b/net-news/alligator/metadata.xml
new file mode 100644
index 000000000000..ae79baf75acf
--- /dev/null
+++ b/net-news/alligator/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="kde-invent">network/alligator</remote-id>
+ <bugs-to>https://bugs.kde.org/enter_bug.cgi?product=Alligator</bugs-to>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/alligator/
@ 2023-05-27 12:35 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-05-27 12:35 UTC (permalink / raw
To: gentoo-commits
commit: 8a1ff1e74c9cf939aec62fc4c205c4da2ff26627
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 12:35:17 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 27 12:35:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1ff1e7
net-news/alligator: Keyword 23.04.1 arm64, #907242
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-news/alligator/alligator-23.04.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-news/alligator/alligator-23.04.1.ebuild b/net-news/alligator/alligator-23.04.1.ebuild
index f40cee90f7cd..9decb07c81f8 100644
--- a/net-news/alligator/alligator-23.04.1.ebuild
+++ b/net-news/alligator/alligator-23.04.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/alligator/"
LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0 CC-BY-SA-4.0 GPL-3+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
DEPEND="
>=dev-libs/kirigami-addons-0.6:5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/alligator/
@ 2023-05-28 18:52 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-05-28 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 328d1d7969b4ae81646dac512e97073de71f8132
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 18:51:59 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun May 28 18:51:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328d1d79
net-news/alligator: Keyword 23.04.1 x86, #907242
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-news/alligator/alligator-23.04.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-news/alligator/alligator-23.04.1.ebuild b/net-news/alligator/alligator-23.04.1.ebuild
index 9decb07c81f8..be47498b511c 100644
--- a/net-news/alligator/alligator-23.04.1.ebuild
+++ b/net-news/alligator/alligator-23.04.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/alligator/"
LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0 CC-BY-SA-4.0 GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
DEPEND="
>=dev-libs/kirigami-addons-0.6:5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/alligator/
@ 2023-05-31 18:44 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-05-31 18:44 UTC (permalink / raw
To: gentoo-commits
commit: fb944882c5270d6c46af0bdfd4dab9abe72ad41a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 18:44:06 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 31 18:44:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb944882
net-news/alligator: Keyword 23.04.1 ppc64, #907242
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-news/alligator/alligator-23.04.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-news/alligator/alligator-23.04.1.ebuild b/net-news/alligator/alligator-23.04.1.ebuild
index be47498b511c..6a0205f05e42 100644
--- a/net-news/alligator/alligator-23.04.1.ebuild
+++ b/net-news/alligator/alligator-23.04.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/alligator/"
LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0 CC-BY-SA-4.0 GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
DEPEND="
>=dev-libs/kirigami-addons-0.6:5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/alligator/
@ 2023-12-29 7:05 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-12-29 7:05 UTC (permalink / raw
To: gentoo-commits
commit: e52de07dca2c742cd1065dc2cf569de21e9ae05e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 07:04:31 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 07:04:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e52de07d
net-news/alligator: Stabilize 23.08.4 x86, #920693
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-news/alligator/alligator-23.08.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-news/alligator/alligator-23.08.4.ebuild b/net-news/alligator/alligator-23.08.4.ebuild
index 6a0205f05e42..d12c7b62d341 100644
--- a/net-news/alligator/alligator-23.08.4.ebuild
+++ b/net-news/alligator/alligator-23.08.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/alligator/"
LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0 CC-BY-SA-4.0 GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
DEPEND="
>=dev-libs/kirigami-addons-0.6:5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/alligator/
@ 2024-01-06 12:35 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-01-06 12:35 UTC (permalink / raw
To: gentoo-commits
commit: 01e0481d6221062813bafeadb1fb0fda61cf3e0e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 6 12:30:21 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 12:30:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e0481d
net-news/alligator: Stabilize 23.08.4 arm64, #920693
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-news/alligator/alligator-23.08.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-news/alligator/alligator-23.08.4.ebuild b/net-news/alligator/alligator-23.08.4.ebuild
index 4fd3e5f65f7c..c84b9eba84e8 100644
--- a/net-news/alligator/alligator-23.08.4.ebuild
+++ b/net-news/alligator/alligator-23.08.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/alligator/"
LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0 CC-BY-SA-4.0 GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
DEPEND="
>=dev-libs/kirigami-addons-0.6:5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/alligator/
@ 2024-05-20 11:39 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2024-05-20 11:39 UTC (permalink / raw
To: gentoo-commits
commit: 3c9be589bcdaf20f1920b18fd95cdfa98d60e871
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 17:25:57 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 20 11:31:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9be589
net-news/alligator: drop 24.02.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-news/alligator/Manifest | 1 -
net-news/alligator/alligator-24.02.2.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/net-news/alligator/Manifest b/net-news/alligator/Manifest
index 831d662cfda3..5e1fa59ca9f6 100644
--- a/net-news/alligator/Manifest
+++ b/net-news/alligator/Manifest
@@ -1,3 +1,2 @@
DIST alligator-23.08.5.tar.xz 191576 BLAKE2B 324680e50774c0c5030b98ba12a2418b74abf07ae27add40ff8cedb7574e4ef639dd2e0846a286748b33e0075e31e85f9a87f1242898e9e93b99774c2c6c58b5 SHA512 1daa2d9d0be0df379770011e3fc521235e1b7dfe7c68f20a8e573e813e2acd50b543c0d9cf5b4e608b1b3f6f06fce14fe3312fae9d054904af314db1953891ce
-DIST alligator-24.02.2.tar.xz 191628 BLAKE2B dad0338cd2e1d09633d689e6435586f24403f734978d4a74ea50056b982629bb5d12f49c8004a91fc0b5b3ed21cf3c93a017fe32d0052c8065a3951d8d752955 SHA512 8142b2568f303610a0d36ab3b118892c2ca23c52ffdc3f2b5d4c78b7658f6e7a7ef6e21d0e3d4c857c41b719550c69a7c86fea6c815ec0ec3009ee718582dd16
DIST alligator-24.04.90.tar.xz 194208 BLAKE2B 0dea68371a594a52492ac76e8f2ef7e76462114d47f0d70b80dd12afea9edeb19b9f4fa1edc570f42d1dba3560c81243d5d20107d3f19131185f0d4766a100f8 SHA512 76f6b0ba74d8a390778f08eeb53362916d3c859b4069179ebdc1e0d2e18982317fed10db60e987321fdbaa649ec82dbe48fe43fea6bce2c0916ed8e4298f920f
diff --git a/net-news/alligator/alligator-24.02.2.ebuild b/net-news/alligator/alligator-24.02.2.ebuild
deleted file mode 100644
index 52c3873c160b..000000000000
--- a/net-news/alligator/alligator-24.02.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-KFMIN=6.0.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Convergent RSS/Atom feed reader for Plasma"
-HOMEPAGE="https://apps.kde.org/alligator/"
-
-LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0 CC-BY-SA-4.0 GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-libs/kirigami-addons:6
- >=dev-qt/qtbase-${QTMIN}:6[gui,network,sql,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kirigami-${KFMIN}:6
- >=kde-frameworks/syndication-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/alligator/
@ 2024-09-02 14:50 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2024-09-02 14:50 UTC (permalink / raw
To: gentoo-commits
commit: a809a0dd46d403d6e0d7540b1daca52a3bcf9003
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 1 22:00:54 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 2 14:02:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a809a0dd
net-news/alligator: drop 23.08.5
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-news/alligator/Manifest | 1 -
net-news/alligator/alligator-23.08.5.ebuild | 32 -----------------------------
2 files changed, 33 deletions(-)
diff --git a/net-news/alligator/Manifest b/net-news/alligator/Manifest
index fa5679bf65eb..195ff2f6a149 100644
--- a/net-news/alligator/Manifest
+++ b/net-news/alligator/Manifest
@@ -1,3 +1,2 @@
-DIST alligator-23.08.5.tar.xz 191576 BLAKE2B 324680e50774c0c5030b98ba12a2418b74abf07ae27add40ff8cedb7574e4ef639dd2e0846a286748b33e0075e31e85f9a87f1242898e9e93b99774c2c6c58b5 SHA512 1daa2d9d0be0df379770011e3fc521235e1b7dfe7c68f20a8e573e813e2acd50b543c0d9cf5b4e608b1b3f6f06fce14fe3312fae9d054904af314db1953891ce
DIST alligator-24.05.2.tar.xz 194208 BLAKE2B 915829987ae8ce318aa46adc0abeb869cd151d82d1a03211ef3567f30890bd80dc08830224778922a0e4fa2548c66bb78822997efd239be5e2d4b2c33cb69eb0 SHA512 69c76fa97c5e99eff3c4dbcb92a151a05c285ea7ab195e84f06d3f4f0aaa87e06903d6930d6c1f0df3cb4c54ae71327027a6af81dec3ae1ed5fd3258aee8bab8
DIST alligator-24.08.0.tar.xz 195104 BLAKE2B 67564a2849bd43b42b7a569d3f174c30730e34f45b62df976f412b3fedd58de30d4cbf799ebb3b51723ae33becec2f08a17957eae0dd8565933814771d1d3da9 SHA512 b21dc07c6e70c7329a47687d7af2b720d69c3713f346276d4cc7555954c012054b7d4aabe9446caaa415f137efd5267b23a09df18fe1d4eecbedf7deb1670559
diff --git a/net-news/alligator/alligator-23.08.5.ebuild b/net-news/alligator/alligator-23.08.5.ebuild
deleted file mode 100644
index c84b9eba84e8..000000000000
--- a/net-news/alligator/alligator-23.08.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Convergent RSS/Atom feed reader for Plasma"
-HOMEPAGE="https://apps.kde.org/alligator/"
-
-LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0 CC-BY-SA-4.0 GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-
-DEPEND="
- >=dev-libs/kirigami-addons-0.6:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=dev-qt/qtsql-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- >=kde-frameworks/syndication-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/alligator/
@ 2024-10-12 18:16 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-10-12 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 452ca2b9c39e099051ba6454c3ff01e2aacf2848
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 18:05:01 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 18:16:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452ca2b9
net-news/alligator: Stabilize 24.08.1 amd64, #940669
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-news/alligator/alligator-24.08.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-news/alligator/alligator-24.08.1.ebuild b/net-news/alligator/alligator-24.08.1.ebuild
index 4e286b453257..ddf5d21e11ea 100644
--- a/net-news/alligator/alligator-24.08.1.ebuild
+++ b/net-news/alligator/alligator-24.08.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/alligator/"
LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0 CC-BY-SA-4.0 GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
DEPEND="
dev-libs/kirigami-addons:6
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/alligator/
@ 2024-10-25 5:49 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-10-25 5:49 UTC (permalink / raw
To: gentoo-commits
commit: 749dd58b974ffa3939b1139c7bc3008752913233
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 25 05:49:13 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 25 05:49:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749dd58b
net-news/alligator: Stabilize 24.08.1 arm64, #940669
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-news/alligator/alligator-24.08.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-news/alligator/alligator-24.08.1.ebuild b/net-news/alligator/alligator-24.08.1.ebuild
index ddf5d21e11ea..da48b26d53dc 100644
--- a/net-news/alligator/alligator-24.08.1.ebuild
+++ b/net-news/alligator/alligator-24.08.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/alligator/"
LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0 CC-BY-SA-4.0 GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~x86"
DEPEND="
dev-libs/kirigami-addons:6
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/alligator/
@ 2025-02-09 16:49 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2025-02-09 16:49 UTC (permalink / raw
To: gentoo-commits
commit: 514982181c13a779611539fc9df43e40063bdacd
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 9 16:02:31 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:48:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51498218
net-news/alligator: drop 24.12.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-news/alligator/Manifest | 1 -
net-news/alligator/alligator-24.12.1.ebuild | 29 -----------------------------
2 files changed, 30 deletions(-)
diff --git a/net-news/alligator/Manifest b/net-news/alligator/Manifest
index 3e21ebbfb68f..505fd983a25c 100644
--- a/net-news/alligator/Manifest
+++ b/net-news/alligator/Manifest
@@ -1,3 +1,2 @@
DIST alligator-24.08.3.tar.xz 195108 BLAKE2B 31c2c324d0d39df6592186cb9da437d61f9baba9728b2f4066cb101065da43a59a8cf9cc019f9a8b7233d721fbcd06291115d61543c23536850829c5b0b1d022 SHA512 2227fb86f238a7eb8505e19e390d5f23a5d820ac5889109d4df4a87f267999c5cc5a12abb9cc8bb689b89bd1911dc1d122646cbd083d244c9686501d695167dc
-DIST alligator-24.12.1.tar.xz 196484 BLAKE2B 29a10e46cb4420f0f24eb90501a17bbc1a5dae16cca29e5c234c8667094b8886ff31bf8cdc9c90b9a723fac5b4eb00214ffcc576505b080b2a1be67f8b42d7b7 SHA512 35c5680ab540a305bd2898ffbe2de7c72cea4eeb748ecfa2cf611ac61a69c79e83d915646d5c3df723f88c15e45e5dcc67e96869d9c7b513554a307720d395e1
DIST alligator-24.12.2.tar.xz 196860 BLAKE2B 8bd5d582dc9e880492d4585d88f183386a924d608c4dbf1a939b442eef39c77481b0e4e641925704f58616372126359d873ff5eab8d61796cb4c8a3c4c0bd538 SHA512 88a8a4f493670cc141ba56c91dda666f9bd0da375a5dc8df1dd962ebc3a6873e22f6917416d32d6cca7ef04fd20eb05b144a6876ff7866ec197c6ad940c29e36
diff --git a/net-news/alligator/alligator-24.12.1.ebuild b/net-news/alligator/alligator-24.12.1.ebuild
deleted file mode 100644
index da0edaacc614..000000000000
--- a/net-news/alligator/alligator-24.12.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-KFMIN=6.7.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Convergent RSS/Atom feed reader for Plasma"
-HOMEPAGE="https://apps.kde.org/alligator/"
-
-LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0 CC-BY-SA-4.0 GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-DEPEND="
- dev-libs/kirigami-addons:6
- >=dev-qt/qtbase-${QTMIN}:6[gui,network,sql,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kcolorscheme-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kirigami-${KFMIN}:6
- >=kde-frameworks/syndication-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2025-02-09 16:51 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-31 18:44 [gentoo-commits] repo/gentoo:master commit in: net-news/alligator/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-02-09 16:49 Andreas Sturmlechner
2024-10-25 5:49 Arthur Zamarin
2024-10-12 18:16 Arthur Zamarin
2024-09-02 14:50 Andreas Sturmlechner
2024-05-20 11:39 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-12-29 7:05 Arthur Zamarin
2023-05-28 18:52 Arthur Zamarin
2023-05-27 12:35 Arthur Zamarin
2023-05-27 10:58 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox