blueness    15/07/23 22:31:08

  Modified:             ChangeLog
  Added:                man-pages-4.01.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.248                sys-apps/man-pages/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.248&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.248&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?r1=1.247&r2=1.248

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -r1.247 -r1.248
--- ChangeLog   10 May 2015 16:32:21 -0000      1.247
+++ ChangeLog   23 Jul 2015 22:31:08 -0000      1.248
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/man-pages
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.247 
2015/05/10 16:32:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.248 
2015/07/23 22:31:08 blueness Exp $
+
+*man-pages-4.01 (23 Jul 2015)
+
+  23 Jul 2015; Anthony G. Basile <[email protected]> +man-pages-4.01.ebuild:
+  Version bump.
 
   10 May 2015; Mike Frysinger <[email protected]> man-pages-4.00.ebuild:
   Block older attr that installed attr(5) man page #548900 by Albert W. 
Hopkins.



1.1                  sys-apps/man-pages/man-pages-4.01.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/man-pages-4.01.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/man-pages-4.01.ebuild?rev=1.1&content-type=text/plain

Index: man-pages-4.01.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-4.01.ebuild,v 
1.1 2015/07/23 22:31:08 blueness Exp $

EAPI=4

GENTOO_PATCH=2

DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
HOMEPAGE="http://www.kernel.org/doc/man-pages/";
SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
        mirror://kernel/linux/docs/man-pages/${P}.tar.xz
        http://man7.org/linux/man-pages/download/${P}.tar.xz
        mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
        
http://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2";

LICENSE="man-pages GPL-2+ BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
IUSE_LINGUAS=" da de fr it ja nl pl ro ru zh_CN"
IUSE="nls ${IUSE_LINGUAS// / linguas_}"
RESTRICT="binchecks"

# Block packages that used to install colliding man pages #341953 #548900
RDEPEND="virtual/man
        !<sys-apps/attr-2.4.47-r2
        !<dev-libs/libaio-0.3.109-r2"
PDEPEND="nls? (
        linguas_da? ( app-i18n/man-pages-da )
        linguas_de? ( app-i18n/man-pages-de )
        linguas_fr? ( app-i18n/man-pages-fr )
        linguas_it? ( app-i18n/man-pages-it )
        linguas_ja? ( app-i18n/man-pages-ja )
        linguas_nl? ( app-i18n/man-pages-nl )
        linguas_pl? ( app-i18n/man-pages-pl )
        linguas_ro? ( app-i18n/man-pages-ro )
        linguas_ru? ( app-i18n/man-pages-ru )
        linguas_zh_CN? ( app-i18n/man-pages-zh_CN )
        )
        sys-apps/man-pages-posix"

src_configure() { :; }

src_compile() { :; }

src_install() {
        emake install prefix="${EPREFIX}/usr" DESTDIR="${D}"
        dodoc man-pages-*.Announce README Changes*

        # Override with Gentoo specific or additional Gentoo pages
        cd "${WORKDIR}"/man-pages-gentoo
        doman */*
        dodoc README.Gentoo
}




Reply via email to