summaryrefslogtreecommitdiff
path: root/x11-misc/pdfpres/pdfpres-0.2.3_p1.ebuild
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-07-01 18:59:14 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-07-01 18:59:14 +0200
commit3252837ac012e1e664c72e8ec8d39edf68484f66 (patch)
tree3833a7b1f06e53f3f078b6f526604073f98029ac /x11-misc/pdfpres/pdfpres-0.2.3_p1.ebuild
parent77d48e6e619b614c33fc4d76e0674c5be2e68abc (diff)
downloadoverlay-3252837ac012e1e664c72e8ec8d39edf68484f66.tar.gz
overlay-3252837ac012e1e664c72e8ec8d39edf68484f66.tar.bz2
overlay-3252837ac012e1e664c72e8ec8d39edf68484f66.zip
Remove pdfpres
Diffstat (limited to '')
-rw-r--r--x11-misc/pdfpres/pdfpres-0.2.3_p1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-misc/pdfpres/pdfpres-0.2.3_p1.ebuild b/x11-misc/pdfpres/pdfpres-0.2.3_p1.ebuild
deleted file mode 100644
index 0986cf7..0000000
--- a/x11-misc/pdfpres/pdfpres-0.2.3_p1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-
-inherit eutils python vcs-snapshot
-
-REV=404908827b4eb1eef8e54a71dbb7067b270fbc1b
-
-DESCRIPTION="Dual head PDF presenter"
-HOMEPAGE="http://www.uninformativ.de/projects/?q=pdfpres"
-SRC_URI="https://github.com/vain/${PN}/archive/${REV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-fix_fullscreen.patch"
-}
-
-src_install() {
- dodoc README || die
-
- newbin legacy-notes-converter.py ${PN}-legacy-notes-converter || die
- python_convert_shebangs 2 "${D}"/usr/bin/${PN}-legacy-notes-converter || die
-
- dobin ${PN} || die
- doman man1/${PN}.1 || die
-}