Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/man-pages-posix: man-pages-posix-2013a.ebuild ChangeLog
Date: Thu, 23 Jan 2014 14:49:22
Message-Id: 20140123144919.D27A82004C@flycatcher.gentoo.org
1 blueness 14/01/23 14:49:19
2
3 Modified: ChangeLog
4 Added: man-pages-posix-2013a.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
9
10 Revision Changes Path
11 1.15 sys-apps/man-pages-posix/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages-posix/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 18 Jan 2014 05:07:07 -0000 1.14
24 +++ ChangeLog 23 Jan 2014 14:49:19 -0000 1.15
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-apps/man-pages-posix
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages-posix/ChangeLog,v 1.14 2014/01/18 05:07:07 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages-posix/ChangeLog,v 1.15 2014/01/23 14:49:19 blueness Exp $
30 +
31 +*man-pages-posix-2013a (23 Jan 2014)
32 +
33 + 23 Jan 2014; Anthony G. Basile <blueness@g.o>
34 + +man-pages-posix-2013a.ebuild:
35 + Version bump
36
37 18 Jan 2014; Mike Frysinger <vapier@g.o> man-pages-posix-2003a.ebuild:
38 Add arm64 love.
39
40
41
42 1.1 sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild?rev=1.1&content-type=text/plain
46
47 Index: man-pages-posix-2013a.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild,v 1.1 2014/01/23 14:49:19 blueness Exp $
52
53 EAPI=5
54
55 inherit eutils
56
57 MY_P="${PN}-${PV:0:4}-${PV:0-1}"
58 DESCRIPTION="POSIX man-pages (0p, 1p, 3p)"
59 HOMEPAGE="http://www.kernel.org/doc/man-pages/"
60 SRC_URI="mirror://kernel/linux/docs/man-pages/${PN}/${MY_P}.tar.xz"
61
62 LICENSE="POSIX-COPYRIGHT"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
65 IUSE=""
66 RESTRICT="binchecks"
67
68 RDEPEND="virtual/man !<sys-apps/man-pages-3"
69
70 S=${WORKDIR}/${MY_P}
71
72 src_prepare() { :; }
73
74 src_configure() { :; }
75
76 src_compile() { :; }
77
78 src_install() {
79 emake install DESTDIR="${ED}" || die
80 dodoc man-pages-*.Announce README
81 }