summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-08-02 13:41:53 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-08-02 13:41:53 +0000
commitcfceadf6e5cd76f5f82738d049c26e750eb99660 (patch)
treea34e08b20a99a4d963e24ae09455c55fe7311e72 /app-pda
parentswitch to the .tds tarball as they have changed upstream, fixing bug #429344 (diff)
downloadgentoo-2-cfceadf6e5cd76f5f82738d049c26e750eb99660.tar.gz
gentoo-2-cfceadf6e5cd76f5f82738d049c26e750eb99660.tar.bz2
gentoo-2-cfceadf6e5cd76f5f82738d049c26e750eb99660.zip
Use Python 2.x in scripts/sync-palm-jppy.py for now.
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/gtkpod/ChangeLog5
-rw-r--r--app-pda/gtkpod/gtkpod-2.1.2.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/app-pda/gtkpod/ChangeLog b/app-pda/gtkpod/ChangeLog
index 5a7a66907f44..47da2f8f14d1 100644
--- a/app-pda/gtkpod/ChangeLog
+++ b/app-pda/gtkpod/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/gtkpod
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/ChangeLog,v 1.110 2012/06/20 08:18:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/ChangeLog,v 1.111 2012/08/02 13:41:53 ssuominen Exp $
+
+ 02 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> gtkpod-2.1.2.ebuild:
+ Use Python 2.x in scripts/sync-palm-jppy.py for now.
20 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> -gtkpod-2.0.2.ebuild,
-gtkpod-2.1.2_beta2.ebuild:
diff --git a/app-pda/gtkpod/gtkpod-2.1.2.ebuild b/app-pda/gtkpod/gtkpod-2.1.2.ebuild
index 3d79720e6c0c..9db163f35ef1 100644
--- a/app-pda/gtkpod/gtkpod-2.1.2.ebuild
+++ b/app-pda/gtkpod/gtkpod-2.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.2.ebuild,v 1.1 2012/06/20 08:16:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.2.ebuild,v 1.2 2012/08/02 13:41:53 ssuominen Exp $
EAPI=4
inherit eutils gnome2-utils
@@ -51,6 +51,8 @@ src_prepare() {
# /path/to/install: '/path/to/app-pda/gtkpod-2.1.2_beta2/image/usr/share/gtkpod/data/rhythmbox.gep’: File exists
sed -i -e '/^dist_profiles_DATA/s:=.*:=:' plugins/sjcd/data/Makefile.in || die
+
+ sed -i -e 's:python:python2:' scripts/sync-palm-jppy.py || die
}
src_configure() {