From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: dev-qt/qt1/
Date: Sun, 6 Nov 2016 11:12:45 +0000 (UTC) [thread overview]
Message-ID: <1478430751.66b1eb9bdc08eb31a611b46cf47975e4c335ff58.kensington@gentoo> (raw)
commit: 66b1eb9bdc08eb31a611b46cf47975e4c335ff58
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 10:53:53 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 11:12:31 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=66b1eb9b
dev-qt/qt1: new package
Package-Manager: portage-2.3.2
dev-qt/qt1/metadata.xml | 8 ++++++++
dev-qt/qt1/qt1-9999.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/dev-qt/qt1/metadata.xml b/dev-qt/qt1/metadata.xml
new file mode 100644
index 0000000..2fdbf33
--- /dev/null
+++ b/dev-qt/qt1/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
diff --git a/dev-qt/qt1/qt1-9999.ebuild b/dev-qt/qt1/qt1-9999.ebuild
new file mode 100644
index 0000000..fc258d5
--- /dev/null
+++ b/dev-qt/qt1/qt1-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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/*
+}
next reply other threads:[~2016-11-06 11:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-06 11:12 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-03-20 18:53 [gentoo-commits] proj/kde:master commit in: dev-qt/qt1/ Johannes Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1478430751.66b1eb9bdc08eb31a611b46cf47975e4c335ff58.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox