summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-01-05 16:58:17 +0000
committerJustin Lecher <jlec@gentoo.org>2011-01-05 16:58:17 +0000
commit2e7609a5f14ef21f1c01e704760eba455925d0e6 (patch)
tree13da47c87b6b87a76655e4a0ae078952561b1ac2 /app-misc/when
parentSome Clean up (diff)
downloadhistorical-2e7609a5f14ef21f1c01e704760eba455925d0e6.tar.gz
historical-2e7609a5f14ef21f1c01e704760eba455925d0e6.tar.bz2
historical-2e7609a5f14ef21f1c01e704760eba455925d0e6.zip
Some Clean up, Version Bump
Package-Manager: portage-2.2.0_alpha12/cvs/Linux x86_64
Diffstat (limited to 'app-misc/when')
-rw-r--r--app-misc/when/ChangeLog10
-rw-r--r--app-misc/when/when-1.1.20.ebuild44
-rw-r--r--app-misc/when/when-1.1.23.ebuild (renamed from app-misc/when/when-1.1.21.ebuild)8
3 files changed, 11 insertions, 51 deletions
diff --git a/app-misc/when/ChangeLog b/app-misc/when/ChangeLog
index f39a4a188628..714256992fe4 100644
--- a/app-misc/when/ChangeLog
+++ b/app-misc/when/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-misc/when
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.39 2010/11/08 17:58:37 radhermit Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.40 2011/01/05 16:58:17 jlec Exp $
+
+*when-1.1.23 (05 Jan 2011)
+
+ 05 Jan 2011; Justin Lecher <jlec@gentoo.org> -when-1.1.20.ebuild,
+ -when-1.1.21.ebuild, +when-1.1.23.ebuild:
+ Some Clean up, Version Bump
*when-1.1.22 (08 Nov 2010)
diff --git a/app-misc/when/when-1.1.20.ebuild b/app-misc/when/when-1.1.20.ebuild
deleted file mode 100644
index 647d3c2c2169..000000000000
--- a/app-misc/when/when-1.1.20.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.20.ebuild,v 1.1 2010/07/23 02:45:37 darkside Exp $
-
-EAPI=3
-
-inherit eutils prefix
-
-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 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/when_dist
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-prefix.patch
- eprefixify when
-
- # 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 || die "emake test failed"
-}
-
-src_install() {
- dobin ${PN} || die "dobin failed"
- doman ${PN}.1 || die "doman failed"
- dodoc README
-}
diff --git a/app-misc/when/when-1.1.21.ebuild b/app-misc/when/when-1.1.23.ebuild
index e7a505137834..b6769acf649d 100644
--- a/app-misc/when/when-1.1.21.ebuild
+++ b/app-misc/when/when-1.1.23.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.21.ebuild,v 1.1 2010/10/04 06:54:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.23.ebuild,v 1.1 2011/01/05 16:58:17 jlec Exp $
EAPI=3
-inherit eutils prefix
-
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"
@@ -22,7 +20,7 @@ S="${WORKDIR}"/when_dist
src_prepare() {
# Fix path for tests
- sed -i 's,^ when, ./when,' Makefile
+ sed -i 's,^ when, ./when,' Makefile || die
}
src_compile() { :; }