commit:     105763fb9e0bff83a6ab51f2ca87bf6b63d058ba
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 19:33:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 19:40:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105763fb

app-misc/when: drop 1.1.37

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/when/Manifest           |  1 -
 app-misc/when/when-1.1.37.ebuild | 41 ----------------------------------------
 2 files changed, 42 deletions(-)

diff --git a/app-misc/when/Manifest b/app-misc/when/Manifest
index b9f0b119f93..ce8a5159a7c 100644
--- a/app-misc/when/Manifest
+++ b/app-misc/when/Manifest
@@ -1,2 +1 @@
-DIST when-1.1.37.tar.gz 51020 BLAKE2B 
242d7833c91279bc7a73effc108a0f7d5edad9838006d8ff632c46215b7cd2a2187660075e2525a352a458a494abc648a9518945cdf18e2e7d58261e428efd8f
 SHA512 
b1f0cb9cb797a5a32263ef2851498dfbf6a769d3e708b79ca1c5b37c7c877124194dd9b5ae78bfafebc0e73e82f306b3ae734a5ef7140fe3bf0e6b2cfcc4bb18
 DIST when-1.1.40.tar.gz 55306 BLAKE2B 
3d4bdc962ccff64b09f5dda7a2c7be1daa0fd5fed2039f784ea6279e9aac495823159098f6a05c281de40d7964cc244a76c6b3bda1c4227748c04c98effac54d
 SHA512 
0d70f2c9c4d44bbd922dc0d6b1a4e1eb90561a81add3ad4f1e1fc467a6331ca856d66725361d4e5ea3f1ce9ea1ed59d91ad18178e022b029c04c0c15747ecbcd

diff --git a/app-misc/when/when-1.1.37.ebuild b/app-misc/when/when-1.1.37.ebuild
deleted file mode 100644
index 251c08dade9..00000000000
--- a/app-misc/when/when-1.1.37.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Minimalistic personal calendar program"
-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 ~amd64-linux ~x86-linux ~ppc-macos"
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/when_dist"
-
-DOCS=( README )
-
-src_prepare() {
-       default
-
-       # 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"
-       einstalldocs
-}

Reply via email to