public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/orage: orage-4.7.5.ebuild
@ 2010-12-18 16:00 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-12-18 16:00 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/12/18 16:00:46

  Modified:             orage-4.7.5.ebuild
  Log:
  tidy
  
  (Portage version: 2.2.0_alpha9/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-office/orage/orage-4.7.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.7.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.7.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.7.5.ebuild?r1=1.2&r2=1.3

Index: orage-4.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.7.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- orage-4.7.5.ebuild	19 Apr 2010 15:40:11 -0000	1.2
+++ orage-4.7.5.ebuild	18 Dec 2010 16:00:46 -0000	1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.7.5.ebuild,v 1.2 2010/04/19 15:40:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.7.5.ebuild,v 1.3 2010/12/18 16:00:46 ssuominen Exp $
 
-EAPI=2
+EAPI=3
 EAUTORECONF=yes
 inherit flag-o-matic xfconf
 
-DESCRIPTION="Calendar suite for Xfce4"
+DESCRIPTION="Xfce's calendar suite (with panel plug-in)"
 HOMEPAGE="http://www.xfce.org/projects/orage/"
 SRC_URI="mirror://xfce/src/apps/${PN}/4.7/${P}.tar.bz2"
 
@@ -26,17 +26,20 @@
 	dev-util/pkgconfig
 	dev-util/intltool"
 
-# source of 4.7.5 unpacks into 4.7.5.16.
 S=${WORKDIR}/${P}.16
 
 pkg_setup() {
-	XFCONF="--disable-dependency-tracking
+	PATCHES=( "${FILESDIR}"/${P}-asneeded.patch )
+
+	XFCONF=(
+		--disable-dependency-tracking
 		$(use_enable dbus)
 		$(use_enable libnotify)
 		$(use_with berkdb bdb4)
-		$(xfconf_use_debug)"
+		$(xfconf_use_debug)
+		)
+
 	DOCS="AUTHORS ChangeLog NEWS README TODO"
-	PATCHES=( "${FILESDIR}/${P}-asneeded.patch" )
 }
 
 src_configure() {






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

* [gentoo-commits] gentoo-x86 commit in app-office/orage: orage-4.7.5.ebuild
@ 2011-01-30  8:20 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-30  8:20 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/01/30 08:20:29

  Modified:             orage-4.7.5.ebuild
  Log:
  force old libnotify in old orage
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 app-office/orage/orage-4.7.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.7.5.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.7.5.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.7.5.ebuild?r1=1.11&r2=1.12

Index: orage-4.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.7.5.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- orage-4.7.5.ebuild	25 Jan 2011 18:01:09 -0000	1.11
+++ orage-4.7.5.ebuild	30 Jan 2011 08:20:29 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.7.5.ebuild,v 1.11 2011/01/25 18:01:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.7.5.ebuild,v 1.12 2011/01/30 08:20:29 ssuominen Exp $
 
 EAPI=3
 EAUTORECONF=yes
@@ -20,7 +20,7 @@
 	>=xfce-base/xfce4-panel-4.6
 	>=dev-libs/libical-0.43
 	berkdb? ( >=sys-libs/db-4 )
-	libnotify? ( x11-libs/libnotify )
+	libnotify? ( <x11-libs/libnotify-0.7 )
 	dbus? ( >=dev-libs/dbus-glib-0.88 )"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig






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

end of thread, other threads:[~2011-01-30  8:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-18 16:00 [gentoo-commits] gentoo-x86 commit in app-office/orage: orage-4.7.5.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-30  8:20 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