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 <radher...@gentoo.org> +when-1.1.33.ebuild:
+  Version bump.
 
   20 May 2013; Justin Lecher <j...@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
}




Reply via email to