Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: x11-misc/slinp/
Date: Sun, 09 Feb 2014 21:27:58
Message-Id: 1391981260.7724bfcfc7a59be8aef6eaa2359362738e933d31.sping@gentoo
1 commit: 7724bfcfc7a59be8aef6eaa2359362738e933d31
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Sun Feb 9 21:27:40 2014 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 21:27:40 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=7724bfcf
7
8 x11-misc/slinp: 13.11
9
10 ---
11 x11-misc/slinp/slinp-13.11.ebuild | 28 ++++++++++++++++++++++++++++
12 1 file changed, 28 insertions(+)
13
14 diff --git a/x11-misc/slinp/slinp-13.11.ebuild b/x11-misc/slinp/slinp-13.11.ebuild
15 new file mode 100644
16 index 0000000..11785c2
17 --- /dev/null
18 +++ b/x11-misc/slinp/slinp-13.11.ebuild
19 @@ -0,0 +1,28 @@
20 +# Copyright 1999-2013 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI="4"
25 +
26 +PYTHON_COMPAT=( python{3_2,3_3} )
27 +inherit python-any-r1
28 +
29 +DESCRIPTION="PDF presentation tool chest, successor to x11-misc/pdfpres"
30 +HOMEPAGE="http://www.uninformativ.de/projects/?q=slinp"
31 +SRC_URI="https://github.com/vain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 +
33 +LICENSE="PIZZA-WARE-42"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +
38 +DEPEND="app-text/poppler
39 + x11-libs/gtk+:3"
40 +RDEPEND="${DEPEND}
41 + ${PYTHON_DEPS}
42 + sys-apps/sed"
43 +
44 +src_install() {
45 + emake DESTDIR="${D}" prefix=/usr install
46 + dodoc README.md
47 +}