public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/notify-sharp: notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
@ 2011-03-24 12:59 Christoph Mende (angelos)
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-24 12:59 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/24 12:59:39

  Modified:             ChangeLog
  Added:                notify-sharp-0.4.0_pre20090305.ebuild
  Log:
  Bump snapshot and port to dbus-sharp
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-dotnet/notify-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	12 Mar 2011 11:56:18 -0000	1.11
+++ ChangeLog	24 Mar 2011 12:59:39 -0000	1.12
@@ -1,6 +1,13 @@
 # ChangeLog for dev-dotnet/notify-sharp
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.11 2011/03/12 11:56:18 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.12 2011/03/24 12:59:39 angelos Exp $
+
+*notify-sharp-0.4.0_pre20090305 (24 Mar 2011)
+
+  24 Mar 2011; Christoph Mende <angelos@gentoo.org>
+  +notify-sharp-0.4.0_pre20090305.ebuild,
+  +files/notify-sharp-0.4.0_pre20090305-dbus-sharp.patch:
+  Bump snapshot and port to dbus-sharp
 
   12 Mar 2011; <angelos@gentoo.org> notify-sharp-0.4.0_pre20080912-r1.ebuild:
   Updated ndesk-dbus dependencies (bug 356391)



1.1                  dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.1&content-type=text/plain

Index: notify-sharp-0.4.0_pre20090305.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.1 2011/03/24 12:59:39 angelos Exp $

EAPI=4
inherit autotools mono

MY_P=${PN}-${PV#*_pre}

DESCRIPTION="a C# client implementation for Desktop Notifications"
HOMEPAGE="http://www.ndesk.org/NotifySharp"
SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
LICENSE="as-is"
SLOT="0"

KEYWORDS="~amd64 ~x86"
IUSE="doc"

RDEPEND=">=dev-lang/mono-1.1.13
	>=dev-dotnet/gtk-sharp-2.10.1
	>=dev-dotnet/dbus-sharp-0.6
	>=dev-dotnet/dbus-sharp-glib-0.4
	>=x11-libs/libnotify-0.4.5"
DEPEND="${RDEPEND}
	doc? ( virtual/monodoc )"

S=${WORKDIR}/${MY_P}

src_prepare() {
	epatch "${FILESDIR}/${PN}-0.4.0_pre20080912-control-docs.patch" \
		"${FILESDIR}/${P}-dbus-sharp.patch"
	eautoreconf
}

src_configure() {
	econf $(use_enable doc docs)
}






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/notify-sharp: notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
@ 2011-06-21 13:43 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-06-21 13:43 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/06/21 13:43:04

  Modified:             notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
  Log:
  x86 stable wrt bug #371163
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?r1=1.1&r2=1.2

Index: notify-sharp-0.4.0_pre20090305.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- notify-sharp-0.4.0_pre20090305.ebuild	24 Mar 2011 12:59:39 -0000	1.1
+++ notify-sharp-0.4.0_pre20090305.ebuild	21 Jun 2011 13:43:04 -0000	1.2
@@ -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/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.1 2011/03/24 12:59:39 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.2 2011/06/21 13:43:04 phajdan.jr Exp $
 
 EAPI=4
 inherit autotools mono
@@ -13,7 +13,7 @@
 LICENSE="as-is"
 SLOT="0"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc"
 
 RDEPEND=">=dev-lang/mono-1.1.13



1.13                 dev-dotnet/notify-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	24 Mar 2011 12:59:39 -0000	1.12
+++ ChangeLog	21 Jun 2011 13:43:04 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/notify-sharp
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.12 2011/03/24 12:59:39 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.13 2011/06/21 13:43:04 phajdan.jr Exp $
+
+  21 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  notify-sharp-0.4.0_pre20090305.ebuild:
+  x86 stable wrt bug #371163
 
 *notify-sharp-0.4.0_pre20090305 (24 Mar 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/notify-sharp: notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
@ 2011-06-30 14:15 Christoph Mende (angelos)
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Mende (angelos) @ 2011-06-30 14:15 UTC (permalink / raw
  To: gentoo-commits

angelos     11/06/30 14:15:25

  Modified:             notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #371163
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?r1=1.2&r2=1.3

Index: notify-sharp-0.4.0_pre20090305.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- notify-sharp-0.4.0_pre20090305.ebuild	21 Jun 2011 13:43:04 -0000	1.2
+++ notify-sharp-0.4.0_pre20090305.ebuild	30 Jun 2011 14:15:25 -0000	1.3
@@ -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/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.2 2011/06/21 13:43:04 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.3 2011/06/30 14:15:25 angelos Exp $
 
 EAPI=4
 inherit autotools mono
@@ -13,7 +13,7 @@
 LICENSE="as-is"
 SLOT="0"
 
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 
 RDEPEND=">=dev-lang/mono-1.1.13



1.14                 dev-dotnet/notify-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	21 Jun 2011 13:43:04 -0000	1.13
+++ ChangeLog	30 Jun 2011 14:15:25 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/notify-sharp
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.13 2011/06/21 13:43:04 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.14 2011/06/30 14:15:25 angelos Exp $
+
+  30 Jun 2011; Christoph Mende <angelos@gentoo.org>
+  notify-sharp-0.4.0_pre20090305.ebuild:
+  Stable on amd64 wrt bug #371163
 
   21 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   notify-sharp-0.4.0_pre20090305.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/notify-sharp: notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
@ 2011-08-09 17:44 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-08-09 17:44 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/08/09 17:44:49

  Modified:             notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
  Log:
  Marked ~ppc wrt #360269
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?r1=1.3&r2=1.4

Index: notify-sharp-0.4.0_pre20090305.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- notify-sharp-0.4.0_pre20090305.ebuild	30 Jun 2011 14:15:25 -0000	1.3
+++ notify-sharp-0.4.0_pre20090305.ebuild	9 Aug 2011 17:44:49 -0000	1.4
@@ -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/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.3 2011/06/30 14:15:25 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.4 2011/08/09 17:44:49 xarthisius Exp $
 
 EAPI=4
 inherit autotools mono
@@ -13,7 +13,7 @@
 LICENSE="as-is"
 SLOT="0"
 
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="doc"
 
 RDEPEND=">=dev-lang/mono-1.1.13



1.15                 dev-dotnet/notify-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	30 Jun 2011 14:15:25 -0000	1.14
+++ ChangeLog	9 Aug 2011 17:44:49 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/notify-sharp
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.14 2011/06/30 14:15:25 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.15 2011/08/09 17:44:49 xarthisius Exp $
+
+  09 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  notify-sharp-0.4.0_pre20090305.ebuild:
+  Marked ~ppc wrt #360269
 
   30 Jun 2011; Christoph Mende <angelos@gentoo.org>
   notify-sharp-0.4.0_pre20090305.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/notify-sharp: notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
@ 2011-11-10 19:20 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-11-10 19:20 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/11/10 19:20:20

  Modified:             notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
  Log:
  ppc stable wrt #389181
  
  (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?r1=1.4&r2=1.5

Index: notify-sharp-0.4.0_pre20090305.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- notify-sharp-0.4.0_pre20090305.ebuild	9 Aug 2011 17:44:49 -0000	1.4
+++ notify-sharp-0.4.0_pre20090305.ebuild	10 Nov 2011 19:20:20 -0000	1.5
@@ -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/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.4 2011/08/09 17:44:49 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.5 2011/11/10 19:20:20 xarthisius Exp $
 
 EAPI=4
 inherit autotools mono
@@ -13,7 +13,7 @@
 LICENSE="as-is"
 SLOT="0"
 
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="doc"
 
 RDEPEND=">=dev-lang/mono-1.1.13



1.16                 dev-dotnet/notify-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	9 Aug 2011 17:44:49 -0000	1.15
+++ ChangeLog	10 Nov 2011 19:20:20 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/notify-sharp
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.15 2011/08/09 17:44:49 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.16 2011/11/10 19:20:20 xarthisius Exp $
+
+  10 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  notify-sharp-0.4.0_pre20090305.ebuild:
+  ppc stable wrt #389181
 
   09 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org>
   notify-sharp-0.4.0_pre20090305.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/notify-sharp: notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
@ 2012-05-21 18:46 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2012-05-21 18:46 UTC (permalink / raw
  To: gentoo-commits

xarthisius    12/05/21 18:46:24

  Modified:             notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
  Log:
  Add missing inheritance of eutils.eclass
  
  (Portage version: 2.2.0_alpha104/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?r1=1.5&r2=1.6

Index: notify-sharp-0.4.0_pre20090305.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- notify-sharp-0.4.0_pre20090305.ebuild	10 Nov 2011 19:20:20 -0000	1.5
+++ notify-sharp-0.4.0_pre20090305.ebuild	21 May 2012 18:46:24 -0000	1.6
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.5 2011/11/10 19:20:20 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.6 2012/05/21 18:46:24 xarthisius Exp $
 
 EAPI=4
-inherit autotools mono
+inherit autotools eutils mono
 
 MY_P=${PN}-${PV#*_pre}
 



1.18                 dev-dotnet/notify-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	22 Jan 2012 11:13:58 -0000	1.17
+++ ChangeLog	21 May 2012 18:46:24 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/notify-sharp
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.17 2012/01/22 11:13:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.18 2012/05/21 18:46:24 xarthisius Exp $
+
+  21 May 2012; Kacper Kowalik <xarthisius@gentoo.org>
+  notify-sharp-0.4.0_pre20090305.ebuild:
+  Add missing inheritance of eutils.eclass
 
   22 Jan 2012; Pacho Ramos <pacho@gentoo.org>
   -notify-sharp-0.4.0_pre20080912-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/notify-sharp: notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
@ 2012-11-28 20:53 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-11-28 20:53 UTC (permalink / raw
  To: gentoo-commits

ulm         12/11/28 20:53:07

  Modified:             notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
  Log:
  Fix LICENSE, MIT (Expat) license according to COPYING file, bug 444852.
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.7                  dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?r1=1.6&r2=1.7

Index: notify-sharp-0.4.0_pre20090305.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- notify-sharp-0.4.0_pre20090305.ebuild	21 May 2012 18:46:24 -0000	1.6
+++ notify-sharp-0.4.0_pre20090305.ebuild	28 Nov 2012 20:53:07 -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/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.6 2012/05/21 18:46:24 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.7 2012/11/28 20:53:07 ulm Exp $
 
 EAPI=4
 inherit autotools eutils mono
@@ -10,9 +10,9 @@
 DESCRIPTION="a C# client implementation for Desktop Notifications"
 HOMEPAGE="http://www.ndesk.org/NotifySharp"
 SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
-LICENSE="as-is"
-SLOT="0"
 
+LICENSE="MIT"
+SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE="doc"
 



1.19                 dev-dotnet/notify-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	21 May 2012 18:46:24 -0000	1.18
+++ ChangeLog	28 Nov 2012 20:53:07 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/notify-sharp
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.18 2012/05/21 18:46:24 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.19 2012/11/28 20:53:07 ulm Exp $
+
+  28 Nov 2012; Ulrich Müller <ulm@gentoo.org>
+  notify-sharp-0.4.0_pre20090305.ebuild:
+  Fix LICENSE, MIT (Expat) license according to COPYING file, bug 444852.
 
   21 May 2012; Kacper Kowalik <xarthisius@gentoo.org>
   notify-sharp-0.4.0_pre20090305.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/notify-sharp: notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
@ 2013-10-12 12:07 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2013-10-12 12:07 UTC (permalink / raw
  To: gentoo-commits

pacho       13/10/12 12:07:49

  Modified:             notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
  Log:
  Drop unneeded dep
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.8                  dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?r1=1.7&r2=1.8

Index: notify-sharp-0.4.0_pre20090305.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- notify-sharp-0.4.0_pre20090305.ebuild	28 Nov 2012 20:53:07 -0000	1.7
+++ notify-sharp-0.4.0_pre20090305.ebuild	12 Oct 2013 12:07:49 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.7 2012/11/28 20:53:07 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.8 2013/10/12 12:07:49 pacho Exp $
 
 EAPI=4
 inherit autotools eutils mono
@@ -21,8 +21,7 @@
 	>=dev-dotnet/dbus-sharp-0.6
 	>=dev-dotnet/dbus-sharp-glib-0.4
 	>=x11-libs/libnotify-0.4.5"
-DEPEND="${RDEPEND}
-	doc? ( virtual/monodoc )"
+DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${MY_P}
 



1.20                 dev-dotnet/notify-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	28 Nov 2012 20:53:07 -0000	1.19
+++ ChangeLog	12 Oct 2013 12:07:49 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/notify-sharp
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.19 2012/11/28 20:53:07 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.20 2013/10/12 12:07:49 pacho Exp $
+
+  12 Oct 2013; Pacho Ramos <pacho@gentoo.org>
+  notify-sharp-0.4.0_pre20090305.ebuild:
+  Drop unneeded dep
 
   28 Nov 2012; Ulrich Müller <ulm@gentoo.org>
   notify-sharp-0.4.0_pre20090305.ebuild:
@@ -90,4 +94,3 @@
   +notify-sharp-0.4.0_pre20080912.ebuild:
   Initial import. Ebuild adapted from the one in ikelos' overlay. Bug
   235111.
-





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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09 17:44 [gentoo-commits] gentoo-x86 commit in dev-dotnet/notify-sharp: notify-sharp-0.4.0_pre20090305.ebuild ChangeLog Kacper Kowalik (xarthisius)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-12 12:07 Pacho Ramos (pacho)
2012-11-28 20:53 Ulrich Mueller (ulm)
2012-05-21 18:46 Kacper Kowalik (xarthisius)
2011-11-10 19:20 Kacper Kowalik (xarthisius)
2011-06-30 14:15 Christoph Mende (angelos)
2011-06-21 13:43 PaweA Hajdan (phajdan.jr)
2011-03-24 12:59 Christoph Mende (angelos)

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