diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-05 14:59:38 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-05 14:59:38 +0000 |
commit | a799d3b40aae00827a1f5f599d11e6aaac5ce2b4 (patch) | |
tree | f9a26b83dcdcbbc4d6efa43cf7105f5742fa83f0 /sci-astronomy | |
parent | Force depend on lua < 5.2 (bug #407093, thanks Nils Larsson) (diff) | |
download | gentoo-2-a799d3b40aae00827a1f5f599d11e6aaac5ce2b4.tar.gz gentoo-2-a799d3b40aae00827a1f5f599d11e6aaac5ce2b4.tar.bz2 gentoo-2-a799d3b40aae00827a1f5f599d11e6aaac5ce2b4.zip |
keyword amd64-linux, x86-linux, removed old
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/xephem/ChangeLog | 9 | ||||
-rw-r--r-- | sci-astronomy/xephem/xephem-3.7.4-r1.ebuild | 75 | ||||
-rw-r--r-- | sci-astronomy/xephem/xephem-3.7.5.ebuild | 6 |
3 files changed, 9 insertions, 81 deletions
diff --git a/sci-astronomy/xephem/ChangeLog b/sci-astronomy/xephem/ChangeLog index 5b3290bbc11e..f7ecf04333e2 100644 --- a/sci-astronomy/xephem/ChangeLog +++ b/sci-astronomy/xephem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/xephem -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/ChangeLog,v 1.37 2011/08/04 18:34:32 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/ChangeLog,v 1.38 2012/08/05 14:59:38 bicatali Exp $ + + 05 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> -xephem-3.7.4-r1.ebuild, + xephem-3.7.5.ebuild: + keyword amd64-linux, x86-linux, removed old 04 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml: Switched herd to sci-astronomy @@ -216,4 +220,3 @@ comments should well explained and written in clean English. The details about writing correct changelogs are explained in the skel.ChangeLog file which you can find in the root directory of the portage repository. - diff --git a/sci-astronomy/xephem/xephem-3.7.4-r1.ebuild b/sci-astronomy/xephem/xephem-3.7.4-r1.ebuild deleted file mode 100644 index 1e3e170185d8..000000000000 --- a/sci-astronomy/xephem/xephem-3.7.4-r1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.4-r1.ebuild,v 1.2 2010/11/08 17:10:14 xarthisius Exp $ - -EAPI=2 -inherit eutils toolchain-funcs - -DESCRIPTION="Interactive tool for astronomical ephemeris and sky simulation" -HOMEPAGE="http://www.clearskyinstitute.com/xephem" -SRC_URI="http://97.74.56.125/free/${P}.tar.gz" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="" -SLOT=0 -LICENSE="as-is" - -DEPEND=">=x11-libs/openmotif-2.3:0 - virtual/jpeg - media-libs/libpng" -RDEPEND="${DEPEND}" - -pkg_setup() { - tc-export CC -} - -src_prepare() { - # make sure we use system libs and respect user flags - epatch "${FILESDIR}"/${P}-libs-flags.patch \ - "${FILESDIR}"/${P}-overflows.patch -} - -src_compile() { - cd GUI/xephem - emake || die "emake failed" - for i in tools/{lx200xed,xedb,xephemdbd}; do - emake -C ${i} || die "emake ${i} failed" - done -} - -src_install() { - into "/usr" - cd "${S}"/GUI/xephem - dobin xephem || die "dobin xephem failed" - doman xephem.1 || die - newicon XEphem.png ${PN}.png - insinto /usr/share/${PN} - for i in auxil catalogs fifos fits gallery lo; do - doins -r ${i} || die - done - insinto /usr/share/doc/${PF}/html - doins -r help/* || die - cd tools - for file in lx200xed/lx200xed xedb/xedb xephemdbd/xephemdbd; do - dobin ${file} || die "dobin ${file} failed" - done - for file in {xedb,lx200xed}/README; do - newdoc ${file} README.$(dirname ${file}) || die "newdoc ${file} failed" - done - cd xephemdbd - insinto /usr/share/doc/${PF}/xephemdbd - doins README cgi-lib.pl start-xephemdbd.pl xephemdbd.html xephemdbd.pl || die - - cd "${S}" - echo > XEphem "XEphem.ShareDir: /usr/share/${PN}" - insinto /usr/share/X11/app-defaults - has_version '<x11-base/xorg-x11-7.0' && insinto /etc/X11/app-defaults - doins XEphem || die - echo > 99xephem "XEHELPURL=/usr/share/doc/${PF}/html/xephem.html" - doenvd 99xephem || die - dodoc Copyright README - make_desktop_entry xephem XEphem ${PN} -} - -pkg_postinst() { - elog "See /usr/share/doc/${PF}/xephemdbd/README to set up a web interface" -} diff --git a/sci-astronomy/xephem/xephem-3.7.5.ebuild b/sci-astronomy/xephem/xephem-3.7.5.ebuild index 655f99bb3a76..6476ce1ac2d8 100644 --- a/sci-astronomy/xephem/xephem-3.7.5.ebuild +++ b/sci-astronomy/xephem/xephem-3.7.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 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/xephem/xephem-3.7.5.ebuild,v 1.1 2011/07/29 15:09:17 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.5.ebuild,v 1.2 2012/08/05 14:59:38 bicatali Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs DESCRIPTION="Interactive tool for astronomical ephemeris and sky simulation" HOMEPAGE="http://www.clearskyinstitute.com/xephem" SRC_URI="http://97.74.56.125/free/${P}.tar.gz" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" SLOT=0 LICENSE="as-is" |