public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmbiff: wmbiff-0.4.28.ebuild ChangeLog
@ 2014-11-12 15:45 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2014-11-12 15:45 UTC (permalink / raw
  To: gentoo-commits

voyageur    14/11/12 15:45:17

  Modified:             ChangeLog
  Added:                wmbiff-0.4.28.ebuild
  Log:
  Version bump with new homepage, also fixes bug #514220
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C74525F2)

Revision  Changes    Path
1.39                 x11-plugins/wmbiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	12 Aug 2014 00:08:20 -0000	1.38
+++ ChangeLog	12 Nov 2014 15:45:17 -0000	1.39
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/wmbiff
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.38 2014/08/12 00:08:20 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.39 2014/11/12 15:45:17 voyageur Exp $
+
+*wmbiff-0.4.28 (12 Nov 2014)
+
+  12 Nov 2014; Bernard Cafarelli <voyageur@gentoo.org> +wmbiff-0.4.28.ebuild:
+  Version bump with new homepage, also fixes bug #514220
 
   12 Aug 2014; Anthony G. Basile <blueness@gentoo.org> wmbiff-0.4.27-r1.ebuild:
   Stable on ppc, bug #506914



1.1                  x11-plugins/wmbiff/wmbiff-0.4.28.ebuild

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

Index: wmbiff-0.4.28.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild,v 1.1 2014/11/12 15:45:17 voyageur Exp $

EAPI=5
inherit autotools eutils

DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes"
HOMEPAGE="http://windowmaker.org/dockapps/?name=wmbiff"
# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="crypt"

RDEPEND="x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXpm
	crypt? (
		>=dev-libs/libgcrypt-1.2.1:0
		>=net-libs/gnutls-2.2.0
		)"
DEPEND="${RDEPEND}
	virtual/pkgconfig
	x11-proto/xextproto
	x11-proto/xproto"

S=${WORKDIR}/dockapps

DOCS="ChangeLog FAQ NEWS README TODO wmbiff/sample.wmbiffrc"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-0.4.27-invalid-strncpy.patch
	eautoreconf
}

src_configure() {
	econf $(use_enable crypt crypto)
}





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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmbiff: wmbiff-0.4.28.ebuild ChangeLog
@ 2015-06-08 16:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-08 16:09 UTC (permalink / raw
  To: gentoo-commits

ago         15/06/08 16:09:07

  Modified:             wmbiff-0.4.28.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #550548
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  x11-plugins/wmbiff/wmbiff-0.4.28.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild?r1=1.1&r2=1.2

Index: wmbiff-0.4.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmbiff-0.4.28.ebuild	12 Nov 2014 15:45:17 -0000	1.1
+++ wmbiff-0.4.28.ebuild	8 Jun 2015 16:09:07 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild,v 1.1 2014/11/12 15:45:17 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild,v 1.2 2015/06/08 16:09:07 ago Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="crypt"
 
 RDEPEND="x11-libs/libX11



1.40                 x11-plugins/wmbiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	12 Nov 2014 15:45:17 -0000	1.39
+++ ChangeLog	8 Jun 2015 16:09:07 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmbiff
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.39 2014/11/12 15:45:17 voyageur Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.40 2015/06/08 16:09:07 ago Exp $
+
+  08 Jun 2015; Agostino Sarubbo <ago@gentoo.org> wmbiff-0.4.28.ebuild:
+  Stable for amd64, wrt bug #550548
 
 *wmbiff-0.4.28 (12 Nov 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmbiff: wmbiff-0.4.28.ebuild ChangeLog
@ 2015-06-09  7:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-09  7:08 UTC (permalink / raw
  To: gentoo-commits

ago         15/06/09 07:08:30

  Modified:             wmbiff-0.4.28.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #550548
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  x11-plugins/wmbiff/wmbiff-0.4.28.ebuild

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

Index: wmbiff-0.4.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wmbiff-0.4.28.ebuild	8 Jun 2015 16:09:07 -0000	1.2
+++ wmbiff-0.4.28.ebuild	9 Jun 2015 07:08:30 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild,v 1.2 2015/06/08 16:09:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild,v 1.3 2015/06/09 07:08:30 ago Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="crypt"
 
 RDEPEND="x11-libs/libX11



1.41                 x11-plugins/wmbiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	8 Jun 2015 16:09:07 -0000	1.40
+++ ChangeLog	9 Jun 2015 07:08:30 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmbiff
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.40 2015/06/08 16:09:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.41 2015/06/09 07:08:30 ago Exp $
+
+  09 Jun 2015; Agostino Sarubbo <ago@gentoo.org> wmbiff-0.4.28.ebuild:
+  Stable for x86, wrt bug #550548
 
   08 Jun 2015; Agostino Sarubbo <ago@gentoo.org> wmbiff-0.4.28.ebuild:
   Stable for amd64, wrt bug #550548





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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmbiff: wmbiff-0.4.28.ebuild ChangeLog
@ 2015-06-11 14:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-11 14:27 UTC (permalink / raw
  To: gentoo-commits

ago         15/06/11 14:27:30

  Modified:             wmbiff-0.4.28.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #550548
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  x11-plugins/wmbiff/wmbiff-0.4.28.ebuild

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

Index: wmbiff-0.4.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wmbiff-0.4.28.ebuild	9 Jun 2015 07:08:30 -0000	1.3
+++ wmbiff-0.4.28.ebuild	11 Jun 2015 14:27:30 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild,v 1.3 2015/06/09 07:08:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild,v 1.4 2015/06/11 14:27:30 ago Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="crypt"
 
 RDEPEND="x11-libs/libX11



1.42                 x11-plugins/wmbiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	9 Jun 2015 07:08:30 -0000	1.41
+++ ChangeLog	11 Jun 2015 14:27:30 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmbiff
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.41 2015/06/09 07:08:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.42 2015/06/11 14:27:30 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> wmbiff-0.4.28.ebuild:
+  Stable for ppc, wrt bug #550548
 
   09 Jun 2015; Agostino Sarubbo <ago@gentoo.org> wmbiff-0.4.28.ebuild:
   Stable for x86, wrt bug #550548





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

end of thread, other threads:[~2015-06-11 14:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-11 14:27 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmbiff: wmbiff-0.4.28.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-09  7:08 Agostino Sarubbo (ago)
2015-06-08 16:09 Agostino Sarubbo (ago)
2014-11-12 15:45 Bernard Cafarelli (voyageur)

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