summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-03-20 06:04:05 +0000
committerTim Harder <radhermit@gentoo.org>2011-03-20 06:04:05 +0000
commitaaa4aeda012c084a1d07d9c76a465a9402db148c (patch)
tree7df9514da78482e9c573868706f496e69639f4bc /app-misc/when
parentVersion bump. Update to EAPI 4, remove versionator eclass usage, and use arra... (diff)
downloadgentoo-2-aaa4aeda012c084a1d07d9c76a465a9402db148c.tar.gz
gentoo-2-aaa4aeda012c084a1d07d9c76a465a9402db148c.tar.bz2
gentoo-2-aaa4aeda012c084a1d07d9c76a465a9402db148c.zip
Remove old.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/when')
-rw-r--r--app-misc/when/ChangeLog6
-rw-r--r--app-misc/when/files/when-prefix.patch9
-rw-r--r--app-misc/when/when-1.1.16.ebuild39
-rw-r--r--app-misc/when/when-1.1.22.ebuild39
4 files changed, 5 insertions, 88 deletions
diff --git a/app-misc/when/ChangeLog b/app-misc/when/ChangeLog
index 39ca99c4f44d..0386b638f0f8 100644
--- a/app-misc/when/ChangeLog
+++ b/app-misc/when/ChangeLog
@@ -1,6 +1,10 @@
# 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.49 2011/03/19 21:34:29 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.50 2011/03/20 06:04:05 radhermit Exp $
+
+ 20 Mar 2011; Tim Harder <radhermit@gentoo.org> -when-1.1.16.ebuild,
+ -when-1.1.22.ebuild, -files/when-prefix.patch:
+ Remove old.
19 Mar 2011; Thomas Kahle <tomka@gentoo.org> when-1.1.23.ebuild:
x86 stable per bug 357069
diff --git a/app-misc/when/files/when-prefix.patch b/app-misc/when/files/when-prefix.patch
deleted file mode 100644
index f2fa26eae620..000000000000
--- a/app-misc/when/files/when-prefix.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -ru when_dist.orig/when when_dist/when
---- when_dist.orig/when 2008-04-03 21:47:33 +0200
-+++ when_dist/when 2008-04-03 21:48:40 +0200
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl
-+#!@GENTOO_PORTAGE_EPREFIX@/usr/bin/perl
-
- #----------------------------------------------------------------
- # When
diff --git a/app-misc/when/when-1.1.16.ebuild b/app-misc/when/when-1.1.16.ebuild
deleted file mode 100644
index 8fc4a22308b0..000000000000
--- a/app-misc/when/when-1.1.16.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.16.ebuild,v 1.5 2009/05/30 16:08:03 nixnut 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
-}
diff --git a/app-misc/when/when-1.1.22.ebuild b/app-misc/when/when-1.1.22.ebuild
deleted file mode 100644
index b23a0733ec48..000000000000
--- a/app-misc/when/when-1.1.22.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.22.ebuild,v 1.5 2011/02/12 18:35:34 armin76 Exp $
-
-EAPI=3
-
-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 || die "emake test failed"
-}
-
-src_install() {
- dobin ${PN} || die "dobin failed"
- doman ${PN}.1 || die "doman failed"
- dodoc README || die
-}