Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/xrootd: xrootd-3.2.2.ebuild ChangeLog
Date: Mon, 09 Jul 2012 16:28:03
Message-Id: 20120709162742.999B120063@flycatcher.gentoo.org
1 bicatali 12/07/09 16:27:42
2
3 Modified: ChangeLog
4 Added: xrootd-3.2.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 net-libs/xrootd/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 9 Jul 2012 06:20:15 -0000 1.6
24 +++ ChangeLog 9 Jul 2012 16:27:42 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-libs/xrootd
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v 1.6 2012/07/09 06:20:15 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v 1.7 2012/07/09 16:27:42 bicatali Exp $
30 +
31 +*xrootd-3.2.2 (09 Jul 2012)
32 +
33 + 09 Jul 2012; Sébastien Fabbro <bicatali@g.o> +xrootd-3.2.2.ebuild:
34 + Version bump
35
36 09 Jul 2012; Justin Lecher <jlec@g.o> -xrootd-3.1.0.ebuild,
37 -xrootd-3.1.1.ebuild, xrootd-3.2.1.ebuild, metadata.xml:
38 @@ -49,4 +54,3 @@
39 Another note: all daemons MUST use the same config (-c
40 /etc/xrootd/your._config), that's why there is only one conf.d file
41 for all four daemons.
42 -
43
44
45
46 1.1 net-libs/xrootd/xrootd-3.2.2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/xrootd-3.2.2.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/xrootd-3.2.2.ebuild?rev=1.1&content-type=text/plain
50
51 Index: xrootd-3.2.2.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/xrootd-3.2.2.ebuild,v 1.1 2012/07/09 16:27:42 bicatali Exp $
56
57 EAPI=4
58
59 inherit cmake-utils eutils
60
61 DURI="http://xrootd.slac.stanford.edu/doc/prod"
62
63 DESCRIPTION="Extended ROOT remote file server"
64 HOMEPAGE="http://xrootd.org/"
65 SRC_URI="${HOMEPAGE}/download/v${PV}/${P}.tar.gz"
66
67 LICENSE="BSD"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE="doc fuse kerberos perl readline ssl"
71
72 RDEPEND="!<sci-physics/root-5.32[xrootd]
73 sys-libs/zlib
74 fuse? ( sys-fs/fuse )
75 kerberos? ( virtual/krb5 )
76 perl? (
77 dev-lang/perl
78 readline? ( dev-perl/Term-ReadLine-Perl )
79 )
80 readline? ( sys-libs/readline )
81 ssl? ( dev-libs/openssl )"
82 DEPEND="${RDEPEND}
83 doc? ( app-doc/doxygen )
84 perl? ( dev-lang/swig )"
85
86 pkg_setup() {
87 enewgroup xrootd
88 enewuser xrootd -1 -1 "${EPREFIX}"/var/spool/xrootd xrootd
89 }
90
91 src_configure() {
92 mycmakeargs=(
93 $(cmake-utils_use_enable fuse)
94 $(cmake-utils_use_enable kerberos KRB5)
95 $(cmake-utils_use_enable perl)
96 $(cmake-utils_use_enable readline)
97 $(cmake-utils_use_enable ssl CRYPTO)
98 )
99 cmake-utils_src_configure
100 }
101
102 src_compile() {
103 cmake-utils_src_compile
104 use doc && doxygen Doxyfile
105 }
106
107 src_install() {
108 cmake-utils_src_install
109
110 # base configs
111 insinto /etc/xrootd
112 doins packaging/common/*.cfg
113
114 # create aux dirs and correct permissions so that xrootd
115 # will be happy as a non-priviledged user
116 fowners root:xrootd "${EPREFIX}"/etc/xrootd
117 keepdir "${EPREFIX}"/var/log/xrootd
118 keepdir "${EPREFIX}"/var/run/xrootd
119 keepdir "${EPREFIX}"/var/spool/xrootd
120 fowners xrootd:xrootd "${EPREFIX}"/var/{log,run,spool}/xrootd
121
122 local i
123 for i in cmsd frm_purged frm_xfrd xrootd; do
124 newinitd "${FILESDIR}"/${i}.initd ${i}
125 done
126 # all daemons MUST use single master config file
127 newconfd "${FILESDIR}"/xrootd.confd xrootd
128
129 dodoc docs/ReleaseNotes.txt
130 use doc && dohtml -r doxydoc/html/*
131 }