diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-01-08 06:33:14 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-01-08 06:33:14 +0000 |
commit | 16cc5642ce294243df7a58c98227610e21ba3698 (patch) | |
tree | 0f52d9b5cbe5947b6e7b1422c9c308ca588866f7 /app-misc | |
parent | version bump (bug #299926) (diff) | |
download | gentoo-2-16cc5642ce294243df7a58c98227610e21ba3698.tar.gz gentoo-2-16cc5642ce294243df7a58c98227610e21ba3698.tar.bz2 gentoo-2-16cc5642ce294243df7a58c98227610e21ba3698.zip |
Drop mention of old sqlite backend in elog
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/strigi/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/strigi/strigi-0.6.5.ebuild | 8 | ||||
-rw-r--r-- | app-misc/strigi/strigi-0.7.0.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/app-misc/strigi/ChangeLog b/app-misc/strigi/ChangeLog index 8c9a85702943..8c61d0aa2f89 100644 --- a/app-misc/strigi/ChangeLog +++ b/app-misc/strigi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/strigi -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/ChangeLog,v 1.46 2009/12/27 17:20:31 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/ChangeLog,v 1.47 2010/01/08 06:33:14 abcd Exp $ + + 08 Jan 2010; Jonathan Callen <abcd@gentoo.org> strigi-0.6.5.ebuild, + strigi-0.7.0.ebuild: + Drop mention of old sqlite backend in elog 27 Dec 2009; Raúl Porcel <armin76@gentoo.org> strigi-0.6.5.ebuild, strigi-0.7.0.ebuild: diff --git a/app-misc/strigi/strigi-0.6.5.ebuild b/app-misc/strigi/strigi-0.6.5.ebuild index 48bc27aec403..8a2c0e04d0ee 100644 --- a/app-misc/strigi/strigi-0.6.5.ebuild +++ b/app-misc/strigi/strigi-0.6.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.6.5.ebuild,v 1.5 2009/12/27 17:20:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.6.5.ebuild,v 1.6 2010/01/08 06:33:14 abcd Exp $ EAPI="2" @@ -92,8 +92,8 @@ src_test() { pkg_postinst() { if ! use clucene && ! use hyperestraier; then - elog "Because you didn't enable any of the supported backends:" - elog "clucene, hyperestraier and sqlite" + elog "Because you didn't enable either of the supported backends:" + elog "clucene or hyperestraier" elog "clucene support was silently installed." elog "If you prefer another backend, be sure to reinstall strigi" elog "and to enable that backend use flag" diff --git a/app-misc/strigi/strigi-0.7.0.ebuild b/app-misc/strigi/strigi-0.7.0.ebuild index c237b29e83b7..f25f8b56d5e8 100644 --- a/app-misc/strigi/strigi-0.7.0.ebuild +++ b/app-misc/strigi/strigi-0.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.7.0.ebuild,v 1.9 2009/12/27 17:20:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.7.0.ebuild,v 1.10 2010/01/08 06:33:14 abcd Exp $ EAPI="2" @@ -92,8 +92,8 @@ src_test() { pkg_postinst() { if ! use clucene && ! use hyperestraier; then - elog "Because you didn't enable any of the supported backends:" - elog "clucene, hyperestraier and sqlite" + elog "Because you didn't enable either of the supported backends:" + elog "clucene or hyperestraier" elog "clucene support was silently installed." elog "If you prefer another backend, be sure to reinstall strigi" elog "and to enable that backend use flag" |