commit:     d3492ecb4d54ca11f65d74b73daa975f6cba2376
Author:     Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
AuthorDate: Wed Dec 10 15:24:47 2014 +0000
Commit:     Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
CommitDate: Wed Dec 10 15:24:47 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d3492ecb

Version bumps of sci-libs/libxc to versions 2.1.1 and 2.2.1, cleanup.

Package-Manager: portage-2.2.14

---
 sci-libs/libxc/ChangeLog                           |  9 ++++
 sci-libs/libxc/libxc-1.2.0-r1.ebuild               | 55 -------------------
 sci-libs/libxc/libxc-2.0.1.ebuild                  | 59 --------------------
 sci-libs/libxc/libxc-2.0.2.ebuild                  | 59 --------------------
 sci-libs/libxc/libxc-2.0.3.ebuild                  | 63 ----------------------
 .../{libxc-2.2.0.ebuild => libxc-2.1.1.ebuild}     |  2 -
 .../{libxc-2.1.0.ebuild => libxc-2.2.1.ebuild}     |  2 -
 sci-libs/libxc/libxc-9999.ebuild                   | 51 ------------------
 8 files changed, 9 insertions(+), 291 deletions(-)

diff --git a/sci-libs/libxc/ChangeLog b/sci-libs/libxc/ChangeLog
index 3e0060f..3a0421d 100644
--- a/sci-libs/libxc/ChangeLog
+++ b/sci-libs/libxc/ChangeLog
@@ -2,6 +2,15 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*libxc-2.2.1 (10 Dec 2014)
+*libxc-2.1.1 (10 Dec 2014)
+
+  10 Dec 2014; Honza Macháček <[email protected]>
+  -libxc-1.2.0-r1.ebuild, -libxc-2.0.1.ebuild, -libxc-2.0.2.ebuild,
+  -libxc-2.0.3.ebuild, -libxc-2.1.0.ebuild, +libxc-2.1.1.ebuild,
+  -libxc-2.2.0.ebuild, +libxc-2.2.1.ebuild, -libxc-9999.ebuild:
+  Version bumps to sci-libs/libxc-2.1.1 and 2.2.1, cleanup.
+
   27 Jun 2014; Honza Macháček <[email protected]> libxc-2.0.3.ebuild:
   sci-libs/libxc-2.0.3.ebuild adjusted to export the C preprocessor name in the
   FCCPP variable that the build system looks for

diff --git a/sci-libs/libxc/libxc-1.2.0-r1.ebuild 
b/sci-libs/libxc/libxc-1.2.0-r1.ebuild
deleted file mode 100644
index ba723df..0000000
--- a/sci-libs/libxc/libxc-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit autotools-utils fortran-2 multilib
-
-MY_P=${P//_/-}
-
-DESCRIPTION="A library of exchange-correlation functionals for use in DFT"
-HOMEPAGE="http://www.tddft.org/programs/octopus/wiki/index.php/Libxc";
-SRC_URI="http://www.tddft.org/programs/octopus/download/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE="fortran static-libs -test"
-
-S="${WORKDIR}"/${MY_P}
-
-MAKEOPTS+=" -j1"
-
-pkg_setup() {
-       use fortran && fortran-2_pkg_setup
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable fortran)
-               FCFLAGS="${FCFLAGS:- ${FFLAGS:- -O2}} -fPIC"
-               CFLAGS="${CFLAGS} -fPIC"
-               )
-       autotools-utils_src_configure
-}
-
-## Upstream recommends not running the test suite because it requires
-## human expert interpretation to determine whether output is an error or
-## expected under certain circumstances.
-# The autotools src_test function modified not to die. Runs emake check in 
build directory.
-src_test() {
-       debug-print-function ${FUNCNAME} "$@"
-
-       _check_build_dir
-       pushd "${BUILD_DIR}" > /dev/null || die
-       ewarn "This will fail if any test fails, no matter how dealt with in 
the ebuild."
-       make check || ewarn "Make check failed. See above for details."
-       einfo "emake check done"
-       popd > /dev/null || die
-}
-
-src_install() {
-       autotools-utils_src_install
-
-}

diff --git a/sci-libs/libxc/libxc-2.0.1.ebuild 
b/sci-libs/libxc/libxc-2.0.1.ebuild
deleted file mode 100644
index b794ff9..0000000
--- a/sci-libs/libxc/libxc-2.0.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils flag-o-matic fortran-2 multilib
-
-MY_P=${P//_/-}
-
-DESCRIPTION="A library of exchange-correlation functionals for use in DFT"
-HOMEPAGE="http://www.tddft.org/programs/octopus/wiki/index.php/Libxc";
-SRC_URI="http://www.tddft.org/programs/octopus/download/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE="fortran static-libs -test"
-
-S="${WORKDIR}"/${MY_P}
-
-MAKEOPTS+=" -j1"
-
-pkg_setup() {
-       use fortran && fortran-2_pkg_setup
-}
-
-src_prepare() {
-       sed \
-               -e "s:${PN}.f90:${PN}.F90:g" \
-               -i src/Makefile.am || die
-       autotools-utils_src_prepare
-}
-
-src_configure() {
-       local myeconfargs=( $(use_enable fortran) )
-       autotools-utils_src_configure
-}
-
-## Upstream recommends not running the test suite because it requires
-## human expert interpretation to determine whether output is an error or
-## expected under certain circumstances. Nevertheless, experts might want the 
option.
-# The autotools src_test function modified not to die. Runs emake check in 
build directory.
-src_test() {
-       debug-print-function ${FUNCNAME} "$@"
-
-       _check_build_dir
-       pushd "${BUILD_DIR}" > /dev/null || die
-       make check || ewarn "Make check failed. See above for details."
-       einfo "emake check done"
-       popd > /dev/null || die
-}
-
-src_install() {
-       autotools-utils_src_install
-
-}

diff --git a/sci-libs/libxc/libxc-2.0.2.ebuild 
b/sci-libs/libxc/libxc-2.0.2.ebuild
deleted file mode 100644
index b794ff9..0000000
--- a/sci-libs/libxc/libxc-2.0.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils flag-o-matic fortran-2 multilib
-
-MY_P=${P//_/-}
-
-DESCRIPTION="A library of exchange-correlation functionals for use in DFT"
-HOMEPAGE="http://www.tddft.org/programs/octopus/wiki/index.php/Libxc";
-SRC_URI="http://www.tddft.org/programs/octopus/download/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE="fortran static-libs -test"
-
-S="${WORKDIR}"/${MY_P}
-
-MAKEOPTS+=" -j1"
-
-pkg_setup() {
-       use fortran && fortran-2_pkg_setup
-}
-
-src_prepare() {
-       sed \
-               -e "s:${PN}.f90:${PN}.F90:g" \
-               -i src/Makefile.am || die
-       autotools-utils_src_prepare
-}
-
-src_configure() {
-       local myeconfargs=( $(use_enable fortran) )
-       autotools-utils_src_configure
-}
-
-## Upstream recommends not running the test suite because it requires
-## human expert interpretation to determine whether output is an error or
-## expected under certain circumstances. Nevertheless, experts might want the 
option.
-# The autotools src_test function modified not to die. Runs emake check in 
build directory.
-src_test() {
-       debug-print-function ${FUNCNAME} "$@"
-
-       _check_build_dir
-       pushd "${BUILD_DIR}" > /dev/null || die
-       make check || ewarn "Make check failed. See above for details."
-       einfo "emake check done"
-       popd > /dev/null || die
-}
-
-src_install() {
-       autotools-utils_src_install
-
-}

diff --git a/sci-libs/libxc/libxc-2.0.3.ebuild 
b/sci-libs/libxc/libxc-2.0.3.ebuild
deleted file mode 100644
index e9103df..0000000
--- a/sci-libs/libxc/libxc-2.0.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils flag-o-matic fortran-2 multilib
-
-MY_P=${P//_/-}
-
-DESCRIPTION="A library of exchange-correlation functionals for use in DFT"
-HOMEPAGE="http://www.tddft.org/programs/octopus/wiki/index.php/Libxc";
-SRC_URI="http://www.tddft.org/programs/octopus/download/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE="fortran static-libs -test"
-
-S="${WORKDIR}"/${MY_P}
-
-MAKEOPTS+=" -j1"
-
-pkg_setup() {
-       if use fortran; then
-               fortran-2_pkg_setup
-               tc-export FC F77 CC CXX CPP
-               export FCCPP="$(tc-getCPP)"
-       fi
-}
-
-src_prepare() {
-       sed \
-               -e "s:${PN}.f90:${PN}.F90:g" \
-               -i src/Makefile.am || die
-       autotools-utils_src_prepare
-}
-
-src_configure() {
-       local myeconfargs=( $(use_enable fortran) )
-       autotools-utils_src_configure
-}
-
-## Upstream recommends not running the test suite because it requires
-## human expert interpretation to determine whether output is an error or
-## expected under certain circumstances. Nevertheless, experts might want the 
option.
-# The autotools src_test function modified not to die. Runs emake check in 
build directory.
-src_test() {
-       debug-print-function ${FUNCNAME} "$@"
-
-       _check_build_dir
-       pushd "${BUILD_DIR}" > /dev/null || die
-       make check || ewarn "Make check failed. See above for details."
-       einfo "emake check done"
-       popd > /dev/null || die
-}
-
-src_install() {
-       autotools-utils_src_install
-
-}

diff --git a/sci-libs/libxc/libxc-2.2.0.ebuild 
b/sci-libs/libxc/libxc-2.1.1.ebuild
similarity index 98%
rename from sci-libs/libxc/libxc-2.2.0.ebuild
rename to sci-libs/libxc/libxc-2.1.1.ebuild
index b794ff9..60a6549 100644
--- a/sci-libs/libxc/libxc-2.2.0.ebuild
+++ b/sci-libs/libxc/libxc-2.1.1.ebuild
@@ -21,8 +21,6 @@ IUSE="fortran static-libs -test"
 
 S="${WORKDIR}"/${MY_P}
 
-MAKEOPTS+=" -j1"
-
 pkg_setup() {
        use fortran && fortran-2_pkg_setup
 }

diff --git a/sci-libs/libxc/libxc-2.1.0.ebuild 
b/sci-libs/libxc/libxc-2.2.1.ebuild
similarity index 98%
rename from sci-libs/libxc/libxc-2.1.0.ebuild
rename to sci-libs/libxc/libxc-2.2.1.ebuild
index b794ff9..60a6549 100644
--- a/sci-libs/libxc/libxc-2.1.0.ebuild
+++ b/sci-libs/libxc/libxc-2.2.1.ebuild
@@ -21,8 +21,6 @@ IUSE="fortran static-libs -test"
 
 S="${WORKDIR}"/${MY_P}
 
-MAKEOPTS+=" -j1"
-
 pkg_setup() {
        use fortran && fortran-2_pkg_setup
 }

diff --git a/sci-libs/libxc/libxc-9999.ebuild b/sci-libs/libxc/libxc-9999.ebuild
deleted file mode 100644
index 1f3855c..0000000
--- a/sci-libs/libxc/libxc-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit autotools-utils fortran-2 multilib subversion
-
-DESCRIPTION="A library of exchange-correlation functionals for use in DFT"
-HOMEPAGE="http://www.tddft.org/programs/octopus/wiki/index.php/Libxc";
-ESVN_REPO_URI="http://www.tddft.org/svn/octopus/trunk/${PN}/";
-ESVN_BOOTSTRAP="eautoreconf -i"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="fortran static-libs -test"
-
-MAKEOPTS+=" -j1"
-
-pkg_setup() {
-       use fortran && fortran-2_pkg_setup
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable fortran)
-               FCFLAGS="${FCFLAGS:- ${FFLAGS:- -O2}} -fPIC"
-               CFLAGS="${CFLAGS} -fPIC"
-               )
-       autotools-utils_src_configure
-}
-
-## Upstream recommends not running the test suite because it requires
-## human expert interpretation to determine whether output is an error or
-## expected under certain circumstances. Nevertheless, experts might want the 
option.
-# The autotools src_test function modified not to die. Runs emake check in 
build directory.
-src_test() {
-       debug-print-function ${FUNCNAME} "$@"
-
-       _check_build_dir
-       pushd "${BUILD_DIR}" > /dev/null || die
-       make check || ewarn "Make check failed. See above for details."
-       einfo "emake check done"
-       popd > /dev/null || die
-}
-
-src_install() {
-       autotools-utils_src_install
-
-}

Reply via email to