diff options
Diffstat (limited to 'app-text/zathura/zathura-0.0.8.5.ebuild')
-rw-r--r-- | app-text/zathura/zathura-0.0.8.5.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/app-text/zathura/zathura-0.0.8.5.ebuild b/app-text/zathura/zathura-0.0.8.5.ebuild deleted file mode 100644 index f758a2fc6bae..000000000000 --- a/app-text/zathura/zathura-0.0.8.5.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/zathura/zathura-0.0.8.5.ebuild,v 1.4 2012/05/04 03:33:16 jdhore Exp $ - -EAPI=4 -inherit savedconfig toolchain-funcs eutils - -DESCRIPTION="A highly customizable and functional PDF viewer based on poppler and GTK+" -HOMEPAGE="http://zathura.pwmt.org/" -SRC_URI="http://pwmt.org/download/${P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -RDEPEND=">=x11-libs/cairo-1.8.8 - >=dev-libs/glib-2.22.4:2 - >=x11-libs/gtk+-2.18.6:2 - >=app-text/poppler-0.12.3[cairo]" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( README ) - -src_prepare() { - restore_config config.def.h -} - -src_compile() { - tc-export CC - emake SFLAGS="" -} - -src_install() { - default - save_config config.def.h - - doman zathura.1 - domenu zathura.desktop -} |