diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-03-02 09:08:35 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-03-02 09:08:35 +0000 |
commit | 26157a1453bad1f3c546a1ff4929ea5e9bc97408 (patch) | |
tree | b63dbf5437e5135fb03e9a0d9fd63527bc7abc97 | |
parent | Version bump. (diff) | |
download | gentoo-2-26157a1453bad1f3c546a1ff4929ea5e9bc97408.tar.gz gentoo-2-26157a1453bad1f3c546a1ff4929ea5e9bc97408.tar.bz2 gentoo-2-26157a1453bad1f3c546a1ff4929ea5e9bc97408.zip |
Remove the /var/run/sphinx directory since it is not actually used and now produces a QA warning.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
-rw-r--r-- | app-misc/sphinx/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/sphinx/sphinx-2.0.6.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/sphinx/ChangeLog b/app-misc/sphinx/ChangeLog index 27aefe0f2f0f..6995c3839333 100644 --- a/app-misc/sphinx/ChangeLog +++ b/app-misc/sphinx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/sphinx -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.54 2012/12/17 15:51:15 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.55 2013/03/02 09:08:35 graaff Exp $ + + 02 Mar 2013; Hans de Graaff <graaff@gentoo.org> sphinx-2.0.6.ebuild: + Remove the /var/run/sphinx directory since it is not actually used and now + produces a QA warning. 17 Dec 2012; Agostino Sarubbo <ago@gentoo.org> sphinx-2.0.6.ebuild: Add ~ppc64, wrt bug #412475 diff --git a/app-misc/sphinx/sphinx-2.0.6.ebuild b/app-misc/sphinx/sphinx-2.0.6.ebuild index 8afd5c85248f..15483fc533e6 100644 --- a/app-misc/sphinx/sphinx-2.0.6.ebuild +++ b/app-misc/sphinx/sphinx-2.0.6.ebuild @@ -1,6 +1,6 @@ -# 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/app-misc/sphinx/sphinx-2.0.6.ebuild,v 1.3 2012/12/17 15:51:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.0.6.ebuild,v 1.4 2013/03/02 09:08:35 graaff Exp $ EAPI=4 inherit eutils autotools @@ -88,7 +88,6 @@ src_install() { dodir /var/lib/sphinx dodir /var/log/sphinx - dodir /var/run/sphinx newinitd "${FILESDIR}"/searchd.rc searchd |