From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SMTQx-0003ey-WB for garchives@archives.gentoo.org; Tue, 24 Apr 2012 00:16:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 149FEE0EB5; Tue, 24 Apr 2012 00:16:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DB473E0EB5 for ; Tue, 24 Apr 2012 00:16:36 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E2271B4004 for ; Tue, 24 Apr 2012 00:16:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 17CBBE5402 for ; Tue, 24 Apr 2012 00:16:35 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1335226539.4f58b878f89782ded9774887361f3bcb7f145176.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: x11-misc/pdfpres/ X-VCS-Repository: proj/betagarden X-VCS-Files: x11-misc/pdfpres/pdfpres-0.2.3.ebuild X-VCS-Directories: x11-misc/pdfpres/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 4f58b878f89782ded9774887361f3bcb7f145176 X-VCS-Branch: master Date: Tue, 24 Apr 2012 00:16:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 447058a8-e071-46e6-9565-233609682931 X-Archives-Hash: 0ce923327bc65e4f2063fca885f46b14 commit: 4f58b878f89782ded9774887361f3bcb7f145176 Author: Sebastian Pipping pipping org> AuthorDate: Tue Apr 24 00:15:39 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Apr 24 00:15:39 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3D4f58b878 x11-misc/pdfpres: 0.2.3 --- x11-misc/pdfpres/pdfpres-0.2.3.ebuild | 30 +++++++++++++++++++++++++++= +++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/x11-misc/pdfpres/pdfpres-0.2.3.ebuild b/x11-misc/pdfpres/pdf= pres-0.2.3.ebuild new file mode 100644 index 0000000..d8de0f9 --- /dev/null +++ b/x11-misc/pdfpres/pdfpres-0.2.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"2" +PYTHON_DEPEND=3D"2" + +inherit python + +MY_PN=3DpdfPres +DESCRIPTION=3D"Dual head PDF presenter" +HOMEPAGE=3D"http://www.uninformativ.de/projects/?q=3Dpdfpres" +SRC_URI=3D"https://github.com/vain/${PN}/tarball/${PN}-${PV} -> ${PV}.ta= r.gz" + +LICENSE=3D"GPL-3" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +S=3D${WORKDIR}/vain-${MY_PN}-e01efb1 + +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 +}