summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2018-01-28 16:26:15 +0100
committerMichael Weber <xmw@gentoo.org>2018-01-28 17:18:44 +0100
commit1a0259732f1c01aacf5a863c800dca4309276c83 (patch)
treec40dedc86e923eae4d1b4fc0d8e49e18696bb5d6 /app-text
parentapp-text/zathura-cb: Remove old. (diff)
downloadgentoo-1a0259732f1c01aacf5a863c800dca4309276c83.tar.gz
gentoo-1a0259732f1c01aacf5a863c800dca4309276c83.tar.bz2
gentoo-1a0259732f1c01aacf5a863c800dca4309276c83.zip
app-text/zathura-djvu: Remove old.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'app-text')
-rw-r--r--app-text/zathura-djvu/Manifest1
-rw-r--r--app-text/zathura-djvu/zathura-djvu-0.2.3.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/app-text/zathura-djvu/Manifest b/app-text/zathura-djvu/Manifest
index f5e3d7983bcc..cd9057009557 100644
--- a/app-text/zathura-djvu/Manifest
+++ b/app-text/zathura-djvu/Manifest
@@ -1,2 +1 @@
-DIST zathura-djvu-0.2.3.tar.gz 11181 BLAKE2B b032ca0af3df44ab7bc3fc9452a3b9e60139fb036a32c16ba65dab4ab884fc093423ef6deb4eee8698ca589099bcc20e8374709fdfcf3752f25cdc9b78a0b4dd SHA512 6fd9c1d367d02402bc5eaedd853ed0d37aee61a682772c3c2dd543d98c03d85b32cd2b4af4b7f7a6390e97206aa881ebd6df9783e7abf4222352fb4d57de4850
DIST zathura-djvu-0.2.6.tar.gz 11137 BLAKE2B 23efc23cd53068abb3e118d6dc9b1e875c3f292d2e7ab49abbf6c599d6241c37959e9f74ac2b0f06838cadca0a07e39e1dda2e188f6861b72d4cd7a4bb1fcc62 SHA512 8534faa0de896ffea8d8d6f2d0c22697f2fd6ae3f73e955f5077e0a0656c13fd8823580f1b89c4b5aebb5189c69642ef690fc9167be178ce9533e9bb5d483dac
diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.3.ebuild b/app-text/zathura-djvu/zathura-djvu-0.2.3.ebuild
deleted file mode 100644
index b02dee3dc614..000000000000
--- a/app-text/zathura-djvu/zathura-djvu-0.2.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-djvu.git"
- EGIT_BRANCH="develop"
-else
- KEYWORDS="amd64 arm x86"
- SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz"
-fi
-
-DESCRIPTION="DjVu plug-in for zathura"
-HOMEPAGE="http://pwmt.org/projects/zathura/"
-
-LICENSE="ZLIB"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=app-text/djvu-3.5.24-r1:=
- >=app-text/zathura-0.2.7
- dev-libs/glib:2=
- x11-libs/cairo:="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- myzathuraconf=(
- CC="$(tc-getCC)"
- LD="$(tc-getLD)"
- VERBOSE=1
- DESTDIR="${D}"
- )
-}
-
-src_compile() {
- emake "${myzathuraconf[@]}"
-}
-
-src_install() {
- emake "${myzathuraconf[@]}" install
- dodoc AUTHORS
-}