grknight    15/05/15 18:57:36

  Modified:             ChangeLog
  Added:                groonga-normalizer-mysql-1.0.9.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  Changes    Path
1.2                  app-text/groonga-normalizer-mysql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/groonga-normalizer-mysql/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/groonga-normalizer-mysql/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/groonga-normalizer-mysql/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/groonga-normalizer-mysql/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   29 Nov 2014 03:10:55 -0000      1.1
+++ ChangeLog   15 May 2015 18:57:36 -0000      1.2
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/groonga-normalizer-mysql
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/groonga-normalizer-mysql/ChangeLog,v 1.1 
2014/11/29 03:10:55 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/groonga-normalizer-mysql/ChangeLog,v 1.2 
2015/05/15 18:57:36 grknight Exp $
+
+*groonga-normalizer-mysql-1.0.9 (15 May 2015)
+
+  15 May 2015; Brian Evans <[email protected]>
+  +groonga-normalizer-mysql-1.0.9.ebuild:
+  Version bump
 
 *groonga-normalizer-mysql-1.0.6 (29 Nov 2014)
 



1.1                  
app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.0.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.0.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.0.9.ebuild?rev=1.1&content-type=text/plain

Index: groonga-normalizer-mysql-1.0.9.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/groonga-normalizer-mysql/groonga-normalizer-mysql-1.0.9.ebuild,v
 1.1 2015/05/15 18:57:36 grknight Exp $

EAPI=5
inherit eutils autotools

DESCRIPTION="Groonga plugin that provides MySQL compatible normalizers"
HOMEPAGE="http://groonga.org/";
SRC_URI="http://packages.groonga.org/source/${PN}/${P}.tar.gz";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="app-text/groonga"
DEPEND="${RDEPEND}
        virtual/pkgconfig"
DOCS=( README.md )

src_prepare() {
        eautoreconf
}

src_configure() {
        # ruby is only uses for tests
        econf \
                --without-ruby \
                --docdir="${EROOT}usr/share/doc/${P}"
}

src_install() {
        default

        prune_libtool_files
        rm -r "${D}usr/share/doc/${PN}" || die
}




Reply via email to