blueness 15/04/20 23:11:03
Modified: ChangeLog
Added: xapian-omega-1.2.20.ebuild
xapian-omega-1.3.2.ebuild
Log:
Version bump.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
0xF52D4BBA)
Revision Changes Path
1.63 app-text/xapian-omega/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.63&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.63&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 19 Apr 2015 06:55:47 -0000 1.62
+++ ChangeLog 20 Apr 2015 23:11:03 -0000 1.63
@@ -1,6 +1,13 @@
# 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.62
2015/04/19 06:55:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.63
2015/04/20 23:11:03 blueness Exp $
+
+*xapian-omega-1.2.20 (20 Apr 2015)
+*xapian-omega-1.3.2 (20 Apr 2015)
+
+ 20 Apr 2015; Anthony G. Basile <[email protected]>
+ +xapian-omega-1.2.20.ebuild, +xapian-omega-1.3.2.ebuild:
+ Version bump.
19 Apr 2015; Pacho Ramos <[email protected]> xapian-omega-1.2.19.ebuild:
x86 stable wrt bug #531758
1.1 app-text/xapian-omega/xapian-omega-1.2.20.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.20.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.20.ebuild?rev=1.1&content-type=text/plain
Index: xapian-omega-1.2.20.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.2.20.ebuild,v 1.1
2015/04/20 23:11:03 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
}
1.1 app-text/xapian-omega/xapian-omega-1.3.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/xapian-omega-1.3.2.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/xapian-omega-1.3.2.ebuild?rev=1.1&content-type=text/plain
Index: xapian-omega-1.3.2.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.2.ebuild,v 1.1
2015/04/20 23:11:03 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
}