diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-03-04 21:56:56 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-03-04 21:56:56 +0000 |
commit | affac3e6f7c9ac3034f566c4a96e17dca1e9c62d (patch) | |
tree | d2f7723d16fcf9787ecf847b13a1c59d98df8dfe | |
parent | updating gnome-integration-spotify for bug 458256 (diff) | |
download | gentoo-2-affac3e6f7c9ac3034f566c4a96e17dca1e9c62d.tar.gz gentoo-2-affac3e6f7c9ac3034f566c4a96e17dca1e9c62d.tar.bz2 gentoo-2-affac3e6f7c9ac3034f566c4a96e17dca1e9c62d.zip |
sys-cluster/swift spelling fix for bug 457628
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
-rw-r--r-- | sys-cluster/swift/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/swift/swift-1.7.6-r1.ebuild (renamed from sys-cluster/swift/swift-1.7.6.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-cluster/swift/ChangeLog b/sys-cluster/swift/ChangeLog index ea4eb7c1e940..325bbf2fcd4e 100644 --- a/sys-cluster/swift/ChangeLog +++ b/sys-cluster/swift/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-cluster/swift # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/ChangeLog,v 1.3 2013/01/26 09:23:51 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/ChangeLog,v 1.4 2013/03/04 21:56:56 prometheanfire Exp $ + +*swift-1.7.6-r1 (04 Mar 2013) + + 04 Mar 2013; Matthew Thode <prometheanfire@gentoo.org> -swift-1.7.6.ebuild, + +swift-1.7.6-r1.ebuild: + spelling fix for bug 457628 *swift-1.7.6 (26 Jan 2013) diff --git a/sys-cluster/swift/swift-1.7.6.ebuild b/sys-cluster/swift/swift-1.7.6-r1.ebuild index 75dee3318301..1ee3372c2610 100644 --- a/sys-cluster/swift/swift-1.7.6.ebuild +++ b/sys-cluster/swift/swift-1.7.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-1.7.6.ebuild,v 1.1 2013/01/26 09:23:51 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-1.7.6-r1.ebuild,v 1.1 2013/03/04 21:56:56 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) @@ -83,7 +83,7 @@ python_install() { newins "etc/container-server.conf-sample" "container-server.conf" fi if use object; then - newinitd "${FILESDIR}/swift-object.initd" "swift-obect" + newinitd "${FILESDIR}/swift-object.initd" "swift-object" newins "etc/object-server.conf-sample" "object-server.conf" newins "etc/object-expirer.conf-sample" "object-expirer.conf" fi |