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

commit:     70587715ee79f943957a18ed9c131cf120eb2615
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 18:42:04 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 18:51:38 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=70587715

dev-qt/qt1: New package

Import from kde overlay.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-qt/qt1/metadata.xml    |  5 +++++
 dev-qt/qt1/qt1-9999.ebuild | 44 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-qt/qt1/metadata.xml b/dev-qt/qt1/metadata.xml
new file mode 100644
index 0000000..6f49eba
--- /dev/null
+++ b/dev-qt/qt1/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<!-- maintainer-needed -->
+</pkgmetadata>

diff --git a/dev-qt/qt1/qt1-9999.ebuild b/dev-qt/qt1/qt1-9999.ebuild
new file mode 100644
index 0000000..2cd9f17
--- /dev/null
+++ b/dev-qt/qt1/qt1-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit git-r3 toolchain-funcs
+
+DESCRIPTION="Historical copy of Qt 1, adapted to compile on modern systems (circa. 2016)"
+HOMEPAGE="https://quickgit.kde.org/?p=qt1.git"
+EGIT_REPO_URI="git://anongit.kde.org/${PN}.git"
+
+LICENSE="Qt-Free-Edition"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	x11-libs/libX11
+	x11-libs/libXext
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+	sed -i configs/linux-g++-shared \
+		-e '/SYSCONF_LFLAGS_QT/s/lib/src/' \
+		-e "/SYSCONF_CXX/s/g++/$(tc-getCC)/" \
+		|| die
+}
+
+src_compile() {
+	export QTDIR="${S}"
+	emake linux-g++-shared
+	emake
+}
+
+src_install() {
+	into /opt/qt1
+	dobin bin/moc
+	dolib src/libqt.so*
+
+	insinto /opt/qt1/include
+	doins include/*
+}


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

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

commit:     1f9f7f1ff2613399fd47ce2f2d5a4d7bd63da2a8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 18:00:18 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 18:00:18 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=1f9f7f1f

dev-qt/qt1: quickgit.kde.org -> invent.kde.org

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

 dev-qt/qt1/qt1-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qt1/qt1-9999.ebuild b/dev-qt/qt1/qt1-9999.ebuild
index 2cd9f175..4fcaae31 100644
--- a/dev-qt/qt1/qt1-9999.ebuild
+++ b/dev-qt/qt1/qt1-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
@@ -6,8 +6,8 @@ EAPI=6
 inherit git-r3 toolchain-funcs
 
 DESCRIPTION="Historical copy of Qt 1, adapted to compile on modern systems (circa. 2016)"
-HOMEPAGE="https://quickgit.kde.org/?p=qt1.git"
-EGIT_REPO_URI="git://anongit.kde.org/${PN}.git"
+HOMEPAGE="https://invent.kde.org/historical/qt1"
+EGIT_REPO_URI="https://invent.kde.org/historical/qt1.git"
 
 LICENSE="Qt-Free-Edition"
 SLOT="0"


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

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

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

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