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.30.ebuild ChangeLog
@ 2012-10-25  9:22 Tim Harder (radhermit)
  0 siblings, 0 replies; 5+ messages in thread
From: Tim Harder (radhermit) @ 2012-10-25  9:22 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/10/25 09:22:47

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

Revision  Changes    Path
1.62                 app-misc/when/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	1 Aug 2012 17:54:01 -0000	1.61
+++ ChangeLog	25 Oct 2012 09:22:47 -0000	1.62
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/when
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.61 2012/08/01 17:54:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.62 2012/10/25 09:22:47 radhermit Exp $
+
+*when-1.1.30 (25 Oct 2012)
+
+  25 Oct 2012; Tim Harder <radhermit@gentoo.org> +when-1.1.30.ebuild:
+  Version bump.
 
   01 Aug 2012; Justin Lecher <jlec@gentoo.org> -when-1.1.28.ebuild:
   Drop old



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

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

Index: when-1.1.30.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.30.ebuild,v 1.1 2012/10/25 09:22:47 radhermit Exp $

EAPI=4

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"
IUSE=""

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

S="${WORKDIR}"/when_dist

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

src_compile() { :; }

src_test() {
	# The when command requires these files, or attempts to run setup function.
	mkdir "${HOME}"/.when
	touch "${HOME}"/.when/{calendar,preferences}
	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.30.ebuild ChangeLog
@ 2013-01-14 16:19 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 5+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-01-14 16:19 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/01/14 16:19:42

  Modified:             when-1.1.30.ebuild ChangeLog
  Log:
  QA: add missing die statements
  
  (Portage version: 2.2.0_alpha151/cvs/Linux x86_64, unsigned Manifest commit)

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

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

Index: when-1.1.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.30.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- when-1.1.30.ebuild	25 Oct 2012 09:22:47 -0000	1.1
+++ when-1.1.30.ebuild	14 Jan 2013 16:19:42 -0000	1.2
@@ -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/app-misc/when/when-1.1.30.ebuild,v 1.1 2012/10/25 09:22:47 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.30.ebuild,v 1.2 2013/01/14 16:19:42 pinkbyte Exp $
 
 EAPI=4
 
@@ -20,15 +20,15 @@
 
 src_prepare() {
 	# Fix path for tests
-	sed -i 's,^	when,	./when,' Makefile
+	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
-	touch "${HOME}"/.when/{calendar,preferences}
+	mkdir "${HOME}"/.when || die 'mkdir failed'
+	touch "${HOME}"/.when/{calendar,preferences} || die 'touch failed'
 	emake test
 }
 



1.63                 app-misc/when/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	25 Oct 2012 09:22:47 -0000	1.62
+++ ChangeLog	14 Jan 2013 16:19:42 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/when
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.62 2012/10/25 09:22:47 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.63 2013/01/14 16:19:42 pinkbyte Exp $
+
+  14 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> when-1.1.30.ebuild:
+  QA: add missing die statements
 
 *when-1.1.30 (25 Oct 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in app-misc/when: when-1.1.30.ebuild ChangeLog
@ 2013-01-14 16:20 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 5+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-01-14 16:20 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/01/14 16:20:14

  Modified:             when-1.1.30.ebuild ChangeLog
  Log:
  Stable on amd64, wrt bug #451646
  
  (Portage version: 2.2.0_alpha151/cvs/Linux x86_64, unsigned Manifest commit)

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

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

Index: when-1.1.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.30.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- when-1.1.30.ebuild	14 Jan 2013 16:19:42 -0000	1.2
+++ when-1.1.30.ebuild	14 Jan 2013 16:20:13 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.30.ebuild,v 1.2 2013/01/14 16:19:42 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.30.ebuild,v 1.3 2013/01/14 16:20:13 pinkbyte Exp $
 
 EAPI=4
 
@@ -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"
 IUSE=""
 
 DEPEND="dev-lang/perl"



1.64                 app-misc/when/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	14 Jan 2013 16:19:42 -0000	1.63
+++ ChangeLog	14 Jan 2013 16:20:13 -0000	1.64
@@ -1,6 +1,9 @@
 # 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.63 2013/01/14 16:19:42 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.64 2013/01/14 16:20:13 pinkbyte Exp $
+
+  14 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> when-1.1.30.ebuild:
+  Stable on amd64, wrt bug #451646
 
   14 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> when-1.1.30.ebuild:
   QA: add missing die statements





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

* [gentoo-commits] gentoo-x86 commit in app-misc/when: when-1.1.30.ebuild ChangeLog
@ 2013-01-16 15:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-16 15:03 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/16 15:03:20

  Modified:             when-1.1.30.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #451646
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

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

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

Index: when-1.1.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.30.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- when-1.1.30.ebuild	14 Jan 2013 16:20:13 -0000	1.3
+++ when-1.1.30.ebuild	16 Jan 2013 15:03:20 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.30.ebuild,v 1.3 2013/01/14 16:20:13 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.30.ebuild,v 1.4 2013/01/16 15:03:20 ago Exp $
 
 EAPI=4
 
@@ -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"
 IUSE=""
 
 DEPEND="dev-lang/perl"



1.65                 app-misc/when/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	14 Jan 2013 16:20:13 -0000	1.64
+++ ChangeLog	16 Jan 2013 15:03:20 -0000	1.65
@@ -1,6 +1,9 @@
 # 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.64 2013/01/14 16:20:13 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.65 2013/01/16 15:03:20 ago Exp $
+
+  16 Jan 2013; Agostino Sarubbo <ago@gentoo.org> when-1.1.30.ebuild:
+  Stable for ppc, wrt bug #451646
 
   14 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> when-1.1.30.ebuild:
   Stable on amd64, wrt bug #451646
@@ -248,4 +251,3 @@
   18 Dec 2004; Aaron Walker <ka0ttic@gentoo.org> +metadata.xml,
   +when-1.0.10.ebuild:
   Initial commit.
-





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

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

ago         13/01/22 17:30:00

  Modified:             when-1.1.30.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #451646
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  app-misc/when/when-1.1.30.ebuild

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

Index: when-1.1.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.30.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- when-1.1.30.ebuild	16 Jan 2013 15:03:20 -0000	1.4
+++ when-1.1.30.ebuild	22 Jan 2013 17:30:00 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.30.ebuild,v 1.4 2013/01/16 15:03:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.30.ebuild,v 1.5 2013/01/22 17:30:00 ago Exp $
 
 EAPI=4
 
@@ -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"
 IUSE=""
 
 DEPEND="dev-lang/perl"



1.66                 app-misc/when/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	16 Jan 2013 15:03:20 -0000	1.65
+++ ChangeLog	22 Jan 2013 17:30:00 -0000	1.66
@@ -1,6 +1,9 @@
 # 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.65 2013/01/16 15:03:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.66 2013/01/22 17:30:00 ago Exp $
+
+  22 Jan 2013; Agostino Sarubbo <ago@gentoo.org> when-1.1.30.ebuild:
+  Stable for x86, wrt bug #451646
 
   16 Jan 2013; Agostino Sarubbo <ago@gentoo.org> when-1.1.30.ebuild:
   Stable for ppc, wrt bug #451646





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

end of thread, other threads:[~2013-01-22 17:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25  9:22 [gentoo-commits] gentoo-x86 commit in app-misc/when: when-1.1.30.ebuild ChangeLog Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-14 16:19 Sergey Popov (pinkbyte)
2013-01-14 16:20 Sergey Popov (pinkbyte)
2013-01-16 15:03 Agostino Sarubbo (ago)
2013-01-22 17:30 Agostino Sarubbo (ago)

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