You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/zathura-meta/zathura-meta-0.ebuild

21 lines
624 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/zathura-meta/zathura-meta-0.ebuild,v 1.3 2012/07/11 05:51:03 jdhore Exp $
EAPI=4
DESCRIPTION="Meta package for app-text/zathura plugins"
HOMEPAGE="http://pwmt.org/projects/zathura/"
SRC_URI=""
LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="cb djvu +pdf postscript"
RDEPEND="app-text/zathura
cb? ( app-text/zathura-cb )
djvu? ( app-text/zathura-djvu )
pdf? ( || ( app-text/zathura-pdf-poppler app-text/zathura-pdf-mupdf ) )
postscript? ( app-text/zathura-ps )"