public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/synce-hal: ChangeLog synce-hal-0.13.ebuild
@ 2009-01-21  0:58 Federico Ferri (mescalinum)
  0 siblings, 0 replies; 5+ messages in thread
From: Federico Ferri (mescalinum) @ 2009-01-21  0:58 UTC (permalink / raw
  To: gentoo-commits

mescalinum    09/01/21 00:58:16

  Modified:             ChangeLog
  Added:                synce-hal-0.13.ebuild
  Log:
  version bump, bug #254886
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-pda/synce-hal/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	16 Nov 2008 15:57:55 -0000	1.2
+++ ChangeLog	21 Jan 2009 00:58:16 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for app-pda/synce-hal
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.2 2008/11/16 15:57:55 mescalinum Exp $
+# 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 $
+
+*synce-hal-0.13 (21 Jan 2009)
+
+  21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
+  +synce-hal-0.13.ebuild:
+  version bump, bug #254886
 
   16 Nov 2008; Federico Ferri <mescalinum@gentoo.org> synce-hal-0.1.ebuild,
   synce-hal-0.2.ebuild:



1.1                  app-pda/synce-hal/synce-hal-0.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild?rev=1.1&content-type=text/plain

Index: synce-hal-0.13.ebuild
===================================================================
# 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 $

DESCRIPTION="SynCE - hal connection manager"
HOMEPAGE="http://sourceforge.net/projects/synce/"
LICENSE="MIT"

SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="sys-apps/hal
		>=net-libs/gnet-2.0.0
		!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}"
RDEPEND="${DEPEND}
		~app-pda/synce-sync-engine-${PV}
		app-pda/synce-serial
		net-misc/dhcp"

SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"

src_install() {
	make DESTDIR="${D}" install || die

	# fix collision with app-pda/synce-serial, bug 246675
	rm "${D}/usr/libexec/synce-serial-chat"

	dodoc AUTHORS README ChangeLog
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/synce-hal: ChangeLog synce-hal-0.13.ebuild
@ 2009-01-21 11:06 Federico Ferri (mescalinum)
  0 siblings, 0 replies; 5+ messages in thread
From: Federico Ferri (mescalinum) @ 2009-01-21 11:06 UTC (permalink / raw
  To: gentoo-commits

mescalinum    09/01/21 11:06:13

  Modified:             ChangeLog synce-hal-0.13.ebuild
  Log:
  changing synce deps from ~atom-${PV} to =atom-${PV}*
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-pda/synce-hal/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	21 Jan 2009 00:58:16 -0000	1.3
+++ ChangeLog	21 Jan 2009 11:06:13 -0000	1.4
@@ -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)
 



1.2                  app-pda/synce-hal/synce-hal-0.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild?r1=1.1&r2=1.2

Index: synce-hal-0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- synce-hal-0.13.ebuild	21 Jan 2009 00:58:16 -0000	1.1
+++ synce-hal-0.13.ebuild	21 Jan 2009 11:06:13 -0000	1.2
@@ -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 @@
 		!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"
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/synce-hal: ChangeLog synce-hal-0.13.ebuild
@ 2009-01-21 11:49 Federico Ferri (mescalinum)
  0 siblings, 0 replies; 5+ messages in thread
From: Federico Ferri (mescalinum) @ 2009-01-21 11:49 UTC (permalink / raw
  To: gentoo-commits

mescalinum    09/01/21 11:49:30

  Modified:             ChangeLog synce-hal-0.13.ebuild
  Log:
  better version handling
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-pda/synce-hal/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	21 Jan 2009 11:06:13 -0000	1.4
+++ ChangeLog	21 Jan 2009 11:49:29 -0000	1.5
@@ -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.4 2009/01/21 11:06:13 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.5 2009/01/21 11:49:29 mescalinum Exp $
+
+  21 Jan 2009; Federico Ferri <mescalinum@gentoo.org> synce-hal-0.13.ebuild:
+  better version handling
 
   21 Jan 2009; Federico Ferri <mescalinum@gentoo.org> synce-hal-0.13.ebuild:
   changing synce deps from ~atom-${PV} to =atom-${PV}*



1.3                  app-pda/synce-hal/synce-hal-0.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild?r1=1.2&r2=1.3

Index: synce-hal-0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- synce-hal-0.13.ebuild	21 Jan 2009 11:06:13 -0000	1.2
+++ synce-hal-0.13.ebuild	21 Jan 2009 11:49:29 -0000	1.3
@@ -1,11 +1,15 @@
 # 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.2 2009/01/21 11:06:13 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild,v 1.3 2009/01/21 11:49:29 mescalinum Exp $
+
+inherit versionator
 
 DESCRIPTION="SynCE - hal connection manager"
 HOMEPAGE="http://sourceforge.net/projects/synce/"
 LICENSE="MIT"
 
+synce_PV=$(get_version_component_range 1-2)
+
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE=""
@@ -14,11 +18,11 @@
 		!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-${synce_PV}*
+		=app-pda/synce-librapi2-${synce_PV}*
+		=app-pda/synce-librra-${synce_PV}*"
 RDEPEND="${DEPEND}
-		=app-pda/synce-sync-engine-${PV}*
+		=app-pda/synce-sync-engine-${synce_PV}*
 		app-pda/synce-serial
 		net-misc/dhcp"
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/synce-hal: ChangeLog synce-hal-0.13.ebuild
@ 2009-01-27  2:32 Federico Ferri (mescalinum)
  0 siblings, 0 replies; 5+ messages in thread
From: Federico Ferri (mescalinum) @ 2009-01-27  2:32 UTC (permalink / raw
  To: gentoo-commits

mescalinum    09/01/27 02:32:21

  Modified:             ChangeLog synce-hal-0.13.ebuild
  Log:
  fix install location of hal scripts
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  app-pda/synce-hal/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	21 Jan 2009 11:49:29 -0000	1.5
+++ ChangeLog	27 Jan 2009 02:32:21 -0000	1.6
@@ -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.5 2009/01/21 11:49:29 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.6 2009/01/27 02:32:21 mescalinum Exp $
+
+  27 Jan 2009; Federico Ferri <mescalinum@gentoo.org> synce-hal-0.13.ebuild:
+  fix install location of hal scripts
 
   21 Jan 2009; Federico Ferri <mescalinum@gentoo.org> synce-hal-0.13.ebuild:
   better version handling



1.4                  app-pda/synce-hal/synce-hal-0.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild?r1=1.3&r2=1.4

Index: synce-hal-0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- synce-hal-0.13.ebuild	21 Jan 2009 11:49:29 -0000	1.3
+++ synce-hal-0.13.ebuild	27 Jan 2009 02:32:21 -0000	1.4
@@ -1,8 +1,8 @@
 # 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.3 2009/01/21 11:49:29 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild,v 1.4 2009/01/27 02:32:21 mescalinum Exp $
 
-inherit versionator
+inherit multilib versionator
 
 DESCRIPTION="SynCE - hal connection manager"
 HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -30,9 +30,14 @@
 
 src_install() {
 	make DESTDIR="${D}" install || die
+	dodoc AUTHORS README ChangeLog || die
 
 	# fix collision with app-pda/synce-serial, bug 246675
-	rm "${D}/usr/libexec/synce-serial-chat"
+	rm -f "${D}/usr/libexec/synce-serial-chat"
 
-	dodoc AUTHORS README ChangeLog
+	# fix install location of hal scripts
+	local hal_dir="/usr/$(get_libdir)/hal"
+	local hal_scripts_dir="${hal_dir}/scripts"
+	dodir "${hal_scripts_dir}"
+	mv "${D}${hal_dir}"/hal-synce-* "${D}${hal_scripts_dir}/"
 }






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/synce-hal: ChangeLog synce-hal-0.13.ebuild
@ 2009-05-10 15:04 Federico Ferri (mescalinum)
  0 siblings, 0 replies; 5+ messages in thread
From: Federico Ferri (mescalinum) @ 2009-05-10 15:04 UTC (permalink / raw
  To: gentoo-commits

mescalinum    09/05/10 15:04:19

  Modified:             ChangeLog synce-hal-0.13.ebuild
  Log:
  fix bug #233416
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  app-pda/synce-hal/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	27 Jan 2009 02:32:21 -0000	1.6
+++ ChangeLog	10 May 2009 15:04:18 -0000	1.7
@@ -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.6 2009/01/27 02:32:21 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.7 2009/05/10 15:04:18 mescalinum Exp $
+
+  10 May 2009; Federico Ferri <mescalinum@gentoo.org> synce-hal-0.13.ebuild:
+  fix bug #233416
 
   27 Jan 2009; Federico Ferri <mescalinum@gentoo.org> synce-hal-0.13.ebuild:
   fix install location of hal scripts



1.6                  app-pda/synce-hal/synce-hal-0.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild?r1=1.5&r2=1.6

Index: synce-hal-0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- synce-hal-0.13.ebuild	27 Jan 2009 02:42:04 -0000	1.5
+++ synce-hal-0.13.ebuild	10 May 2009 15:04:18 -0000	1.6
@@ -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.5 2009/01/27 02:42:04 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild,v 1.6 2009/05/10 15:04:18 mescalinum Exp $
 
 inherit multilib versionator
 
@@ -29,7 +29,7 @@
 SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
 
 src_compile() {
-	econf --with-hal-addon-dir="/usr/$(get_libdir)/hal/scripts" || die
+	econf --with-hal-addon-dir="/usr/$(get_libdir)/hal/scripts" --localstatedir="/var" || die
 	emake || die
 }
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-05-10 15:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-21 11:06 [gentoo-commits] gentoo-x86 commit in app-pda/synce-hal: ChangeLog synce-hal-0.13.ebuild Federico Ferri (mescalinum)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-10 15:04 Federico Ferri (mescalinum)
2009-01-27  2:32 Federico Ferri (mescalinum)
2009-01-21 11:49 Federico Ferri (mescalinum)
2009-01-21  0:58 Federico Ferri (mescalinum)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox