public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: ChangeLog libnotify-0.7.5.ebuild
@ 2012-03-31  8:41 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-03-31  8:41 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/03/31 08:41:23

  Modified:             ChangeLog
  Added:                libnotify-0.7.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)

Revision  Changes    Path
1.80                 x11-libs/libnotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	23 Jan 2012 01:50:33 -0000	1.79
+++ ChangeLog	31 Mar 2012 08:41:23 -0000	1.80
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.79 2012/01/23 01:50:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.80 2012/03/31 08:41:23 ssuominen Exp $
+
+*libnotify-0.7.5 (31 Mar 2012)
+
+  31 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> +libnotify-0.7.5.ebuild:
+  Version bump.
 
 *libnotify-0.7.4-r1 (23 Jan 2012)
 



1.1                  x11-libs/libnotify/libnotify-0.7.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.1&content-type=text/plain

Index: libnotify-0.7.5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.1 2012/03/31 08:41:23 ssuominen Exp $

EAPI=4
inherit autotools gnome.org

DESCRIPTION="A library for sending desktop notifications"
HOMEPAGE="http://git.gnome.org/browse/libnotify"
SRC_URI="${SRC_URI}
	mirror://gentoo/introspection-20110205.m4.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc +introspection +symlink test"

RDEPEND=">=dev-libs/glib-2.26
	x11-libs/gdk-pixbuf:2
	introspection? ( >=dev-libs/gobject-introspection-0.9.12 )"
DEPEND="${RDEPEND}
	dev-util/gtk-doc-am
	dev-util/pkgconfig
	doc? ( >=dev-util/gtk-doc-1.14 )
	symlink? ( !x11-misc/tinynotify-send[symlink] )
	test? ( x11-libs/gtk+:3 )"
PDEPEND="virtual/notification-daemon"

DOCS=( AUTHORS ChangeLog NEWS )

src_prepare() {
	sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die

	if ! use test; then
		sed -i -e '/PKG_CHECK_MODULES(TESTS/d' configure.ac || die
	fi

	if has_version 'dev-libs/gobject-introspection'; then
		eautoreconf
	else
		AT_M4DIR=${WORKDIR} eautoreconf
	fi
}

src_configure() {
	econf \
		--disable-static \
		$(use_enable introspection)
}

src_install() {
	default
	rm -f "${ED}"usr/lib*/${PN}.la

	mv -vf "${ED}"usr/bin/{,${PN}-}notify-send #379941
	use symlink && dosym ${PN}-notify-send /usr/bin/notify-send
}






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: ChangeLog libnotify-0.7.5.ebuild
@ 2012-05-29 13:28 Alexis Ballier (aballier)
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-29 13:28 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/29 13:28:36

  Modified:             ChangeLog libnotify-0.7.5.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.82                 x11-libs/libnotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	5 May 2012 03:52:28 -0000	1.81
+++ ChangeLog	29 May 2012 13:28:36 -0000	1.82
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.81 2012/05/05 03:52:28 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.82 2012/05/29 13:28:36 aballier Exp $
+
+  29 May 2012; Alexis Ballier <aballier@gentoo.org> libnotify-0.7.5.ebuild:
+  keyword ~amd64-fbsd
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> libnotify-0.7.4.ebuild,
   libnotify-0.7.4-r1.ebuild, libnotify-0.7.5.ebuild:



1.3                  x11-libs/libnotify/libnotify-0.7.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?r1=1.2&r2=1.3

Index: libnotify-0.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libnotify-0.7.5.ebuild	5 May 2012 03:52:28 -0000	1.2
+++ libnotify-0.7.5.ebuild	29 May 2012 13:28:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.2 2012/05/05 03:52:28 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.3 2012/05/29 13:28:36 aballier Exp $
 
 EAPI=4
 inherit autotools gnome.org
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="doc +introspection +symlink test"
 
 RDEPEND=">=dev-libs/glib-2.26






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: ChangeLog libnotify-0.7.5.ebuild
@ 2012-06-02 12:31 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 10+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-06-02 12:31 UTC (permalink / raw
  To: gentoo-commits

blueness    12/06/02 12:31:29

  Modified:             ChangeLog libnotify-0.7.5.ebuild
  Log:
  Keyword ~mips
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.83                 x11-libs/libnotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	29 May 2012 13:28:36 -0000	1.82
+++ ChangeLog	2 Jun 2012 12:31:29 -0000	1.83
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.82 2012/05/29 13:28:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.83 2012/06/02 12:31:29 blueness Exp $
+
+  02 Jun 2012; Anthony G. Basile <blueness@gentoo.org> libnotify-0.7.5.ebuild:
+  Keyword ~mips
 
   29 May 2012; Alexis Ballier <aballier@gentoo.org> libnotify-0.7.5.ebuild:
   keyword ~amd64-fbsd



1.4                  x11-libs/libnotify/libnotify-0.7.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?r1=1.3&r2=1.4

Index: libnotify-0.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libnotify-0.7.5.ebuild	29 May 2012 13:28:36 -0000	1.3
+++ libnotify-0.7.5.ebuild	2 Jun 2012 12:31:29 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.3 2012/05/29 13:28:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.4 2012/06/02 12:31:29 blueness Exp $
 
 EAPI=4
 inherit autotools gnome.org
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="doc +introspection +symlink test"
 
 RDEPEND=">=dev-libs/glib-2.26






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: ChangeLog libnotify-0.7.5.ebuild
@ 2012-06-19 19:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-19 19:58 UTC (permalink / raw
  To: gentoo-commits

ago         12/06/19 19:58:02

  Modified:             ChangeLog libnotify-0.7.5.ebuild
  Log:
  Stable for amd64, wrt bug #422357
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.84                 x11-libs/libnotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	2 Jun 2012 12:31:29 -0000	1.83
+++ ChangeLog	19 Jun 2012 19:58:01 -0000	1.84
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.83 2012/06/02 12:31:29 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.84 2012/06/19 19:58:01 ago Exp $
+
+  19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> libnotify-0.7.5.ebuild:
+  Stable for amd64, wrt bug #422357
 
   02 Jun 2012; Anthony G. Basile <blueness@gentoo.org> libnotify-0.7.5.ebuild:
   Keyword ~mips



1.5                  x11-libs/libnotify/libnotify-0.7.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?r1=1.4&r2=1.5

Index: libnotify-0.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libnotify-0.7.5.ebuild	2 Jun 2012 12:31:29 -0000	1.4
+++ libnotify-0.7.5.ebuild	19 Jun 2012 19:58:01 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.4 2012/06/02 12:31:29 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.5 2012/06/19 19:58:01 ago Exp $
 
 EAPI=4
 inherit autotools gnome.org
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="doc +introspection +symlink test"
 
 RDEPEND=">=dev-libs/glib-2.26






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: ChangeLog libnotify-0.7.5.ebuild
@ 2012-06-20  9:15 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-06-20  9:15 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/06/20 09:15:19

  Modified:             ChangeLog libnotify-0.7.5.ebuild
  Log:
  marked x86 per bug 422357
  
  (Portage version: 2.2.0_alpha110/cvs/Linux i686)

Revision  Changes    Path
1.85                 x11-libs/libnotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	19 Jun 2012 19:58:01 -0000	1.84
+++ ChangeLog	20 Jun 2012 09:15:19 -0000	1.85
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.84 2012/06/19 19:58:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.85 2012/06/20 09:15:19 jdhore Exp $
+
+  20 Jun 2012; Jeff Horelick <jdhore@gentoo.org> libnotify-0.7.5.ebuild:
+  marked x86 per bug 422357
 
   19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> libnotify-0.7.5.ebuild:
   Stable for amd64, wrt bug #422357



1.6                  x11-libs/libnotify/libnotify-0.7.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?r1=1.5&r2=1.6

Index: libnotify-0.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libnotify-0.7.5.ebuild	19 Jun 2012 19:58:01 -0000	1.5
+++ libnotify-0.7.5.ebuild	20 Jun 2012 09:15:19 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.5 2012/06/19 19:58:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.6 2012/06/20 09:15:19 jdhore Exp $
 
 EAPI=4
 inherit autotools gnome.org
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="doc +introspection +symlink test"
 
 RDEPEND=">=dev-libs/glib-2.26






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: ChangeLog libnotify-0.7.5.ebuild
@ 2012-06-22 15:31 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2012-06-22 15:31 UTC (permalink / raw
  To: gentoo-commits

ranger      12/06/22 15:31:16

  Modified:             ChangeLog libnotify-0.7.5.ebuild
  Log:
  Marking libnotify-0.7.5 ppc64 for bug 422357
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.86                 x11-libs/libnotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	20 Jun 2012 09:15:19 -0000	1.85
+++ ChangeLog	22 Jun 2012 15:31:16 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.85 2012/06/20 09:15:19 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.86 2012/06/22 15:31:16 ranger Exp $
+
+  22 Jun 2012; Brent Baude <ranger@gentoo.org> libnotify-0.7.5.ebuild:
+  Marking libnotify-0.7.5 ppc64 for bug 422357
 
   20 Jun 2012; Jeff Horelick <jdhore@gentoo.org> libnotify-0.7.5.ebuild:
   marked x86 per bug 422357



1.7                  x11-libs/libnotify/libnotify-0.7.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?r1=1.6&r2=1.7

Index: libnotify-0.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libnotify-0.7.5.ebuild	20 Jun 2012 09:15:19 -0000	1.6
+++ libnotify-0.7.5.ebuild	22 Jun 2012 15:31:16 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.6 2012/06/20 09:15:19 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.7 2012/06/22 15:31:16 ranger Exp $
 
 EAPI=4
 inherit autotools gnome.org
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="doc +introspection +symlink test"
 
 RDEPEND=">=dev-libs/glib-2.26






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: ChangeLog libnotify-0.7.5.ebuild
@ 2012-06-29 12:45 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2012-06-29 12:45 UTC (permalink / raw
  To: gentoo-commits

ranger      12/06/29 12:45:23

  Modified:             ChangeLog libnotify-0.7.5.ebuild
  Log:
  Marking libnotify-0.7.5 ppc for bug 422357
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.87                 x11-libs/libnotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	22 Jun 2012 15:31:16 -0000	1.86
+++ ChangeLog	29 Jun 2012 12:45:23 -0000	1.87
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.86 2012/06/22 15:31:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.87 2012/06/29 12:45:23 ranger Exp $
+
+  29 Jun 2012; Brent Baude <ranger@gentoo.org> libnotify-0.7.5.ebuild:
+  Marking libnotify-0.7.5 ppc for bug 422357
 
   22 Jun 2012; Brent Baude <ranger@gentoo.org> libnotify-0.7.5.ebuild:
   Marking libnotify-0.7.5 ppc64 for bug 422357



1.8                  x11-libs/libnotify/libnotify-0.7.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?r1=1.7&r2=1.8

Index: libnotify-0.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libnotify-0.7.5.ebuild	22 Jun 2012 15:31:16 -0000	1.7
+++ libnotify-0.7.5.ebuild	29 Jun 2012 12:45:23 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.7 2012/06/22 15:31:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.8 2012/06/29 12:45:23 ranger Exp $
 
 EAPI=4
 inherit autotools gnome.org
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="doc +introspection +symlink test"
 
 RDEPEND=">=dev-libs/glib-2.26






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: ChangeLog libnotify-0.7.5.ebuild
@ 2012-07-14 12:07 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2012-07-14 12:07 UTC (permalink / raw
  To: gentoo-commits

maekke      12/07/14 12:07:11

  Modified:             ChangeLog libnotify-0.7.5.ebuild
  Log:
  arm stable, bug #422357
  
  (Portage version: 2.1.11.6/cvs/Linux i686)

Revision  Changes    Path
1.88                 x11-libs/libnotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	29 Jun 2012 12:45:23 -0000	1.87
+++ ChangeLog	14 Jul 2012 12:07:11 -0000	1.88
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.87 2012/06/29 12:45:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.88 2012/07/14 12:07:11 maekke Exp $
+
+  14 Jul 2012; Markus Meier <maekke@gentoo.org> libnotify-0.7.5.ebuild:
+  arm stable, bug #422357
 
   29 Jun 2012; Brent Baude <ranger@gentoo.org> libnotify-0.7.5.ebuild:
   Marking libnotify-0.7.5 ppc for bug 422357



1.9                  x11-libs/libnotify/libnotify-0.7.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?r1=1.8&r2=1.9

Index: libnotify-0.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libnotify-0.7.5.ebuild	29 Jun 2012 12:45:23 -0000	1.8
+++ libnotify-0.7.5.ebuild	14 Jul 2012 12:07:11 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.8 2012/06/29 12:45:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.9 2012/07/14 12:07:11 maekke Exp $
 
 EAPI=4
 inherit autotools gnome.org
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="doc +introspection +symlink test"
 
 RDEPEND=">=dev-libs/glib-2.26






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: ChangeLog libnotify-0.7.5.ebuild
@ 2012-08-19 18:25 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2012-08-19 18:25 UTC (permalink / raw
  To: gentoo-commits

armin76     12/08/19 18:25:14

  Modified:             ChangeLog libnotify-0.7.5.ebuild
  Log:
  alpha/ia64/sh/sparc stable wrt #422357
  
  (Portage version: 2.1.11.5/cvs/Linux ia64)

Revision  Changes    Path
1.89                 x11-libs/libnotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	14 Jul 2012 12:07:11 -0000	1.88
+++ ChangeLog	19 Aug 2012 18:25:14 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.88 2012/07/14 12:07:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.89 2012/08/19 18:25:14 armin76 Exp $
+
+  19 Aug 2012; Raúl Porcel <armin76@gentoo.org> libnotify-0.7.5.ebuild:
+  alpha/ia64/sh/sparc stable wrt #422357
 
   14 Jul 2012; Markus Meier <maekke@gentoo.org> libnotify-0.7.5.ebuild:
   arm stable, bug #422357



1.10                 x11-libs/libnotify/libnotify-0.7.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?r1=1.9&r2=1.10

Index: libnotify-0.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libnotify-0.7.5.ebuild	14 Jul 2012 12:07:11 -0000	1.9
+++ libnotify-0.7.5.ebuild	19 Aug 2012 18:25:14 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.9 2012/07/14 12:07:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.10 2012/08/19 18:25:14 armin76 Exp $
 
 EAPI=4
 inherit autotools gnome.org
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="doc +introspection +symlink test"
 
 RDEPEND=">=dev-libs/glib-2.26





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: ChangeLog libnotify-0.7.5.ebuild
@ 2013-03-19 15:47 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-03-19 15:47 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/03/19 15:47:15

  Modified:             ChangeLog libnotify-0.7.5.ebuild
  Log:
  Use new EAPI to gain --disable-silent-rules for econf wrt #462320 by Agostino Sarubbo
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.92                 x11-libs/libnotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	19 Mar 2013 15:42:58 -0000	1.91
+++ ChangeLog	19 Mar 2013 15:47:15 -0000	1.92
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.91 2013/03/19 15:42:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.92 2013/03/19 15:47:15 ssuominen Exp $
+
+  19 Mar 2013; Samuli Suominen <ssuominen@gentoo.org> libnotify-0.7.5.ebuild:
+  Use new EAPI to gain --disable-silent-rules for econf wrt #462320 by Agostino
+  Sarubbo
 
   19 Mar 2013; Samuli Suominen <ssuominen@gentoo.org> -libnotify-0.7.4.ebuild,
   -libnotify-0.7.4-r1.ebuild:



1.12                 x11-libs/libnotify/libnotify-0.7.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild?r1=1.11&r2=1.12

Index: libnotify-0.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libnotify-0.7.5.ebuild	25 Feb 2013 09:15:24 -0000	1.11
+++ libnotify-0.7.5.ebuild	19 Mar 2013 15:47:15 -0000	1.12
@@ -1,8 +1,8 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.11 2013/02/25 09:15:24 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.12 2013/03/19 15:47:15 ssuominen Exp $
 
-EAPI=4
+EAPI=5
 inherit autotools gnome.org
 
 DESCRIPTION="A library for sending desktop notifications"
@@ -35,7 +35,7 @@
 		sed -i -e '/PKG_CHECK_MODULES(TESTS/d' configure.ac || die
 	fi
 
-	if has_version 'dev-libs/gobject-introspection'; then
+	if has_version dev-libs/gobject-introspection; then
 		eautoreconf
 	else
 		AT_M4DIR=${WORKDIR} eautoreconf
@@ -50,7 +50,7 @@
 
 src_install() {
 	default
-	rm -f "${ED}"usr/lib*/${PN}.la
+	prune_libtool_files
 
 	mv -vf "${ED}"usr/bin/{,${PN}-}notify-send #379941
 	use symlink && dosym ${PN}-notify-send /usr/bin/notify-send





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

end of thread, other threads:[~2013-03-19 15:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-20  9:15 [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: ChangeLog libnotify-0.7.5.ebuild Jeff Horelick (jdhore)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-19 15:47 Samuli Suominen (ssuominen)
2012-08-19 18:25 Raul Porcel (armin76)
2012-07-14 12:07 Markus Meier (maekke)
2012-06-29 12:45 Brent Baude (ranger)
2012-06-22 15:31 Brent Baude (ranger)
2012-06-19 19:58 Agostino Sarubbo (ago)
2012-06-02 12:31 Anthony G. Basile (blueness)
2012-05-29 13:28 Alexis Ballier (aballier)
2012-03-31  8:41 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