hasufell    14/09/23 16:15:05

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

Revision  Changes    Path
1.6                  sci-libs/libspatialindex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libspatialindex/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   30 Jun 2013 19:18:14 -0000      1.5
+++ ChangeLog   23 Sep 2014 16:15:05 -0000      1.6
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/libspatialindex
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libspatialindex/ChangeLog,v 1.5 
2013/06/30 19:18:14 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libspatialindex/ChangeLog,v 1.6 
2014/09/23 16:15:05 hasufell Exp $
+
+*libspatialindex-1.8.3 (23 Sep 2014)
+
+  23 Sep 2014; Julian Ospald <[email protected]>
+  +libspatialindex-1.8.3.ebuild:
+  version bump
 
 *libspatialindex-1.8.1 (30 Jun 2013)
 



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

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

Index: libspatialindex-1.8.3.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.3.ebuild,v 
1.1 2014/09/23 16:15:05 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/3"
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