diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-28 13:57:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-28 13:58:42 +0200 |
commit | df9d497e52a431eb2b4bce6192c9b5cf725c2758 (patch) | |
tree | b712873ff94952ce383cf42561f11abdc6899852 /app-misc | |
parent | app-doc/mkdoxy: Remove last-rited pkg (diff) | |
download | gentoo-df9d497e52a431eb2b4bce6192c9b5cf725c2758.tar.gz gentoo-df9d497e52a431eb2b4bce6192c9b5cf725c2758.tar.bz2 gentoo-df9d497e52a431eb2b4bce6192c9b5cf725c2758.zip |
app-misc/wyrd: Remove last-rited pkg
Closes: https://bugs.gentoo.org/648430
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/wyrd/Manifest | 1 | ||||
-rw-r--r-- | app-misc/wyrd/metadata.xml | 15 | ||||
-rw-r--r-- | app-misc/wyrd/wyrd-1.4.6-r1.ebuild | 34 |
3 files changed, 0 insertions, 50 deletions
diff --git a/app-misc/wyrd/Manifest b/app-misc/wyrd/Manifest deleted file mode 100644 index 3898a4b3df66..000000000000 --- 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 4920b59165e4..000000000000 --- 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>ml@gentoo.org</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 531160d57311..000000000000 --- 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 -} |