summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-16 22:36:05 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-16 22:36:05 +0000
commit2dffb0f031af94d058544bcca46f858a9f7c494e (patch)
treea6259a378d97e5ce716c411486ec5471e8cd9b83 /sys-libs
parentMake it install more recent docs. Bug #106708 (diff)
downloadgentoo-2-2dffb0f031af94d058544bcca46f858a9f7c494e.tar.gz
gentoo-2-2dffb0f031af94d058544bcca46f858a9f7c494e.tar.bz2
gentoo-2-2dffb0f031af94d058544bcca46f858a9f7c494e.zip
Dont compress manpages #162396 by Michael Cramer.
(Portage version: 2.1.2)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/ncurses/ChangeLog7
-rw-r--r--sys-libs/ncurses/ncurses-5.5-r3.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/ncurses/ChangeLog b/sys-libs/ncurses/ChangeLog
index 20a95e84599d..4162f15400b7 100644
--- a/sys-libs/ncurses/ChangeLog
+++ b/sys-libs/ncurses/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/ncurses
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.128 2006/10/28 16:28:28 flameeyes Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.129 2007/01/16 22:36:05 vapier Exp $
+
+ 16 Jan 2007; Mike Frysinger <vapier@gentoo.org> ncurses-5.5-r3.ebuild:
+ Dont compress manpages #162396 by Michael Cramer.
28 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
files/ncurses-5.5-gfbsd.patch:
diff --git a/sys-libs/ncurses/ncurses-5.5-r3.ebuild b/sys-libs/ncurses/ncurses-5.5-r3.ebuild
index 5ab0cc897768..a68a6e460567 100644
--- a/sys-libs/ncurses/ncurses-5.5-r3.ebuild
+++ b/sys-libs/ncurses/ncurses-5.5-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.5-r3.ebuild,v 1.11 2006/10/17 05:50:28 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.5-r3.ebuild,v 1.12 2007/01/16 22:36:05 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="5"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE="bootstrap build debug doc gpm minimal nocxx trace unicode"
DEPEND="gpm? ( sys-libs/gpm )"
@@ -78,6 +78,7 @@ do_compile() {
--enable-const \
--with-chtype='long' \
--with-mmask-t='long' \
+ --with-manpage-format=normal \
$(use_with debug) \
$(use_with gpm) \
$(use_with trace) \