* [gentoo-commits] gentoo-x86 commit in sci-libs/votca-tools: votca-tools-1.2.ebuild ChangeLog
@ 2011-06-17 8:51 Christoph Junghans (ottxor)
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans (ottxor) @ 2011-06-17 8:51 UTC (permalink / raw
To: gentoo-commits
ottxor 11/06/17 08:51:50
Modified: ChangeLog
Added: votca-tools-1.2.ebuild
Log:
[sci-libs/votca-tools] version bump
(Portage version: 2.1.9.42/cvs/Linux i686)
Revision Changes Path
1.5 sci-libs/votca-tools/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/votca-tools/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/votca-tools/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/votca-tools/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 4 Apr 2011 19:56:40 -0000 1.4
+++ ChangeLog 17 Jun 2011 08:51:50 -0000 1.5
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/votca-tools
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v 1.4 2011/04/04 19:56:40 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v 1.5 2011/06/17 08:51:50 ottxor Exp $
+
+*votca-tools-1.2 (17 Jun 2011)
+
+ 17 Jun 2011; Christoph Junghans <ottxor@gentoo.org> +votca-tools-1.2.ebuild:
+ Version bump
*votca-tools-1.1.2 (04 Apr 2011)
1.1 sci-libs/votca-tools/votca-tools-1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/votca-tools/votca-tools-1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/votca-tools/votca-tools-1.2.ebuild?rev=1.1&content-type=text/plain
Index: votca-tools-1.2.ebuild
===================================================================
# Copyright 1999-2011 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.ebuild,v 1.1 2011/06/17 08:51:50 ottxor Exp $
EAPI="3"
inherit eutils cmake-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"
EHG_REVISION="default"
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 sqlite"
RDEPEND="fftw? ( sci-libs/fftw:3.0 )
dev-libs/expat
gsl? ( sci-libs/gsl )
boost? ( dev-libs/boost )
sqlite? ( dev-db/sqlite:3 )"
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
if use boost; then
rm -rf src/libboost
fi
}
src_configure() {
mycmakeargs=(
$(cmake-utils_use boost EXTERNAL_BOOST)
$(cmake-utils_use_with gsl GSL)
$(cmake-utils_use_with fftw FFTW)
$(cmake-utils_use_with sqlite SQLITE3)
-DWITH_RC_FILES=OFF
)
cmake-utils_src_configure || die
}
src_install() {
DOCS=(${CMAKE_BUILD_DIR}/CHANGELOG NOTICE)
cmake-utils_src_install || die
if use doc; then
cd "${CMAKE_BUILD_DIR}" || die
cd share/doc || die
doxygen || die
dohtml -r html/* || die
fi
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/votca-tools: votca-tools-1.2.ebuild ChangeLog
@ 2011-07-06 14:43 Christoph Junghans (ottxor)
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans (ottxor) @ 2011-07-06 14:43 UTC (permalink / raw
To: gentoo-commits
ottxor 11/07/06 14:43:39
Modified: votca-tools-1.2.ebuild ChangeLog
Log:
[sci-libs/votca-tools] fixes bug ##374165
(Portage version: 2.1.10.3/cvs/Linux i686)
Revision Changes Path
1.2 sci-libs/votca-tools/votca-tools-1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/votca-tools/votca-tools-1.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/votca-tools/votca-tools-1.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/votca-tools/votca-tools-1.2.ebuild?r1=1.1&r2=1.2
Index: votca-tools-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/votca-tools-1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- votca-tools-1.2.ebuild 17 Jun 2011 08:51:50 -0000 1.1
+++ votca-tools-1.2.ebuild 6 Jul 2011 14:43:39 -0000 1.2
@@ -1,14 +1,13 @@
# Copyright 1999-2011 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.ebuild,v 1.1 2011/06/17 08:51:50 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/votca-tools-1.2.ebuild,v 1.2 2011/07/06 14:43:39 ottxor Exp $
EAPI="3"
inherit eutils cmake-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 )"
+ SRC_URI="http://votca.googlecode.com/files/${PF}.tar.gz"
RESTRICT="primaryuri"
else
SRC_URI=""
1.6 sci-libs/votca-tools/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/votca-tools/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/votca-tools/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/votca-tools/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 17 Jun 2011 08:51:50 -0000 1.5
+++ ChangeLog 6 Jul 2011 14:43:39 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/votca-tools
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v 1.5 2011/06/17 08:51:50 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v 1.6 2011/07/06 14:43:39 ottxor Exp $
+
+ 06 Jul 2011; Christoph Junghans <ottxor@gentoo.org> votca-tools-1.2.ebuild:
+ pristine tarball has wrong ${S} (bug #374165)
*votca-tools-1.2 (17 Jun 2011)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-06 14:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-17 8:51 [gentoo-commits] gentoo-x86 commit in sci-libs/votca-tools: votca-tools-1.2.ebuild ChangeLog Christoph Junghans (ottxor)
-- strict thread matches above, loose matches on Subject: below --
2011-07-06 14:43 Christoph Junghans (ottxor)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox