summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-01-21 11:09:18 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-01-21 11:09:18 +0000
commit8287d3cd62fed3eefcab962e33613d1241462783 (patch)
treeb3dad500cef752a3536ccec533de308458edd60f
parentchanging synce deps from ~atom-${PV} to =atom-${PV}* (diff)
downloadhistorical-8287d3cd62fed3eefcab962e33613d1241462783.tar.gz
historical-8287d3cd62fed3eefcab962e33613d1241462783.tar.bz2
historical-8287d3cd62fed3eefcab962e33613d1241462783.zip
changing synce deps from ~atom-${PV} to =atom-${PV}*
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
-rw-r--r--app-pda/synce-gvfs/ChangeLog6
-rw-r--r--app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild6
-rw-r--r--app-pda/synce-hal/ChangeLog5
-rw-r--r--app-pda/synce-hal/synce-hal-0.13.ebuild10
-rw-r--r--app-pda/synce-sync-engine/ChangeLog6
-rw-r--r--app-pda/synce-sync-engine/synce-sync-engine-0.13.ebuild6
-rw-r--r--app-pda/synce-trayicon/ChangeLog6
-rw-r--r--app-pda/synce-trayicon/synce-trayicon-0.13.ebuild8
8 files changed, 34 insertions, 19 deletions
diff --git a/app-pda/synce-gvfs/ChangeLog b/app-pda/synce-gvfs/ChangeLog
index f7e32e5396d8..229317ab5d3e 100644
--- a/app-pda/synce-gvfs/ChangeLog
+++ b/app-pda/synce-gvfs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/synce-gvfs
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/ChangeLog,v 1.3 2009/01/21 01:06:39 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/ChangeLog,v 1.4 2009/01/21 11:04:34 mescalinum Exp $
+
+ 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
+ synce-gvfs-0.2.1.ebuild:
+ changing synce deps from ~atom-${PV} to =atom-${PV}*
*synce-gvfs-0.2.1 (21 Jan 2009)
diff --git a/app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild b/app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild
index 0029a7dd1e4c..de0904e792f2 100644
--- a/app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild
+++ b/app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild,v 1.1 2009/01/21 01:06:39 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild,v 1.2 2009/01/21 11:04:34 mescalinum Exp $
inherit fdo-mime gnome2-utils
@@ -22,8 +22,8 @@ SRC_URI="mirror://sourceforge/synce/${P}.tar.gz
mirror://gnome/sources/gvfs/${gvfs_PV%.*}/${gvfs_P}.tar.gz"
RDEPEND=">=gnome-base/${gvfs_P}
- ~app-pda/synce-libsynce-${synce_PV}
- ~app-pda/synce-librapi2-${synce_PV}"
+ =app-pda/synce-libsynce-${synce_PV}*
+ =app-pda/synce-librapi2-${synce_PV}*"
DEPEND="dev-util/gtk-doc
${RDEPEND}"
diff --git a/app-pda/synce-hal/ChangeLog b/app-pda/synce-hal/ChangeLog
index 484726921b99..71b62ce2ee4c 100644
--- a/app-pda/synce-hal/ChangeLog
+++ b/app-pda/synce-hal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/synce-hal
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.3 2009/01/21 00:58:16 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.4 2009/01/21 11:06:13 mescalinum Exp $
+
+ 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org> synce-hal-0.13.ebuild:
+ changing synce deps from ~atom-${PV} to =atom-${PV}*
*synce-hal-0.13 (21 Jan 2009)
diff --git a/app-pda/synce-hal/synce-hal-0.13.ebuild b/app-pda/synce-hal/synce-hal-0.13.ebuild
index d4892095073d..f03b976a62ca 100644
--- a/app-pda/synce-hal/synce-hal-0.13.ebuild
+++ b/app-pda/synce-hal/synce-hal-0.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild,v 1.1 2009/01/21 00:58:16 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild,v 1.2 2009/01/21 11:06:13 mescalinum Exp $
DESCRIPTION="SynCE - hal connection manager"
HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -14,11 +14,11 @@ DEPEND="sys-apps/hal
!app-pda/synce-dccm
!app-pda/synce-vdccm
!app-pda/synce-odccm
- ~app-pda/synce-libsynce-${PV}
- ~app-pda/synce-librapi2-${PV}
- ~app-pda/synce-librra-${PV}"
+ =app-pda/synce-libsynce-${PV}*
+ =app-pda/synce-librapi2-${PV}*
+ =app-pda/synce-librra-${PV}*"
RDEPEND="${DEPEND}
- ~app-pda/synce-sync-engine-${PV}
+ =app-pda/synce-sync-engine-${PV}*
app-pda/synce-serial
net-misc/dhcp"
diff --git a/app-pda/synce-sync-engine/ChangeLog b/app-pda/synce-sync-engine/ChangeLog
index 3d938be7fdd6..b4ae4dd984e8 100644
--- a/app-pda/synce-sync-engine/ChangeLog
+++ b/app-pda/synce-sync-engine/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/synce-sync-engine
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/ChangeLog,v 1.3 2009/01/21 00:41:24 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/ChangeLog,v 1.4 2009/01/21 11:07:50 mescalinum Exp $
+
+ 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
+ synce-sync-engine-0.13.ebuild:
+ changing synce deps from ~atom-${PV} to =atom-${PV}*
*synce-sync-engine-0.13 (21 Jan 2009)
diff --git a/app-pda/synce-sync-engine/synce-sync-engine-0.13.ebuild b/app-pda/synce-sync-engine/synce-sync-engine-0.13.ebuild
index c1f4c60dfa3b..2f23c389a488 100644
--- a/app-pda/synce-sync-engine/synce-sync-engine-0.13.ebuild
+++ b/app-pda/synce-sync-engine/synce-sync-engine-0.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.13.ebuild,v 1.2 2009/01/21 00:47:23 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.13.ebuild,v 1.3 2009/01/21 11:07:50 mescalinum Exp $
inherit eutils distutils
@@ -17,13 +17,13 @@ RDEPEND="dev-python/pygobject
dev-libs/libxml2
dev-libs/libxslt
dev-python/pyxml
- ~app-pda/synce-librra-${PV}
+ =app-pda/synce-librra-${PV}*
~app-pda/synce-librtfcomp-1.1"
DEPEND="${RDEPEND}
dev-python/setuptools"
SRC_URI="mirror://sourceforge/synce/sync-engine-${PV}.tar.gz"
-S=${WORKDIR}/sync-engine-${PV}
+S="${WORKDIR}/sync-engine-${PV}"
src_install() {
DOCS="CHANGELOG COPYING"
diff --git a/app-pda/synce-trayicon/ChangeLog b/app-pda/synce-trayicon/ChangeLog
index 4442f94e3184..53d2e55481df 100644
--- a/app-pda/synce-trayicon/ChangeLog
+++ b/app-pda/synce-trayicon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/synce-trayicon
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/ChangeLog,v 1.19 2009/01/21 00:44:52 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/ChangeLog,v 1.20 2009/01/21 11:09:18 mescalinum Exp $
+
+ 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
+ synce-trayicon-0.13.ebuild:
+ changing synce deps from ~atom-${PV} to =atom-${PV}*
*synce-trayicon-0.13 (21 Jan 2009)
diff --git a/app-pda/synce-trayicon/synce-trayicon-0.13.ebuild b/app-pda/synce-trayicon/synce-trayicon-0.13.ebuild
index 5949be3aa299..466c26a15b38 100644
--- a/app-pda/synce-trayicon/synce-trayicon-0.13.ebuild
+++ b/app-pda/synce-trayicon/synce-trayicon-0.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.13.ebuild,v 1.1 2009/01/21 00:44:52 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.13.ebuild,v 1.2 2009/01/21 11:09:18 mescalinum Exp $
inherit eutils gnome2
@@ -21,9 +21,9 @@ DEPEND="sys-apps/dbus
gnome-base/libglade
gnome-base/gnome-keyring
gnome-base/gnome-common
- ~app-pda/synce-libsynce-${PV}
- ~app-pda/synce-librra-${PV}
- ~app-pda/synce-librapi2-${PV}
+ =app-pda/synce-libsynce-${PV}*
+ =app-pda/synce-librra-${PV}*
+ =app-pda/synce-librapi2-${PV}*
>=app-pda/orange-0.3.2"
RDEPEND="${DEPEND}"