blueness 14/06/23 11:42:46 Modified: ChangeLog Added: xapian-omega-1.2.18.ebuild Log: Version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.42 app-text/xapian-omega/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 18 Jun 2014 10:35:25 -0000 1.41 +++ ChangeLog 23 Jun 2014 11:42:46 -0000 1.42 @@ -1,6 +1,12 @@ # ChangeLog for app-text/xapian-omega # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.41 2014/06/18 10:35:25 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.42 2014/06/23 11:42:46 blueness Exp $ + +*xapian-omega-1.2.18 (23 Jun 2014) + + 23 Jun 2014; Anthony G. Basile <[email protected]> + +xapian-omega-1.2.18.ebuild: + Version bump 18 Jun 2014; Chema Alonso <[email protected]> xapian-omega-1.2.17.ebuild: Stable for amd64 wrt bug #506974 1.1 app-text/xapian-omega/xapian-omega-1.2.18.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.18.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.18.ebuild?rev=1.1&content-type=text/plain Index: xapian-omega-1.2.18.ebuild =================================================================== # Copyright 1999-2014 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.2.18.ebuild,v 1.1 2014/06/23 11:42:46 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="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~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 }
