From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 23E78138D29 for ; Fri, 14 Feb 2014 18:19:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31554E09D7; Fri, 14 Feb 2014 18:19:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83D4EE09D7 for ; Fri, 14 Feb 2014 18:19:37 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9379F33F9B8 for ; Fri, 14 Feb 2014 18:19:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B700218873 for ; Fri, 14 Feb 2014 18:19:32 +0000 (UTC) From: "Reinis Danne" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Reinis Danne" Message-ID: <1392315148.5bbf2a80b7ed5386ff47e89383247a2ef80b9f1d.rei4dan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/casapy-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/casapy-bin/ChangeLog sci-astronomy/casapy-bin/casapy-bin-4.2.0.28322.021_p1.ebuild X-VCS-Directories: sci-astronomy/casapy-bin/ X-VCS-Committer: rei4dan X-VCS-Committer-Name: Reinis Danne X-VCS-Revision: 5bbf2a80b7ed5386ff47e89383247a2ef80b9f1d X-VCS-Branch: master Date: Fri, 14 Feb 2014 18:19:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1fa0ddfb-0af4-481e-b40c-196323b64a7e X-Archives-Hash: 27e7df4f49707d6982a91159289e6b53 commit: 5bbf2a80b7ed5386ff47e89383247a2ef80b9f1d Author: Joseph Jon Booker neoturbine net> AuthorDate: Thu Feb 13 18:12:28 2014 +0000 Commit: Reinis Danne gmail com> CommitDate: Thu Feb 13 18:12:28 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5bbf2a80 sci-astronomy/casapy-bin: Version Bump Package-Manager: portage-2.2.8-r1 --- sci-astronomy/casapy-bin/ChangeLog | 6 ++ .../casapy-bin-4.2.0.28322.021_p1.ebuild | 69 ++++++++++++++++++++++ 2 files changed, 75 insertions(+) diff --git a/sci-astronomy/casapy-bin/ChangeLog b/sci-astronomy/casapy-bin/ChangeLog index fdd7971..f72458d 100644 --- a/sci-astronomy/casapy-bin/ChangeLog +++ b/sci-astronomy/casapy-bin/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*casapy-bin-4.2.0.28322.021_p1 (13 Feb 2014) + + 13 Feb 2014; Joseph Jon Booker + +casapy-bin-4.2.0.28322.021_p1.ebuild: + sci-astronomy/casapy-bin: Version Bump + *casapy-bin-4.2.0_pre10_p1 (04 Feb 2014) 04 Feb 2014; Joseph Jon Booker diff --git a/sci-astronomy/casapy-bin/casapy-bin-4.2.0.28322.021_p1.ebuild b/sci-astronomy/casapy-bin/casapy-bin-4.2.0.28322.021_p1.ebuild new file mode 100644 index 0000000..6bcc74f --- /dev/null +++ b/sci-astronomy/casapy-bin/casapy-bin-4.2.0.28322.021_p1.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit versionator + +DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data" +HOMEPAGE="http://casa.nrao.edu/" + +MY_P=$(version_format_string '${PN%-bin}-$1$2.$3.$4-$5-${6#p}-64b') +SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND=" + app-crypt/mit-krb5 + dev-db/sqlite + dev-libs/glib + dev-libs/icu + dev-libs/libxslt + media-libs/alsa-lib + media-libs/fontconfig + media-libs/freetype + media-libs/gst-plugins-base + media-libs/libjpeg-turbo + media-libs/mesa + media-libs/tiff + sci-libs/gsl + sci-libs/pgplot + sys-apps/keyutils + sys-apps/util-linux + sys-devel/gcc[fortran] + virtual/libffi + x11-libs/libdrm + x11-libs/libSM + x11-libs/libXau + x11-libs/libXcursor + x11-libs/libXdmcp + x11-libs/libXi + x11-libs/libXinerama + x11-libs/libXrandr +" + +S="${WORKDIR}/${MY_P}" +QA_PREBUILT="/opt/casapy/* /opt/casapy/sbin/* /opt/casapy/lib64/*" + +src_compile() { :; } + +src_install() { + dodir /opt/ + cp -R "${S}" "${D}/opt/casapy" || die "Could not copy casapy into ${D}/opt" + + dodir /opt/bin + cd "${D}/opt/casapy/bin" + for binary in `ls` + do + dosym ../casapy/$binary /opt/bin/$binary + done +} + +pkg_postinst() { + einfo "CASA will use media-gfx/graphviz if this package is installed." + ewarn "Upstream warns that SElinux must be disabled, set to permissive, or configured to allow execheap." +}