commit: 6b4209ad1a069bd4e2b2bcd6a67021c66e55f503 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Dec 1 08:56:30 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Dec 1 08:56:30 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6b4209ad
net-libs/xrootd: Use PATCHES Package-Manager: portage-2.2.14 --- net-libs/xrootd/ChangeLog | 4 ++++ net-libs/xrootd/metadata.xml | 10 +++++----- net-libs/xrootd/xrootd-4.0.4.ebuild | 4 +--- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/net-libs/xrootd/ChangeLog b/net-libs/xrootd/ChangeLog index 0c0326f..e2b9ca4 100644 --- a/net-libs/xrootd/ChangeLog +++ b/net-libs/xrootd/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v 1.19 2014/06/19 18:13:17 bicatali Exp $ + 01 Dec 2014; Justin Lecher <[email protected]> xrootd-4.0.4.ebuild, + metadata.xml: + Use PATCHES + *xrootd-4.0.0 (19 Jun 2014) 19 Jun 2014; Sébastien Fabbro <[email protected]> +xrootd-4.0.0.ebuild: diff --git a/net-libs/xrootd/metadata.xml b/net-libs/xrootd/metadata.xml index 604e389..46f42a0 100644 --- a/net-libs/xrootd/metadata.xml +++ b/net-libs/xrootd/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-physics</herd> -<longdescription lang="en"> + <herd>sci-physics</herd> + <longdescription lang="en"> XROOTD software framework is a fully generic suite for fast, low latency and scalable data access, which can serve natively any kind of data, organized as a hierarchical filesystem-like namespace, based on the @@ -10,7 +10,7 @@ It is usually used with <pkg>sci-physics/root</pkg> and its PROOF facilities for cluster computing in high energy physics. </longdescription> -<use> - <flag name="fuse">Enable the <pkg>sys-fs/fuse</pkg> filesystem driver</flag> -</use> + <use> + <flag name="fuse">Enable the <pkg>sys-fs/fuse</pkg> filesystem driver</flag> + </use> </pkgmetadata> diff --git a/net-libs/xrootd/xrootd-4.0.4.ebuild b/net-libs/xrootd/xrootd-4.0.4.ebuild index ef02d45..ff9f9b1 100644 --- a/net-libs/xrootd/xrootd-4.0.4.ebuild +++ b/net-libs/xrootd/xrootd-4.0.4.ebuild @@ -38,9 +38,7 @@ pkg_setup() { enewuser xrootd -1 -1 "${EPREFIX}"/var/spool/xrootd xrootd } -src_prepare() { - epatch "${FILESDIR}/${PN}-no-werror.patch" -} +PATCHES=( "${FILESDIR}"/${PN}-no-werror.patch ) src_configure() { local mycmakeargs=(
