summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-misc/qterm
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-misc/qterm')
-rw-r--r--x11-misc/qterm/Manifest1
-rw-r--r--x11-misc/qterm/files/qterm-0.5.11-gentoo.patch11
-rw-r--r--x11-misc/qterm/files/qterm-0.5.12-glibc216.patch12
-rw-r--r--x11-misc/qterm/files/qterm-0.5.12-qt4.patch11
-rw-r--r--x11-misc/qterm/metadata.xml8
-rw-r--r--x11-misc/qterm/qterm-0.5.12-r1.ebuild41
-rw-r--r--x11-misc/qterm/qterm-0.5.12.ebuild34
7 files changed, 118 insertions, 0 deletions
diff --git a/x11-misc/qterm/Manifest b/x11-misc/qterm/Manifest
new file mode 100644
index 000000000000..0d767abd34bb
--- /dev/null
+++ b/x11-misc/qterm/Manifest
@@ -0,0 +1 @@
+DIST qterm-0.5.12.tar.bz2 749254 SHA256 bd31051a6c117b05fef3ea163480143837c57632a84eab43e8e142860bcab22a SHA512 43f302f28edfb7fe4332d054390011e3eba37863be57191a13cedf2fa76d7b5db53d32947b7acd5e7585f2b0c8afe9b4b43334d86040f1f9249e9e767dd715e8 WHIRLPOOL 77b3fb09ea28901a151f8e0707a107677260a52d38a24427155dfa4e36d208bfc08be4016205d4c4f0c7fd374b967ccfed46271644e6dca2aa6e27ac637a991a
diff --git a/x11-misc/qterm/files/qterm-0.5.11-gentoo.patch b/x11-misc/qterm/files/qterm-0.5.11-gentoo.patch
new file mode 100644
index 000000000000..08a2c90dc397
--- /dev/null
+++ b/x11-misc/qterm/files/qterm-0.5.11-gentoo.patch
@@ -0,0 +1,11 @@
+--- src/qterm.desktop 2009-01-07 03:11:15.000000000 +0900
++++ src/qterm.desktop 2009-10-03 01:30:27.000000000 +0900
+@@ -3,7 +3,7 @@
+ Encoding=UTF-8
+ Type=Application
+ Name=QTerm
+-Exec=qterm -caption "%c" %i %m %u
++Exec=QTerm -caption "%c" %i %m %u
+ GenericName=BBS Client
+ GenericName[zh_CN]=BBS 客户端程序
+ GenericName[zh_TW]=BBS 客戶端程式
diff --git a/x11-misc/qterm/files/qterm-0.5.12-glibc216.patch b/x11-misc/qterm/files/qterm-0.5.12-glibc216.patch
new file mode 100644
index 000000000000..a2f7c3b625c1
--- /dev/null
+++ b/x11-misc/qterm/files/qterm-0.5.12-glibc216.patch
@@ -0,0 +1,12 @@
+diff --git a/src/main.cpp b/src/main.cpp
+index 6c39d4a..859de70 100644
+--- a/src/main.cpp
++++ b/src/main.cpp
+@@ -41,6 +41,7 @@ AUTHOR: kingson fiasco
+ #include <fcntl.h>
+ #include <execinfo.h>
+ #include <signal.h>
++#include <unistd.h>
+
+ #define QTERM_SIG_MAX_RETS 50
+ #define QTERM_SIG_LOG_DIR "/var/tmp"
diff --git a/x11-misc/qterm/files/qterm-0.5.12-qt4.patch b/x11-misc/qterm/files/qterm-0.5.12-qt4.patch
new file mode 100644
index 000000000000..870055461120
--- /dev/null
+++ b/x11-misc/qterm/files/qterm-0.5.12-qt4.patch
@@ -0,0 +1,11 @@
+--- CMakeLists.txt~ 2011-08-18 11:34:04.197046828 +0900
++++ CMakeLists.txt 2011-08-18 11:34:09.557046770 +0900
+@@ -7,7 +7,7 @@
+ set(QTERM_VERSION_RELEASE 12)
+ set(QTERM_VERSION "${QTERM_VERSION_MAJOR}.${QTERM_VERSION_MINOR}.${QTERM_VERSION_RELEASE}" )
+ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
+-find_package(Qt4 REQUIRED)
++# find_package(Qt4 REQUIRED)
+ find_package(KDE4)
+
+ IF(WIN32 AND MSVC)
diff --git a/x11-misc/qterm/metadata.xml b/x11-misc/qterm/metadata.xml
new file mode 100644
index 000000000000..734d356f5763
--- /dev/null
+++ b/x11-misc/qterm/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>cjk</herd>
+ <upstream>
+ <remote-id type="sourceforge">qterm</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-misc/qterm/qterm-0.5.12-r1.ebuild b/x11-misc/qterm/qterm-0.5.12-r1.ebuild
new file mode 100644
index 000000000000..ff3f0daf4bc6
--- /dev/null
+++ b/x11-misc/qterm/qterm-0.5.12-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="A BBS client for Linux"
+HOMEPAGE="http://qterm.sourceforge.net"
+SRC_URI="mirror://sourceforge/qterm/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtcore-4.5:4
+ >=dev-qt/qtdbus-4.5:4
+ >=dev-qt/qtgui-4.5:4[qt3support]
+ >=dev-qt/qtscript-4.5:4
+ dev-libs/openssl:0
+ x11-libs/libX11
+"
+DEPEND="${RDEPEND}
+ kde-base/kdelibs
+ dev-qt/qthelp:4
+ dev-qt/qtwebkit:4"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.5.11-gentoo.patch"
+ "${FILESDIR}/${P}-qt4.patch"
+ "${FILESDIR}/${P}-glibc216.patch"
+)
+
+src_install() {
+ cmake-utils_src_install
+ mv "${D}"/usr/bin/qterm "${D}"/usr/bin/QTerm || die
+ dodoc README TODO
+}
diff --git a/x11-misc/qterm/qterm-0.5.12.ebuild b/x11-misc/qterm/qterm-0.5.12.ebuild
new file mode 100644
index 000000000000..2c9c7826656c
--- /dev/null
+++ b/x11-misc/qterm/qterm-0.5.12.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=3
+inherit cmake-utils eutils
+
+DESCRIPTION="A BBS client for Linux"
+HOMEPAGE="http://qterm.sourceforge.net"
+SRC_URI="mirror://sourceforge/qterm/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+IUSE=""
+
+RDEPEND=">=dev-qt/qtgui-4.5:4[qt3support]
+ dev-libs/openssl"
+DEPEND="${RDEPEND}
+ kde-base/kdelibs
+ dev-qt/qthelp:4
+ dev-qt/qtwebkit:4"
+
+src_prepare() {
+ epatch "${FILESDIR}"/"${PN}"-0.5.11-gentoo.patch \
+ "${FILESDIR}"/${P}-qt4.patch \
+ "${FILESDIR}"/${P}-glibc216.patch
+}
+
+src_install() {
+ cmake-utils_src_install
+ mv "${D}"/usr/bin/qterm "${D}"/usr/bin/QTerm || die
+ dodoc README TODO
+}