From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/pdfshuffler: ChangeLog pdfshuffler-0.4.2.ebuild
Date: Sat, 8 Jan 2011 17:28:00 +0000 (UTC) [thread overview]
Message-ID: <20110108172800.7DA1820051@flycatcher.gentoo.org> (raw)
arfrever 11/01/08 17:28:00
Modified: ChangeLog pdfshuffler-0.4.2.ebuild
Log:
Use Python 2 (bug #312115).
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Revision Changes Path
1.4 app-text/pdfshuffler/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfshuffler/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfshuffler/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfshuffler/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pdfshuffler/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 18 May 2010 13:03:48 -0000 1.3
+++ ChangeLog 8 Jan 2011 17:28:00 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for app-text/pdfshuffler
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdfshuffler/ChangeLog,v 1.3 2010/05/18 13:03:48 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdfshuffler/ChangeLog,v 1.4 2011/01/08 17:28:00 arfrever Exp $
+
+ 08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pdfshuffler-0.4.2.ebuild:
+ Use Python 2 (bug #312115).
18 May 2010; Markos Chandras <hwoarang@gentoo.org>
pdfshuffler-0.4.2.ebuild:
1.4 app-text/pdfshuffler/pdfshuffler-0.4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfshuffler/pdfshuffler-0.4.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfshuffler/pdfshuffler-0.4.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfshuffler/pdfshuffler-0.4.2.ebuild?r1=1.3&r2=1.4
Index: pdfshuffler-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pdfshuffler/pdfshuffler-0.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pdfshuffler-0.4.2.ebuild 18 May 2010 13:03:48 -0000 1.3
+++ pdfshuffler-0.4.2.ebuild 8 Jan 2011 17:28:00 -0000 1.4
@@ -1,30 +1,32 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdfshuffler/pdfshuffler-0.4.2.ebuild,v 1.3 2010/05/18 13:03:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdfshuffler/pdfshuffler-0.4.2.ebuild,v 1.4 2011/01/08 17:28:00 arfrever Exp $
-EAPI=2
+EAPI="3"
+PYTHON_DEPEND="2"
-inherit gnome2-utils fdo-mime distutils
+inherit distutils fdo-mime gnome2-utils
DESCRIPTION="PDF-Shuffler is GUI app that can merge or split pdfs and rotate, crop and rearrange their pages."
HOMEPAGE="http://sourceforge.net/projects/pdfshuffler/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
-
SLOT="0"
-
KEYWORDS="amd64 x86"
-
IUSE=""
-DEPEND="dev-python/python-poppler
- dev-python/pyPdf"
+DEPEND="dev-python/pyPdf
+ dev-python/python-poppler"
RDEPEND="${DEPEND}"
-S="${WORKDIR}/${P}"
DOCS="ChangeLog README TODO AUTHORS"
+pkg_setup() {
+ python_set_active_version 2
+ python_pkg_setup
+}
+
pkg_preinst() {
gnome2_icon_savelist
}
next reply other threads:[~2011-01-08 17:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-08 17:28 Arfrever Frehtes Taifersar Arahesis (arfrever) [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-02-10 23:47 [gentoo-commits] gentoo-x86 commit in app-text/pdfshuffler: ChangeLog pdfshuffler-0.4.2.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-05-18 13:03 Markos Chandras (hwoarang)
2010-05-10 17:33 PaweA Hajdan (phajdan.jr)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110108172800.7DA1820051@flycatcher.gentoo.org \
--to=arfrever@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox