chithanh    15/03/05 12:50:30

  Modified:             xman-1.1.3.ebuild ChangeLog
  Added:                xman-1.1.3-r1.ebuild
  Log:
  Do not depend on old man-db versions but instead block on newer ones. Add 
patch from Debian to address issues with newer man-db, bug #541446.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  Changes    Path
1.10                 x11-apps/xman/xman-1.1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xman/xman-1.1.3.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xman/xman-1.1.3.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xman/xman-1.1.3.ebuild?r1=1.9&r2=1.10

Index: xman-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.1.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xman-1.1.3.ebuild   4 Mar 2015 09:32:57 -0000       1.9
+++ xman-1.1.3.ebuild   5 Mar 2015 12:50:30 -0000       1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.1.3.ebuild,v 1.9 
2015/03/04 09:32:57 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.1.3.ebuild,v 1.10 
2015/03/05 12:50:30 chithanh Exp $
 
 EAPI=5
 inherit xorg-2
@@ -15,4 +15,5 @@
        x11-libs/libXmu
        x11-proto/xproto"
 RDEPEND="${DEPEND}
-       <sys-apps/man-db-2.7"
+       virtual/man
+       !>=sys-apps/man-db-2.7"



1.67                 x11-apps/xman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.67&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.67&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xman/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   4 Mar 2015 09:32:57 -0000       1.66
+++ ChangeLog   5 Mar 2015 12:50:30 -0000       1.67
@@ -1,6 +1,13 @@
 # ChangeLog for x11-apps/xman
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.66 2015/03/04 
09:32:57 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.67 2015/03/05 
12:50:30 chithanh Exp $
+
+*xman-1.1.3-r1 (05 Mar 2015)
+
+  05 Mar 2015; Chí-Thanh Christopher Nguyễn <[email protected]>
+  +files/xman-1.1.3-mandb-2.7.patch, +xman-1.1.3-r1.ebuild, xman-1.1.3.ebuild:
+  Do not depend on old man-db versions but instead block on newer ones. Add
+  patch from Debian to address issues with newer man-db, bug #541446.
 
   04 Mar 2015; Chí-Thanh Christopher Nguyễn <[email protected]>
   -xman-1.1.2.ebuild, xman-1.1.3.ebuild:



1.1                  x11-apps/xman/xman-1.1.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xman/xman-1.1.3-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xman/xman-1.1.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: xman-1.1.3-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.1.3-r1.ebuild,v 1.1 
2015/03/05 12:50:30 chithanh Exp $

EAPI=5
XORG_EAUTORECONF=yes
inherit xorg-2

DESCRIPTION="Manual page display program for the X Window System"

KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""

DEPEND="x11-libs/libXaw
        x11-libs/libXt
        x11-libs/libXmu
        x11-proto/xproto"
RDEPEND="${DEPEND}
        virtual/man"

PATCHES=(
        "${FILESDIR}"/${PN}-1.1.3-mandb-2.7.patch
)




Reply via email to