public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/synce-hal: synce-hal-0.1.ebuild synce-hal-0.2.ebuild ChangeLog
@ 2008-11-16 15:57 Federico Ferri (mescalinum)
  0 siblings, 0 replies; only message in thread
From: Federico Ferri (mescalinum) @ 2008-11-16 15:57 UTC (permalink / raw
  To: gentoo-commits

mescalinum    08/11/16 15:57:55

  Modified:             synce-hal-0.1.ebuild synce-hal-0.2.ebuild ChangeLog
  Log:
  fix pkg collision with app-pda/synce-serial, bug 246675
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  app-pda/synce-hal/synce-hal-0.1.ebuild

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

Index: synce-hal-0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- synce-hal-0.1.ebuild	13 Nov 2008 16:54:54 -0000	1.2
+++ synce-hal-0.1.ebuild	16 Nov 2008 15:57:55 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.1.ebuild,v 1.2 2008/11/13 16:54:54 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.1.ebuild,v 1.3 2008/11/16 15:57:55 mescalinum Exp $
 
 DESCRIPTION="SynCE - hal connection manager"
 HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -26,5 +26,8 @@
 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
 }



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

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

Index: synce-hal-0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- synce-hal-0.2.ebuild	13 Nov 2008 16:54:54 -0000	1.2
+++ synce-hal-0.2.ebuild	16 Nov 2008 15:57:55 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.2.ebuild,v 1.2 2008/11/13 16:54:54 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.2.ebuild,v 1.3 2008/11/16 15:57:55 mescalinum Exp $
 
 DESCRIPTION="SynCE - hal connection manager"
 HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -26,5 +26,8 @@
 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
 }



1.2                  app-pda/synce-hal/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	13 Nov 2008 00:05:09 -0000	1.1
+++ ChangeLog	16 Nov 2008 15:57:55 -0000	1.2
@@ -1,6 +1,10 @@
 # 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.1 2008/11/13 00:05:09 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.2 2008/11/16 15:57:55 mescalinum Exp $
+
+  16 Nov 2008; Federico Ferri <mescalinum@gentoo.org> synce-hal-0.1.ebuild,
+  synce-hal-0.2.ebuild:
+  fix pkg collision with app-pda/synce-serial, bug 246675
 
 *synce-hal-0.2 (13 Nov 2008)
 *synce-hal-0.1 (13 Nov 2008)






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-16 15:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-16 15:57 [gentoo-commits] gentoo-x86 commit in app-pda/synce-hal: synce-hal-0.1.ebuild synce-hal-0.2.ebuild ChangeLog 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