aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-02-28 20:44:33 +0000
committerJustin Lecher <jlec@gentoo.org>2017-02-28 20:55:04 +0000
commitf01266be8d8e36de777641e40acf2706f315374c (patch)
tree026594f8f3676d58eab39c3e332003a8bc594594 /sci-astronomy/topcat
parentdev-libs/simclist: QA fixes (diff)
downloadsci-f01266be8d8e36de777641e40acf2706f315374c.tar.gz
sci-f01266be8d8e36de777641e40acf2706f315374c.tar.bz2
sci-f01266be8d8e36de777641e40acf2706f315374c.zip
sci-astronomy/topcat: Bump to EAPI=6
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-astronomy/topcat')
-rw-r--r--sci-astronomy/topcat/metadata.xml10
-rw-r--r--sci-astronomy/topcat/topcat-4.0.1.ebuild5
2 files changed, 8 insertions, 7 deletions
diff --git a/sci-astronomy/topcat/metadata.xml b/sci-astronomy/topcat/metadata.xml
index 70a38f517..4cf0383c9 100644
--- a/sci-astronomy/topcat/metadata.xml
+++ b/sci-astronomy/topcat/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>sci-astronomy@gentoo.org</email>
- <name>Gentoo Astronomy Project</name>
-</maintainer>
-<longdescription lang="en">
+ <maintainer type="project">
+ <email>sci-astronomy@gentoo.org</email>
+ <name>Gentoo Astronomy Project</name>
+ </maintainer>
+ <longdescription lang="en">
Tool for OPerations on Catalogues And Tables is an interactive
graphical viewer and editor for tabular data. Its aim is to provide
most of the facilities that astronomers need for analysis and
diff --git a/sci-astronomy/topcat/topcat-4.0.1.ebuild b/sci-astronomy/topcat/topcat-4.0.1.ebuild
index ede1f7e98..67f192b9a 100644
--- a/sci-astronomy/topcat/topcat-4.0.1.ebuild
+++ b/sci-astronomy/topcat/topcat-4.0.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit java-pkg-2 versionator
MYPV=$(replace_version_separator 2 '-')
@@ -9,7 +9,8 @@ MYPV=$(replace_version_separator 2 '-')
DESCRIPTION="Interactive graphical viewer and editor for astronomical tables"
HOMEPAGE="http://www.star.bris.ac.uk/~mbt/topcat/"
SRC_COM="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${MYPV}"
-SRC_URI="${SRC_COM}/${PN}-lite.jar -> ${P}-lite.jar
+SRC_URI="
+ ${SRC_COM}/${PN}-lite.jar -> ${P}-lite.jar
!minimal? ( ${SRC_COM}/${PN}-full.jar -> ${P}-full.jar )"
LICENSE="GPL-2"