* [gentoo-commits] repo/proj/guru:dev commit in: kde-frameworks/kquickchatcomponents/
@ 2022-03-31 7:24 Anna Vyalkova
0 siblings, 0 replies; 2+ messages in thread
From: Anna Vyalkova @ 2022-03-31 7:24 UTC (permalink / raw
To: gentoo-commits
commit: 8a87b7b5adf484260fa2310dc0004a7b79eb488b
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Mar 31 01:57:06 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Mar 31 01:57:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a87b7b5
kde-frameworks/kquickchatcomponents: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
.../kquickchatcomponents-9999.ebuild | 25 ++++++++++++++++++++++
kde-frameworks/kquickchatcomponents/metadata.xml | 8 +++++++
2 files changed, 33 insertions(+)
diff --git a/kde-frameworks/kquickchatcomponents/kquickchatcomponents-9999.ebuild b/kde-frameworks/kquickchatcomponents/kquickchatcomponents-9999.ebuild
new file mode 100644
index 000000000..afa8ebdbb
--- /dev/null
+++ b/kde-frameworks/kquickchatcomponents/kquickchatcomponents-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="false"
+KFMIN=5.70.0
+QTMIN=5.15.0
+inherit git-r3 ecm
+
+DESCRIPTION="Set of chat components for QtQuick chat apps"
+HOMEPAGE="https://invent.kde.org/libraries/kquickchatcomponents"
+EGIT_REPO_URI="https://invent.kde.org/libraries/kquickchatcomponents.git"
+
+LICENSE="CC0-1.0 LGPL-2+"
+SLOT="5"
+KEYWORDS=""
+
+DEPEND="
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md examples )
diff --git a/kde-frameworks/kquickchatcomponents/metadata.xml b/kde-frameworks/kquickchatcomponents/metadata.xml
new file mode 100644
index 000000000..7ebbd0334
--- /dev/null
+++ b/kde-frameworks/kquickchatcomponents/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: kde-frameworks/kquickchatcomponents/
@ 2022-12-20 23:14 Anna Vyalkova
0 siblings, 0 replies; 2+ messages in thread
From: Anna Vyalkova @ 2022-12-20 23:14 UTC (permalink / raw
To: gentoo-commits
commit: f7cdafc931dd6bdf8e629a1a4b7c6b2040cf67cc
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Dec 20 19:19:52 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Dec 20 19:19:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7cdafc9
kde-frameworks/kquickchatcomponents: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
.../kquickchatcomponents-9999.ebuild | 25 ----------------------
kde-frameworks/kquickchatcomponents/metadata.xml | 8 -------
2 files changed, 33 deletions(-)
diff --git a/kde-frameworks/kquickchatcomponents/kquickchatcomponents-9999.ebuild b/kde-frameworks/kquickchatcomponents/kquickchatcomponents-9999.ebuild
deleted file mode 100644
index afa8ebdbb..000000000
--- a/kde-frameworks/kquickchatcomponents/kquickchatcomponents-9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="false"
-KFMIN=5.70.0
-QTMIN=5.15.0
-inherit git-r3 ecm
-
-DESCRIPTION="Set of chat components for QtQuick chat apps"
-HOMEPAGE="https://invent.kde.org/libraries/kquickchatcomponents"
-EGIT_REPO_URI="https://invent.kde.org/libraries/kquickchatcomponents.git"
-
-LICENSE="CC0-1.0 LGPL-2+"
-SLOT="5"
-KEYWORDS=""
-
-DEPEND="
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md examples )
diff --git a/kde-frameworks/kquickchatcomponents/metadata.xml b/kde-frameworks/kquickchatcomponents/metadata.xml
deleted file mode 100644
index 7ebbd0334..000000000
--- a/kde-frameworks/kquickchatcomponents/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>cyber+gentoo@sysrq.in</email>
- <name>Anna</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-20 23:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-31 7:24 [gentoo-commits] repo/proj/guru:dev commit in: kde-frameworks/kquickchatcomponents/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2022-12-20 23:14 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox