diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-05 20:00:56 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-05 20:00:56 +0000 |
commit | e15868068c641383bfb70725b9083e6f10404d22 (patch) | |
tree | 1ee6ed2a5ab1bd2a826228b74e01c8ec63053f3c /sci-astronomy | |
parent | remove old (diff) | |
download | gentoo-2-e15868068c641383bfb70725b9083e6f10404d22.tar.gz gentoo-2-e15868068c641383bfb70725b9083e6f10404d22.tar.bz2 gentoo-2-e15868068c641383bfb70725b9083e6f10404d22.zip |
switched to EAPI 4 keyword amd64-linux, x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/xfitsview/ChangeLog | 8 | ||||
-rw-r--r-- | sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/sci-astronomy/xfitsview/ChangeLog b/sci-astronomy/xfitsview/ChangeLog index b23ac9c416ca..df749f56108d 100644 --- a/sci-astronomy/xfitsview/ChangeLog +++ b/sci-astronomy/xfitsview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/xfitsview -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/ChangeLog,v 1.7 2011/08/04 18:34:47 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/ChangeLog,v 1.8 2012/08/05 20:00:56 bicatali Exp $ + + 05 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> xfitsview-2.2-r1.ebuild: + switched to EAPI 4 keyword amd64-linux, x86-linux 04 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml: Switched herd to sci-astronomy @@ -35,4 +38,3 @@ +xfitsview-2.1.ebuild: Initial import. Closing bug #92850. Thanks Adam Roben <adam.roben@gmail.com> for work. - diff --git a/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild b/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild index 97bbac7a8d78..32ce72801856 100644 --- a/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild +++ b/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild,v 1.2 2010/10/10 21:14:52 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild,v 1.3 2012/08/05 20:00:56 bicatali Exp $ -EAPI=2 +EAPI=4 inherit eutils MY_PN=XFITSview @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.cv.nrao.edu/fits/os-support/unix/xfitsview/${PN}${PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND=">=x11-libs/openmotif-2.3:0" @@ -28,6 +28,6 @@ src_prepare() { } src_install() { - dobin XFITSview || die - dodoc README changes notes.text || die + dobin XFITSview + dodoc README changes notes.text } |