public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: x11-misc/dspdfviewer/
@ 2013-06-22  2:08 Sebastian Pipping
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2013-06-22  2:08 UTC (permalink / raw
  To: gentoo-commits

commit:     6d9c24973b2567facc87faa9dc67c8d54c46aeb5
Author:     Andrew Karpow <andy <AT> mailbox <DOT> tu-berlin <DOT> de>
AuthorDate: Sat Jun 22 02:06:58 2013 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 02:06:58 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=6d9c2497

x11-misc/dspdfviewer: 1.10

---
 x11-misc/dspdfviewer/dspdfviewer-1.10.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/x11-misc/dspdfviewer/dspdfviewer-1.10.ebuild b/x11-misc/dspdfviewer/dspdfviewer-1.10.ebuild
new file mode 100644
index 0000000..8a1eb8f
--- /dev/null
+++ b/x11-misc/dspdfviewer/dspdfviewer-1.10.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit cmake-utils
+
+DESCRIPTION="Dual-Screen PDF Viewer for latex-beamer"
+HOMEPAGE="https://github.com/dannyedel/dspdfviewer"
+SRC_URI="https://github.com/dannyedel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-qt/qtcore-4.5.0:4
+	>=dev-libs/boost-1.52.0-r6
+	app-text/poppler[qt4]"
+RDEPEND="${DEPEND}"
+


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

* [gentoo-commits] proj/betagarden:master commit in: x11-misc/dspdfviewer/
@ 2013-10-13 14:56 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2013-10-13 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1086637e5c6f0b62dc92fdbf9e2d2228905ecaf6
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 14:48:43 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 14:48:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=1086637e

x11-misc/dspdfviewer: QA fixes

Package-Manager: portage-2.2.7

---
 x11-misc/dspdfviewer/ChangeLog               | 8 ++++++++
 x11-misc/dspdfviewer/dspdfviewer-1.10.ebuild | 6 +++---
 x11-misc/dspdfviewer/metadata.xml            | 7 +++++++
 3 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/x11-misc/dspdfviewer/ChangeLog b/x11-misc/dspdfviewer/ChangeLog
new file mode 100644
index 0000000..55f8d8b
--- /dev/null
+++ b/x11-misc/dspdfviewer/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for x11-misc/dspdfviewer
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  13 Oct 2013; Justin Lecher <jlec@gentoo.org> dspdfviewer-1.10.ebuild,
+  +metadata.xml:
+  QA fixes
+

diff --git a/x11-misc/dspdfviewer/dspdfviewer-1.10.ebuild b/x11-misc/dspdfviewer/dspdfviewer-1.10.ebuild
index 8a1eb8f..939db6a 100644
--- a/x11-misc/dspdfviewer/dspdfviewer-1.10.ebuild
+++ b/x11-misc/dspdfviewer/dspdfviewer-1.10.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 inherit cmake-utils
 
@@ -15,8 +15,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=">=dev-qt/qtcore-4.5.0:4
+DEPEND="
+	>=dev-qt/qtcore-4.5.0:4
 	>=dev-libs/boost-1.52.0-r6
 	app-text/poppler[qt4]"
 RDEPEND="${DEPEND}"
-

diff --git a/x11-misc/dspdfviewer/metadata.xml b/x11-misc/dspdfviewer/metadata.xml
new file mode 100644
index 0000000..a759be0
--- /dev/null
+++ b/x11-misc/dspdfviewer/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer>
+    <email>maintainer-wanted@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] proj/betagarden:master commit in: x11-misc/dspdfviewer/
@ 2013-11-03 18:22 Sebastian Pipping
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2013-11-03 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     d095c1c8092b5cda901d7a9d0ddc60868011b422
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sun Nov  3 18:21:58 2013 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 18:21:58 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=d095c1c8

x11-misc/dspdfviewer: 1.10.1 for real

---
 x11-misc/dspdfviewer/dspdfviewer-1.10.1.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/x11-misc/dspdfviewer/dspdfviewer-1.10.1.ebuild b/x11-misc/dspdfviewer/dspdfviewer-1.10.1.ebuild
new file mode 100644
index 0000000..c11669d
--- /dev/null
+++ b/x11-misc/dspdfviewer/dspdfviewer-1.10.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="Dual-Screen PDF Viewer for latex-beamer"
+HOMEPAGE="https://github.com/dannyedel/dspdfviewer"
+SRC_URI="https://github.com/dannyedel/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtcore-4.5.0:4
+	>=dev-libs/boost-1.52.0-r6
+	app-text/poppler[qt4]"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/betagarden:master commit in: x11-misc/dspdfviewer/
@ 2015-06-06  9:45 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-06-06  9:45 UTC (permalink / raw
  To: gentoo-commits

commit:     dd85f29d025a334ea6b3e15bd26583ac93828bef
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  6 09:45:07 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 09:45:07 2015 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=dd85f29d

x11-misc/dspdfviewer: Add github to remote-id in metadata.xml

Package-Manager: portage-2.2.20

 x11-misc/dspdfviewer/ChangeLog    | 6 ++++--
 x11-misc/dspdfviewer/metadata.xml | 3 +++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/x11-misc/dspdfviewer/ChangeLog b/x11-misc/dspdfviewer/ChangeLog
index 55f8d8b..81a7165 100644
--- a/x11-misc/dspdfviewer/ChangeLog
+++ b/x11-misc/dspdfviewer/ChangeLog
@@ -1,8 +1,10 @@
 # ChangeLog for x11-misc/dspdfviewer
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  x11-misc/dspdfviewer: Add github to remote-id in metadata.xml
+
   13 Oct 2013; Justin Lecher <jlec@gentoo.org> dspdfviewer-1.10.ebuild,
   +metadata.xml:
   QA fixes
-

diff --git a/x11-misc/dspdfviewer/metadata.xml b/x11-misc/dspdfviewer/metadata.xml
index a759be0..1c0d54c 100644
--- a/x11-misc/dspdfviewer/metadata.xml
+++ b/x11-misc/dspdfviewer/metadata.xml
@@ -4,4 +4,7 @@
   <maintainer>
     <email>maintainer-wanted@gentoo.org</email>
   </maintainer>
+  <upstream>
+    <remote-id type="github">dannyedel/dspdfviewer</remote-id>
+  </upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2015-06-06  9:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-03 18:22 [gentoo-commits] proj/betagarden:master commit in: x11-misc/dspdfviewer/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2015-06-06  9:45 Justin Lecher
2013-10-13 14:56 Justin Lecher
2013-06-22  2:08 Sebastian Pipping

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