* [gentoo-commits] gentoo-x86 commit in sys-cluster/glusterfs: ChangeLog glusterfs-3.1.3.ebuild
@ 2011-03-16 11:52 Alexys Jacob (ultrabug)
0 siblings, 0 replies; 2+ messages in thread
From: Alexys Jacob (ultrabug) @ 2011-03-16 11:52 UTC (permalink / raw
To: gentoo-commits
ultrabug 11/03/16 11:52:03
Modified: ChangeLog
Added: glusterfs-3.1.3.ebuild
Log:
version bump, wrt #359131
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Revision Changes Path
1.19 sys-cluster/glusterfs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/glusterfs/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/glusterfs/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/glusterfs/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 4 Feb 2011 11:44:33 -0000 1.18
+++ ChangeLog 16 Mar 2011 11:52:03 -0000 1.19
@@ -1,6 +1,11 @@
# ChangeLog for sys-cluster/glusterfs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v 1.18 2011/02/04 11:44:33 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v 1.19 2011/03/16 11:52:03 ultrabug Exp $
+
+*glusterfs-3.1.3 (16 Mar 2011)
+
+ 16 Mar 2011; Ultrabug <ultrabug@gentoo.org> +glusterfs-3.1.3.ebuild:
+ version bump, wrt #359131
*glusterfs-3.1.2 (04 Feb 2011)
1.1 sys-cluster/glusterfs/glusterfs-3.1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.1.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.1.3.ebuild?rev=1.1&content-type=text/plain
Index: glusterfs-3.1.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.1.3.ebuild,v 1.1 2011/03/16 11:52:03 ultrabug Exp $
EAPI="3"
inherit autotools elisp-common eutils multilib versionator
DESCRIPTION="GlusterFS is a powerful network/cluster filesystem"
HOMEPAGE="http://www.gluster.org/"
SRC_URI="http://ftp.gluster.com/pub/gluster/${PN}/$(get_version_component_range '1-2')/${PV}/${P}.tar.gz"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="emacs extras +fuse infiniband static-libs vim-syntax"
DEPEND="emacs? ( virtual/emacs )
fuse? ( >=sys-fs/fuse-2.7.0 )
infiniband? ( sys-infiniband/libibverbs )"
RDEPEND="${DEPEND}"
SITEFILE="50${PN}-mode-gentoo.el"
src_prepare() {
epatch "${FILESDIR}/${PN}-3.1.0-parallel-build.patch" \
"${FILESDIR}/${PN}-docdir.patch" \
"${FILESDIR}/glusterd-workdir.patch"
eautoreconf
}
src_configure() {
econf \
$(use_enable fuse fuse-client) \
$(use_enable infiniband ibverbs) \
$(use_enable static-libs static) \
--disable-bdb \
--docdir=/usr/share/doc/${PF} \
--localstatedir=/var
}
src_compile() {
emake || die
if use emacs ; then
elisp-compile extras/glusterfs-mode.el || die
fi
}
src_install() {
emake DESTDIR="${D}" install || die
if use emacs ; then
elisp-install ${PN} extras/glusterfs-mode.el* || die
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
fi
if use vim-syntax ; then
insinto /usr/share/vim/vimfiles/ftdetect; doins "${FILESDIR}/glusterfs.vim" || die
insinto /usr/share/vim/vimfiles/syntax; doins extras/glusterfs.vim || die
fi
if use extras ; then
newbin extras/volgen/glusterfs-volgen glusterfs-volgen || die
newbin extras/backend-xattr-sanitize.sh glusterfs-backend-xattr-sanitize || die
newbin extras/migrate-unify-to-distribute.sh glusterfs-migrate-unify-to-distribute || die
fi
dodoc AUTHORS ChangeLog NEWS README THANKS || die
newinitd "${FILESDIR}/${PN}.initd" glusterfsd || die
newinitd "${FILESDIR}/glusterd.initd" glusterd || die
newconfd "${FILESDIR}/${PN}.confd" glusterfsd || die
keepdir /var/log/${PN} || die
keepdir /var/lib/glusterd || die
}
pkg_postinst() {
elog "Starting with ${PN}-3.1.0, you can use the glusterd daemon to configure your"
elog "volumes dynamically. To do so, simply use the gluster CLI after running:"
elog " /etc/init.d/glusterd start"
elog
elog "For static configurations, the glusterfsd startup script can be multiplexed."
elog "The default startup script uses /etc/conf.d/glusterfsd to configure the"
elog "separate service. To create additional instances of the glusterfsd service"
elog "simply create a symlink to the glusterfsd startup script."
elog
elog "Example:"
elog " # ln -s glusterfsd /etc/init.d/glusterfsd2"
elog " # ${EDITOR} /etc/glusterfs/glusterfsd2.vol"
elog "You can now treat glusterfsd2 like any other service"
elog
elog "For more information on how to mount exported GlusterFS filesystems visit:"
elog "http://www.gluster.org/docs/index.php/Mounting_a_GlusterFS_Volume"
elog
elog "If you are upgrading from glusterfs 3.0.x please read:"
elog "http://www.gluster.com/community/documentation/index.php/Gluster_3.0_to_3.1_Upgrade_Guide"
elog
ewarn "You need to use a ntp client to keep the clocks synchronized across all"
ewarn "of your servers. Setup a NTP synchronizing service before attempting to"
ewarn "run GlusterFS."
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-cluster/glusterfs: ChangeLog glusterfs-3.1.3.ebuild
@ 2011-03-18 15:53 Alexys Jacob (ultrabug)
0 siblings, 0 replies; 2+ messages in thread
From: Alexys Jacob (ultrabug) @ 2011-03-18 15:53 UTC (permalink / raw
To: gentoo-commits
ultrabug 11/03/18 15:53:42
Modified: ChangeLog glusterfs-3.1.3.ebuild
Log:
respect user CFLAGS
(Portage version: 2.1.9.43/cvs/Linux x86_64)
Revision Changes Path
1.21 sys-cluster/glusterfs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/glusterfs/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/glusterfs/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/glusterfs/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 17 Mar 2011 17:53:03 -0000 1.20
+++ ChangeLog 18 Mar 2011 15:53:42 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/glusterfs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v 1.20 2011/03/17 17:53:03 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v 1.21 2011/03/18 15:53:42 ultrabug Exp $
+
+ 18 Mar 2011; Ultrabug <ultrabug@gentoo.org> glusterfs-3.1.3.ebuild:
+ respect user CFLAGS, thanks to Agostino Sarubbo for noticing
17 Mar 2011; Ultrabug <ultrabug@gentoo.org> glusterfs-3.1.2.ebuild:
respect user CFLAGS, thanks to Agostino Sarubbo for noticing
1.2 sys-cluster/glusterfs/glusterfs-3.1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.1.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.1.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.1.3.ebuild?r1=1.1&r2=1.2
Index: glusterfs-3.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glusterfs-3.1.3.ebuild 16 Mar 2011 11:52:03 -0000 1.1
+++ glusterfs-3.1.3.ebuild 18 Mar 2011 15:53:42 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.1.3.ebuild,v 1.1 2011/03/16 11:52:03 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.1.3.ebuild,v 1.2 2011/03/18 15:53:42 ultrabug Exp $
EAPI="3"
@@ -26,6 +26,7 @@
epatch "${FILESDIR}/${PN}-3.1.0-parallel-build.patch" \
"${FILESDIR}/${PN}-docdir.patch" \
"${FILESDIR}/glusterd-workdir.patch"
+ sed -i -e "s/ -ggdb3//g" argp-standalone/configure.ac || die
eautoreconf
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-18 15:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-16 11:52 [gentoo-commits] gentoo-x86 commit in sys-cluster/glusterfs: ChangeLog glusterfs-3.1.3.ebuild Alexys Jacob (ultrabug)
-- strict thread matches above, loose matches on Subject: below --
2011-03-18 15:53 Alexys Jacob (ultrabug)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox