summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-02-19 20:44:50 +0100
committerManuel Rüger <mrueg@gentoo.org>2017-02-19 20:44:50 +0100
commit8746bb516a96a227520cfaa93ac3d6442f3167fd (patch)
treefe871c149c1167b84a641b5b78842896d1841fc4 /app-misc/pdfpc/pdfpc-4.0.5.ebuild
parentapp-misc/pdfpc: Version bump to 4.0.6, make movie support optional (diff)
downloadgentoo-8746bb516a96a227520cfaa93ac3d6442f3167fd.tar.gz
gentoo-8746bb516a96a227520cfaa93ac3d6442f3167fd.tar.bz2
gentoo-8746bb516a96a227520cfaa93ac3d6442f3167fd.zip
app-misc/pdfpc: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-misc/pdfpc/pdfpc-4.0.5.ebuild')
-rw-r--r--app-misc/pdfpc/pdfpc-4.0.5.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/app-misc/pdfpc/pdfpc-4.0.5.ebuild b/app-misc/pdfpc/pdfpc-4.0.5.ebuild
deleted file mode 100644
index f9aedf315f78..000000000000
--- a/app-misc/pdfpc/pdfpc-4.0.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-VALA_MIN_API_VERSION="0.26"
-VALA_MAX_API_VERSION="0.32" # fix sed line if you increase this
-
-inherit vala cmake-utils
-
-DESCRIPTION="Presenter console with multi-monitor support for PDF files"
-HOMEPAGE="http://pdfpc.github.io"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-text/poppler:=[cairo]
- dev-libs/glib:2
- dev-libs/libgee:0.8
- gnome-base/librsvg
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0
- sys-apps/dbus
- x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
- $(vala_depend)"
-
-src_prepare() {
- default
- sed -i -e "s/valac-0.20/valac-0.32 valac-0.30 valac-0.28 valac-0.26/" cmake/vala/FindVala.cmake || die
- vala_src_prepare
-}
-
-src_configure(){
- local mycmakeargs=(
- -DSYSCONFDIR="${EPREFIX}/etc"
- )
- cmake-utils_src_configure
-}