public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde-sunset:master commit in: kde-base/kde1-kdebase/
@ 2018-03-20 18:53 Johannes Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2018-03-20 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     40074dfa072b9d4fb4473cf324f50f54aba0d3c0
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 18:43:57 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 18:52:57 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=40074dfa

kde-base/kde1-kdebase: New package

Import from kde overlay.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 kde-base/kde1-kdebase/kde1-kdebase-9999.ebuild | 29 ++++++++++++++++++++++++++
 kde-base/kde1-kdebase/metadata.xml             |  4 ++++
 2 files changed, 33 insertions(+)

diff --git a/kde-base/kde1-kdebase/kde1-kdebase-9999.ebuild b/kde-base/kde1-kdebase/kde1-kdebase-9999.ebuild
new file mode 100644
index 0000000..a2a43c0
--- /dev/null
+++ b/kde-base/kde1-kdebase/kde1-kdebase-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils git-r3
+
+DESCRIPTION="KDE 1 base applications, adapted to compile on modern systems (circa. 2016)"
+HOMEPAGE="https://quickgit.kde.org/?p=kde1-kdebase.git"
+EGIT_REPO_URI="git://anongit.kde.org/${PN}.git"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	dev-qt/qt1
+	kde-base/kde1-kdelibs
+	x11-libs/libX11
+"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	pushd "${BUILD_DIR}"
+	# don't ask
+	nonfatal emake
+	emake
+}

diff --git a/kde-base/kde1-kdebase/metadata.xml b/kde-base/kde1-kdebase/metadata.xml
new file mode 100644
index 0000000..9fc7ce9
--- /dev/null
+++ b/kde-base/kde1-kdebase/metadata.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!-- maintainer-needed -->
+</pkgmetadata>


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

* [gentoo-commits] proj/kde-sunset:master commit in: kde-base/kde1-kdebase/
@ 2020-12-03  1:04 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2020-12-03  1:04 UTC (permalink / raw
  To: gentoo-commits

commit:     4576c4105d027e6202428601e74f01db31dadafe
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 00:11:53 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 00:45:57 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=4576c410

kde-base/kde1-kdebase: quickgit.kde.org -> invent.kde.org

Fix metadata.xml

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

 kde-base/kde1-kdebase/kde1-kdebase-9999.ebuild | 4 ++--
 kde-base/kde1-kdebase/metadata.xml             | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-base/kde1-kdebase/kde1-kdebase-9999.ebuild b/kde-base/kde1-kdebase/kde1-kdebase-9999.ebuild
index a2a43c0d..3b3be3e9 100644
--- a/kde-base/kde1-kdebase/kde1-kdebase-9999.ebuild
+++ b/kde-base/kde1-kdebase/kde1-kdebase-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit cmake-utils git-r3
 
 DESCRIPTION="KDE 1 base applications, adapted to compile on modern systems (circa. 2016)"
 HOMEPAGE="https://quickgit.kde.org/?p=kde1-kdebase.git"
-EGIT_REPO_URI="git://anongit.kde.org/${PN}.git"
+EGIT_REPO_URI="https://invent.kde.org/historical/kde1-kdebase.git"
 
 LICENSE="GPL-2+"
 SLOT="0"

diff --git a/kde-base/kde1-kdebase/metadata.xml b/kde-base/kde1-kdebase/metadata.xml
index 9fc7ce9e..6f49eba8 100644
--- a/kde-base/kde1-kdebase/metadata.xml
+++ b/kde-base/kde1-kdebase/metadata.xml
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
 <!-- maintainer-needed -->
 </pkgmetadata>


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

* [gentoo-commits] proj/kde-sunset:master commit in: kde-base/kde1-kdebase/
@ 2020-12-03 18:24 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2020-12-03 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     208e7788b3848a0b5fce649494b925deba79a7b7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 17:59:16 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 17:59:16 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=208e7788

kde-base/kde1-kdebase: Fix HOMEPAGE as well

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

 kde-base/kde1-kdebase/kde1-kdebase-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-base/kde1-kdebase/kde1-kdebase-9999.ebuild b/kde-base/kde1-kdebase/kde1-kdebase-9999.ebuild
index 3b3be3e9..81b87fb8 100644
--- a/kde-base/kde1-kdebase/kde1-kdebase-9999.ebuild
+++ b/kde-base/kde1-kdebase/kde1-kdebase-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils git-r3
 
 DESCRIPTION="KDE 1 base applications, adapted to compile on modern systems (circa. 2016)"
-HOMEPAGE="https://quickgit.kde.org/?p=kde1-kdebase.git"
+HOMEPAGE="https://invent.kde.org/historical/kde1-kdebase"
 EGIT_REPO_URI="https://invent.kde.org/historical/kde1-kdebase.git"
 
 LICENSE="GPL-2+"


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

end of thread, other threads:[~2020-12-03 18:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-03 18:24 [gentoo-commits] proj/kde-sunset:master commit in: kde-base/kde1-kdebase/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2020-12-03  1:04 Andreas Sturmlechner
2018-03-20 18:53 Johannes Huber

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