From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E91081381F3 for ; Sat, 22 Jun 2013 02:08:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65965E0AC5; Sat, 22 Jun 2013 02:08:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 004C9E0AC5 for ; Sat, 22 Jun 2013 02:08:30 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1319133E680 for ; Sat, 22 Jun 2013 02:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7BCAAE468F for ; Sat, 22 Jun 2013 02:08:28 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1371866818.6d9c24973b2567facc87faa9dc67c8d54c46aeb5.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: x11-misc/dspdfviewer/ X-VCS-Repository: proj/betagarden X-VCS-Files: x11-misc/dspdfviewer/dspdfviewer-1.10.ebuild X-VCS-Directories: x11-misc/dspdfviewer/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 6d9c24973b2567facc87faa9dc67c8d54c46aeb5 X-VCS-Branch: master Date: Sat, 22 Jun 2013 02:08:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e42f440d-7439-43e0-bde7-2984eee37700 X-Archives-Hash: eefa09ca68c4bfc3c90c360804d8fd74 commit: 6d9c24973b2567facc87faa9dc67c8d54c46aeb5 Author: Andrew Karpow mailbox tu-berlin de> AuthorDate: Sat Jun 22 02:06:58 2013 +0000 Commit: Sebastian Pipping gentoo 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}" +