public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/orage: orage-4.8.4.ebuild ChangeLog
@ 2013-02-24 23:12 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-02-24 23:12 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/02/24 23:12:23

  Modified:             ChangeLog
  Added:                orage-4.8.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.66                 app-office/orage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	28 Nov 2012 12:33:42 -0000	1.65
+++ ChangeLog	24 Feb 2013 23:12:23 -0000	1.66
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/orage
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.65 2012/11/28 12:33:42 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.66 2013/02/24 23:12:23 ssuominen Exp $
+
+*orage-4.8.4 (24 Feb 2013)
+
+  24 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> +orage-4.8.4.ebuild:
+  Version bump.
 
   28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> orage-4.8.3.ebuild:
   EAPI5



1.1                  app-office/orage/orage-4.8.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.4.ebuild?rev=1.1&content-type=text/plain

Index: orage-4.8.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.1 2013/02/24 23:12:23 ssuominen Exp $

EAPI=5
inherit multilib xfconf

DESCRIPTION="A time managing application (and panel plug-in) for the Xfce desktop environment"
HOMEPAGE="http://www.xfce.org/projects/"
SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="berkdb dbus debug libnotify +xfce_plugins_clock"

RDEPEND=">=dev-libs/libical-0.48:=
	dev-libs/popt:=
	>=x11-libs/gtk+-2.10:2
	berkdb? ( >=sys-libs/db-4 )
	dbus? ( >=dev-libs/dbus-glib-0.100 )
	libnotify? ( >=x11-libs/libnotify-0.7:= )
	xfce_plugins_clock? ( >=xfce-base/xfce4-panel-4.10 )"
DEPEND="${RDEPEND}
	dev-util/intltool
	sys-devel/gettext
	virtual/pkgconfig"

pkg_setup() {
	XFCONF=(
		--libexecdir="${EPREFIX}"/usr/$(get_libdir)
		--docdir="${EPREFIX}"/usr/share/doc/${PF}/html
		$(use_enable xfce_plugins_clock libxfce4panel)
		$(use_enable dbus)
		$(use_enable libnotify)
		$(use_with berkdb bdb4)
		$(xfconf_use_debug)
		)

	DOCS=( AUTHORS ChangeLog NEWS README TODO )

	# PM doesn't let directory to be replaced by a symlink, see src_install()
	rm -rf "${EROOT}"/usr/share/${PN}/doc
}

src_install() {
	xfconf_src_install \
		docdir="${EPREFIX}"/usr/share/doc/${PF}/html \
		imagesdir="${EPREFIX}"/usr/share/doc/${PF}/html/images

	# Create compability symlink for retarded path hardcoding in src/{mainbox,parameters}.c
	dosym /usr/share/doc/${PF}/html /usr/share/${PN}/doc/C
}





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

* [gentoo-commits] gentoo-x86 commit in app-office/orage: orage-4.8.4.ebuild ChangeLog
@ 2013-04-10 23:37 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2013-04-10 23:37 UTC (permalink / raw
  To: gentoo-commits

jer         13/04/10 23:37:22

  Modified:             orage-4.8.4.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #465286).
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  app-office/orage/orage-4.8.4.ebuild

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

Index: orage-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- orage-4.8.4.ebuild	24 Feb 2013 23:12:23 -0000	1.1
+++ orage-4.8.4.ebuild	10 Apr 2013 23:37:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.1 2013/02/24 23:12:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.2 2013/04/10 23:37:22 jer Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="berkdb dbus debug libnotify +xfce_plugins_clock"
 
 RDEPEND=">=dev-libs/libical-0.48:=



1.67                 app-office/orage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	24 Feb 2013 23:12:23 -0000	1.66
+++ ChangeLog	10 Apr 2013 23:37:22 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/orage
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.66 2013/02/24 23:12:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.67 2013/04/10 23:37:22 jer Exp $
+
+  10 Apr 2013; Jeroen Roovers <jer@gentoo.org> orage-4.8.4.ebuild:
+  Stable for HPPA (bug #465286).
 
 *orage-4.8.4 (24 Feb 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in app-office/orage: orage-4.8.4.ebuild ChangeLog
@ 2013-04-11 10:26 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-04-11 10:26 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/04/11 10:26:26

  Modified:             orage-4.8.4.ebuild ChangeLog
  Log:
  Import 2 missing translation files from git. Thanks to Agostino Sarubbo for noticing.
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

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

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

Index: orage-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- orage-4.8.4.ebuild	10 Apr 2013 23:37:22 -0000	1.2
+++ orage-4.8.4.ebuild	11 Apr 2013 10:26:26 -0000	1.3
@@ -1,13 +1,15 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.2 2013/04/10 23:37:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.3 2013/04/11 10:26:26 ssuominen Exp $
 
 EAPI=5
 inherit multilib xfconf
 
 DESCRIPTION="A time managing application (and panel plug-in) for the Xfce desktop environment"
 HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2
+	http://dev.gentoo.org/~ssuominen/${P}-nn.po.xz
+	http://dev.gentoo.org/~ssuominen/${P}-sr.po.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -43,6 +45,15 @@
 	rm -rf "${EROOT}"/usr/share/${PN}/doc
 }
 
+src_prepare() {
+	# http://bugzilla.xfce.org/show_bug.cgi?id=9990
+	local lang
+	for lang in nn sr; do
+		mv "${WORKDIR}"/${P}-${lang}.po po/${lang}.po || die
+	done
+	xfconf_src_prepare
+}
+
 src_install() {
 	xfconf_src_install \
 		docdir="${EPREFIX}"/usr/share/doc/${PF}/html \



1.68                 app-office/orage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	10 Apr 2013 23:37:22 -0000	1.67
+++ ChangeLog	11 Apr 2013 10:26:26 -0000	1.68
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/orage
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.67 2013/04/10 23:37:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.68 2013/04/11 10:26:26 ssuominen Exp $
+
+  11 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> orage-4.8.4.ebuild:
+  Import 2 missing translation files from git. Thanks to Agostino Sarubbo for
+  noticing.
 
   10 Apr 2013; Jeroen Roovers <jer@gentoo.org> orage-4.8.4.ebuild:
   Stable for HPPA (bug #465286).





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

* [gentoo-commits] gentoo-x86 commit in app-office/orage: orage-4.8.4.ebuild ChangeLog
@ 2013-04-11 17:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-11 17:58 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/11 17:58:03

  Modified:             orage-4.8.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #465286
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  app-office/orage/orage-4.8.4.ebuild

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

Index: orage-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- orage-4.8.4.ebuild	11 Apr 2013 10:26:26 -0000	1.3
+++ orage-4.8.4.ebuild	11 Apr 2013 17:58:03 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.3 2013/04/11 10:26:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.4 2013/04/11 17:58:03 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="berkdb dbus debug libnotify +xfce_plugins_clock"
 
 RDEPEND=">=dev-libs/libical-0.48:=



1.69                 app-office/orage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	11 Apr 2013 10:26:26 -0000	1.68
+++ ChangeLog	11 Apr 2013 17:58:03 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/orage
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.68 2013/04/11 10:26:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.69 2013/04/11 17:58:03 ago Exp $
+
+  11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> orage-4.8.4.ebuild:
+  Stable for amd64, wrt bug #465286
 
   11 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> orage-4.8.4.ebuild:
   Import 2 missing translation files from git. Thanks to Agostino Sarubbo for
@@ -375,4 +378,3 @@
   20 Apr 2006; Daniel Ostrow <dostrow@gentoo.org> +metadata.xml,
   +orage-4.3.90.1.ebuild:
   Version bump for 4.4_beta1.
-





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

* [gentoo-commits] gentoo-x86 commit in app-office/orage: orage-4.8.4.ebuild ChangeLog
@ 2013-04-11 18:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-11 18:08 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/11 18:08:42

  Modified:             orage-4.8.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #465286
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  app-office/orage/orage-4.8.4.ebuild

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

Index: orage-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- orage-4.8.4.ebuild	11 Apr 2013 17:58:03 -0000	1.4
+++ orage-4.8.4.ebuild	11 Apr 2013 18:08:41 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.4 2013/04/11 17:58:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.5 2013/04/11 18:08:41 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="berkdb dbus debug libnotify +xfce_plugins_clock"
 
 RDEPEND=">=dev-libs/libical-0.48:=



1.70                 app-office/orage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	11 Apr 2013 17:58:03 -0000	1.69
+++ ChangeLog	11 Apr 2013 18:08:41 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/orage
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.69 2013/04/11 17:58:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.70 2013/04/11 18:08:41 ago Exp $
+
+  11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> orage-4.8.4.ebuild:
+  Stable for x86, wrt bug #465286
 
   11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> orage-4.8.4.ebuild:
   Stable for amd64, wrt bug #465286





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

* [gentoo-commits] gentoo-x86 commit in app-office/orage: orage-4.8.4.ebuild ChangeLog
@ 2013-04-12  7:39 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-12  7:39 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/12 07:39:35

  Modified:             orage-4.8.4.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #465286
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  app-office/orage/orage-4.8.4.ebuild

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

Index: orage-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- orage-4.8.4.ebuild	11 Apr 2013 18:08:41 -0000	1.5
+++ orage-4.8.4.ebuild	12 Apr 2013 07:39:35 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.5 2013/04/11 18:08:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.6 2013/04/12 07:39:35 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="berkdb dbus debug libnotify +xfce_plugins_clock"
 
 RDEPEND=">=dev-libs/libical-0.48:=



1.71                 app-office/orage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	11 Apr 2013 18:08:41 -0000	1.70
+++ ChangeLog	12 Apr 2013 07:39:35 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/orage
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.70 2013/04/11 18:08:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.71 2013/04/12 07:39:35 ago Exp $
+
+  12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> orage-4.8.4.ebuild:
+  Stable for ppc, wrt bug #465286
 
   11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> orage-4.8.4.ebuild:
   Stable for x86, wrt bug #465286





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

* [gentoo-commits] gentoo-x86 commit in app-office/orage: orage-4.8.4.ebuild ChangeLog
@ 2013-04-12  8:22 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-12  8:22 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/12 08:22:55

  Modified:             orage-4.8.4.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #465286
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  app-office/orage/orage-4.8.4.ebuild

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

Index: orage-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- orage-4.8.4.ebuild	12 Apr 2013 07:39:35 -0000	1.6
+++ orage-4.8.4.ebuild	12 Apr 2013 08:22:55 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.6 2013/04/12 07:39:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.7 2013/04/12 08:22:55 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="berkdb dbus debug libnotify +xfce_plugins_clock"
 
 RDEPEND=">=dev-libs/libical-0.48:=



1.72                 app-office/orage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	12 Apr 2013 07:39:35 -0000	1.71
+++ ChangeLog	12 Apr 2013 08:22:55 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/orage
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.71 2013/04/12 07:39:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.72 2013/04/12 08:22:55 ago Exp $
+
+  12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> orage-4.8.4.ebuild:
+  Stable for ppc64, wrt bug #465286
 
   12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> orage-4.8.4.ebuild:
   Stable for ppc, wrt bug #465286





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

* [gentoo-commits] gentoo-x86 commit in app-office/orage: orage-4.8.4.ebuild ChangeLog
@ 2013-04-12 15:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-12 15:06 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/12 15:06:59

  Modified:             orage-4.8.4.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #465286
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  app-office/orage/orage-4.8.4.ebuild

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

Index: orage-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- orage-4.8.4.ebuild	12 Apr 2013 08:22:55 -0000	1.7
+++ orage-4.8.4.ebuild	12 Apr 2013 15:06:59 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.7 2013/04/12 08:22:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.8 2013/04/12 15:06:59 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="berkdb dbus debug libnotify +xfce_plugins_clock"
 
 RDEPEND=">=dev-libs/libical-0.48:=



1.73                 app-office/orage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	12 Apr 2013 08:22:55 -0000	1.72
+++ ChangeLog	12 Apr 2013 15:06:59 -0000	1.73
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/orage
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.72 2013/04/12 08:22:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.73 2013/04/12 15:06:59 ago Exp $
+
+  12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> orage-4.8.4.ebuild:
+  Stable for arm, wrt bug #465286
 
   12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> orage-4.8.4.ebuild:
   Stable for ppc64, wrt bug #465286





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

end of thread, other threads:[~2013-04-12 15:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 10:26 [gentoo-commits] gentoo-x86 commit in app-office/orage: orage-4.8.4.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-12 15:06 Agostino Sarubbo (ago)
2013-04-12  8:22 Agostino Sarubbo (ago)
2013-04-12  7:39 Agostino Sarubbo (ago)
2013-04-11 18:08 Agostino Sarubbo (ago)
2013-04-11 17:58 Agostino Sarubbo (ago)
2013-04-10 23:37 Jeroen Roovers (jer)
2013-02-24 23:12 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