app-text/zathura: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 25 Nov 2018 15:52:49 +0000 (18:52 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 25 Nov 2018 15:53:06 +0000 (18:53 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

app-text/zathura/zathura-0.4.1.ebuild [deleted file]

diff --git a/app-text/zathura/zathura-0.4.1.ebuild b/app-text/zathura/zathura-0.4.1.ebuild
deleted file mode 100644 (file)
index 49a7c2c..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils meson virtualx xdg-utils
-
-DESCRIPTION="A highly customizable and functional document viewer"
-HOMEPAGE="http://pwmt.org/projects/zathura/"
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git"
-       EGIT_BRANCH="develop"
-else
-       SRC_URI="https://pwmt.org/projects/zathura/download/${P}.tar.xz"
-       KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="ZLIB"
-SLOT="0"
-IUSE="+magic seccomp sqlite synctex test"
-
-PATCHES=( "${FILESDIR}"/${PN}-find-libm.patch )
-
-RDEPEND="dev-libs/appstream
-       >=dev-libs/girara-0.3.1
-       >=dev-libs/glib-2.50:2
-       dev-util/desktop-file-utils
-       dev-python/sphinx
-       x11-libs/cairo
-       >=x11-libs/gtk+-3.22:3
-       magic? ( sys-apps/file )
-       seccomp? ( sys-libs/libseccomp )
-       sqlite? ( >=dev-db/sqlite-3.5.9:3 )
-       synctex? ( app-text/texlive-core )"
-
-DEPEND="${RDEPEND}
-       test? ( dev-libs/check )"
-
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-       local emesonargs=(
-               --libdir=/usr/$(get_libdir)
-               -Denable-magic=$(usex magic true false)
-               -Denable-seccomp=$(usex seccomp true false)
-               -Denable-sqlite=$(usex sqlite true false)
-               -Denable-synctex=$(usex synctex true false)
-               )
-       meson_src_configure
-}
-
-src_test() {
-       virtx meson_src_test
-}
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-       xdg_desktop_database_update
-}