summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-08-01 02:45:41 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-08-01 02:45:41 +0000
commitc3e7857ad853b00666924725f9117d7d0070e90e (patch)
treedb86730519cd2e081554d7a00ae7df47e14e9738 /app-misc/when
parentVersion bump. Make 'python' and 'python-config' scripts instead of symlinks. ... (diff)
downloadhistorical-c3e7857ad853b00666924725f9117d7d0070e90e.tar.gz
historical-c3e7857ad853b00666924725f9117d7d0070e90e.tar.bz2
historical-c3e7857ad853b00666924725f9117d7d0070e90e.zip
remove old
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'app-misc/when')
-rw-r--r--app-misc/when/ChangeLog6
-rw-r--r--app-misc/when/when-1.1.11.ebuild39
-rw-r--r--app-misc/when/when-1.1.13.ebuild39
3 files changed, 5 insertions, 79 deletions
diff --git a/app-misc/when/ChangeLog b/app-misc/when/ChangeLog
index 9484c1265da9..02e51c1f72e3 100644
--- a/app-misc/when/ChangeLog
+++ b/app-misc/when/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/when
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.34 2009/05/30 16:08:03 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.35 2009/08/01 02:44:09 darkside Exp $
+
+ 01 Aug 2009; Jeremy Olexa <darkside@gentoo.org> -when-1.1.11.ebuild,
+ -when-1.1.13.ebuild:
+ remove old
30 May 2009; nixnut <nixnut@gentoo.org> when-1.1.16.ebuild:
ppc stable #271108
diff --git a/app-misc/when/when-1.1.11.ebuild b/app-misc/when/when-1.1.11.ebuild
deleted file mode 100644
index a76e225d07c9..000000000000
--- a/app-misc/when/when-1.1.11.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.11.ebuild,v 1.3 2008/05/10 09:00:45 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.13.ebuild b/app-misc/when/when-1.1.13.ebuild
deleted file mode 100644
index e3dd364429a7..000000000000
--- a/app-misc/when/when-1.1.13.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.13.ebuild,v 1.4 2009/02/01 21:28:32 maekke 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
-}