* [gentoo-commits] gentoo-x86 commit in net-libs/xrootd: ChangeLog xrootd-3.2.1.ebuild
@ 2012-05-22 17:13 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 4+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2012-05-22 17:13 UTC (permalink / raw
To: gentoo-commits
bicatali 12/05/22 17:13:07
Modified: ChangeLog
Added: xrootd-3.2.1.ebuild
Log:
Version bump
(Portage version: 2.1.10.60/cvs/Linux x86_64)
Revision Changes Path
1.3 net-libs/xrootd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 6 Mar 2012 17:04:22 -0000 1.2
+++ ChangeLog 22 May 2012 17:13:07 -0000 1.3
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/xrootd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v 1.2 2012/03/06 17:04:22 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v 1.3 2012/05/22 17:13:07 bicatali Exp $
+
+*xrootd-3.2.1 (22 May 2012)
+
+ 22 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +xrootd-3.2.1.ebuild:
+ Version bump
*xrootd-3.1.1 (06 Mar 2012)
1.1 net-libs/xrootd/xrootd-3.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/xrootd-3.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/xrootd-3.2.1.ebuild?rev=1.1&content-type=text/plain
Index: xrootd-3.2.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/xrootd-3.2.1.ebuild,v 1.1 2012/05/22 17:13:07 bicatali Exp $
EAPI=4
inherit cmake-utils eutils
DURI="http://xrootd.slac.stanford.edu/doc/prod"
DESCRIPTION="Extended ROOT remote file server"
HOMEPAGE="http://xrootd.org/"
SRC_URI="${HOMEPAGE}/download/v${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc fuse kerberos perl readline ssl"
RDEPEND="!<sci-physics/root-5.32[xrootd]
sys-libs/zlib
fuse? ( sys-fs/fuse )
kerberos? ( virtual/krb5 )
perl? (
dev-lang/perl
readline? ( dev-perl/Term-ReadLine-Perl )
)
readline? ( sys-libs/readline )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
perl? ( dev-lang/swig )"
pkg_setup() {
enewgroup xrootd
enewuser xrootd -1 -1 "${EPREFIX}"/var/spool/xrootd xrootd
}
src_configure() {
mycmakeargs=(
$(cmake-utils_use_enable fuse)
$(cmake-utils_use_enable kerberos KRB5)
$(cmake-utils_use_enable perl)
$(cmake-utils_use_enable readline)
$(cmake-utils_use_enable ssl CRYPTO)
)
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
use doc && doxygen Doxyfile
}
src_install() {
cmake-utils_src_install
# base configs
insinto /etc/xrootd
doins packaging/common/*.cfg
# create aux dirs and correct permissions so that xrootd
# will be happy as a non-priviledged user
fowners root:xrootd "${EPREFIX}"/etc/xrootd
keepdir "${EPREFIX}"/var/log/xrootd
keepdir "${EPREFIX}"/var/run/xrootd
keepdir "${EPREFIX}"/var/spool/xrootd
fowners xrootd:xrootd "${EPREFIX}"/var/{log,run,spool}/xrootd
local i
for i in cmsd frm_purged frm_xfrd xrootd; do
newinitd "${FILESDIR}"/${i}.initd ${i}
done
# all daemons MUST use single master config file
newconfd "${FILESDIR}"/xrootd.confd xrootd
dodoc docs/ReleaseNotes.txt
use doc && dohtml -r doxydoc/html/*
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xrootd: ChangeLog xrootd-3.2.1.ebuild
@ 2012-07-06 14:08 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-07-06 14:08 UTC (permalink / raw
To: gentoo-commits
ago 12/07/06 14:08:35
Modified: ChangeLog xrootd-3.2.1.ebuild
Log:
Stable for amd64, wrt bug #425054
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.4 net-libs/xrootd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 22 May 2012 17:13:07 -0000 1.3
+++ ChangeLog 6 Jul 2012 14:08:35 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/xrootd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v 1.3 2012/05/22 17:13:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v 1.4 2012/07/06 14:08:35 ago Exp $
+
+ 06 Jul 2012; Agostino Sarubbo <ago@gentoo.org> xrootd-3.2.1.ebuild:
+ Stable for amd64, wrt bug #425054
*xrootd-3.2.1 (22 May 2012)
1.2 net-libs/xrootd/xrootd-3.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/xrootd-3.2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/xrootd-3.2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/xrootd-3.2.1.ebuild?r1=1.1&r2=1.2
Index: xrootd-3.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xrootd/xrootd-3.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xrootd-3.2.1.ebuild 22 May 2012 17:13:07 -0000 1.1
+++ xrootd-3.2.1.ebuild 6 Jul 2012 14:08:35 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/xrootd-3.2.1.ebuild,v 1.1 2012/05/22 17:13:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/xrootd-3.2.1.ebuild,v 1.2 2012/07/06 14:08:35 ago Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="doc fuse kerberos perl readline ssl"
RDEPEND="!<sci-physics/root-5.32[xrootd]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xrootd: ChangeLog xrootd-3.2.1.ebuild
@ 2012-07-08 22:43 Jeff Horelick (jdhore)
0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-07-08 22:43 UTC (permalink / raw
To: gentoo-commits
jdhore 12/07/08 22:43:31
Modified: ChangeLog xrootd-3.2.1.ebuild
Log:
marked x86 per bug 425054
(Portage version: 2.2.0_alpha116/cvs/Linux i686)
Revision Changes Path
1.5 net-libs/xrootd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 6 Jul 2012 14:08:35 -0000 1.4
+++ ChangeLog 8 Jul 2012 22:43:31 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/xrootd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v 1.4 2012/07/06 14:08:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v 1.5 2012/07/08 22:43:31 jdhore Exp $
+
+ 08 Jul 2012; Jeff Horelick <jdhore@gentoo.org> xrootd-3.2.1.ebuild:
+ marked x86 per bug 425054
06 Jul 2012; Agostino Sarubbo <ago@gentoo.org> xrootd-3.2.1.ebuild:
Stable for amd64, wrt bug #425054
1.3 net-libs/xrootd/xrootd-3.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/xrootd-3.2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/xrootd-3.2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/xrootd-3.2.1.ebuild?r1=1.2&r2=1.3
Index: xrootd-3.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xrootd/xrootd-3.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xrootd-3.2.1.ebuild 6 Jul 2012 14:08:35 -0000 1.2
+++ xrootd-3.2.1.ebuild 8 Jul 2012 22:43:31 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/xrootd-3.2.1.ebuild,v 1.2 2012/07/06 14:08:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/xrootd-3.2.1.ebuild,v 1.3 2012/07/08 22:43:31 jdhore Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="doc fuse kerberos perl readline ssl"
RDEPEND="!<sci-physics/root-5.32[xrootd]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xrootd: ChangeLog xrootd-3.2.1.ebuild
@ 2015-03-25 14:03 Andrew Savchenko (bircoph)
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Savchenko (bircoph) @ 2015-03-25 14:03 UTC (permalink / raw
To: gentoo-commits
bircoph 15/03/25 14:03:44
Modified: ChangeLog
Removed: xrootd-3.2.1.ebuild
Log:
remove old
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
(Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 565953B95372756C)
Revision Changes Path
1.24 net-libs/xrootd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xrootd/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 25 Mar 2015 13:40:21 -0000 1.23
+++ ChangeLog 25 Mar 2015 14:03:44 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/xrootd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v 1.23 2015/03/25 13:40:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v 1.24 2015/03/25 14:03:44 bircoph Exp $
+
+ 25 Mar 2015; Andrew Savchenko <bircoph@gentoo.org> -xrootd-3.2.1.ebuild:
+ Remove old and broken version.
25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> xrootd-3.3.6.ebuild:
Stable for x86, wrt bug #541580
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-03-25 14:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-08 22:43 [gentoo-commits] gentoo-x86 commit in net-libs/xrootd: ChangeLog xrootd-3.2.1.ebuild Jeff Horelick (jdhore)
-- strict thread matches above, loose matches on Subject: below --
2015-03-25 14:03 Andrew Savchenko (bircoph)
2012-07-06 14:08 Agostino Sarubbo (ago)
2012-05-22 17:13 Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox