bicatali 14/04/04 15:50:20 Modified: ChangeLog Added: esorex-3.10.2.ebuild Removed: esorex-3.10.ebuild esorex-3.10-r1.ebuild Log: Version bump (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path 1.12 sci-astronomy/esorex/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/esorex/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/esorex/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/esorex/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 4 Mar 2014 00:23:49 -0000 1.11 +++ ChangeLog 4 Apr 2014 15:50:20 -0000 1.12 @@ -1,6 +1,12 @@ # ChangeLog for sci-astronomy/esorex # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v 1.11 2014/03/04 00:23:49 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v 1.12 2014/04/04 15:50:20 bicatali Exp $ + +*esorex-3.10.2 (04 Apr 2014) + + 04 Apr 2014; Sebastien Fabbro <[email protected]> +esorex-3.10.2.ebuild, + -esorex-3.10-r1.ebuild, -esorex-3.10.ebuild: + Version bump *esorex-3.10-r2 (04 Mar 2014) 1.1 sci-astronomy/esorex/esorex-3.10.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/esorex/esorex-3.10.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/esorex/esorex-3.10.2.ebuild?rev=1.1&content-type=text/plain Index: esorex-3.10.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/esorex-3.10.2.ebuild,v 1.1 2014/04/04 15:50:20 bicatali Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_IN_SOURCE_BUILD=1 AT_NO_RECURSIVE=1 inherit autotools-utils DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts" HOMEPAGE="http://www.eso.org/sci/software/cpl/esorex.html" SRC_URI="ftp://ftp.eso.org/pub/dfs/pipelines/libraries/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND=">=sci-astronomy/cpl-6.3:0=" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${PN}-3.9.6-use-shared-libs.patch "${FILESDIR}"/${PN}-3.10-remove-private-ltdl.patch "${FILESDIR}"/${PN}-3.10-generate-manpage.patch "${FILESDIR}"/${PN}-3.10-remove-empty-configdir.patch "${FILESDIR}"/${PN}-3.10-set-default-plugin-path.patch ) export CPLDIR="${EPREFIX}/usr" src_install() { autotools-utils_src_install dodoc -r examples docompress -x /usr/share/doc/${PF}/examples }
