diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-04-27 12:06:59 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-04-27 12:06:59 +0000 |
commit | 43ee63ac714f904f5714c427a3bb8d48fff9be09 (patch) | |
tree | cb9226ade6b45cc8b4da1b35be29b82ec9f4dcfa /sys-cluster/glusterfs | |
parent | Remove obsolete patch. FIx pkgconfig file. Thanks to corentin.labbe@geomatys.... (diff) | |
download | gentoo-2-43ee63ac714f904f5714c427a3bb8d48fff9be09.tar.gz gentoo-2-43ee63ac714f904f5714c427a3bb8d48fff9be09.tar.bz2 gentoo-2-43ee63ac714f904f5714c427a3bb8d48fff9be09.zip |
[sys-cluster/glusterfs] Version bump & clean up
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/glusterfs')
-rw-r--r-- | sys-cluster/glusterfs/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-3.1.1.ebuild | 108 | ||||
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-3.1.4.ebuild (renamed from sys-cluster/glusterfs/glusterfs-3.1.3-r1.ebuild) | 2 |
3 files changed, 8 insertions, 110 deletions
diff --git a/sys-cluster/glusterfs/ChangeLog b/sys-cluster/glusterfs/ChangeLog index 71b7005facbc..a2caf191f5db 100644 --- a/sys-cluster/glusterfs/ChangeLog +++ b/sys-cluster/glusterfs/ChangeLog @@ -1,6 +1,12 @@ # 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.24 2011/04/17 14:57:06 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v 1.25 2011/04/27 12:06:59 alexxy Exp $ + +*glusterfs-3.1.4 (27 Apr 2011) + + 27 Apr 2011; Alexey Shvetsov <alexxy@gentoo.org> -glusterfs-3.1.1.ebuild, + -glusterfs-3.1.3-r1.ebuild, +glusterfs-3.1.4.ebuild: + Version bump & clean up 17 Apr 2011; Christian Faulhammer <fauli@gentoo.org> glusterfs-3.1.2.ebuild: diff --git a/sys-cluster/glusterfs/glusterfs-3.1.1.ebuild b/sys-cluster/glusterfs/glusterfs-3.1.1.ebuild deleted file mode 100644 index 84eb59892f43..000000000000 --- a/sys-cluster/glusterfs/glusterfs-3.1.1.ebuild +++ /dev/null @@ -1,108 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.1.1.ebuild,v 1.3 2010/12/31 20:43:50 phajdan.jr 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 -} diff --git a/sys-cluster/glusterfs/glusterfs-3.1.3-r1.ebuild b/sys-cluster/glusterfs/glusterfs-3.1.4.ebuild index 8bc1ddb4c807..029d6b77e095 100644 --- a/sys-cluster/glusterfs/glusterfs-3.1.3-r1.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.1.4.ebuild @@ -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-r1.ebuild,v 1.1 2011/03/21 14:43:05 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.1.4.ebuild,v 1.1 2011/04/27 12:06:59 alexxy Exp $ EAPI="3" |