prometheanfire 15/04/05 02:40:10 Modified: swift-2.2.2.ebuild ChangeLog Log: fixing init scripts for bug 511710 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Revision Changes Path 1.2 sys-cluster/swift/swift-2.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/swift-2.2.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/swift-2.2.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/swift-2.2.2.ebuild?r1=1.1&r2=1.2 Index: swift-2.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-2.2.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- swift-2.2.2.ebuild 8 Feb 2015 02:22:19 -0000 1.1 +++ swift-2.2.2.ebuild 5 Apr 2015 02:40:10 -0000 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-2.2.2.ebuild,v 1.1 2015/02/08 02:22:19 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-2.2.2.ebuild,v 1.2 2015/04/05 02:40:10 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 eutils linux-info user -DESCRIPTION="A highly available, distributed, eventually consistent object/blob store" +DESCRIPTION="A highly available, distributed, and eventually consistent object/blob store" HOMEPAGE="https://launchpad.net/swift" SRC_URI="http://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz" @@ -80,7 +80,6 @@ insinto /etc/swift newins "etc/swift.conf-sample" "swift.conf" -# newins "etc/swift-bench.conf-sample" "swift-bench.conf-sample" newins "etc/rsyncd.conf-sample" "rsyncd.conf" newins "etc/mime.types-sample" "mime.types-sample" newins "etc/memcache.conf-sample" "memcache.conf-sample" 1.38 sys-cluster/swift/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/ChangeLog?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/ChangeLog?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/ChangeLog?r1=1.37&r2=1.38 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-cluster/swift/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 8 Feb 2015 02:22:19 -0000 1.37 +++ ChangeLog 5 Apr 2015 02:40:10 -0000 1.38 @@ -1,6 +1,11 @@ # ChangeLog for sys-cluster/swift # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/ChangeLog,v 1.37 2015/02/08 02:22:19 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/ChangeLog,v 1.38 2015/04/05 02:40:10 prometheanfire Exp $ + + 05 Apr 2015; Matthew Thode <[email protected]> + files/swift-account.initd, files/swift-container.initd, + files/swift-object.initd, files/swift-proxy.initd, swift-2.2.2.ebuild: + fixing init scripts for bug 511710 *swift-2.2.2 (08 Feb 2015)
