diff options
author | 2015-01-26 10:54:49 +0000 | |
---|---|---|
committer | 2015-01-26 10:54:49 +0000 | |
commit | d4f727a9efd041e6f82c340bc03459f84b371aff (patch) | |
tree | 5ceada4a0737ccc94b64ae578b390e87cb24b919 /app-misc | |
parent | drop old (diff) | |
download | gentoo-2-d4f727a9efd041e6f82c340bc03459f84b371aff.tar.gz gentoo-2-d4f727a9efd041e6f82c340bc03459f84b371aff.tar.bz2 gentoo-2-d4f727a9efd041e6f82c340bc03459f84b371aff.zip |
app-misc/when: Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/when/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/when/when-1.1.33.ebuild | 38 |
2 files changed, 4 insertions, 39 deletions
diff --git a/app-misc/when/ChangeLog b/app-misc/when/ChangeLog index b99faa9605ab..b209566ceb64 100644 --- a/app-misc/when/ChangeLog +++ b/app-misc/when/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/when # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.76 2015/01/26 10:36:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.77 2015/01/26 10:54:49 jlec Exp $ + + 26 Jan 2015; Justin Lecher <jlec@gentoo.org> -when-1.1.33.ebuild: + Drop old 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> when-1.1.33.ebuild: Stable for x86, wrt bug #534886 diff --git a/app-misc/when/when-1.1.33.ebuild b/app-misc/when/when-1.1.33.ebuild deleted file mode 100644 index 2cb4fefe7fda..000000000000 --- a/app-misc/when/when-1.1.33.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.33.ebuild,v 1.4 2015/01/26 10:36:42 ago Exp $ - -EAPI=5 - -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" - -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 -} |