public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Raul Porcel (armin76)" <armin76@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/when: ChangeLog when-1.1.13.ebuild
Date: Mon, 07 Jul 2008 16:07:25 +0000	[thread overview]
Message-ID: <E1KFtFN-0005nF-Si@stork.gentoo.org> (raw)

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



             reply	other threads:[~2008-07-07 16:07 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KFtFN-0005nF-Si@stork.gentoo.org \
    --to=armin76@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox