summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-06-15 09:17:46 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-06-15 09:17:46 +0000
commitce5bab8edb0c4014453c103e622ea631c6239d5c (patch)
tree0f51a1f761b8eca527559be58b0e8909f33e4b1c /app-pda
parentAdd pkgconfig build dep for prune_libtool_files. (diff)
downloadgentoo-2-ce5bab8edb0c4014453c103e622ea631c6239d5c.tar.gz
gentoo-2-ce5bab8edb0c4014453c103e622ea631c6239d5c.tar.bz2
gentoo-2-ce5bab8edb0c4014453c103e622ea631c6239d5c.zip
Missing dev-python/python-gudev RDEPEND. Run python_convert_shebangs for dev-lang/python 2.x recursively.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/synce-core/ChangeLog10
-rw-r--r--app-pda/synce-core/synce-core-0.16.ebuild12
2 files changed, 16 insertions, 6 deletions
diff --git a/app-pda/synce-core/ChangeLog b/app-pda/synce-core/ChangeLog
index 078e9afc712c..cb1b057ff274 100644
--- a/app-pda/synce-core/ChangeLog
+++ b/app-pda/synce-core/ChangeLog
@@ -1,10 +1,14 @@
# ChangeLog for app-pda/synce-core
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-core/ChangeLog,v 1.2 2012/06/15 08:54:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-core/ChangeLog,v 1.3 2012/06/15 09:17:46 ssuominen Exp $
15 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> synce-core-0.16.ebuild:
- Block dev-libs/librapi2 and dev-libs/libsynce since this package is replacing
- both.
+ Missing dev-python/python-gudev RDEPEND. Run python_convert_shebangs for
+ dev-lang/python 2.x recursively.
+
+ 15 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> synce-core-0.16.ebuild:
+ Block app-pda/synce-connector, dev-libs/librapi2 and dev-libs/libsynce since
+ this package is replacing all of them.
*synce-core-0.16 (15 Jun 2012)
diff --git a/app-pda/synce-core/synce-core-0.16.ebuild b/app-pda/synce-core/synce-core-0.16.ebuild
index 5d68bd60bca2..6fd7f64296d2 100644
--- a/app-pda/synce-core/synce-core-0.16.ebuild
+++ b/app-pda/synce-core/synce-core-0.16.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/synce-core/synce-core-0.16.ebuild,v 1.3 2012/06/15 08:54:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-core/synce-core-0.16.ebuild,v 1.4 2012/06/15 09:17:46 ssuominen Exp $
EAPI=4
@@ -19,14 +19,18 @@ IUSE="python static-libs"
# AC_PATH_PROG -> pppd -> net-dialup/ppp
# AC_PATH_PROG -> ifconfig -> sys-apps/net-tools
-RDEPEND=">=dev-libs/dbus-glib-0.98
+RDEPEND="!app-pda/synce-connector
+ >=dev-libs/dbus-glib-0.98
>=dev-libs/glib-2.28
!dev-libs/librapi2
!dev-libs/libsynce
net-dialup/ppp
sys-apps/net-tools
|| ( >=sys-fs/udev-171-r6[gudev] <sys-fs/udev-171[extras] )
- python? ( >=dev-python/pyrex-0.9.6 )"
+ python? (
+ >=dev-python/pyrex-0.9.6
+ dev-python/python-gudev
+ )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
@@ -42,6 +46,8 @@ src_prepare() {
local dhclient=true
type -P dhclient >/dev/null && dhclient=dhclient
sed -i -e "s:dhclient:${dhclient}:" configure || die
+
+ use python && python_convert_shebangs -r 2 .
}
src_configure() {