summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-05-02 18:23:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-05-02 18:23:43 +0000
commitc05c66eb16c3401932f71bedba486bb2b8d7439d (patch)
treeaa84e3f43c18b260e24254304751b0a18588b1dc
parentStable on amd64 wrt bug #365535 (diff)
downloadgentoo-2-c05c66eb16c3401932f71bedba486bb2b8d7439d.tar.gz
gentoo-2-c05c66eb16c3401932f71bedba486bb2b8d7439d.tar.bz2
gentoo-2-c05c66eb16c3401932f71bedba486bb2b8d7439d.zip
old
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
-rw-r--r--app-text/zathura/zathura-0.0.7.ebuild39
-rw-r--r--app-text/zathura/zathura-0.0.8.ebuild38
2 files changed, 0 insertions, 77 deletions
diff --git a/app-text/zathura/zathura-0.0.7.ebuild b/app-text/zathura/zathura-0.0.7.ebuild
deleted file mode 100644
index 418b7644d76c..000000000000
--- a/app-text/zathura/zathura-0.0.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/zathura/zathura-0.0.7.ebuild,v 1.5 2010/12/30 12:10:51 wired Exp $
-
-EAPI=2
-inherit savedconfig toolchain-funcs
-
-DESCRIPTION="A highly customizable and functional PDF viewer based on poppler and GTK+"
-HOMEPAGE="http://zathura.pwmt.org/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 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.16[cairo]
- >=app-text/poppler-0.12.3-r3[cairo]"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_prepare() {
- restore_config config.def.h
- sed -i -e '/CC/s:-s::' Makefile || die
-}
-
-src_compile() {
- tc-export CC
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README
- save_config config.def.h
-}
diff --git a/app-text/zathura/zathura-0.0.8.ebuild b/app-text/zathura/zathura-0.0.8.ebuild
deleted file mode 100644
index 941ef43fc168..000000000000
--- a/app-text/zathura/zathura-0.0.8.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 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.ebuild,v 1.2 2010/12/30 12:10:51 wired Exp $
-
-EAPI=2
-inherit savedconfig toolchain-funcs
-
-DESCRIPTION="A highly customizable and functional PDF viewer based on poppler and GTK+"
-HOMEPAGE="http://zathura.pwmt.org/"
-SRC_URI="http://zathura.pwmt.org/attachments/download/9/${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~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.16[cairo]
- >=app-text/poppler-0.12.3[cairo]"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_prepare() {
- restore_config config.def.h
-}
-
-src_compile() {
- tc-export CC
- emake SFLAGS="" || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README
- save_config config.def.h
-}