ottxor 14/08/31 23:45:49 Modified: ChangeLog Added: votca-csgapps-1.2.4.ebuild Removed: votca-csgapps-1.2.3.ebuild Log: version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.13 sci-chemistry/votca-csgapps/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 26 Dec 2012 23:25:25 -0000 1.12 +++ ChangeLog 31 Aug 2014 23:45:49 -0000 1.13 @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/votca-csgapps -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog,v 1.12 2012/12/26 23:25:25 ottxor Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog,v 1.13 2014/08/31 23:45:49 ottxor Exp $ + +*votca-csgapps-1.2.4 (31 Aug 2014) + + 31 Aug 2014; Christoph Junghans <[email protected]> + +votca-csgapps-1.2.4.ebuild, -votca-csgapps-1.2.3.ebuild: + version bump 26 Dec 2012; Christoph Junghans <[email protected]> votca-csgapps-1.2.2.ebuild, votca-csgapps-1.2.3.ebuild: 1.1 sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild?rev=1.1&content-type=text/plain Index: votca-csgapps-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-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild,v 1.1 2014/08/31 23:45:49 ottxor Exp $ EAPI=4 inherit cmake-utils if [ "${PV}" != "9999" ]; then SRC_URI="http://downloads.votca.googlecode.com/hg/${PF}.tar.gz" else inherit mercurial EHG_REPO_URI="https://csgapps.votca.googlecode.com/hg" fi DESCRIPTION="Extra applications for votca-csg" HOMEPAGE="http://www.votca.org" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos" IUSE="" RDEPEND="=sci-chemistry/${PN%apps}-${PV}" DEPEND="${RDEPEND}" DOCS=( README )
