blueness 15/06/03 11:49:48 Modified: ChangeLog Added: xapian-omega-1.3.3.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.66 app-text/xapian-omega/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.66&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.66&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?r1=1.65&r2=1.66 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- ChangeLog 23 May 2015 15:03:10 -0000 1.65 +++ ChangeLog 3 Jun 2015 11:49:48 -0000 1.66 @@ -1,6 +1,12 @@ # ChangeLog for app-text/xapian-omega # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.65 2015/05/23 15:03:10 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.66 2015/06/03 11:49:48 blueness Exp $ + +*xapian-omega-1.3.3 (03 Jun 2015) + + 03 Jun 2015; Anthony G. Basile <[email protected]> + +xapian-omega-1.3.3.ebuild: + Version bump *xapian-omega-1.2.21 (23 May 2015) 1.1 app-text/xapian-omega/xapian-omega-1.3.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/xapian-omega-1.3.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/xapian-omega-1.3.3.ebuild?rev=1.1&content-type=text/plain Index: xapian-omega-1.3.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.3.3.ebuild,v 1.1 2015/06/03 11:49:48 blueness Exp $ EAPI="5" DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend" SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz" HOMEPAGE="http://www.xapian.org/" S="${WORKDIR}/xapian-omega-${PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" IUSE="" DEPEND=">=dev-libs/xapian-${PV} dev-lang/perl dev-libs/libpcre sys-libs/zlib" RDEPEND="${DEPEND}" src_install () { emake DESTDIR="${D}" install #move docs to /usr/share/doc/${PF}. mv "${D}/usr/share/doc/xapian-omega" "${D}/usr/share/doc/${PF}" dodoc AUTHORS ChangeLog INSTALL NEWS README TODO }
