summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-08-05 17:59:37 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-08-05 17:59:37 +0000
commit8b264fb00539d53dce0dfbafe940707522825955 (patch)
tree8044438ff78694c4008d014a5ca0fb2d5f33bbc5 /sci-astronomy
parentLinks with posix threads, fixed for prefix, keyword amd64-linux, x86-linux, r... (diff)
downloadhistorical-8b264fb00539d53dce0dfbafe940707522825955.tar.gz
historical-8b264fb00539d53dce0dfbafe940707522825955.tar.bz2
historical-8b264fb00539d53dce0dfbafe940707522825955.zip
keyword amd64-linux, x86-linux
Package-Manager: portage-2.2.01.20796-prefix/cvs/Linux x86_64
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/gasgano/ChangeLog7
-rw-r--r--sci-astronomy/gasgano/gasgano-2.4.0.ebuild43
-rw-r--r--sci-astronomy/gasgano/gasgano-2.4.3.ebuild4
-rw-r--r--sci-astronomy/kapteyn/ChangeLog6
-rw-r--r--sci-astronomy/kapteyn/kapteyn-2.2.ebuild8
5 files changed, 15 insertions, 53 deletions
diff --git a/sci-astronomy/gasgano/ChangeLog b/sci-astronomy/gasgano/ChangeLog
index e28a95ac602c..524511930b94 100644
--- a/sci-astronomy/gasgano/ChangeLog
+++ b/sci-astronomy/gasgano/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/gasgano
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/ChangeLog,v 1.6 2012/06/04 22:15:20 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/ChangeLog,v 1.7 2012/08/05 17:59:37 bicatali Exp $
+
+ 05 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> -gasgano-2.4.0.ebuild,
+ gasgano-2.4.3.ebuild:
+ keyword amd64-linux, x86-linux
*gasgano-2.4.3 (04 Jun 2012)
@@ -31,4 +35,3 @@
+sci-astronomy/gasgano/files/gasgano-2.2.8_beta1-no-ext.patch,
+sci-astronomy/gasgano/metadata.xml:
Initial import
-
diff --git a/sci-astronomy/gasgano/gasgano-2.4.0.ebuild b/sci-astronomy/gasgano/gasgano-2.4.0.ebuild
deleted file mode 100644
index e4bc0bdb0793..000000000000
--- a/sci-astronomy/gasgano/gasgano-2.4.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/gasgano-2.4.0.ebuild,v 1.2 2012/05/21 20:02:21 ssuominen Exp $
-
-EAPI=3
-inherit eutils java-pkg-2
-
-PDOC=VLT-PRO-ESO-19000-1932-V4
-
-DESCRIPTION="ESO astronomical data file organizer"
-HOMEPAGE="http://www.eso.org/sci/software/gasgano/"
-SRC_URI="ftp://ftp.eso.org/pub/dfs/${PN}/${P}.tar.gz
- doc? ( ${HOMEPAGE}/${PDOC}.pdf )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND=">=virtual/jdk-1.6"
-RDEPEND=">=virtual/jre-1.6
- dev-java/gnu-regexp
- dev-java/junit
- dev-java/jal"
-
-src_prepare() {
- sed -i \
- -e "s:BASE.*=.*:BASE=${EPREFIX}/usr/share/${PN}:" \
- -e "s:/share/:/lib/:g" \
- bin/gasgano || die
-}
-
-src_install() {
- dobin bin/* || die
- java-pkg_dojar share/*.jar
- insinto /usr/share/${PN}
- doins -r config || die
- make_desktop_entry gasgano "Gasgano FITS Organizer"
- if use doc; then
- insinto /usr/share/doc/${PF}
- newins "${DISTDIR}"/${PDOC}.pdf user-manual.pdf
- fi
-}
diff --git a/sci-astronomy/gasgano/gasgano-2.4.3.ebuild b/sci-astronomy/gasgano/gasgano-2.4.3.ebuild
index 3e40557c8582..1682efe912b9 100644
--- a/sci-astronomy/gasgano/gasgano-2.4.3.ebuild
+++ b/sci-astronomy/gasgano/gasgano-2.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/gasgano-2.4.3.ebuild,v 1.1 2012/06/04 22:15:20 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/gasgano-2.4.3.ebuild,v 1.2 2012/08/05 17:59:37 bicatali Exp $
EAPI=4
inherit eutils java-pkg-2
@@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.eso.org/pub/dfs/${PN}/${P}.tar.gz
LICENSE="Apache-1.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc"
DEPEND=">=virtual/jdk-1.6"
diff --git a/sci-astronomy/kapteyn/ChangeLog b/sci-astronomy/kapteyn/ChangeLog
index c05afa645e69..5f2229b6e044 100644
--- a/sci-astronomy/kapteyn/ChangeLog
+++ b/sci-astronomy/kapteyn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-astronomy/kapteyn
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/ChangeLog,v 1.10 2012/04/20 14:45:52 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/ChangeLog,v 1.11 2012/08/05 17:57:22 bicatali Exp $
+
+ 05 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> kapteyn-2.2.ebuild:
+ keyword amd64-linux, x86-linux
20 Apr 2012; Kacper Kowalik <xarthisius@gentoo.org> -kapteyn-2.1.ebuild,
kapteyn-2.2.ebuild:
@@ -47,4 +50,3 @@
13 Jul 2010; Kacper Kowalik <xarthisius@gentoo.org> +kapteyn-1.9.2.ebuild,
+metadata.xml:
Initial import
-
diff --git a/sci-astronomy/kapteyn/kapteyn-2.2.ebuild b/sci-astronomy/kapteyn/kapteyn-2.2.ebuild
index 8e378a69fe38..562581917498 100644
--- a/sci-astronomy/kapteyn/kapteyn-2.2.ebuild
+++ b/sci-astronomy/kapteyn/kapteyn-2.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/kapteyn-2.2.ebuild,v 1.2 2012/04/20 14:45:52 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/kapteyn-2.2.ebuild,v 1.3 2012/08/05 17:57:22 bicatali Exp $
-EAPI="3"
+EAPI=4
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
@@ -16,7 +16,7 @@ SRC_URI="http://www.astro.rug.nl/software/kapteyn/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=">=sci-astronomy/wcslib-4.13.4
@@ -36,5 +36,5 @@ src_prepare() {
src_install() {
distutils_src_install
- dodoc doc/${PN}.pdf || die
+ dodoc doc/${PN}.pdf
}