public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/xapian: ChangeLog xapian-1.0.20.ebuild
@ 2010-04-29 17:00 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-04-29 17:00 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/04/29 17:00:30

  Modified:             ChangeLog
  Added:                xapian-1.0.20.ebuild
  Log:
  Version bump.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 dev-libs/xapian/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xapian/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xapian/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xapian/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	23 Apr 2010 19:11:44 -0000	1.40
+++ ChangeLog	29 Apr 2010 17:00:30 -0000	1.41
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/xapian
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.40 2010/04/23 19:11:44 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.41 2010/04/29 17:00:30 arfrever Exp $
+
+*xapian-1.0.20 (29 Apr 2010)
+
+  29 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +xapian-1.0.20.ebuild:
+  Version bump.
 
 *xapian-1.0.19 (23 Apr 2010)
 



1.1                  dev-libs/xapian/xapian-1.0.20.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xapian/xapian-1.0.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xapian/xapian-1.0.20.ebuild?rev=1.1&content-type=text/plain

Index: xapian-1.0.20.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.0.20.ebuild,v 1.1 2010/04/29 17:00:30 arfrever Exp $

EAPI="3"

MY_P="${PN}-core-${PV}"

DESCRIPTION="Xapian Probabilistic Information Retrieval library"
HOMEPAGE="http://www.xapian.org/"
SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}/${MY_P}"

src_install () {
	emake DESTDIR="${D}" install || die "emake install failed"

	mv "${D}usr/share/doc/xapian-core" "${D}usr/share/doc/${PF}"

	dodoc AUTHORS HACKING PLATFORMS README NEWS || die "dodoc failed"
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/xapian: ChangeLog xapian-1.0.20.ebuild
@ 2010-06-26 15:03 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 3+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-06-26 15:03 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/06/26 15:03:58

  Modified:             ChangeLog xapian-1.0.20.ebuild
  Log:
  ppc stable #322285
  (Portage version: 2.1.8.3/cvs/Linux ppc)

Revision  Changes    Path
1.42                 dev-libs/xapian/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	29 Apr 2010 17:00:30 -0000	1.41
+++ ChangeLog	26 Jun 2010 15:03:58 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/xapian
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.41 2010/04/29 17:00:30 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.42 2010/06/26 15:03:58 nixnut Exp $
+
+  26 Jun 2010; <nixnut@gentoo.org> xapian-1.0.20.ebuild:
+  ppc stable #322285
 
 *xapian-1.0.20 (29 Apr 2010)
 



1.2                  dev-libs/xapian/xapian-1.0.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.0.20.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.0.20.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.0.20.ebuild?r1=1.1&r2=1.2

Index: xapian-1.0.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.0.20.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xapian-1.0.20.ebuild	29 Apr 2010 17:00:30 -0000	1.1
+++ xapian-1.0.20.ebuild	26 Jun 2010 15:03:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.0.20.ebuild,v 1.1 2010/04/29 17:00:30 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.0.20.ebuild,v 1.2 2010/06/26 15:03:58 nixnut Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE=""
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/xapian: ChangeLog xapian-1.0.20.ebuild
@ 2010-07-11 13:36 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2010-07-11 13:36 UTC (permalink / raw
  To: gentoo-commits

maekke      10/07/11 13:36:13

  Modified:             ChangeLog xapian-1.0.20.ebuild
  Log:
  x86 stable, bug #322285
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.44                 dev-libs/xapian/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	10 Jul 2010 16:55:07 -0000	1.43
+++ ChangeLog	11 Jul 2010 13:36:12 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/xapian
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.43 2010/07/10 16:55:07 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.44 2010/07/11 13:36:12 maekke Exp $
+
+  11 Jul 2010; Markus Meier <maekke@gentoo.org> xapian-1.0.20.ebuild:
+  x86 stable, bug #322285
 
 *xapian-1.2.2 (10 Jul 2010)
 



1.3                  dev-libs/xapian/xapian-1.0.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.0.20.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.0.20.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian/xapian-1.0.20.ebuild?r1=1.2&r2=1.3

Index: xapian-1.0.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.0.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xapian-1.0.20.ebuild	26 Jun 2010 15:03:58 -0000	1.2
+++ xapian-1.0.20.ebuild	11 Jul 2010 13:36:13 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.0.20.ebuild,v 1.2 2010/06/26 15:03:58 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.0.20.ebuild,v 1.3 2010/07/11 13:36:13 maekke Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-11 13:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-29 17:00 [gentoo-commits] gentoo-x86 commit in dev-libs/xapian: ChangeLog xapian-1.0.20.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-26 15:03 Gysbert Wassenaar (nixnut)
2010-07-11 13:36 Markus Meier (maekke)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox