commit: df9d497e52a431eb2b4bce6192c9b5cf725c2758 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jul 28 11:57:42 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jul 28 11:58:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9d497e
app-misc/wyrd: Remove last-rited pkg Closes: https://bugs.gentoo.org/648430 app-misc/wyrd/Manifest | 1 - app-misc/wyrd/metadata.xml | 15 --------------- app-misc/wyrd/wyrd-1.4.6-r1.ebuild | 34 ---------------------------------- profiles/package.mask | 5 ----- 4 files changed, 55 deletions(-) diff --git a/app-misc/wyrd/Manifest b/app-misc/wyrd/Manifest deleted file mode 100644 index 3898a4b3df6..00000000000 --- a/app-misc/wyrd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wyrd-1.4.6.tar.gz 425829 BLAKE2B f732b0d69ebb200913f51ab5ea1d42f551469ebd4bc4fd22862499a01db6a6a5bfc21caac7b14e7bf247b75b73a64c3d7ed7c9249d0bc4123a6fc1a27d5017db SHA512 fc09c4567ea8d6225638ee6851ddab716665913b7d7b2f6b5a3cc7f2af9144df617e2a95ca78c74874bec3ff355aba028c7c51eafe1426d9ae803ab77ce84477 diff --git a/app-misc/wyrd/metadata.xml b/app-misc/wyrd/metadata.xml deleted file mode 100644 index 4920b59165e..00000000000 --- a/app-misc/wyrd/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo ML Project</name> - </maintainer> - <longdescription lang="en"> - Wyrd is a text-based front-end to Remind, a sophisticated calendar and alarm - program. Remind's power lies in its programmability, and Wyrd does not hide this - capability behind flashy GUI dialogs. Rather, Wyrd is designed to make you more - efficient at editing your reminder files directly. It also offers a scrollable - timetable suitable for visualizing your schedule at a glance. - </longdescription> -</pkgmetadata> diff --git a/app-misc/wyrd/wyrd-1.4.6-r1.ebuild b/app-misc/wyrd/wyrd-1.4.6-r1.ebuild deleted file mode 100644 index 531160d5731..00000000000 --- a/app-misc/wyrd/wyrd-1.4.6-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Text-based front-end to Remind" -HOMEPAGE="http://pessimization.com/software/wyrd/" -SRC_URI="http://pessimization.com/software/wyrd/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="unicode" - -RDEPEND=" - sys-libs/ncurses:0=[unicode?] - >=app-misc/remind-03.01 - dev-ml/camlp4:= -" -DEPEND="${RDEPEND} - >=dev-lang/ocaml-3.08 -" - -src_configure() { - econf \ - $(use_enable unicode utf8) -} - -src_install() { - export STRIP_MASK="/usr/bin/wyrd" - emake DESTDIR="${D}" install - dodoc ChangeLog - dohtml doc/manual.html -} diff --git a/profiles/package.mask b/profiles/package.mask index da9bd147a36..a67e3af5322 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -267,11 +267,6 @@ games-strategy/gorky17-demo # a month net-vpn/miredo -# Pacho Ramos <[email protected]> (17 Jun 2018) -# Fails to compile (#648430), crashes from time to time (#222065). Removal -# in a month. -app-misc/wyrd - # Pacho Ramos <[email protected]> (17 Jun 2018) # Doesn't run, cannot bump it (#651146). Removal in a month. games-emulation/hatari
