hasufell    14/10/10 20:55:34

  Modified:             ChangeLog
  Added:                libspatialindex-1.8.4.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key BDEED020)

Revision  Changes    Path
1.9                  sci-libs/libspatialindex/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libspatialindex/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libspatialindex/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libspatialindex/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libspatialindex/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   10 Oct 2014 11:01:31 -0000      1.8
+++ ChangeLog   10 Oct 2014 20:55:34 -0000      1.9
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/libspatialindex
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libspatialindex/ChangeLog,v 1.8 
2014/10/10 11:01:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libspatialindex/ChangeLog,v 1.9 
2014/10/10 20:55:34 hasufell Exp $
+
+*libspatialindex-1.8.4 (10 Oct 2014)
+
+  10 Oct 2014; Julian Ospald <hasuf...@gentoo.org>
+  +libspatialindex-1.8.4.ebuild:
+  version bump
 
   10 Oct 2014; Agostino Sarubbo <a...@gentoo.org> libspatialindex-1.8.1.ebuild:
   Stable for x86, wrt bug #523540



1.1                  sci-libs/libspatialindex/libspatialindex-1.8.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libspatialindex/libspatialindex-1.8.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libspatialindex/libspatialindex-1.8.4.ebuild?rev=1.1&content-type=text/plain

Index: libspatialindex-1.8.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/libspatialindex/libspatialindex-1.8.4.ebuild,v 
1.1 2014/10/10 20:55:34 hasufell Exp $

EAPI=5

inherit autotools eutils

MY_PN="spatialindex-src"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="General framework for developing spatial indices"
HOMEPAGE="http://libspatialindex.github.com/";
SRC_URI="http://download.osgeo.org/libspatialindex/${MY_P}.tar.bz2";
LICENSE="MIT"

KEYWORDS="~amd64 ~x86"
SLOT="0/4"
IUSE="debug static-libs"

S=${WORKDIR}/${MY_P}

src_prepare() {
        epatch "${FILESDIR}"/${PN}-1.8.1-QA.patch
        eautoreconf
}

src_configure() {
        econf \
                $(use_enable static-libs static) \
                $(use_enable debug)
}

src_install() {
        default
        use static-libs || prune_libtool_files
}




Reply via email to