diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-05-20 15:50:09 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-05-20 15:50:09 +0000 |
commit | d8d4425b5052b0aefcb9aeb89f56a09f3c30735b (patch) | |
tree | 69870fd7995c7a1ebacb34a0b417e7af8d89f7f4 /app-misc/when | |
parent | Stable for HPPA (bug #470386). (diff) | |
download | gentoo-2-d8d4425b5052b0aefcb9aeb89f56a09f3c30735b.tar.gz gentoo-2-d8d4425b5052b0aefcb9aeb89f56a09f3c30735b.tar.bz2 gentoo-2-d8d4425b5052b0aefcb9aeb89f56a09f3c30735b.zip |
app-misc/when: Drop old
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'app-misc/when')
-rw-r--r-- | app-misc/when/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/when/when-1.1.30.ebuild | 39 |
2 files changed, 4 insertions, 40 deletions
diff --git a/app-misc/when/ChangeLog b/app-misc/when/ChangeLog index 9487303e5520..b2c4b7f5d573 100644 --- a/app-misc/when/ChangeLog +++ b/app-misc/when/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/when # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.71 2013/05/20 12:44:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.72 2013/05/20 15:50:09 jlec Exp $ + + 20 May 2013; Justin Lecher <jlec@gentoo.org> -when-1.1.30.ebuild: + Drop old 20 May 2013; Agostino Sarubbo <ago@gentoo.org> when-1.1.31.ebuild: Stable for ppc, wrt bug #470338 diff --git a/app-misc/when/when-1.1.30.ebuild b/app-misc/when/when-1.1.30.ebuild deleted file mode 100644 index ce67c4817dea..000000000000 --- a/app-misc/when/when-1.1.30.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.30.ebuild,v 1.5 2013/01/22 17:30:00 ago 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 || die 'sed failed' -} - -src_compile() { :; } - -src_test() { - # The when command requires these files, or attempts to run setup function. - mkdir "${HOME}"/.when || die 'mkdir failed' - touch "${HOME}"/.when/{calendar,preferences} || die 'touch failed' - emake test -} - -src_install() { - dobin ${PN} - doman ${PN}.1 - dodoc README -} |