From 1153e5fb8adac7ca12c890b53ea5fb053e71b5ee Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 1 Aug 2012 17:54:01 +0000 Subject: app-misc/when: Drop old (Portage version: 2.2.0_alpha120/cvs/Linux x86_64) --- app-misc/when/ChangeLog | 5 ++++- app-misc/when/when-1.1.28.ebuild | 39 --------------------------------------- 2 files changed, 4 insertions(+), 40 deletions(-) delete mode 100644 app-misc/when/when-1.1.28.ebuild (limited to 'app-misc/when') diff --git a/app-misc/when/ChangeLog b/app-misc/when/ChangeLog index 55ee4879a5d6..8db2a97140d2 100644 --- a/app-misc/when/ChangeLog +++ b/app-misc/when/ChangeLog @@ -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.60 2012/07/29 18:03:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.61 2012/08/01 17:54:01 jlec Exp $ + + 01 Aug 2012; Justin Lecher -when-1.1.28.ebuild: + Drop old 29 Jul 2012; Raúl Porcel when-1.1.28.ebuild, when-1.1.29.ebuild: diff --git a/app-misc/when/when-1.1.28.ebuild b/app-misc/when/when-1.1.28.ebuild deleted file mode 100644 index 23fa2d836682..000000000000 --- a/app-misc/when/when-1.1.28.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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.28.ebuild,v 1.5 2012/07/29 18:03:47 armin76 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 -} -- cgit v1.2.3-65-gdbad