summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2011-03-27 21:54:38 +0000
committerJeremy Olexa <darkside@gentoo.org>2011-03-27 21:54:38 +0000
commit5bb15bfb70746d48367307851ed7c860e6cef0b3 (patch)
tree582560e72f60e77e64773094ebce054c9121aef9 /app-misc/when
parentremove old ebuilds (diff)
downloadgentoo-2-5bb15bfb70746d48367307851ed7c860e6cef0b3.tar.gz
gentoo-2-5bb15bfb70746d48367307851ed7c860e6cef0b3.tar.bz2
gentoo-2-5bb15bfb70746d48367307851ed7c860e6cef0b3.zip
remove old ebuilds
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/when')
-rw-r--r--app-misc/when/ChangeLog5
-rw-r--r--app-misc/when/when-1.1.27.ebuild39
2 files changed, 4 insertions, 40 deletions
diff --git a/app-misc/when/ChangeLog b/app-misc/when/ChangeLog
index 0386b638f0f8..35d116c00bfc 100644
--- a/app-misc/when/ChangeLog
+++ b/app-misc/when/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/when
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.50 2011/03/20 06:04:05 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.51 2011/03/27 21:54:38 darkside Exp $
+
+ 27 Mar 2011; Jeremy Olexa <darkside@gentoo.org> -when-1.1.27.ebuild:
+ remove old ebuilds
20 Mar 2011; Tim Harder <radhermit@gentoo.org> -when-1.1.16.ebuild,
-when-1.1.22.ebuild, -files/when-prefix.patch:
diff --git a/app-misc/when/when-1.1.27.ebuild b/app-misc/when/when-1.1.27.ebuild
deleted file mode 100644
index 6812c17f453f..000000000000
--- a/app-misc/when/when-1.1.27.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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.27.ebuild,v 1.1 2011/03/02 08:39:38 radhermit 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 ~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() {
- # 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
-}