public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: app-text/qpdfview/
@ 2012-06-08  4:24 Ben de Groot
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot @ 2012-06-08  4:24 UTC (permalink / raw
  To: gentoo-commits

commit:     3b0bd8a0209321c55bf1fdf810607b7d67449ca6
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Fri Jun  8 04:22:53 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Fri Jun  8 04:22:53 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=3b0bd8a0

app-text/qpdfview: add 0.3_beta2.ebuild

This currently has a cups dependency, which should be made optional
before it goes to gx86.

---
 app-text/qpdfview/Manifest                  |    1 +
 app-text/qpdfview/metadata.xml              |    9 +++++++++
 app-text/qpdfview/qpdfview-0.3_beta2.ebuild |   24 ++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
new file mode 100644
index 0000000..a3961a9
--- /dev/null
+++ b/app-text/qpdfview/Manifest
@@ -0,0 +1 @@
+DIST qpdfview-0.3beta2.tar.gz 82515 SHA256 9def0270e092b3f195047dc0fd368006c8f3e63fe7602d77c4890f36708191db SHA512 6f068cd9263dd09ad3eebaa0d8342d8987f79a0020c0b2f63ea0cfab62bd10253870d9a3b27a1297d1d98045ca4409dec3c95285dde95ddc1db0573567d51d8b WHIRLPOOL 4078a7b911b73d02ce3d3fea63a81fc0c500796cdfd3f507a14df4e16d0d7daa97c1e1a5dc3f46eb95775839840d460dd0b2efc846d63a5d2164af7f9d96b14b

diff --git a/app-text/qpdfview/metadata.xml b/app-text/qpdfview/metadata.xml
new file mode 100644
index 0000000..7ce2704
--- /dev/null
+++ b/app-text/qpdfview/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>qt</herd>
+  <maintainer>
+    <email>ssuominen@gentoo.org</email>
+    <name>Samuli Suominen</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/app-text/qpdfview/qpdfview-0.3_beta2.ebuild b/app-text/qpdfview/qpdfview-0.3_beta2.ebuild
new file mode 100644
index 0000000..e5f2aa1
--- /dev/null
+++ b/app-text/qpdfview/qpdfview-0.3_beta2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.2.2.ebuild,v 1.1 2012/05/05 14:19:10 yngwin Exp $
+
+EAPI=4
+inherit qt4-r2
+
+DESCRIPTION="A tabbed PDF viewer using the poppler library"
+HOMEPAGE="http://launchpad.net/qpdfview"
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV/_}/+download/${P/_}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-text/poppler[qt4]
+	x11-libs/qt-core:4
+	x11-libs/qt-gui:4"
+DEPEND="${RDEPEND}"
+
+DOCS="README TODO"
+
+S=${WORKDIR}/${P/_}



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

* [gentoo-commits] proj/qt:master commit in: app-text/qpdfview/
@ 2012-06-11 15:55 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2012-06-11 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     2d929d59a119ba2d045acecebcf4f3682a750276
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 11 15:54:03 2012 +0000
Commit:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Mon Jun 11 15:54:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2d929d59

[app-text/qpdfview] Add cups and dbus use flags, and add missing dep on virtual/pkgconfig.

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

---
 app-text/qpdfview/qpdfview-0.3_beta2.ebuild |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/app-text/qpdfview/qpdfview-0.3_beta2.ebuild b/app-text/qpdfview/qpdfview-0.3_beta2.ebuild
index e5f2aa1..cf35417 100644
--- a/app-text/qpdfview/qpdfview-0.3_beta2.ebuild
+++ b/app-text/qpdfview/qpdfview-0.3_beta2.ebuild
@@ -12,13 +12,30 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV/_}/+download/${P/_}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="cups dbus"
 
-RDEPEND="app-text/poppler[qt4]
+RDEPEND="cups? ( net-print/cups )
+	dbus? ( x11-libs/qt-dbus:4 )
+	app-text/poppler[qt4]
 	x11-libs/qt-core:4
 	x11-libs/qt-gui:4"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
 
 DOCS="README TODO"
 
 S=${WORKDIR}/${P/_}
+
+src_configure() {
+	local config
+
+	if ! use cups ; then
+		config+=" without_cups"
+	fi
+
+	if ! use dbus ; then
+		config+=" without_dbus"
+	fi
+
+	eqmake4 CONFIG+="${config}"
+}



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

* [gentoo-commits] proj/qt:master commit in: app-text/qpdfview/
@ 2012-06-12  5:20 Ben de Groot
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot @ 2012-06-12  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     af07106a7ec9e0ddf475156d02f64910160041ba
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Tue Jun 12 05:20:08 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Tue Jun 12 05:20:08 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=af07106a

app-text/qpdfview: remove, because committed to gx86

---
 app-text/qpdfview/Manifest                  |    1 -
 app-text/qpdfview/metadata.xml              |    9 ------
 app-text/qpdfview/qpdfview-0.3_beta2.ebuild |   41 ---------------------------
 3 files changed, 0 insertions(+), 51 deletions(-)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
deleted file mode 100644
index a3961a9..0000000
--- a/app-text/qpdfview/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qpdfview-0.3beta2.tar.gz 82515 SHA256 9def0270e092b3f195047dc0fd368006c8f3e63fe7602d77c4890f36708191db SHA512 6f068cd9263dd09ad3eebaa0d8342d8987f79a0020c0b2f63ea0cfab62bd10253870d9a3b27a1297d1d98045ca4409dec3c95285dde95ddc1db0573567d51d8b WHIRLPOOL 4078a7b911b73d02ce3d3fea63a81fc0c500796cdfd3f507a14df4e16d0d7daa97c1e1a5dc3f46eb95775839840d460dd0b2efc846d63a5d2164af7f9d96b14b

diff --git a/app-text/qpdfview/metadata.xml b/app-text/qpdfview/metadata.xml
deleted file mode 100644
index 7ce2704..0000000
--- a/app-text/qpdfview/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>qt</herd>
-  <maintainer>
-    <email>ssuominen@gentoo.org</email>
-    <name>Samuli Suominen</name>
-  </maintainer>
-</pkgmetadata>

diff --git a/app-text/qpdfview/qpdfview-0.3_beta2.ebuild b/app-text/qpdfview/qpdfview-0.3_beta2.ebuild
deleted file mode 100644
index cf35417..0000000
--- a/app-text/qpdfview/qpdfview-0.3_beta2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.2.2.ebuild,v 1.1 2012/05/05 14:19:10 yngwin Exp $
-
-EAPI=4
-inherit qt4-r2
-
-DESCRIPTION="A tabbed PDF viewer using the poppler library"
-HOMEPAGE="http://launchpad.net/qpdfview"
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV/_}/+download/${P/_}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cups dbus"
-
-RDEPEND="cups? ( net-print/cups )
-	dbus? ( x11-libs/qt-dbus:4 )
-	app-text/poppler[qt4]
-	x11-libs/qt-core:4
-	x11-libs/qt-gui:4"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS="README TODO"
-
-S=${WORKDIR}/${P/_}
-
-src_configure() {
-	local config
-
-	if ! use cups ; then
-		config+=" without_cups"
-	fi
-
-	if ! use dbus ; then
-		config+=" without_dbus"
-	fi
-
-	eqmake4 CONFIG+="${config}"
-}



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

end of thread, other threads:[~2012-06-12  5:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-12  5:20 [gentoo-commits] proj/qt:master commit in: app-text/qpdfview/ Ben de Groot
  -- strict thread matches above, loose matches on Subject: below --
2012-06-11 15:55 Michael Palimaka
2012-06-08  4:24 Ben de Groot

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