diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-07 15:18:01 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-07 15:18:01 +0000 |
commit | 5bc5d492b2b1cb41a692e26f74f19c3ed9996447 (patch) | |
tree | adf34e92114cc6c260f099d1e9e8ece5bafa26bf /app-text | |
parent | Version bump. (diff) | |
download | gentoo-2-5bc5d492b2b1cb41a692e26f74f19c3ed9996447.tar.gz gentoo-2-5bc5d492b2b1cb41a692e26f74f19c3ed9996447.tar.bz2 gentoo-2-5bc5d492b2b1cb41a692e26f74f19c3ed9996447.zip |
Use gentoo mirrors, drop old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/zathura/zathura-0.0.6.ebuild | 37 | ||||
-rw-r--r-- | app-text/zathura/zathura-0.0.7.ebuild | 5 |
2 files changed, 2 insertions, 40 deletions
diff --git a/app-text/zathura/zathura-0.0.6.ebuild b/app-text/zathura/zathura-0.0.6.ebuild deleted file mode 100644 index 4b2a9d15dac1..000000000000 --- a/app-text/zathura/zathura-0.0.6.ebuild +++ /dev/null @@ -1,37 +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.6.ebuild,v 1.2 2010/06/12 16:55:44 ssuominen 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.12.3-r3[cairo]" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - restore_config config.def.h -} - -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.7.ebuild b/app-text/zathura/zathura-0.0.7.ebuild index 47739f863ffa..a1624671b29a 100644 --- a/app-text/zathura/zathura-0.0.7.ebuild +++ b/app-text/zathura/zathura-0.0.7.ebuild @@ -1,14 +1,13 @@ # 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.1 2010/06/21 22:56:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/zathura/zathura-0.0.7.ebuild,v 1.2 2010/07/07 15:18:01 ssuominen 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://dev.gentoo.org/~ssuominen/${P}.tar.gz" -#SRC_URI="mirror://gentoo/${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" |