public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: dev-libs/atcore/
@ 2021-01-09  9:23 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2021-01-09  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     fc02990579e10496f0db041e1808d8153457ff9f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 17:31:04 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 18:48:08 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=fc029905

dev-libs/atcore: Add live ebuild

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

 dev-libs/atcore/atcore-9999.ebuild | 47 ++++++++++++++++++++++++++++++++++++++
 dev-libs/atcore/metadata.xml       | 11 +++++++++
 2 files changed, 58 insertions(+)

diff --git a/dev-libs/atcore/atcore-9999.ebuild b/dev-libs/atcore/atcore-9999.ebuild
new file mode 100644
index 0000000000..f72d7b6dcf
--- /dev/null
+++ b/dev-libs/atcore/atcore-9999.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="forceoptional"
+QTMIN=5.15.1
+inherit ecm kde.org
+
+DESCRIPTION="API to manage the serial connection between the computer and 3D Printers"
+HOMEPAGE="https://atelier.kde.org/"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="|| ( LGPL-2.1+ LGPL-3 ) gui? ( GPL-3+ )"
+SLOT="0"
+IUSE="doc gui test"
+
+BDEPEND="
+	>=dev-qt/linguist-tools-${QTMIN}:5
+	doc? ( app-doc/doxygen[dot] )
+"
+DEPEND="
+	>=dev-qt/qtcharts-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtserialport-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	ecm_src_prepare
+	sed -e "s/${PN}/${PF}/" -i doc/CMakeLists.txt || die
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_DOCS=$(usex doc)
+		-DBUILD_GUI=$(usex gui)
+		-DBUILD_TESTS=$(usex test)
+	)
+	ecm_src_configure
+}

diff --git a/dev-libs/atcore/metadata.xml b/dev-libs/atcore/metadata.xml
new file mode 100644
index 0000000000..8ded8878af
--- /dev/null
+++ b/dev-libs/atcore/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+	<use>
+		<flag name="gui">Build test GUI</flag>
+	</use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/kde:master commit in: dev-libs/atcore/
@ 2024-01-13 16:39 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-01-13 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     fdf97443543795275adce37c788a0c8898d42d95
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 16:38:10 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 16:38:10 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=fdf97443

dev-libs/atcore: app-doc/doxygen -> app-text/doxygen

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/atcore/atcore-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/atcore/atcore-9999.ebuild b/dev-libs/atcore/atcore-9999.ebuild
index d1ca575376..0b3065ebae 100644
--- a/dev-libs/atcore/atcore-9999.ebuild
+++ b/dev-libs/atcore/atcore-9999.ebuild
@@ -21,7 +21,7 @@ IUSE="doc gui test"
 
 BDEPEND="
 	>=dev-qt/linguist-tools-${QTMIN}:5
-	doc? ( app-doc/doxygen[dot] )
+	doc? ( app-text/doxygen[dot] )
 "
 DEPEND="
 	>=dev-qt/qtcharts-${QTMIN}:5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/kde:master commit in: dev-libs/atcore/
@ 2024-11-09 13:07 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2024-11-09 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     6a0f0e030c3dfe0dc6f43a1833d0e77fa3b70598
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 13:03:55 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 13:04:18 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6a0f0e03

dev-libs/atcore: treeclean

Archived upstream

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/atcore/atcore-9999.ebuild | 47 --------------------------------------
 dev-libs/atcore/metadata.xml       | 14 ------------
 2 files changed, 61 deletions(-)

diff --git a/dev-libs/atcore/atcore-9999.ebuild b/dev-libs/atcore/atcore-9999.ebuild
deleted file mode 100644
index 2e2b836056..0000000000
--- a/dev-libs/atcore/atcore-9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-QTMIN=5.15.12
-inherit ecm kde.org
-
-DESCRIPTION="API to manage the serial connection between the computer and 3D Printers"
-HOMEPAGE="https://atelier.kde.org/"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="|| ( LGPL-2.1+ LGPL-3 ) gui? ( GPL-3+ )"
-SLOT="0"
-IUSE="doc gui test"
-
-BDEPEND="
-	>=dev-qt/linguist-tools-${QTMIN}:5
-	doc? ( app-text/doxygen[dot] )
-"
-DEPEND="
-	>=dev-qt/qtcharts-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtserialport-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	ecm_src_prepare
-	sed -e "s/${PN}/${PF}/" -i doc/CMakeLists.txt || die
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_DOCS=$(usex doc)
-		-DBUILD_GUI=$(usex gui)
-		-DBUILD_TESTS=$(usex test)
-	)
-	ecm_src_configure
-}

diff --git a/dev-libs/atcore/metadata.xml b/dev-libs/atcore/metadata.xml
deleted file mode 100644
index fbb79823ed..0000000000
--- a/dev-libs/atcore/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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>
-		<bugs-to>https://bugs.kde.org/</bugs-to>
-	</upstream>
-	<use>
-		<flag name="gui">Build test GUI</flag>
-	</use>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-11-09 13:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-09  9:23 [gentoo-commits] proj/kde:master commit in: dev-libs/atcore/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-01-13 16:39 Sam James
2024-11-09 13:07 Andreas Sturmlechner

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