public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/gnote: gnote-3.8.1.ebuild ChangeLog
@ 2013-05-13 17:43 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2013-05-13 17:43 UTC (permalink / raw
  To: gentoo-commits

pacho       13/05/13 17:43:24

  Modified:             ChangeLog
  Added:                gnote-3.8.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.32                 app-misc/gnote/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	7 Apr 2013 21:40:18 -0000	1.31
+++ ChangeLog	13 May 2013 17:43:24 -0000	1.32
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/gnote
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.31 2013/04/07 21:40:18 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.32 2013/05/13 17:43:24 pacho Exp $
+
+*gnote-3.8.1 (13 May 2013)
+
+  13 May 2013; Pacho Ramos <pacho@gentoo.org> +gnote-3.8.1.ebuild:
+  Version bump
 
   07 Apr 2013; Gilles Dartiguelongue <eva@gentoo.org> gnote-3.8.0.ebuild:
   Apply team policy.



1.1                  app-misc/gnote/gnote-3.8.1.ebuild

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

Index: gnote-3.8.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v 1.1 2013/05/13 17:43:24 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="Desktop note-taking application"
HOMEPAGE="http://live.gnome.org/Gnote"

LICENSE="GPL-3+ FDL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

# Automagic glib-2.32 dep
COMMON_DEPEND="
	>=app-crypt/libsecret-0.8
	>=app-text/gtkspell-3.0:3
	>=dev-cpp/glibmm-2.28:2
	>=dev-cpp/gtkmm-3.6:3.0
	>=dev-libs/boost-1.34
	>=dev-libs/glib-2.32:2
	>=dev-libs/libxml2-2:2
	dev-libs/libxslt
	>=sys-apps/util-linux-2.16:=
	>=x11-libs/gtk+-3.6:3
	x11-libs/libX11
"
RDEPEND="${COMMON_DEPEND}
	gnome-base/gsettings-desktop-schemas
"
DEPEND="${DEPEND}
	app-text/docbook-xml-dtd:4.1.2
	>=dev-util/intltool-0.35.0
	virtual/pkgconfig
"

src_prepare() {
	# Do not alter CFLAGS
	sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
	gnome2_src_prepare
}

src_configure() {
	gnome2_src_configure \
		--disable-static \
		$(use_enable debug) \
		ITSTOOL=$(type -P true)
}





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

* [gentoo-commits] gentoo-x86 commit in app-misc/gnote: gnote-3.8.1.ebuild ChangeLog
@ 2013-08-22 16:14 Joachim Bartosik (jbartosik)
  0 siblings, 0 replies; 5+ messages in thread
From: Joachim Bartosik (jbartosik) @ 2013-08-22 16:14 UTC (permalink / raw
  To: gentoo-commits

jbartosik    13/08/22 16:14:52

  Modified:             gnote-3.8.1.ebuild ChangeLog
  Log:
  Fix too hasty commit: use proper src_install.
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key F35C79B9)

Revision  Changes    Path
1.3                  app-misc/gnote/gnote-3.8.1.ebuild

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

Index: gnote-3.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnote-3.8.1.ebuild	22 Aug 2013 16:11:33 -0000	1.2
+++ gnote-3.8.1.ebuild	22 Aug 2013 16:14:52 -0000	1.3
@@ -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-misc/gnote/gnote-3.8.1.ebuild,v 1.2 2013/08/22 16:11:33 jbartosik Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v 1.3 2013/08/22 16:14:52 jbartosik Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -61,7 +61,7 @@
 }
 
 src_install() {
-	default
+	gnome2_src_install
 	readme.gentoo_create_doc
 }
 



1.34                 app-misc/gnote/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	22 Aug 2013 16:11:33 -0000	1.33
+++ ChangeLog	22 Aug 2013 16:14:52 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/gnote
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.33 2013/08/22 16:11:33 jbartosik Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.34 2013/08/22 16:14:52 jbartosik Exp $
+
+  22 Aug 2013;  <joszi@gentoo.org> gnote-3.8.1.ebuild:
+  Fix too hasty commit: use proper src_install.
 
   22 Aug 2013;  <joszi@gentoo.org> gnote-3.8.1.ebuild, metadata.xml:
   Notify users about about optional net-fs/wdfs support, close bug #458864 by





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

* [gentoo-commits] gentoo-x86 commit in app-misc/gnote: gnote-3.8.1.ebuild ChangeLog
@ 2013-08-22 16:36 Joachim Bartosik (jbartosik)
  0 siblings, 0 replies; 5+ messages in thread
From: Joachim Bartosik (jbartosik) @ 2013-08-22 16:36 UTC (permalink / raw
  To: gentoo-commits

jbartosik    13/08/22 16:36:24

  Modified:             gnote-3.8.1.ebuild ChangeLog
  Log:
  Fix a problem pointed out by Pacho Ramos.
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key F35C79B9)

Revision  Changes    Path
1.4                  app-misc/gnote/gnote-3.8.1.ebuild

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

Index: gnote-3.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnote-3.8.1.ebuild	22 Aug 2013 16:14:52 -0000	1.3
+++ gnote-3.8.1.ebuild	22 Aug 2013 16:36:24 -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-misc/gnote/gnote-3.8.1.ebuild,v 1.3 2013/08/22 16:14:52 jbartosik Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v 1.4 2013/08/22 16:36:24 jbartosik Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -66,5 +66,6 @@
 }
 
 pkg_postinst() {
+	gnome2_pkg_postinst
 	readme.gentoo_print_elog
 }



1.35                 app-misc/gnote/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	22 Aug 2013 16:14:52 -0000	1.34
+++ ChangeLog	22 Aug 2013 16:36:24 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/gnote
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.34 2013/08/22 16:14:52 jbartosik Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.35 2013/08/22 16:36:24 jbartosik Exp $
+
+  22 Aug 2013;  <joszi@gentoo.org> gnote-3.8.1.ebuild:
+  Fix a problem pointed out by Pacho Ramos.
 
   22 Aug 2013;  <joszi@gentoo.org> gnote-3.8.1.ebuild:
   Fix too hasty commit: use proper src_install.





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

* [gentoo-commits] gentoo-x86 commit in app-misc/gnote: gnote-3.8.1.ebuild ChangeLog
@ 2013-11-30 18:36 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2013-11-30 18:36 UTC (permalink / raw
  To: gentoo-commits

pacho       13/11/30 18:36:43

  Modified:             gnote-3.8.1.ebuild ChangeLog
  Log:
  amd64 stable, bug #478252
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.5                  app-misc/gnote/gnote-3.8.1.ebuild

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

Index: gnote-3.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnote-3.8.1.ebuild	22 Aug 2013 16:36:24 -0000	1.4
+++ gnote-3.8.1.ebuild	30 Nov 2013 18:36:43 -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-misc/gnote/gnote-3.8.1.ebuild,v 1.4 2013/08/22 16:36:24 jbartosik Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v 1.5 2013/11/30 18:36:43 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3+ FDL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 # Automagic glib-2.32 dep



1.36                 app-misc/gnote/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	22 Aug 2013 16:36:24 -0000	1.35
+++ ChangeLog	30 Nov 2013 18:36:43 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/gnote
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.35 2013/08/22 16:36:24 jbartosik Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.36 2013/11/30 18:36:43 pacho Exp $
+
+  30 Nov 2013; Pacho Ramos <pacho@gentoo.org> gnote-3.8.1.ebuild:
+  amd64 stable, bug #478252
 
   22 Aug 2013;  <joszi@gentoo.org> gnote-3.8.1.ebuild:
   Fix a problem pointed out by Pacho Ramos.





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

* [gentoo-commits] gentoo-x86 commit in app-misc/gnote: gnote-3.8.1.ebuild ChangeLog
@ 2013-12-08 17:42 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2013-12-08 17:42 UTC (permalink / raw
  To: gentoo-commits

pacho       13/12/08 17:42:16

  Modified:             gnote-3.8.1.ebuild ChangeLog
  Log:
  x86 stable, bug #478252
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.6                  app-misc/gnote/gnote-3.8.1.ebuild

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

Index: gnote-3.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnote-3.8.1.ebuild	30 Nov 2013 18:36:43 -0000	1.5
+++ gnote-3.8.1.ebuild	8 Dec 2013 17:42:16 -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-misc/gnote/gnote-3.8.1.ebuild,v 1.5 2013/11/30 18:36:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v 1.6 2013/12/08 17:42:16 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3+ FDL-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 # Automagic glib-2.32 dep



1.37                 app-misc/gnote/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	30 Nov 2013 18:36:43 -0000	1.36
+++ ChangeLog	8 Dec 2013 17:42:16 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/gnote
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.36 2013/11/30 18:36:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.37 2013/12/08 17:42:16 pacho Exp $
+
+  08 Dec 2013; Pacho Ramos <pacho@gentoo.org> gnote-3.8.1.ebuild:
+  x86 stable, bug #478252
 
   30 Nov 2013; Pacho Ramos <pacho@gentoo.org> gnote-3.8.1.ebuild:
   amd64 stable, bug #478252





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

end of thread, other threads:[~2013-12-08 17:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-08 17:42 [gentoo-commits] gentoo-x86 commit in app-misc/gnote: gnote-3.8.1.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2013-11-30 18:36 Pacho Ramos (pacho)
2013-08-22 16:36 Joachim Bartosik (jbartosik)
2013-08-22 16:14 Joachim Bartosik (jbartosik)
2013-05-13 17:43 Pacho Ramos (pacho)

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