summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2018-01-28 16:24:33 +0100
committerMichael Weber <xmw@gentoo.org>2018-01-28 17:18:42 +0100
commit7a4728cc6b92acb9a2f3ddd4a16869ac9d787177 (patch)
tree3fc6d187fa05b0a913eef40b9f403f20f5ed6d37 /app-text/zathura-cb
parentapp-text/zathura-ps: Remove old. (diff)
downloadgentoo-7a4728cc6b92acb9a2f3ddd4a16869ac9d787177.tar.gz
gentoo-7a4728cc6b92acb9a2f3ddd4a16869ac9d787177.tar.bz2
gentoo-7a4728cc6b92acb9a2f3ddd4a16869ac9d787177.zip
app-text/zathura-cb: Remove old.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'app-text/zathura-cb')
-rw-r--r--app-text/zathura-cb/Manifest1
-rw-r--r--app-text/zathura-cb/zathura-cb-0.1.2.ebuild52
2 files changed, 0 insertions, 53 deletions
diff --git a/app-text/zathura-cb/Manifest b/app-text/zathura-cb/Manifest
index ba8837866f03..cf489bfc97fe 100644
--- a/app-text/zathura-cb/Manifest
+++ b/app-text/zathura-cb/Manifest
@@ -1,2 +1 @@
-DIST zathura-cb-0.1.2.tar.gz 6636 BLAKE2B 8ebf69deb8f78752661df4bee5f0c9f32cad4b3cec335d63fcd3a238e5b4daaa20659c4be7accf8187fa8c8caa6534260bff7ae69936f5180bdc733407610325 SHA512 bc2c8c846e40ee17aa9df989ca019382d1e4b3074376431c1a2f8190607c4d200ed159de161b8cbb1800bd1f494a770691fec803bc8ce661fe317cf753efc4b7
DIST zathura-cb-0.1.6.tar.gz 7205 BLAKE2B 57fa7c8d54cdfdd717d89b8341139c70c86921a65b328a59f1e382d4c8ea03c041184f065e092ec98fff577c029363430b32db95a3b034cbeb19eb51b07d3948 SHA512 986293957b6bc5e5fe7033bb7c91e857b1089fe1a041eb39e516b4e906c2619d22d7ebfa0bfaba982cc6145cba4c6a2af01be810c6da71f4c862fb42bc91f230
diff --git a/app-text/zathura-cb/zathura-cb-0.1.2.ebuild b/app-text/zathura-cb/zathura-cb-0.1.2.ebuild
deleted file mode 100644
index c9d8877d490c..000000000000
--- a/app-text/zathura-cb/zathura-cb-0.1.2.ebuild
+++ /dev/null
@@ -1,52 +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-cb.git"
- EGIT_BRANCH="develop"
-else
- KEYWORDS="amd64 ~arm x86"
- SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz"
-fi
-
-DESCRIPTION="Comic book plug-in for zathura with 7zip, rar, tar and zip support"
-HOMEPAGE="http://pwmt.org/projects/zathura/"
-
-LICENSE="ZLIB"
-SLOT="0"
-IUSE=""
-
-COMMON_DEPEND=">=app-text/zathura-0.2.7
- dev-libs/glib:2=
- app-arch/libarchive:=
- x11-libs/cairo:="
-RDEPEND="${COMMON_DEPEND}
- app-arch/p7zip
- app-arch/tar
- app-arch/unrar
- app-arch/unzip"
-DEPEND="${COMMON_DEPEND}
- 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
-}