public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/osmo: osmo-0.2.8.ebuild ChangeLog osmo-0.2.10.ebuild
@ 2010-04-20 10:45 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-04-20 10:45 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/04/20 10:45:34

  Modified:             osmo-0.2.8.ebuild ChangeLog
  Added:                osmo-0.2.10.ebuild
  Log:
  Version bump and disable experimental libsyncml in 0.2.8 so it can be stabilized.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-office/osmo/osmo-0.2.8.ebuild

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

Index: osmo-0.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/osmo/osmo-0.2.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- osmo-0.2.8.ebuild	18 Dec 2009 14:25:00 -0000	1.1
+++ osmo-0.2.8.ebuild	20 Apr 2010 10:45:34 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/osmo/osmo-0.2.8.ebuild,v 1.1 2009/12/18 14:25:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/osmo/osmo-0.2.8.ebuild,v 1.2 2010/04/20 10:45:34 ssuominen Exp $
 
 EAPI=2
 inherit flag-o-matic
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="syncml"
+IUSE=""
 
 RDEPEND=">=x11-libs/gtk+-2.12:2
 	dev-libs/libtar
@@ -20,8 +20,7 @@
 	dev-libs/libgringotts
 	>=dev-libs/libical-0.33
 	app-text/gtkspell
-	x11-libs/libnotify
-	syncml? ( app-pda/libsyncml )"
+	x11-libs/libnotify"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
@@ -30,7 +29,7 @@
 
 	econf \
 		--disable-dependency-tracking \
-		$(use_with syncml libsyncml)
+		--without-libsyncml
 }
 
 src_install() {



1.7                  app-office/osmo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/osmo/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	18 Dec 2009 14:25:00 -0000	1.6
+++ ChangeLog	20 Apr 2010 10:45:34 -0000	1.7
@@ -1,6 +1,13 @@
 # ChangeLog for app-office/osmo
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/osmo/ChangeLog,v 1.6 2009/12/18 14:25:00 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/osmo/ChangeLog,v 1.7 2010/04/20 10:45:34 ssuominen Exp $
+
+*osmo-0.2.10 (20 Apr 2010)
+
+  20 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> osmo-0.2.8.ebuild,
+  +osmo-0.2.10.ebuild:
+  Version bump and disable experimental libsyncml in 0.2.8 so it can be
+  stabilized.
 
 *osmo-0.2.8 (18 Dec 2009)
 



1.1                  app-office/osmo/osmo-0.2.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/osmo/osmo-0.2.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/osmo/osmo-0.2.10.ebuild?rev=1.1&content-type=text/plain

Index: osmo-0.2.10.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/osmo/osmo-0.2.10.ebuild,v 1.1 2010/04/20 10:45:34 ssuominen Exp $

EAPI=2
inherit flag-o-matic

DESCRIPTION="A handy personal organizer"
HOMEPAGE="http://clayo.org/osmo/"
SRC_URI="mirror://sourceforge/${PN}-pim/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="syncml"

RDEPEND=">=x11-libs/gtk+-2.12:2
	>=dev-libs/libtar-1.2.11-r3
	dev-libs/libxml2
	dev-libs/libgringotts
	>=dev-libs/libical-0.33
	app-text/gtkspell
	=gnome-extra/gtkhtml-2*
	>=x11-libs/libnotify-0.4.4
	syncml? ( app-pda/libsyncml )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_configure() {
	append-flags -I/usr/include/libical

	econf \
		--disable-dependency-tracking \
		$(use_with syncml libsyncml)
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog README TRANSLATORS
	use syncml && dodoc README.syncml
}






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

only message in thread, other threads:[~2010-04-20 10:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-20 10:45 [gentoo-commits] gentoo-x86 commit in app-office/osmo: osmo-0.2.8.ebuild ChangeLog osmo-0.2.10.ebuild Samuli Suominen (ssuominen)

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