summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-02-22 09:10:20 +0000
committerTorsten Veller <tove@gentoo.org>2008-02-22 09:10:20 +0000
commitb3e9808c62e7099aa2490f3f702f762370ff0a89 (patch)
treef52890f0ea7c96fa62a3241d12be91d7f426335c /app-misc
parentapp-emacs/cdrw removal, bug 207133 (diff)
downloadgentoo-2-b3e9808c62e7099aa2490f3f702f762370ff0a89.tar.gz
gentoo-2-b3e9808c62e7099aa2490f3f702f762370ff0a89.tar.bz2
gentoo-2-b3e9808c62e7099aa2490f3f702f762370ff0a89.zip
Version bump and cleaning. Fixes insecure tempfile creation (#210609)
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/wyrd/ChangeLog10
-rw-r--r--app-misc/wyrd/wyrd-1.4.1.ebuild23
-rw-r--r--app-misc/wyrd/wyrd-1.4.2.ebuild39
-rw-r--r--app-misc/wyrd/wyrd-1.4.4.ebuild (renamed from app-misc/wyrd/wyrd-1.4.3b.ebuild)9
4 files changed, 13 insertions, 68 deletions
diff --git a/app-misc/wyrd/ChangeLog b/app-misc/wyrd/ChangeLog
index 9463bda6d817..1578f2d52a53 100644
--- a/app-misc/wyrd/ChangeLog
+++ b/app-misc/wyrd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-misc/wyrd
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v 1.15 2007/09/15 07:30:24 tove Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v 1.16 2008/02/22 09:10:20 tove Exp $
+
+*wyrd-1.4.4 (22 Feb 2008)
+
+ 22 Feb 2008; Torsten Veller <tove@gentoo.org> -wyrd-1.4.1.ebuild,
+ -wyrd-1.4.2.ebuild, -wyrd-1.4.3b.ebuild, +wyrd-1.4.4.ebuild:
+ Version bump and cleaning. Fixes insecure tempfile creation (#210609)
*wyrd-1.4.3b (15 Sep 2007)
diff --git a/app-misc/wyrd/wyrd-1.4.1.ebuild b/app-misc/wyrd/wyrd-1.4.1.ebuild
deleted file mode 100644
index 5d855f197823..000000000000
--- a/app-misc/wyrd/wyrd-1.4.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.1.ebuild,v 1.2 2007/01/25 04:24:40 beandog Exp $
-
-DESCRIPTION="Text-based front-end to Remind"
-HOMEPAGE="http://www.eecs.umich.edu/~pelzlpj/wyrd/"
-SRC_URI="http://www.eecs.umich.edu/~pelzlpj/wyrd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-3.08
- sys-libs/ncurses
- >=x11-misc/remind-03.00.24"
-
-src_install() {
- make DESTDIR="${D}" install || die "install died"
-
- dodoc ChangeLog || die "dodoc failed"
- dohtml doc/manual.html || die "dohtml failed"
-}
diff --git a/app-misc/wyrd/wyrd-1.4.2.ebuild b/app-misc/wyrd/wyrd-1.4.2.ebuild
deleted file mode 100644
index 22888392ca3f..000000000000
--- a/app-misc/wyrd/wyrd-1.4.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.2.ebuild,v 1.1 2007/05/26 10:58:39 tove Exp $
-
-inherit eutils
-
-DESCRIPTION="Text-based front-end to Remind"
-HOMEPAGE="http://www.eecs.umich.edu/~pelzlpj/wyrd/"
-SRC_URI="http://www.eecs.umich.edu/~pelzlpj/wyrd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="unicode"
-
-DEPEND=">=dev-lang/ocaml-3.08
- sys-libs/ncurses
- >=x11-misc/remind-03.00.24"
-
-pkg_setup() {
- use unicode || return 0
- if ! built_with_use sys-libs/ncurses unicode ; then
- eerror "To use unicode in wyrd you must build sys-libs/ncurses"
- eerror "with unicode support."
- die "Please rebuilt sys-libs/ncurses with unicode in USE!"
- fi
-}
-
-src_compile() {
- econf $(use_enable unicode utf8 ) || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install died"
-
- dodoc ChangeLog || die "dodoc failed"
- dohtml doc/manual.html || die "dohtml failed"
-}
diff --git a/app-misc/wyrd/wyrd-1.4.3b.ebuild b/app-misc/wyrd/wyrd-1.4.4.ebuild
index 698d5e904734..d7eac5ef2c0f 100644
--- a/app-misc/wyrd/wyrd-1.4.3b.ebuild
+++ b/app-misc/wyrd/wyrd-1.4.4.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.3b.ebuild,v 1.1 2007/09/15 07:30:24 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.4.ebuild,v 1.1 2008/02/22 09:10:20 tove Exp $
inherit eutils
DESCRIPTION="Text-based front-end to Remind"
-HOMEPAGE="http://www.eecs.umich.edu/~pelzlpj/wyrd/"
-SRC_URI="http://www.eecs.umich.edu/~pelzlpj/wyrd/${P}.tar.gz"
+HOMEPAGE="http://pessimization.com/software/wyrd/"
+SRC_URI="http://pessimization.com/software/wyrd/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -16,6 +16,7 @@ IUSE="unicode"
DEPEND=">=dev-lang/ocaml-3.08
sys-libs/ncurses
>=x11-misc/remind-03.01"
+RDEPEND=${DEPEND}
pkg_setup() {
use unicode || return 0