diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2011-04-08 04:48:13 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2011-04-08 04:48:13 +0000 |
commit | 4c9248f90f4070d9e6f92b60ea96c4b146c62d12 (patch) | |
tree | a8615a6b7fde6a14deb6a178e97c7ff0a243d983 /sci-astronomy/esorex | |
parent | Version bump (diff) | |
download | gentoo-2-4c9248f90f4070d9e6f92b60ea96c4b146c62d12.tar.gz gentoo-2-4c9248f90f4070d9e6f92b60ea96c4b146c62d12.tar.bz2 gentoo-2-4c9248f90f4070d9e6f92b60ea96c4b146c62d12.zip |
Version bump
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/esorex')
-rw-r--r-- | sci-astronomy/esorex/ChangeLog | 9 | ||||
-rw-r--r-- | sci-astronomy/esorex/esorex-3.9.0.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/sci-astronomy/esorex/ChangeLog b/sci-astronomy/esorex/ChangeLog index 19243ca5c732..51571eb8fb8c 100644 --- a/sci-astronomy/esorex/ChangeLog +++ b/sci-astronomy/esorex/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-astronomy/esorex -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v 1.2 2010/10/03 08:24:56 xarthisius Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v 1.3 2011/04/08 04:48:13 bicatali Exp $ + +*esorex-3.9.0 (08 Apr 2011) + + 08 Apr 2011; Sébastien Fabbro <bicatali@gentoo.org> +esorex-3.9.0.ebuild: + Version bump *esorex-3.8.3-r1 (03 Oct 2010) diff --git a/sci-astronomy/esorex/esorex-3.9.0.ebuild b/sci-astronomy/esorex/esorex-3.9.0.ebuild new file mode 100644 index 000000000000..32b5b38de7a7 --- /dev/null +++ b/sci-astronomy/esorex/esorex-3.9.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/esorex-3.9.0.ebuild,v 1.1 2011/04/08 04:48:13 bicatali Exp $ + +EAPI=4 + +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/cpl/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples" + +DEPEND=">=sci-astronomy/cpl-5.2" +RDEPEND="${DEPEND}" + +src_install() { + default + if use examples; then + insinto /usr/share/doc/${PF} + doins -r examples + fi +} |