public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: net-misc/qrdc/
@ 2012-03-10  8:23 Ben de Groot
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot @ 2012-03-10  8:23 UTC (permalink / raw
  To: gentoo-commits

commit:     13a4d8abf307c65c9f5f33b4e2b2114bce215190
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Sat Mar 10 08:23:28 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Sat Mar 10 08:23:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=13a4d8ab

net-misc/qrdc: initial commit, based on ebuild by M from forums

---
 net-misc/qrdc/metadata.xml     |    5 +++++
 net-misc/qrdc/qrdc-9999.ebuild |   21 +++++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/net-misc/qrdc/metadata.xml b/net-misc/qrdc/metadata.xml
new file mode 100644
index 0000000..ab02f99
--- /dev/null
+++ b/net-misc/qrdc/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>qt</herd>
+</pkgmetadata>

diff --git a/net-misc/qrdc/qrdc-9999.ebuild b/net-misc/qrdc/qrdc-9999.ebuild
new file mode 100644
index 0000000..39d17d2
--- /dev/null
+++ b/net-misc/qrdc/qrdc-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit qt4-r2 subversion
+
+DESCRIPTION="Small RDC client"
+HOMEPAGE="http://code.google.com/p/qtdesktop/"
+ESVN_REPO_URI="http://qtdesktop.googlecode.com/svn/trunk/qrdc"
+ESVN_PROJECT="qrdc"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE="debug"
+
+DEPEND="x11-libs/qt-gui:4
+	x11-libs/qt-sql:4"
+RDEPEND="${DEPEND}"



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

* [gentoo-commits] proj/qt:master commit in: net-misc/qrdc/
@ 2012-08-30 16:39 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2012-08-30 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     f6262df0db0c2beb7eaade295b83587a477d0e8b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 30 16:38:13 2012 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 16:38:13 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f6262df0

[net-misc/qrdc] Restrict parallel build for now, wrt bug #431498.

(Portage version: 2.1.11.12/git/Linux x86_64, unsigned Manifest commit)

---
 net-misc/qrdc/qrdc-9999.ebuild |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/net-misc/qrdc/qrdc-9999.ebuild b/net-misc/qrdc/qrdc-9999.ebuild
index 39d17d2..fa51ceb 100644
--- a/net-misc/qrdc/qrdc-9999.ebuild
+++ b/net-misc/qrdc/qrdc-9999.ebuild
@@ -19,3 +19,7 @@ IUSE="debug"
 DEPEND="x11-libs/qt-gui:4
 	x11-libs/qt-sql:4"
 RDEPEND="${DEPEND}"
+
+src_compile() {
+	emake -j1
+}


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

* [gentoo-commits] proj/qt:master commit in: net-misc/qrdc/
@ 2015-10-31 15:49 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2015-10-31 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a9a62c34ef7da48c8db7c6a167a5dc2fa70849e0
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 15:43:56 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 15:49:09 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=a9a62c34

net-misc/qrdc: dead upstream

 net-misc/qrdc/metadata.xml     |  5 -----
 net-misc/qrdc/qrdc-9999.ebuild | 25 -------------------------
 2 files changed, 30 deletions(-)

diff --git a/net-misc/qrdc/metadata.xml b/net-misc/qrdc/metadata.xml
deleted file mode 100644
index ab02f99..0000000
--- a/net-misc/qrdc/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>qt</herd>
-</pkgmetadata>

diff --git a/net-misc/qrdc/qrdc-9999.ebuild b/net-misc/qrdc/qrdc-9999.ebuild
deleted file mode 100644
index 5e66314..0000000
--- a/net-misc/qrdc/qrdc-9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit qt4-r2 subversion
-
-DESCRIPTION="Small RDC client"
-HOMEPAGE="http://code.google.com/p/qtdesktop/"
-ESVN_REPO_URI="http://qtdesktop.googlecode.com/svn/trunk/qrdc"
-ESVN_PROJECT="qrdc"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="dev-qt/qtgui:4
-	dev-qt/qtsql:4"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-	emake -j1
-}


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

end of thread, other threads:[~2015-10-31 15:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-10  8:23 [gentoo-commits] proj/qt:master commit in: net-misc/qrdc/ Ben de Groot
  -- strict thread matches above, loose matches on Subject: below --
2012-08-30 16:39 Michael Palimaka
2015-10-31 15:49 Michael Palimaka

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