public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/when: when-1.1.33.ebuild ChangeLog
@ 2014-08-04 16:43 Tim Harder (radhermit)
  0 siblings, 0 replies; 5+ messages in thread
From: Tim Harder (radhermit) @ 2014-08-04 16:43 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/08/04 16:43:12

  Modified:             ChangeLog
  Added:                when-1.1.33.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.73                 app-misc/when/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	20 May 2013 15:50:09 -0000	1.72
+++ ChangeLog	4 Aug 2014 16:43:12 -0000	1.73
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/when
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.72 2013/05/20 15:50:09 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.73 2014/08/04 16:43:12 radhermit Exp $
+
+*when-1.1.33 (04 Aug 2014)
+
+  04 Aug 2014; Tim Harder <radhermit@gentoo.org> +when-1.1.33.ebuild:
+  Version bump.
 
   20 May 2013; Justin Lecher <jlec@gentoo.org> -when-1.1.30.ebuild:
   Drop old



1.1                  app-misc/when/when-1.1.33.ebuild

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

Index: when-1.1.33.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.33.ebuild,v 1.1 2014/08/04 16:43:11 radhermit Exp $

EAPI=5

DESCRIPTION="Extremely simple personal calendar program aimed at the Unix geek who wants something minimalistic"
HOMEPAGE="http://www.lightandmatter.com/when/when.html"
SRC_URI="http://www.lightandmatter.com/when/when.tar.gz -> ${P}.tar.gz"

LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"

DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}"

S=${WORKDIR}/when_dist

src_prepare() {
	# Fix path for tests
	sed -i 's,^	when,	./when,' Makefile || die 'sed failed'
}

src_compile() { :; }

src_test() {
	# The when command requires these files, or attempts to run setup function.
	mkdir "${HOME}"/.when || die 'mkdir failed'
	touch "${HOME}"/.when/{calendar,preferences} || die 'touch failed'
	emake test
}

src_install() {
	dobin ${PN}
	doman ${PN}.1
	dodoc README
}





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

* [gentoo-commits] gentoo-x86 commit in app-misc/when: when-1.1.33.ebuild ChangeLog
@ 2015-01-09 13:46 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-09 13:46 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/09 13:46:46

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

Revision  Changes    Path
1.2                  app-misc/when/when-1.1.33.ebuild

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

Index: when-1.1.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.33.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- when-1.1.33.ebuild	4 Aug 2014 16:43:11 -0000	1.1
+++ when-1.1.33.ebuild	9 Jan 2015 13:46:46 -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/app-misc/when/when-1.1.33.ebuild,v 1.1 2014/08/04 16:43:11 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.33.ebuild,v 1.2 2015/01/09 13:46:46 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 DEPEND="dev-lang/perl"
 RDEPEND="${DEPEND}"



1.74                 app-misc/when/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	4 Aug 2014 16:43:12 -0000	1.73
+++ ChangeLog	9 Jan 2015 13:46:46 -0000	1.74
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/when
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.73 2014/08/04 16:43:12 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.74 2015/01/09 13:46:46 ago Exp $
+
+  09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> when-1.1.33.ebuild:
+  Stable for amd64, wrt bug #534886
 
 *when-1.1.33 (04 Aug 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in app-misc/when: when-1.1.33.ebuild ChangeLog
@ 2015-01-17 14:00 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-17 14:00 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/17 14:00:57

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

Revision  Changes    Path
1.3                  app-misc/when/when-1.1.33.ebuild

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

Index: when-1.1.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.33.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- when-1.1.33.ebuild	9 Jan 2015 13:46:46 -0000	1.2
+++ when-1.1.33.ebuild	17 Jan 2015 14:00:57 -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/app-misc/when/when-1.1.33.ebuild,v 1.2 2015/01/09 13:46:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.33.ebuild,v 1.3 2015/01/17 14:00:57 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 DEPEND="dev-lang/perl"
 RDEPEND="${DEPEND}"



1.75                 app-misc/when/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	9 Jan 2015 13:46:46 -0000	1.74
+++ ChangeLog	17 Jan 2015 14:00:57 -0000	1.75
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/when
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.74 2015/01/09 13:46:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.75 2015/01/17 14:00:57 ago Exp $
+
+  17 Jan 2015; Agostino Sarubbo <ago@gentoo.org> when-1.1.33.ebuild:
+  Stable for ppc, wrt bug #534886
 
   09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> when-1.1.33.ebuild:
   Stable for amd64, wrt bug #534886





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

* [gentoo-commits] gentoo-x86 commit in app-misc/when: when-1.1.33.ebuild ChangeLog
@ 2015-01-26 10:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-26 10:36 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/26 10:36:42

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

Revision  Changes    Path
1.4                  app-misc/when/when-1.1.33.ebuild

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

Index: when-1.1.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.33.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- when-1.1.33.ebuild	17 Jan 2015 14:00:57 -0000	1.3
+++ when-1.1.33.ebuild	26 Jan 2015 10:36:42 -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/app-misc/when/when-1.1.33.ebuild,v 1.3 2015/01/17 14:00:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.33.ebuild,v 1.4 2015/01/26 10:36:42 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 DEPEND="dev-lang/perl"
 RDEPEND="${DEPEND}"



1.76                 app-misc/when/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	17 Jan 2015 14:00:57 -0000	1.75
+++ ChangeLog	26 Jan 2015 10:36:42 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/when
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.75 2015/01/17 14:00:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.76 2015/01/26 10:36:42 ago Exp $
+
+  26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> when-1.1.33.ebuild:
+  Stable for x86, wrt bug #534886
 
   17 Jan 2015; Agostino Sarubbo <ago@gentoo.org> when-1.1.33.ebuild:
   Stable for ppc, wrt bug #534886





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

* [gentoo-commits] gentoo-x86 commit in app-misc/when: when-1.1.33.ebuild ChangeLog
@ 2015-01-27 20:21 Michael Weber (xmw)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber (xmw) @ 2015-01-27 20:21 UTC (permalink / raw
  To: gentoo-commits

xmw         15/01/27 20:21:50

  Modified:             when-1.1.33.ebuild ChangeLog
  Log:
  Reset to the last stable state
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.7                  app-misc/when/when-1.1.33.ebuild

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

Index: when-1.1.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.33.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- when-1.1.33.ebuild	27 Jan 2015 20:20:52 -0000	1.6
+++ when-1.1.33.ebuild	27 Jan 2015 20:21:50 -0000	1.7
@@ -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/app-misc/when/when-1.1.33.ebuild,v 1.6 2015/01/27 20:20:52 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.33.ebuild,v 1.7 2015/01/27 20:21:50 xmw Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 DEPEND="dev-lang/perl"
 RDEPEND="${DEPEND}"



1.79                 app-misc/when/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	27 Jan 2015 20:20:52 -0000	1.78
+++ ChangeLog	27 Jan 2015 20:21:50 -0000	1.79
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/when
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.78 2015/01/27 20:20:52 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.79 2015/01/27 20:21:50 xmw Exp $
+
+  27 Jan 2015; Michael Weber <xmw@gentoo.org> when-1.1.33.ebuild:
+  Reset to the last stable state
 
 *when-1.1.33 (27 Jan 2015)
 





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

end of thread, other threads:[~2015-01-28 20:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04 16:43 [gentoo-commits] gentoo-x86 commit in app-misc/when: when-1.1.33.ebuild ChangeLog Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-09 13:46 Agostino Sarubbo (ago)
2015-01-17 14:00 Agostino Sarubbo (ago)
2015-01-26 10:36 Agostino Sarubbo (ago)
2015-01-27 20:21 Michael Weber (xmw)

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