summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeri Harris <keri@gentoo.org>2011-10-05 06:53:45 +0000
committerKeri Harris <keri@gentoo.org>2011-10-05 06:53:45 +0000
commitdaa2206e3fe27e2e97088f761edbca8c50903442 (patch)
tree4734cef252ffc186b1da8a5478dcc9cd48b99ccb /dev-lang
parentVersion bump. (diff)
downloadgentoo-2-daa2206e3fe27e2e97088f761edbca8c50903442.tar.gz
gentoo-2-daa2206e3fe27e2e97088f761edbca8c50903442.tar.bz2
gentoo-2-daa2206e3fe27e2e97088f761edbca8c50903442.zip
Do not use internal zlib header handling; this invalidates the need for zutil.h. Closes bug #385277
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/yap/ChangeLog6
-rw-r--r--dev-lang/yap/yap-6.2.0-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/yap/ChangeLog b/dev-lang/yap/ChangeLog
index e8bf1b539c5b..e0e29f35b6eb 100644
--- a/dev-lang/yap/ChangeLog
+++ b/dev-lang/yap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/yap
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/ChangeLog,v 1.56 2011/01/14 05:23:10 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/ChangeLog,v 1.57 2011/10/05 06:53:45 keri Exp $
+
+ 05 Oct 2011; <keri@gentoo.org> yap-6.2.0-r1.ebuild:
+ Do not use internal zlib header handling; this invalidates the need for
+ zutil.h. Closes bug #385277
14 Jan 2011; <keri@gentoo.org> -yap-5.1.3-r2.ebuild,
-files/yap-5.1.3-autoconf-2.64.patch, -files/yap-5.1.3-bootdir.patch,
diff --git a/dev-lang/yap/yap-6.2.0-r1.ebuild b/dev-lang/yap/yap-6.2.0-r1.ebuild
index 4b912b40b795..e523e1beaf3f 100644
--- a/dev-lang/yap/yap-6.2.0-r1.ebuild
+++ b/dev-lang/yap/yap-6.2.0-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-6.2.0-r1.ebuild,v 1.13 2011/01/13 18:20:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-6.2.0-r1.ebuild,v 1.14 2011/10/05 06:53:45 keri Exp $
inherit autotools eutils flag-o-matic java-pkg-opt-2
-PATCHSET_VER="4"
+PATCHSET_VER="5"
DESCRIPTION="YAP is a high-performance Prolog compiler."
HOMEPAGE="http://www.ncc.up.pt/~vsc/Yap/"