diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-06-04 15:51:34 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-06-04 15:51:34 +0000 |
commit | 711157e3ced21ae7a592b3b9a671b75f6fd1a263 (patch) | |
tree | 7bbf0053ecea519f3b1f6db85262b0ad5d98b9f1 /net-libs/xrootd | |
parent | fixed postgres link (diff) | |
download | gentoo-2-711157e3ced21ae7a592b3b9a671b75f6fd1a263.tar.gz gentoo-2-711157e3ced21ae7a592b3b9a671b75f6fd1a263.tar.bz2 gentoo-2-711157e3ced21ae7a592b3b9a671b75f6fd1a263.zip |
Version bump. Keyword amd64-linux and x86-linux. Fixed non-bashism in init scripts
(Portage version: 2.2.01.21938-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'net-libs/xrootd')
-rw-r--r-- | net-libs/xrootd/ChangeLog | 10 | ||||
-rw-r--r-- | net-libs/xrootd/files/cmsd.initd | 6 | ||||
-rw-r--r-- | net-libs/xrootd/files/frm_purged.initd | 6 | ||||
-rw-r--r-- | net-libs/xrootd/files/frm_xfrd.initd | 6 | ||||
-rw-r--r-- | net-libs/xrootd/xrootd-3.3.2.ebuild (renamed from net-libs/xrootd/xrootd-3.2.7.ebuild) | 8 |
5 files changed, 22 insertions, 14 deletions
diff --git a/net-libs/xrootd/ChangeLog b/net-libs/xrootd/ChangeLog index 695564027ec0..ae28f5ee0575 100644 --- a/net-libs/xrootd/ChangeLog +++ b/net-libs/xrootd/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-libs/xrootd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v 1.13 2013/03/23 15:22:10 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/ChangeLog,v 1.14 2013/06/04 15:51:34 bicatali Exp $ + +*xrootd-3.3.2 (04 Jun 2013) + + 04 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> +xrootd-3.3.2.ebuild, + -xrootd-3.2.7.ebuild, files/cmsd.initd, files/frm_purged.initd, + files/frm_xfrd.initd: + Version bump. Keyword amd64-linux and x86-linux. Fixed non-bashism in init + scripts *xrootd-3.3.1 (23 Mar 2013) diff --git a/net-libs/xrootd/files/cmsd.initd b/net-libs/xrootd/files/cmsd.initd index 66912202824e..b04ca579ce94 100644 --- a/net-libs/xrootd/files/cmsd.initd +++ b/net-libs/xrootd/files/cmsd.initd @@ -1,9 +1,9 @@ #!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/files/cmsd.initd,v 1.2 2012/12/05 18:19:15 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/files/cmsd.initd,v 1.3 2013/06/04 15:51:34 bicatali Exp $ -source /etc/conf.d/xrootd +. /etc/conf.d/xrootd depend() { need net diff --git a/net-libs/xrootd/files/frm_purged.initd b/net-libs/xrootd/files/frm_purged.initd index ad3e7a8e46d8..1e95d5c8ce82 100644 --- a/net-libs/xrootd/files/frm_purged.initd +++ b/net-libs/xrootd/files/frm_purged.initd @@ -1,9 +1,9 @@ #!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/files/frm_purged.initd,v 1.2 2012/12/05 18:19:15 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/files/frm_purged.initd,v 1.3 2013/06/04 15:51:34 bicatali Exp $ -source /etc/conf.d/xrootd +. /etc/conf.d/xrootd depend() { need net diff --git a/net-libs/xrootd/files/frm_xfrd.initd b/net-libs/xrootd/files/frm_xfrd.initd index 846c1820248f..0b28f873a3ea 100644 --- a/net-libs/xrootd/files/frm_xfrd.initd +++ b/net-libs/xrootd/files/frm_xfrd.initd @@ -1,9 +1,9 @@ #!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/files/frm_xfrd.initd,v 1.2 2012/12/05 18:19:15 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/files/frm_xfrd.initd,v 1.3 2013/06/04 15:51:34 bicatali Exp $ -source /etc/conf.d/xrootd +. /etc/conf.d/xrootd depend() { need net diff --git a/net-libs/xrootd/xrootd-3.2.7.ebuild b/net-libs/xrootd/xrootd-3.3.2.ebuild index 80913b141c25..0bb13cd548ca 100644 --- a/net-libs/xrootd/xrootd-3.2.7.ebuild +++ b/net-libs/xrootd/xrootd-3.3.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/xrootd-3.2.7.ebuild,v 1.1 2013/01/24 17:26:54 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xrootd/xrootd-3.3.2.ebuild,v 1.1 2013/06/04 15:51:34 bicatali Exp $ -EAPI=4 +EAPI=5 inherit cmake-utils eutils user @@ -12,9 +12,9 @@ DESCRIPTION="Extended ROOT remote file server" HOMEPAGE="http://xrootd.org/" SRC_URI="${HOMEPAGE}/download/v${PV}/${P}.tar.gz" -LICENSE="BSD" +LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc fuse kerberos perl readline ssl" RDEPEND=" |