public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/when: ChangeLog when-1.1.13.ebuild
@ 2008-07-07 16:07 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2008-07-07 16:07 UTC (permalink / raw
  To: gentoo-commits

armin76     08/07/07 16:07:25

  Modified:             ChangeLog
  Added:                when-1.1.13.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 i686)

Revision  Changes    Path
1.26                 app-misc/when/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/when/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/when/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/when/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	10 May 2008 09:00:45 -0000	1.25
+++ ChangeLog	7 Jul 2008 16:07:25 -0000	1.26
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/when
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.25 2008/05/10 09:00:45 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.26 2008/07/07 16:07:25 armin76 Exp $
+
+*when-1.1.13 (07 Jul 2008)
+
+  07 Jul 2008; Raúl Porcel <armin76@gentoo.org> +when-1.1.13.ebuild:
+  Version bump
 
   10 May 2008; nixnut <nixnut@gentoo.org> when-1.1.11.ebuild:
   Stable on ppc wrt bug 220929



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

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

Index: when-1.1.13.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.13.ebuild,v 1.1 2008/07/07 16:07:25 armin76 Exp $

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="mirror://gentoo/${P}.tar.gz"

LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

S=${WORKDIR}/when_dist

src_unpack() {
	unpack ${A}
	cd "${S}"

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

src_compile() {
	return
}

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

src_install() {
	dobin ${PN} || die "dobin failed"
	doman ${PN}.1 || die "doman failed"
	dodoc README
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-misc/when: ChangeLog when-1.1.13.ebuild
@ 2009-01-26 22:01 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 4+ messages in thread
From: Tiago Cunha (tcunha) @ 2009-01-26 22:01 UTC (permalink / raw
  To: gentoo-commits

tcunha      09/01/26 22:01:07

  Modified:             ChangeLog when-1.1.13.ebuild
  Log:
  stable amd64/sparc, bug 256450
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 sparc64)

Revision  Changes    Path
1.28                 app-misc/when/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/when/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/when/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/when/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	26 Jan 2009 20:24:07 -0000	1.27
+++ ChangeLog	26 Jan 2009 22:01:07 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/when
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.27 2009/01/26 20:24:07 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.28 2009/01/26 22:01:07 tcunha Exp $
+
+  26 Jan 2009; Tiago Cunha <tcunha@gentoo.org> when-1.1.13.ebuild:
+  stable amd64/sparc, bug 256450
 
 *when-1.1.16 (26 Jan 2009)
 



1.2                  app-misc/when/when-1.1.13.ebuild

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

Index: when-1.1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- when-1.1.13.ebuild	7 Jul 2008 16:07:25 -0000	1.1
+++ when-1.1.13.ebuild	26 Jan 2009 22:01:07 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.13.ebuild,v 1.1 2008/07/07 16:07:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.13.ebuild,v 1.2 2009/01/26 22:01:07 tcunha Exp $
 
 DESCRIPTION="Extremely simple personal calendar program aimed at the Unix geek who wants something minimalistic"
 HOMEPAGE="http://www.lightandmatter.com/when/when.html"
@@ -8,7 +8,7 @@
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc sparc ~x86"
 IUSE=""
 
 S=${WORKDIR}/when_dist






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

* [gentoo-commits] gentoo-x86 commit in app-misc/when: ChangeLog when-1.1.13.ebuild
@ 2009-02-01 19:14 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-02-01 19:14 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/02/01 19:14:37

  Modified:             ChangeLog when-1.1.13.ebuild
  Log:
  ppc stable #256450
  (Portage version: 2.1.6.7/cvs/Linux ppc)

Revision  Changes    Path
1.29                 app-misc/when/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/when/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/when/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/when/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	26 Jan 2009 22:01:07 -0000	1.28
+++ ChangeLog	1 Feb 2009 19:14:37 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/when
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.28 2009/01/26 22:01:07 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.29 2009/02/01 19:14:37 nixnut Exp $
+
+  01 Feb 2009; nixnut <nixnut@gentoo.org> when-1.1.13.ebuild:
+  ppc stable #256450
 
   26 Jan 2009; Tiago Cunha <tcunha@gentoo.org> when-1.1.13.ebuild:
   stable amd64/sparc, bug 256450



1.3                  app-misc/when/when-1.1.13.ebuild

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

Index: when-1.1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- when-1.1.13.ebuild	26 Jan 2009 22:01:07 -0000	1.2
+++ when-1.1.13.ebuild	1 Feb 2009 19:14:37 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.13.ebuild,v 1.2 2009/01/26 22:01:07 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.13.ebuild,v 1.3 2009/02/01 19:14:37 nixnut Exp $
 
 DESCRIPTION="Extremely simple personal calendar program aimed at the Unix geek who wants something minimalistic"
 HOMEPAGE="http://www.lightandmatter.com/when/when.html"
@@ -8,7 +8,7 @@
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="amd64 ~ppc sparc ~x86"
+KEYWORDS="amd64 ppc sparc ~x86"
 IUSE=""
 
 S=${WORKDIR}/when_dist






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

* [gentoo-commits] gentoo-x86 commit in app-misc/when: ChangeLog when-1.1.13.ebuild
@ 2009-02-01 21:28 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-02-01 21:28 UTC (permalink / raw
  To: gentoo-commits

maekke      09/02/01 21:28:32

  Modified:             ChangeLog when-1.1.13.ebuild
  Log:
  x86 stable, bug #256450
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 app-misc/when/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/when/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/when/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/when/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	1 Feb 2009 19:14:37 -0000	1.29
+++ ChangeLog	1 Feb 2009 21:28:32 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/when
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.29 2009/02/01 19:14:37 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.30 2009/02/01 21:28:32 maekke Exp $
+
+  01 Feb 2009; Markus Meier <maekke@gentoo.org> when-1.1.13.ebuild:
+  x86 stable, bug #256450
 
   01 Feb 2009; nixnut <nixnut@gentoo.org> when-1.1.13.ebuild:
   ppc stable #256450



1.4                  app-misc/when/when-1.1.13.ebuild

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

Index: when-1.1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.13.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- when-1.1.13.ebuild	1 Feb 2009 19:14:37 -0000	1.3
+++ when-1.1.13.ebuild	1 Feb 2009 21:28:32 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.13.ebuild,v 1.3 2009/02/01 19:14:37 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.13.ebuild,v 1.4 2009/02/01 21:28:32 maekke Exp $
 
 DESCRIPTION="Extremely simple personal calendar program aimed at the Unix geek who wants something minimalistic"
 HOMEPAGE="http://www.lightandmatter.com/when/when.html"
@@ -8,7 +8,7 @@
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="amd64 ppc sparc ~x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 
 S=${WORKDIR}/when_dist






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

end of thread, other threads:[~2009-02-01 21:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-01 19:14 [gentoo-commits] gentoo-x86 commit in app-misc/when: ChangeLog when-1.1.13.ebuild Gysbert Wassenaar (nixnut)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-01 21:28 Markus Meier (maekke)
2009-01-26 22:01 Tiago Cunha (tcunha)
2008-07-07 16:07 Raul Porcel (armin76)

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