summaryrefslogtreecommitdiff
blob: 809c0596d93c68094a6b7a56590363b9bdbdf783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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/${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}"