* [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-go/
@ 2015-07-22 21:04 Johannes Huber
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2015-07-22 21:04 UTC (permalink / raw
To: gentoo-commits
commit: e87c70ac0b4e792e2ace8c6584fc21c1a17744f3
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Jul 22 20:37:49 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul 22 20:37:49 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e87c70ac
[dev-util/kdevelop-go] New package
Package-Manager: portage-2.2.20
dev-util/kdevelop-go/kdevelop-go-9999.ebuild | 34 ++++++++++++++++++++++++++++
dev-util/kdevelop-go/metadata.xml | 5 ++++
2 files changed, 39 insertions(+)
diff --git a/dev-util/kdevelop-go/kdevelop-go-9999.ebuild b/dev-util/kdevelop-go/kdevelop-go-9999.ebuild
new file mode 100644
index 0000000..fd25759
--- /dev/null
+++ b/dev-util/kdevelop-go/kdevelop-go-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDEBASE="kdevelop"
+KMNAME="kdev-go"
+inherit kde5
+
+DESCRIPTION="Go language support for KDevelop"
+LICENSE="GPL-2"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep ktexteditor)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep threadweaver)
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-util/kdevplatform:5
+"
+DEPEND="${COMMON_DEPEND}
+ dev-util/kdevelop-pg-qt:5
+"
+RDEPEND="${COMMON_DEPEND}
+ dev-lang/go
+ dev-util/kdevelop:5
+"
+
+DOCS=( README.md )
diff --git a/dev-util/kdevelop-go/metadata.xml b/dev-util/kdevelop-go/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/dev-util/kdevelop-go/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] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-go/
@ 2016-03-24 20:59 Johannes Huber
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2016-03-24 20:59 UTC (permalink / raw
To: gentoo-commits
commit: d735bc1b5e87742ff5fd70ee5f78281d6797a595
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 20:07:27 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 20:07:27 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d735bc1b
dev-util/kdevelop-go: EAPI 6
Package-Manager: portage-2.2.28
dev-util/kdevelop-go/kdevelop-go-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/kdevelop-go/kdevelop-go-9999.ebuild b/dev-util/kdevelop-go/kdevelop-go-9999.ebuild
index 5452dc2..08aa901 100644
--- a/dev-util/kdevelop-go/kdevelop-go-9999.ebuild
+++ b/dev-util/kdevelop-go/kdevelop-go-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
KDEBASE="kdevelop"
KMNAME="kdev-go"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-go/
@ 2018-10-13 20:16 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2018-10-13 20:16 UTC (permalink / raw
To: gentoo-commits
commit: de6c82ca508d15aa711455b13aebaf75d902149b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 20:15:38 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 20:15:38 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=de6c82ca
dev-util/kdevelop-go: Fix build with tests enabled
Closes: https://bugs.gentoo.org/651088
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-util/kdevelop-go/kdevelop-go-9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-util/kdevelop-go/kdevelop-go-9999.ebuild b/dev-util/kdevelop-go/kdevelop-go-9999.ebuild
index 3c248697b0..519cfb456e 100644
--- a/dev-util/kdevelop-go/kdevelop-go-9999.ebuild
+++ b/dev-util/kdevelop-go/kdevelop-go-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Go language support for KDevelop"
LICENSE="GPL-2"
KEYWORDS=""
-IUSE=""
+IUSE="test"
COMMON_DEPEND="
$(add_frameworks_dep kcoreaddons)
@@ -24,6 +24,7 @@ COMMON_DEPEND="
"
DEPEND="${COMMON_DEPEND}
dev-util/kdevelop-pg-qt:5
+ test? ( dev-util/kdevelop:5[test] )
"
RDEPEND="${COMMON_DEPEND}
dev-lang/go
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-go/
@ 2019-03-17 18:31 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2019-03-17 18:31 UTC (permalink / raw
To: gentoo-commits
commit: 71edb2b54bcc0d08078fc402646edb7393bc359f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 15:56:47 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 15:56:47 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=71edb2b5
dev-util/kdevelop-go: 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-go/kdevelop-go-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/kdevelop-go/kdevelop-go-9999.ebuild b/dev-util/kdevelop-go/kdevelop-go-9999.ebuild
index 87fe858e9e..8aaf0a830a 100644
--- a/dev-util/kdevelop-go/kdevelop-go-9999.ebuild
+++ b/dev-util/kdevelop-go/kdevelop-go-9999.ebuild
@@ -3,11 +3,11 @@
EAPI=7
-KDEBASE="kdevelop"
KMNAME="kdev-go"
inherit kde5
DESCRIPTION="Go language support for KDevelop"
+HOMEPAGE="https://www.kdevelop.org/"
LICENSE="GPL-2"
KEYWORDS=""
IUSE="test"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-go/
@ 2019-07-24 11:10 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2019-07-24 11:10 UTC (permalink / raw
To: gentoo-commits
commit: 0a9804d44f9f344c2d58520af3a001b808db9d0b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 11:04:52 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 11:09:29 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0a9804d4
dev-util/kdevelop-go: Drop unmaintained package
Upstream commit 35d67822a5d8ba37d68b99bbd2ca432a8994b36f
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-util/kdevelop-go/kdevelop-go-9999.ebuild | 35 ----------------------------
dev-util/kdevelop-go/metadata.xml | 8 -------
2 files changed, 43 deletions(-)
diff --git a/dev-util/kdevelop-go/kdevelop-go-9999.ebuild b/dev-util/kdevelop-go/kdevelop-go-9999.ebuild
deleted file mode 100644
index 8aaf0a830a..0000000000
--- a/dev-util/kdevelop-go/kdevelop-go-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KMNAME="kdev-go"
-inherit kde5
-
-DESCRIPTION="Go language support for KDevelop"
-HOMEPAGE="https://www.kdevelop.org/"
-LICENSE="GPL-2"
-KEYWORDS=""
-IUSE="test"
-
-BDEPEND="
- test? ( dev-util/kdevelop:5[test] )
-"
-COMMON_DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep ktexteditor)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep threadweaver)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- dev-util/kdevelop:5
-"
-DEPEND="${COMMON_DEPEND}
- dev-util/kdevelop-pg-qt:5
-"
-RDEPEND="${COMMON_DEPEND}
- dev-lang/go
-"
-
-DOCS=( README.md )
diff --git a/dev-util/kdevelop-go/metadata.xml b/dev-util/kdevelop-go/metadata.xml
deleted file mode 100644
index 2fdbf33d96..0000000000
--- a/dev-util/kdevelop-go/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-07-24 11:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-13 20:16 [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-go/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2019-07-24 11:10 Andreas Sturmlechner
2019-03-17 18:31 Andreas Sturmlechner
2016-03-24 20:59 Johannes Huber
2015-07-22 21:04 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox