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

mescalinum    09/01/27 02:08:12

  Modified:             ChangeLog synce-gvfs-0.2.1.ebuild
  Log:
  switch back to external gnome/gvfs tarball, which allows to build synce-gvfs against a arbitrary gvfs version rather than the shipped one. (this has to continue until gvfs becomes a public api)
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	24 Jan 2009 12:43:03 -0000	1.5
+++ ChangeLog	27 Jan 2009 02:08:12 -0000	1.6
@@ -1,6 +1,12 @@
 # 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.5 2009/01/24 12:43:03 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/ChangeLog,v 1.6 2009/01/27 02:08:12 mescalinum Exp $
+
+  27 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
+  synce-gvfs-0.2.1.ebuild:
+  switch back to external gnome/gvfs tarball, which allows to build synce-gvfs
+  against a arbitrary gvfs version rather than the shipped one. (this has to
+  continue until gvfs becomes a public api)
 
   24 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
   synce-gvfs-0.1-r1.ebuild, synce-gvfs-0.2.1.ebuild:



1.5                  app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild

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

Index: synce-gvfs-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- synce-gvfs-0.2.1.ebuild	25 Jan 2009 05:22:49 -0000	1.4
+++ synce-gvfs-0.2.1.ebuild	27 Jan 2009 02:08:12 -0000	1.5
@@ -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.4 2009/01/25 05:22:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild,v 1.5 2009/01/27 02:08:12 mescalinum Exp $
 
 inherit gnome2
 
@@ -29,6 +29,21 @@
 
 RESTRICT="test"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	# option --with-gvfs-source wants a *relative* path
+	# see "help packaging synce-gvfs and gnome-gvfs" on
+	# synce-devel list
+	ln -s "$gvfs_S" ./gvfs-src-tree
+}
+
+src_compile() {
+	econf --with-gvfs-source=./gvfs-src-tree || die "configure failed"
+	emake dist || die "emake dist failed"
+	emake || die "compile failed"
+}
+
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS ChangeLog NEWS README






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-pda/synce-gvfs: ChangeLog synce-gvfs-0.2.1.ebuild
@ 2009-01-21 11:04 Federico Ferri (mescalinum)
  0 siblings, 0 replies; 3+ messages in thread
From: Federico Ferri (mescalinum) @ 2009-01-21 11:04 UTC (permalink / raw
  To: gentoo-commits

mescalinum    09/01/21 11:04:34

  Modified:             ChangeLog synce-gvfs-0.2.1.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-gvfs/ChangeLog

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

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



1.2                  app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild

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

Index: synce-gvfs-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- synce-gvfs-0.2.1.ebuild	21 Jan 2009 01:06:39 -0000	1.1
+++ synce-gvfs-0.2.1.ebuild	21 Jan 2009 11:04:34 -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-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 @@
 	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}"
 






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-pda/synce-gvfs: ChangeLog synce-gvfs-0.2.1.ebuild
@ 2009-01-21  1:06 Federico Ferri (mescalinum)
  0 siblings, 0 replies; 3+ messages in thread
From: Federico Ferri (mescalinum) @ 2009-01-21  1:06 UTC (permalink / raw
  To: gentoo-commits

mescalinum    09/01/21 01:06:39

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	22 Dec 2008 22:27:13 -0000	1.2
+++ ChangeLog	21 Jan 2009 01:06:39 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for app-pda/synce-gvfs
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/ChangeLog,v 1.2 2008/12/22 22:27:13 mescalinum Exp $
+# 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 $
+
+*synce-gvfs-0.2.1 (21 Jan 2009)
+
+  21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
+  +synce-gvfs-0.2.1.ebuild:
+  version bump, bug #254886
 
 *synce-gvfs-0.1-r1 (22 Dec 2008)
 



1.1                  app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild

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

Index: synce-gvfs-0.2.1.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-gvfs/synce-gvfs-0.2.1.ebuild,v 1.1 2009/01/21 01:06:39 mescalinum Exp $

inherit fdo-mime gnome2-utils

DESCRIPTION="SynCE - Gnome GVFS extensions"
HOMEPAGE="http://sourceforge.net/projects/synce/"
LICENSE="MIT"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

synce_PV="0.13"

gvfs_PV="1.0.3"
gvfs_P="gvfs-${gvfs_PV}"
gvfs_S="${WORKDIR}/${gvfs_P}"

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}"
DEPEND="dev-util/gtk-doc
	${RDEPEND}"

RESTRICT="test"

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog NEWS README
}

pkg_postinst() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
	gnome2_icon_cache_update
}

pkg_postrm() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
	gnome2_icon_cache_update
}






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

end of thread, other threads:[~2009-01-27  2:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-27  2:08 [gentoo-commits] gentoo-x86 commit in app-pda/synce-gvfs: ChangeLog synce-gvfs-0.2.1.ebuild Federico Ferri (mescalinum)
  -- strict thread matches above, loose matches on Subject: below --
2009-01-21 11:04 Federico Ferri (mescalinum)
2009-01-21  1:06 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