* [gentoo-commits] proj/kde:master commit in: dev-libs/kproperty/
@ 2016-10-08 16:16 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2016-10-08 16:16 UTC (permalink / raw
To: gentoo-commits
commit: 57c16a5481b443725819dd5c5f0b2b9cc3f742b3
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Oct 8 09:17:40 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct 8 15:58:15 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=57c16a54
dev-libs/kproperty: Add first release 3.0.0
Package-Manager: portage-2.3.0
dev-libs/kproperty/{kproperty-9999.ebuild => kproperty-3.0.0.ebuild} | 4 +++-
dev-libs/kproperty/kproperty-9999.ebuild | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-libs/kproperty/kproperty-9999.ebuild b/dev-libs/kproperty/kproperty-3.0.0.ebuild
similarity index 80%
copy from dev-libs/kproperty/kproperty-9999.ebuild
copy to dev-libs/kproperty/kproperty-3.0.0.ebuild
index c95f4e3..6d01cf8 100644
--- a/dev-libs/kproperty/kproperty-9999.ebuild
+++ b/dev-libs/kproperty/kproperty-3.0.0.ebuild
@@ -7,8 +7,10 @@ EAPI=6
inherit kde5
DESCRIPTION="Property editing framework with editor widget similar to Qt Designer"
+[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
+
LICENSE="LGPL-2+"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
diff --git a/dev-libs/kproperty/kproperty-9999.ebuild b/dev-libs/kproperty/kproperty-9999.ebuild
index c95f4e3..c4605f5 100644
--- a/dev-libs/kproperty/kproperty-9999.ebuild
+++ b/dev-libs/kproperty/kproperty-9999.ebuild
@@ -7,6 +7,8 @@ EAPI=6
inherit kde5
DESCRIPTION="Property editing framework with editor widget similar to Qt Designer"
+[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
+
LICENSE="LGPL-2+"
KEYWORDS=""
IUSE=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kproperty/
@ 2016-11-09 13:15 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2016-11-09 13:15 UTC (permalink / raw
To: gentoo-commits
commit: 91495f583aa528476cc6ecf19455c641de3f6bb6
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 13:15:11 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Nov 9 13:15:34 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=91495f58
dev-libs/kproperty: moved to main tree
Package-Manager: portage-2.3.2
dev-libs/kproperty/kproperty-3.0.0.ebuild | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/dev-libs/kproperty/kproperty-3.0.0.ebuild b/dev-libs/kproperty/kproperty-3.0.0.ebuild
deleted file mode 100644
index 6d01cf8..0000000
--- a/dev-libs/kproperty/kproperty-3.0.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Property editing framework with editor widget similar to Qt Designer"
-[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kproperty/
@ 2018-02-01 1:05 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2018-02-01 1:05 UTC (permalink / raw
To: gentoo-commits
commit: 8a27c152d8ac57d4f5d5827d941c892357587cf4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 1 00:05:38 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 1 00:08:20 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8a27c152
dev-libs/kproperty: Restrict tests
Package-Manager: Portage-2.3.21, Repoman-2.3.6
dev-libs/kproperty/kproperty-9999.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-libs/kproperty/kproperty-9999.ebuild b/dev-libs/kproperty/kproperty-9999.ebuild
index b23761dae0..25c59d072d 100644
--- a/dev-libs/kproperty/kproperty-9999.ebuild
+++ b/dev-libs/kproperty/kproperty-9999.ebuild
@@ -21,3 +21,6 @@ DEPEND="
$(add_qt_dep qtwidgets)
"
RDEPEND="${DEPEND}"
+
+# tests require installed headers, bug 636108
+RESTRICT+=" test"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kproperty/
@ 2018-03-18 0:57 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2018-03-18 0:57 UTC (permalink / raw
To: gentoo-commits
commit: 621b22d25597fe8ded667f55d72f4cea8587ecf3
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 00:51:27 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 00:57:42 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=621b22d2
dev-libs/kproperty: introduce subslot
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-libs/kproperty/kproperty-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-libs/kproperty/kproperty-9999.ebuild b/dev-libs/kproperty/kproperty-9999.ebuild
index 25c59d072d..e4036c961e 100644
--- a/dev-libs/kproperty/kproperty-9999.ebuild
+++ b/dev-libs/kproperty/kproperty-9999.ebuild
@@ -9,6 +9,7 @@ DESCRIPTION="Property editing framework with editor widget similar to Qt Designe
[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
LICENSE="LGPL-2+"
+SLOT="5/4"
KEYWORDS=""
IUSE=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kproperty/
@ 2018-07-20 7:30 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2018-07-20 7:30 UTC (permalink / raw
To: gentoo-commits
commit: 8d90699f53b4f0bf8828c06dc28b76b44758de12
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 18 19:20:28 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 07:29:17 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8d90699f
dev-libs/kproperty: Add BUILD_TESTING=true
Closes: https://bugs.gentoo.org/661530
Package-Manager: Portage-2.3.43, Repoman-2.3.10
dev-libs/kproperty/kproperty-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-libs/kproperty/kproperty-9999.ebuild b/dev-libs/kproperty/kproperty-9999.ebuild
index e4036c961e..6f36ba6c00 100644
--- a/dev-libs/kproperty/kproperty-9999.ebuild
+++ b/dev-libs/kproperty/kproperty-9999.ebuild
@@ -3,6 +3,7 @@
EAPI=6
+KDE_TEST="true" # build system adds autotests dir based on BUILD_TESTING value
inherit kde5
DESCRIPTION="Property editing framework with editor widget similar to Qt Designer"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kproperty/
@ 2019-04-18 18:17 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2019-04-18 18:17 UTC (permalink / raw
To: gentoo-commits
commit: fd5053eb8f67da942c5fe8c02021102e5ff35aed
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 17:15:07 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 17:22:00 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fd5053eb
dev-libs/kproperty: Set KDE_QTHELP=true
Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kproperty/kproperty-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-libs/kproperty/kproperty-9999.ebuild b/dev-libs/kproperty/kproperty-9999.ebuild
index 22e8fada3c..ce4b462c9b 100644
--- a/dev-libs/kproperty/kproperty-9999.ebuild
+++ b/dev-libs/kproperty/kproperty-9999.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+KDE_QTHELP="true"
KDE_TEST="true" # build system adds autotests dir based on BUILD_TESTING value
inherit kde5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kproperty/
@ 2020-01-12 13:34 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2020-01-12 13:34 UTC (permalink / raw
To: gentoo-commits
commit: 55a3662f5e29a06a172d829c03d193505a14f233
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 12:51:41 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 13:30:50 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=55a3662f
dev-libs/kproperty: Add HOMEPAGE, drop duplicate KEYWORDS
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kproperty/kproperty-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-libs/kproperty/kproperty-9999.ebuild b/dev-libs/kproperty/kproperty-9999.ebuild
index 9ae704efec..a8454ea85e 100644
--- a/dev-libs/kproperty/kproperty-9999.ebuild
+++ b/dev-libs/kproperty/kproperty-9999.ebuild
@@ -10,6 +10,7 @@ QTMIN=5.12.3
inherit ecm kde.org
DESCRIPTION="Property editing framework with editor widget similar to Qt Designer"
+HOMEPAGE="https://community.kde.org/KProperty"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
@@ -18,8 +19,6 @@ fi
LICENSE="LGPL-2+"
SLOT="5/4"
-KEYWORDS=""
-IUSE=""
DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/kproperty/
@ 2024-10-07 18:59 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2024-10-07 18:59 UTC (permalink / raw
To: gentoo-commits
commit: 4c3176780536a25aadf9090d927e3441016951e3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 18:58:49 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 18:59:20 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4c317678
dev-libs/kproperty: treeclean
Last-rited in ::gentoo, can be re-added if ever ported to KF6.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kproperty/kproperty-9999.ebuild | 34 --------------------------------
dev-libs/kproperty/metadata.xml | 11 -----------
2 files changed, 45 deletions(-)
diff --git a/dev-libs/kproperty/kproperty-9999.ebuild b/dev-libs/kproperty/kproperty-9999.ebuild
deleted file mode 100644
index be54e09844..0000000000
--- a/dev-libs/kproperty/kproperty-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true" # build system adds autotests dir based on BUILD_TESTING value
-KFMIN=5.115.0
-QTMIN=5.15.12
-inherit ecm kde.org
-
-DESCRIPTION="Property editing framework with editor widget similar to Qt Designer"
-HOMEPAGE="https://community.kde.org/KProperty"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2+"
-SLOT="5/4"
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-# tests require installed headers, bug 636108
-RESTRICT="test"
diff --git a/dev-libs/kproperty/metadata.xml b/dev-libs/kproperty/metadata.xml
deleted file mode 100644
index d925f24397..0000000000
--- a/dev-libs/kproperty/metadata.xml
+++ /dev/null
@@ -1,11 +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>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-10-07 18:59 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-07 18:59 [gentoo-commits] proj/kde:master commit in: dev-libs/kproperty/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2020-01-12 13:34 Andreas Sturmlechner
2019-04-18 18:17 Andreas Sturmlechner
2018-07-20 7:30 Andreas Sturmlechner
2018-03-18 0:57 Michael Palimaka
2018-02-01 1:05 Andreas Sturmlechner
2016-11-09 13:15 Michael Palimaka
2016-10-08 16:16 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox