* [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-upload/
@ 2015-12-02 11:03 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-12-02 11:03 UTC (permalink / raw
To: gentoo-commits
commit: 5333a24247964cf08237b5bc9ec1383e98e968ed
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Dec 1 18:09:44 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec 1 18:09:44 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5333a242
dev-util/kdevelop-upload: New package
Package-Manager: portage-2.2.26
.../kdevelop-upload/kdevelop-upload-9999.ebuild | 38 ++++++++++++++++++++++
dev-util/kdevelop-upload/metadata.xml | 5 +++
2 files changed, 43 insertions(+)
diff --git a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
new file mode 100644
index 0000000..5b05317
--- /dev/null
+++ b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDEBASE="kdevelop"
+KDE_PUNT_BOGUS_DEPS="true"
+KMNAME="kdev-upload"
+inherit kde5
+
+DESCRIPTION="Plugin for uploading files to a remote server"
+LICENSE="GPL-2"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemmodels)
+ $(add_frameworks_dep kjobwidgets)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktexteditor)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-util/kdevplatform:5
+"
+RDEPEND="${DEPEND}
+ dev-util/kdevelop:5
+"
diff --git a/dev-util/kdevelop-upload/metadata.xml b/dev-util/kdevelop-upload/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/dev-util/kdevelop-upload/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-upload/
@ 2016-03-24 20:59 Johannes Huber
0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2016-03-24 20:59 UTC (permalink / raw
To: gentoo-commits
commit: ff87db656afe182ad79ec09d45dc2ef9a3609ec0
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 20:23:53 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 20:23:53 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ff87db65
dev-util/kdevelop-upload: EAPI 6
Package-Manager: portage-2.2.28
dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
index 8eb230f..8cfb916 100644
--- a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
+++ b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
KDEBASE="kdevelop"
KDE_PUNT_BOGUS_DEPS="true"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-upload/
@ 2016-03-26 18:57 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2016-03-26 18:57 UTC (permalink / raw
To: gentoo-commits
commit: 3ed0f9aeb5b42e257ef11e52957c05f0bfcb3c94
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 18:53:45 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 18:57:19 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ed0f9ae
dev-util/kdevelop-upload: drop unneeded KDE_PUNT_BOGUS_DEPS
Upstream-commit: 4e9841e0fdce2c4320b943737aa9602fc6b52330
Package-Manager: portage-2.2.28
dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
index 8cfb916..b1d9345 100644
--- a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
+++ b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
@@ -5,7 +5,6 @@
EAPI=6
KDEBASE="kdevelop"
-KDE_PUNT_BOGUS_DEPS="true"
KMNAME="kdev-upload"
inherit kde5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-upload/
@ 2016-05-14 11:32 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 8+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2016-05-14 11:32 UTC (permalink / raw
To: gentoo-commits
commit: 1b9a31b3cc65efc02b3548c0de05a7d88920dddd
Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Sat May 14 11:31:54 2016 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Sat May 14 11:31:54 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1b9a31b3
dev-util/kdevelop-upload: fixed compilation
Signed-off-by: Vadim A. Misbakh-Soloviov <git <AT> mva.name>
dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
index b1d9345..6e597a3 100644
--- a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
+++ b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
@@ -19,6 +19,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep kitemmodels)
@@ -35,3 +36,8 @@ DEPEND="
RDEPEND="${DEPEND}
dev-util/kdevelop:5
"
+
+src_configure() {
+ append-cppflags -I/usr/include/KF5/KDELibs4Support
+ kde5_src_configure
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-upload/
@ 2017-04-15 23:15 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2017-04-15 23:15 UTC (permalink / raw
To: gentoo-commits
commit: c6e358c055b46ecde099790fbafdcbe31ee7a53a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 23:04:39 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 23:04:39 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c6e358c0
dev-util/kdevelop-upload: Drop unused DEPENDs
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
index e1f1be8c01..528ec44061 100644
--- a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
+++ b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
@@ -18,14 +18,9 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
- $(add_frameworks_dep kitemmodels)
$(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktexteditor)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_qt_dep qtgui)
@@ -35,8 +30,3 @@ DEPEND="
RDEPEND="${DEPEND}
dev-util/kdevelop:5
"
-
-src_configure() {
- append-cppflags -I/usr/include/KF5/KDELibs4Support
- kde5_src_configure
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-upload/
@ 2019-03-17 18:31 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2019-03-17 18:31 UTC (permalink / raw
To: gentoo-commits
commit: 621070b378dd6c98cf56296af9fbf732d27f40ac
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 15:45:20 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 15:45:20 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=621070b3
dev-util/kdevelop-upload: Drop KDEBASE=kdevelop, add HOMEPAGE
KDEBASE=kdevelop did nothing for this package.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
index 5de5637531..3887c6e10f 100644
--- a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
+++ b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
@@ -3,11 +3,11 @@
EAPI=7
-KDEBASE="kdevelop"
KMNAME="kdev-upload"
inherit kde5
DESCRIPTION="Plugin for uploading files to a remote server"
+HOMEPAGE="https://www.kdevelop.org/"
LICENSE="GPL-2"
KEYWORDS=""
IUSE=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-upload/
@ 2023-01-09 19:38 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2023-01-09 19:38 UTC (permalink / raw
To: gentoo-commits
commit: 1085e7ba6f02aaba601d0563e080693b0ad14cdd
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Nov 12 16:21:08 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 9 19:37:18 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1085e7ba
dev-util/kdevelop-upload: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
index 8673723e6b..b59d7aa6ae 100644
--- a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
+++ b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
@@ -10,7 +10,7 @@ QTMIN=5.15.5
inherit ecm kde.org
DESCRIPTION="Plugin for uploading files to a remote server"
-HOMEPAGE="https://kdevelop.org/"
+HOMEPAGE="https://www.kdevelop.org/"
LICENSE="GPL-2"
SLOT="5"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-upload/
@ 2024-09-09 14:39 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2024-09-09 14:39 UTC (permalink / raw
To: gentoo-commits
commit: b3840eae7e88c981849eaf6a08a8baef630f6b93
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 9 14:39:31 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 9 14:39:31 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b3840eae
dev-util/kdevelop-upload: treeclean
Still Qt5-based in git master.
Build was even broken before kdevplatform switch to Qt6, see also:
https://invent.kde.org/kdevelop/kdev-upload/-/issues/2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kdevelop-upload/kdevelop-upload-9999.ebuild | 35 ----------------------
dev-util/kdevelop-upload/metadata.xml | 11 -------
2 files changed, 46 deletions(-)
diff --git a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
deleted file mode 100644
index f1112afc17..0000000000
--- a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="kdevelop"
-KDE_ORG_NAME="kdev-upload"
-KFMIN=5.115.0
-QTMIN=5.15.12
-inherit ecm kde.org
-
-DESCRIPTION="Plugin for uploading files to a remote server"
-HOMEPAGE="https://www.kdevelop.org/"
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- dev-util/kdevelop:5=
- >=kde-frameworks/kcmutils-${KFMIN}: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/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
diff --git a/dev-util/kdevelop-upload/metadata.xml b/dev-util/kdevelop-upload/metadata.xml
deleted file mode 100644
index d925f24397..0000000000
--- a/dev-util/kdevelop-upload/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-09-09 14:40 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-09 19:38 [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-upload/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-09-09 14:39 Andreas Sturmlechner
2019-03-17 18:31 Andreas Sturmlechner
2017-04-15 23:15 Andreas Sturmlechner
2016-05-14 11:32 Vadim A. Misbakh-Soloviov
2016-03-26 18:57 Michael Palimaka
2016-03-24 20:59 Johannes Huber
2015-12-02 11:03 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox