ottxor      14/08/31 23:37:54

  Modified:             ChangeLog
  Added:                votca-tools-1.2.4.ebuild
  Removed:              votca-tools-1.2.3-r3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  Changes    Path
1.24                 sci-libs/votca-tools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   2 Jul 2013 14:15:12 -0000       1.23
+++ ChangeLog   31 Aug 2014 23:37:54 -0000      1.24
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/votca-tools
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v 1.23 
2013/07/02 14:15:12 ottxor Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v 1.24 
2014/08/31 23:37:54 ottxor Exp $
+
+*votca-tools-1.2.4 (31 Aug 2014)
+
+  31 Aug 2014; Christoph Junghans <[email protected]> 
+votca-tools-1.2.4.ebuild,
+  -files/votca-tools-1.2.3-boost-1.53.patch, -votca-tools-1.2.3-r3.ebuild:
+  version bump
 
   02 Jul 2013; Christoph Junghans <[email protected]>
   votca-tools-1.2.3-r3.ebuild:



1.1                  sci-libs/votca-tools/votca-tools-1.2.4.ebuild

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

Index: votca-tools-1.2.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/votca-tools/votca-tools-1.2.4.ebuild,v 1.1 
2014/08/31 23:37:54 ottxor Exp $

EAPI="5"

inherit cmake-utils eutils multilib

if [ "${PV}" != "9999" ]; then
        SRC_URI="http://downloads.votca.googlecode.com/hg/${P}_pristine.tar.gz";
else
        SRC_URI=""
        inherit mercurial
        EHG_REPO_URI="https://tools.votca.googlecode.com/hg";
fi

DESCRIPTION="Votca tools library"
HOMEPAGE="http://www.votca.org";

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
IUSE="doc +fftw +gsl sqlite"

RDEPEND="fftw? ( sci-libs/fftw:3.0 )
        dev-libs/expat
        gsl? ( sci-libs/gsl )
        dev-libs/boost:=
        sqlite? ( dev-db/sqlite:3 )"

DEPEND="${RDEPEND}
        doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] 
>=app-doc/doxygen-1.7.6.1[dot] ) )
        >=app-text/txt2tags-2.5
        virtual/pkgconfig"

DOCS=( NOTICE )

src_configure() {
        mycmakeargs=(
                $(cmake-utils_use_with gsl GSL)
                $(cmake-utils_use_with fftw FFTW)
                $(cmake-utils_use_with sqlite SQLITE3)
                -DEXTERNAL_BOOST=ON
                -DWITH_RC_FILES=OFF
                -DLIB=$(get_libdir)
        )
        cmake-utils_src_configure
}

src_install() {
        cmake-utils_src_install
        if use doc; then
                cd "${CMAKE_BUILD_DIR}" || die
                cd share/doc || die
                doxygen || die
                dohtml -r html/*
        fi
}




Reply via email to