public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/wyrd/, app-misc/wyrd/files/
@ 2016-06-23 11:47 Alexis Ballier
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier @ 2016-06-23 11:47 UTC (permalink / raw
  To: gentoo-commits

commit:     0806705ebe77ab2d27594a828277042f808794d1
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 11:45:58 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 11:45:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0806705e

app-misc/wyrd: remove old

Package-Manager: portage-2.3.0_rc1

 app-misc/wyrd/Manifest           |  2 --
 app-misc/wyrd/files/ocaml4.patch | 20 -----------------
 app-misc/wyrd/wyrd-1.4.4.ebuild  | 31 ---------------------------
 app-misc/wyrd/wyrd-1.4.5.ebuild  | 46 ----------------------------------------
 4 files changed, 99 deletions(-)

diff --git a/app-misc/wyrd/Manifest b/app-misc/wyrd/Manifest
index d12777a..d4d0b5b 100644
--- a/app-misc/wyrd/Manifest
+++ b/app-misc/wyrd/Manifest
@@ -1,3 +1 @@
-DIST wyrd-1.4.4.tar.gz 226757 SHA256 154f5cefc86d43077f3c150e5b50a27d33fe7a7e50d7b90f39d16f054f5c570a SHA512 944e76774320d7c0109fdb22c03a2ac100399c2f4bd250c5d8c35eff5a44671b2e7a722c11b59b02bfe3e9b24ab6e3153306139ee379f1017c750b2cc81ccfb7 WHIRLPOOL 9712a3566a4f3636383b0f7de893a5f1e87bef49b467aefe5a2145e363b18d67979e024fa2bb3ff201c6ed01e7adc1ef242718518a770a20981054a2dba02682
-DIST wyrd-1.4.5.tar.gz 398294 SHA256 c8844d85767b3b9cc9ce4f430e0ef83ba29d96c630f03c508eab5ab86204137b SHA512 5d4707f726ea725cd005e82fc17fa5452ecd087a8946733bf3e92f1cc99d3291758b7756ab2fac75d8b4ff6793897da7982c16f889ff3bfca00853653a09d924 WHIRLPOOL 100262c30f50d68a5a9a14cebdaeed9977844ef84fb240b391bcff1dfb0484a56c53795ba179c20f48315384586b150dc537291d90a4f2da4fd24906d56a876b
 DIST wyrd-1.4.6.tar.gz 425829 SHA256 b2b51d6fb38f8b8b3ec30ee72093f791ba9b6fe35418191bc2011d2c8079997e SHA512 fc09c4567ea8d6225638ee6851ddab716665913b7d7b2f6b5a3cc7f2af9144df617e2a95ca78c74874bec3ff355aba028c7c51eafe1426d9ae803ab77ce84477 WHIRLPOOL 651fc8b8e2d12b35bb8a4e9a4284a2a428737b1856edb4bbfc112e5a8db5686220bacbd77c6f1513894ba69ee9b8eed719a7b8596bce76af0887bd11575c133a

diff --git a/app-misc/wyrd/files/ocaml4.patch b/app-misc/wyrd/files/ocaml4.patch
deleted file mode 100644
index 50967e5..0000000
--- a/app-misc/wyrd/files/ocaml4.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: wyrd-1.4.5/configure.ac
-===================================================================
---- wyrd-1.4.5.orig/configure.ac
-+++ wyrd-1.4.5/configure.ac
-@@ -61,6 +61,7 @@ echo "ocaml library path is $OCAMLLIB"
- # check for sufficient OCAMLVERSION
- OCAMLMAJORVERSION=`echo $OCAMLVERSION | cut -d '.' -f 1`
- OCAMLMINORVERSION=`echo $OCAMLVERSION | cut -d '.' -f 2`
-+if test $OCAMLMAJORVERSION -lt 4 ; then
- if test $OCAMLMAJORVERSION -lt 3 ; then
-    AC_MSG_ERROR(Wyrd requires OCaml version 3.08 or greater.)
- else
-@@ -68,6 +69,7 @@ else
-       AC_MSG_ERROR(Wyrd requires OCaml version 3.08 or greater.)
-    fi
- fi
-+fi
- 
- 
- # then we look for ocamlopt; if not present, we issue a warning

diff --git a/app-misc/wyrd/wyrd-1.4.4.ebuild b/app-misc/wyrd/wyrd-1.4.4.ebuild
deleted file mode 100644
index fad3781..0000000
--- a/app-misc/wyrd/wyrd-1.4.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-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"
-
-DEPEND=">=dev-lang/ocaml-3.08
-	sys-libs/ncurses[unicode?]
-	>=app-misc/remind-03.01"
-RDEPEND=${DEPEND}
-
-src_configure() {
-	econf \
-		$(use_enable unicode utf8)
-}
-
-src_install() {
-	export STRIP_MASK="/usr/bin/wyrd"
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc ChangeLog || die "dodoc failed"
-	dohtml doc/manual.html || die "dohtml failed"
-}

diff --git a/app-misc/wyrd/wyrd-1.4.5.ebuild b/app-misc/wyrd/wyrd-1.4.5.ebuild
deleted file mode 100644
index f87da11..0000000
--- a/app-misc/wyrd/wyrd-1.4.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils autotools
-
-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[unicode?]
-	>=app-misc/remind-03.01
-"
-DEPEND="${RDEPEND}
-	>=dev-lang/ocaml-3.08
-"
-
-src_prepare() {
-	epatch "${FILESDIR}/ocaml4.patch"
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable unicode utf8)
-}
-
-src_compile() {
-	# no parallel build, see https://bugs.launchpad.net/wyrd/+bug/691827
-	emake -j1
-}
-
-src_install() {
-	export STRIP_MASK="/usr/bin/wyrd"
-	emake DESTDIR="${D}" install
-	dodoc ChangeLog
-	dohtml doc/manual.html
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-23 11:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-23 11:47 [gentoo-commits] repo/gentoo:master commit in: app-misc/wyrd/, app-misc/wyrd/files/ Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox