From: "Christoph Junghans" <kleiner_otti@gmx.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/votca-tools/
Date: Tue, 8 Mar 2011 21:40:07 +0000 (UTC) [thread overview]
Message-ID: <d93b36fe0f5b9682c04df2901d658c69f1aca9e8.kleiner_otti@gentoo> (raw)
commit: d93b36fe0f5b9682c04df2901d658c69f1aca9e8
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 21:50:51 2011 +0000
Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Tue Mar 8 21:50:51 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d93b36fe
[sci-libs/votca-tools] 1.1.1 InCVS
(Portage version: 2.1.9.25/git/Linux i686, signed Manifest commit with key C2000586)
---
sci-libs/votca-tools/ChangeLog | 4 +
sci-libs/votca-tools/votca-tools-1.1.1.ebuild | 76 -------------------------
2 files changed, 4 insertions(+), 76 deletions(-)
diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/ChangeLog
index f2835b3..441b83f 100644
--- a/sci-libs/votca-tools/ChangeLog
+++ b/sci-libs/votca-tools/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Mar 2011; Christoph Junghans <ottxor@gentoo.org>
+ -votca-tools-1.1.1.ebuild:
+ InCVS
+
*votca-tools-1.1.1 (03 Mar 2011)
03 Mar 2011; Christoph Junghans <ottxor@gentoo.org> -votca-tools-1.1.ebuild,
diff --git a/sci-libs/votca-tools/votca-tools-1.1.1.ebuild b/sci-libs/votca-tools/votca-tools-1.1.1.ebuild
deleted file mode 100644
index 55d421c..0000000
--- a/sci-libs/votca-tools/votca-tools-1.1.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit eutils autotools-utils
-
-if [ "${PV}" != "9999" ]; then
- SRC_URI="boost? ( http://votca.googlecode.com/files/${PF}_pristine.tar.gz )
- !boost? ( http://votca.googlecode.com/files/${PF}.tar.gz )"
- RESTRICT="primaryuri"
-else
- SRC_URI=""
- inherit mercurial
- EHG_REPO_URI="https://tools.votca.googlecode.com/hg"
- S="${WORKDIR}/${EHG_REPO_URI##*/}"
-fi
-
-DESCRIPTION="Votca tools library"
-HOMEPAGE="http://www.votca.org"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="-boost doc +fftw +gsl static-libs"
-
-RDEPEND="fftw? ( sci-libs/fftw:3.0 )
- dev-libs/expat
- gsl? ( sci-libs/gsl )
- boost? ( dev-libs/boost )"
-
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen[-nodot] )
- >=app-text/txt2tags-2.5
- dev-util/pkgconfig"
-
-src_prepare() {
- use gsl || ewarn "Disabling gsl will lead to reduced functionality"
- use fftw || ewarn "Disabling fftw will lead to reduced functionality"
-
- #remove bundled libs
- rm -rf src/libexpat
- if use boost; then
- rm -rf src/libboost
- else
- #fix a qa issue ../../config is not support as m4 dir
- mkdir -p src/libboost/config || die
- sed -i 's@\.\./\.\./config@config@' \
- src/libboost/configure.ac \
- src/libboost/Makefile.am || \
- die "sed of libboost configure.ac and Makefile.am failed"
- fi
- eautoreconf || die "eautoreconf failed"
-}
-
-src_configure() {
- local myconf
- use boost && myconf="--disable-votca-boost" || myconf="--enable-votca-boost"
-
- myeconfargs=( ${myconf} --disable-rc-files
- $(use_with gsl)
- $(use_with fftw)
- )
- autotools-utils_src_configure || die
-}
-
-src_install() {
- DOCS=(${AUTOTOOLS_BUILD_DIR}/CHANGELOG NOTICE)
- autotools-utils_src_install || die
- if use doc; then
- cd share/doc || die
- doxygen || die
- dohtml -r html/* || die
- fi
-}
next reply other threads:[~2011-03-08 21:40 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-08 21:40 Christoph Junghans [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-07-14 17:31 [gentoo-commits] proj/sci:master commit in: sci-libs/votca-tools/ Christoph Junghans
2015-09-24 5:20 Christoph Junghans
2015-09-22 8:19 Justin Lecher
2014-11-13 15:37 Christoph Junghans
2014-09-01 0:21 Christoph Junghans
2014-02-27 23:01 Sebastien Fabbro
2012-12-31 3:17 Christoph Junghans
2012-07-25 1:24 Christoph Junghans
2012-07-18 2:53 Christoph Junghans
2012-03-24 22:46 Christoph Junghans
2011-11-05 2:33 Christoph Junghans
2011-11-03 23:51 Christoph Junghans
2011-08-14 15:04 Christoph Junghans
2011-06-24 17:09 Justin Lecher
2011-06-03 21:59 Christoph Junghans
2011-06-02 13:03 Christoph Junghans
2011-03-03 21:43 Christoph Junghans
2011-03-03 21:43 Christoph Junghans
2011-02-19 17:03 Christoph Junghans
2011-02-13 17:27 Christoph Junghans
2011-02-12 16:16 Christoph Junghans
2011-02-12 13:54 Christoph Junghans
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d93b36fe0f5b9682c04df2901d658c69f1aca9e8.kleiner_otti@gentoo \
--to=kleiner_otti@gmx.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox