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 83441138247 for ; Sun, 3 Nov 2013 18:22:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61C41E0B10; Sun, 3 Nov 2013 18:22:51 +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 00A69E0B10 for ; Sun, 3 Nov 2013 18:22:50 +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 D14DE33F030 for ; Sun, 3 Nov 2013 18:22:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 86182E545C for ; Sun, 3 Nov 2013 18:22:48 +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: <1383502918.d095c1c8092b5cda901d7a9d0ddc60868011b422.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.1.ebuild X-VCS-Directories: x11-misc/dspdfviewer/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: d095c1c8092b5cda901d7a9d0ddc60868011b422 X-VCS-Branch: master Date: Sun, 3 Nov 2013 18:22:48 +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: 23be99d7-408a-4e7f-8326-045c98c7b7fd X-Archives-Hash: d13034c1e3ea9862c1d82f3c5924cfdc commit: d095c1c8092b5cda901d7a9d0ddc60868011b422 Author: Sebastian Pipping pipping org> AuthorDate: Sun Nov 3 18:21:58 2013 +0000 Commit: Sebastian Pipping gentoo 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}"