public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/libopensync-plugin-syncml: ChangeLog libopensync-plugin-syncml-0.36.ebuild
@ 2008-01-27 17:54 Piotr Jaroszynski (peper)
  0 siblings, 0 replies; 3+ messages in thread
From: Piotr Jaroszynski (peper) @ 2008-01-27 17:54 UTC (permalink / raw
  To: gentoo-commits

peper       08/01/27 17:54:39

  Modified:             ChangeLog
  Added:                libopensync-plugin-syncml-0.36.ebuild
  Log:
  Add 0.36.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.9                  app-pda/libopensync-plugin-syncml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	29 Dec 2007 14:46:40 -0000	1.8
+++ ChangeLog	27 Jan 2008 17:54:39 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for app-pda/libopensync-plugin-syncml
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog,v 1.8 2007/12/29 14:46:40 peper Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog,v 1.9 2008/01/27 17:54:39 peper Exp $
+
+*libopensync-plugin-syncml-0.36 (27 Jan 2008)
+
+  27 Jan 2008; Piotr Jaroszyński <peper@gentoo.org>
+  +libopensync-plugin-syncml-0.36.ebuild:
+  Add 0.36.
 
 *libopensync-plugin-syncml-0.35 (21 Dec 2007)
 



1.1                  app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.36.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.36.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.36.ebuild?rev=1.1&content-type=text/plain

Index: libopensync-plugin-syncml-0.36.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.36.ebuild,v 1.1 2008/01/27 17:54:39 peper Exp $

EAPI="1"

inherit eutils cmake-utils

DESCRIPTION="OpenSync SyncML Plugin"
HOMEPAGE="http://www.opensync.org/"
SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2"

KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="LGPL-2.1"
IUSE="http +obex"

DEPEND="=app-pda/libopensync-${PV}*
	>=app-pda/libsyncml-0.4.6"
RDEPEND="${DEPEND}"

pkg_setup() {
	if ! use obex && ! use http; then
		eerror "${CATEGORY}/${P} without support for obex nor http is unusable."
		eerror "Please enable \"obex\" or/and \"http\" USE flags."
		die "Please enable \"obex\" or/and \"http\" USE flags."
	fi

	if use obex && ! built_with_use app-pda/libsyncml obex; then
		eerror "You are trying to build ${CATEGORY}/${P} with the \"obex\""
		eerror "USE flags, but app-pda/libsyncml was built without"
		eerror "the \"obex\" USE flag."
		eerror "Please rebuild app-pda/libsyncml with \"obex\" USE flag."
		die "Please rebuild app-pda/libsyncml with \"obex\" USE flag."
	fi

	if use http && ! built_with_use app-pda/libsyncml http; then
		eerror "You are trying to build ${CATEGORY}/${P} with the \"http\""
		eerror "USE flags, but app-pda/libsyncml was built without"
		eerror "the \"http\" USE flag."
		eerror "Please rebuild app-pda/libsyncml with \"http\" USE flag."
		die "Please rebuild app-pda/libsyncml with \"http\" USE flag."
	fi
}

src_compile() {
	local mycmakeargs="
		$(cmake-utils_use_enable http HTTP)
		$(cmake-utils_use_enable obex OBEX)"

	cmake-utils_src_compile
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-pda/libopensync-plugin-syncml: ChangeLog libopensync-plugin-syncml-0.36.ebuild
@ 2008-07-13  7:45 Joseph Jezak (josejx)
  0 siblings, 0 replies; 3+ messages in thread
From: Joseph Jezak (josejx) @ 2008-07-13  7:45 UTC (permalink / raw
  To: gentoo-commits

josejx      08/07/13 07:45:34

  Modified:             ChangeLog libopensync-plugin-syncml-0.36.ebuild
  Log:
  Marked ~ppc for bug #197240.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.10                 app-pda/libopensync-plugin-syncml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	27 Jan 2008 17:54:39 -0000	1.9
+++ ChangeLog	13 Jul 2008 07:45:34 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/libopensync-plugin-syncml
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog,v 1.9 2008/01/27 17:54:39 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog,v 1.10 2008/07/13 07:45:34 josejx Exp $
+
+  13 Jul 2008; Joseph Jezak <josejx@gentoo.org>
+  libopensync-plugin-syncml-0.36.ebuild:
+  Marked ~ppc for bug #197238.
 
 *libopensync-plugin-syncml-0.36 (27 Jan 2008)
 



1.2                  app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.36.ebuild

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

Index: libopensync-plugin-syncml-0.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.36.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libopensync-plugin-syncml-0.36.ebuild	27 Jan 2008 17:54:39 -0000	1.1
+++ libopensync-plugin-syncml-0.36.ebuild	13 Jul 2008 07:45:34 -0000	1.2
@@ -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/libopensync-plugin-syncml/libopensync-plugin-syncml-0.36.ebuild,v 1.1 2008/01/27 17:54:39 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.36.ebuild,v 1.2 2008/07/13 07:45:34 josejx Exp $
 
 EAPI="1"
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://www.opensync.org/"
 SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 SLOT="0"
 LICENSE="LGPL-2.1"
 IUSE="http +obex"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-pda/libopensync-plugin-syncml: ChangeLog libopensync-plugin-syncml-0.36.ebuild
@ 2009-09-19 16:06 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 3+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-09-19 16:06 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    09/09/19 16:06:07

  Modified:             ChangeLog libopensync-plugin-syncml-0.36.ebuild
  Log:
  Migrate to EAPI 2 in order to remove built_with_use usage. Don't allow libsyncml-0.5.0 to satisfy dependencies in order to fix bug #269187.
  (Portage version: 2.2_rc40/cvs/Linux i686)

Revision  Changes    Path
1.12                 app-pda/libopensync-plugin-syncml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	3 Aug 2008 12:54:06 -0000	1.11
+++ ChangeLog	19 Sep 2009 16:06:06 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for app-pda/libopensync-plugin-syncml
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog,v 1.11 2008/08/03 12:54:06 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog,v 1.12 2009/09/19 16:06:06 betelgeuse Exp $
+
+  19 Sep 2009; Petteri Räty <betelgeuse@gentoo.org>
+  libopensync-plugin-syncml-0.36.ebuild:
+  Migrate to EAPI 2 in order to remove built_with_use usage. Don't allow
+  libsyncml-0.5.0 to satisfy dependencies in order to fix bug #269187.
 
   03 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
   Add USE flag description to metadata wrt GLEP 56.



1.3                  app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.36.ebuild

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

Index: libopensync-plugin-syncml-0.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.36.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libopensync-plugin-syncml-0.36.ebuild	13 Jul 2008 07:45:34 -0000	1.2
+++ libopensync-plugin-syncml-0.36.ebuild	19 Sep 2009 16:06:06 -0000	1.3
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.36.ebuild,v 1.2 2008/07/13 07:45:34 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.36.ebuild,v 1.3 2009/09/19 16:06:06 betelgeuse Exp $
 
-EAPI="1"
+EAPI="2"
 
 inherit eutils cmake-utils
 
@@ -16,7 +16,7 @@
 IUSE="http +obex"
 
 DEPEND="=app-pda/libopensync-${PV}*
-	>=app-pda/libsyncml-0.4.6"
+	~app-pda/libsyncml-0.4.6[obex?,http?]"
 RDEPEND="${DEPEND}"
 
 pkg_setup() {
@@ -25,28 +25,12 @@
 		eerror "Please enable \"obex\" or/and \"http\" USE flags."
 		die "Please enable \"obex\" or/and \"http\" USE flags."
 	fi
-
-	if use obex && ! built_with_use app-pda/libsyncml obex; then
-		eerror "You are trying to build ${CATEGORY}/${P} with the \"obex\""
-		eerror "USE flags, but app-pda/libsyncml was built without"
-		eerror "the \"obex\" USE flag."
-		eerror "Please rebuild app-pda/libsyncml with \"obex\" USE flag."
-		die "Please rebuild app-pda/libsyncml with \"obex\" USE flag."
-	fi
-
-	if use http && ! built_with_use app-pda/libsyncml http; then
-		eerror "You are trying to build ${CATEGORY}/${P} with the \"http\""
-		eerror "USE flags, but app-pda/libsyncml was built without"
-		eerror "the \"http\" USE flag."
-		eerror "Please rebuild app-pda/libsyncml with \"http\" USE flag."
-		die "Please rebuild app-pda/libsyncml with \"http\" USE flag."
-	fi
 }
 
-src_compile() {
+src_configure() {
 	local mycmakeargs="
 		$(cmake-utils_use_enable http HTTP)
 		$(cmake-utils_use_enable obex OBEX)"
 
-	cmake-utils_src_compile
+	cmake-utils_src_configure
 }






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

end of thread, other threads:[~2009-09-19 16:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-27 17:54 [gentoo-commits] gentoo-x86 commit in app-pda/libopensync-plugin-syncml: ChangeLog libopensync-plugin-syncml-0.36.ebuild Piotr Jaroszynski (peper)
  -- strict thread matches above, loose matches on Subject: below --
2008-07-13  7:45 Joseph Jezak (josejx)
2009-09-19 16:06 Petteri Raty (betelgeuse)

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