diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-misc/wyrd | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-misc/wyrd')
-rw-r--r-- | app-misc/wyrd/Manifest | 3 | ||||
-rw-r--r-- | app-misc/wyrd/files/ocaml4.patch | 20 | ||||
-rw-r--r-- | app-misc/wyrd/metadata.xml | 12 | ||||
-rw-r--r-- | app-misc/wyrd/wyrd-1.4.4.ebuild | 31 | ||||
-rw-r--r-- | app-misc/wyrd/wyrd-1.4.5.ebuild | 46 | ||||
-rw-r--r-- | app-misc/wyrd/wyrd-1.4.6.ebuild | 35 |
6 files changed, 147 insertions, 0 deletions
diff --git a/app-misc/wyrd/Manifest b/app-misc/wyrd/Manifest new file mode 100644 index 000000000000..d12777aef5bb --- /dev/null +++ b/app-misc/wyrd/Manifest @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000000..50967e5305e9 --- /dev/null +++ b/app-misc/wyrd/files/ocaml4.patch @@ -0,0 +1,20 @@ +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/metadata.xml b/app-misc/wyrd/metadata.xml new file mode 100644 index 000000000000..70a77c240afa --- /dev/null +++ b/app-misc/wyrd/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ml</herd> + <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.4.ebuild b/app-misc/wyrd/wyrd-1.4.4.ebuild new file mode 100644 index 000000000000..fad37811a3ec --- /dev/null +++ b/app-misc/wyrd/wyrd-1.4.4.ebuild @@ -0,0 +1,31 @@ +# 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 new file mode 100644 index 000000000000..f87da1176e5c --- /dev/null +++ b/app-misc/wyrd/wyrd-1.4.5.ebuild @@ -0,0 +1,46 @@ +# 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 +} diff --git a/app-misc/wyrd/wyrd-1.4.6.ebuild b/app-misc/wyrd/wyrd-1.4.6.ebuild new file mode 100644 index 000000000000..a6f57895aac3 --- /dev/null +++ b/app-misc/wyrd/wyrd-1.4.6.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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[unicode?] + >=app-misc/remind-03.01 + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) +" +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 +} |