public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/xephem/
Date: Sun, 29 Jan 2017 22:51:44 +0000 (UTC)	[thread overview]
Message-ID: <1485730274.55a94ffa3f8e40cf9b9c77d0c8dd6c5d6b85911a.soap@gentoo> (raw)

commit:     55a94ffa3f8e40cf9b9c77d0c8dd6c5d6b85911a
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sun Jan 29 09:55:09 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 22:51:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a94ffa

sci-astronomy/xephem: Removing EAPI 4 ebuild

Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/3712

 sci-astronomy/xephem/Manifest            |  1 -
 sci-astronomy/xephem/xephem-3.7.5.ebuild | 68 --------------------------------
 2 files changed, 69 deletions(-)

diff --git a/sci-astronomy/xephem/Manifest b/sci-astronomy/xephem/Manifest
index 22e06f8..b091c7e 100644
--- a/sci-astronomy/xephem/Manifest
+++ b/sci-astronomy/xephem/Manifest
@@ -1,3 +1,2 @@
-DIST xephem-3.7.5.tar.gz 18908521 SHA256 edda7975bb690f74b1853d2729de2b0f4ada69fb37a08117ace7a22c23ee7d1a SHA512 58cd75e4cf8b541d818631e50453f14275cf81ca3349c442ac62eb7fa15509d3d2d57f88420f866312e41ecfd333c8aeeade7656a84e6e527811f98a26b8588d WHIRLPOOL 6d97bf755cc5e98909aa66c1a0ae942f32dd74541ef6e7c03d7c76214462a10929935a38a5a7c468e28ba315f019d9a0489e345f95ee547238d2250fdc9f8005
 DIST xephem-3.7.6.tar.gz 17975496 SHA256 2080b628d80d52d9ff7148787e3093eb56f21fef5fba404f123b6198b2d64d05 SHA512 96d77852045e3d3cb996de5884a9272b2f3157216816acf3ad05a0bc60f20673fccc0f1efd54443cf7c38d0aaa86da1cf3f11989c2e37e26feb0cbd78855c84f WHIRLPOOL 94bba9595863cc30f5a058ea72dc4d4824d62355ce0bfef05c63a741667c064febb26bc4da884d7cc15ee04b74cf402031efbdbae844c458acc1c8cb0ec2a91a
 DIST xephem-3.7.7.tar.gz 18128523 SHA256 d1f8e17cfc5d2e3af5fd5a8bcf34bbf99a79d40f66326c098a819f82af62b4b7 SHA512 d9cfecf0ce8aa495f66fcf6772ca7df0638cef8b9f18d9d6cbf013846a7575786ae9b5c515abc2058783baa7610320c893ddbc6f68bae28c65661a1c73b88634 WHIRLPOOL 1986700ee6207b4a68ea8e5acb3c37f45286b48c5ed392934eb0b9beb2f9e733c2e995fc367da1f4079b7b48d9d92e2e5400658b9ed36cbf3961969f26e6013c

diff --git a/sci-astronomy/xephem/xephem-3.7.5.ebuild b/sci-astronomy/xephem/xephem-3.7.5.ebuild
deleted file mode 100644
index 0864135..00000000
--- a/sci-astronomy/xephem/xephem-3.7.5.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-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 ~amd64-linux ~x86-linux"
-IUSE=""
-SLOT=0
-LICENSE="XEphem"
-
-DEPEND=">=x11-libs/motif-2.3:0
-	virtual/jpeg
-	media-libs/libpng"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	# make sure we use system libs and respect user flags
-	epatch \
-		"${FILESDIR}"/${PN}-3.7.4-libs-flags.patch \
-		"${FILESDIR}"/${PN}-3.7.4-overflows.patch \
-		"${FILESDIR}"/${P}-respect-flags.patch
-}
-
-src_compile() {
-	tc-export CC AR RANLIB
-	cd GUI/xephem || die
-	emake
-	local i
-	for i in tools/{lx200xed,xedb,xephemdbd}; do
-		emake -C ${i}
-	done
-}
-
-src_install() {
-	cd GUI/xephem
-	dobin xephem
-	doman xephem.1
-	newicon XEphem.png ${PN}.png
-	insinto /usr/share/${PN}
-	doins -r auxil catalogs fifos fits gallery lo
-	dohtml -r help/*
-	cd tools || die
-	dobin lx200xed/lx200xed xedb/xedb xephemdbd/xephemdbd
-	for file in {xedb,lx200xed}/README; do
-		newdoc ${file} README.$(dirname ${file})
-	done
-	cd xephemdbd || die
-	insinto /usr/share/doc/${PF}/xephemdbd
-	doins README cgi-lib.pl start-xephemdbd.pl xephemdbd.html xephemdbd.pl
-	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
-	echo > 99xephem "XEHELPURL=/usr/share/doc/${PF}/html/xephem.html"
-	doenvd 99xephem
-	dodoc Copyright README
-	make_desktop_entry xephem XEphem ${PN}
-}
-
-pkg_postinst() {
-	elog "See ${EROOT}/usr/share/doc/${PF}/xephemdbd/README to set up a web interface"
-}


             reply	other threads:[~2017-01-29 22:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-29 22:51 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-26 11:17 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/xephem/ Jakov Smolić
2022-05-26 11:17 Jakov Smolić
2022-05-26 11:16 Jakov Smolić
2022-05-26 11:16 Jakov Smolić
2022-02-13 21:08 Conrad Kostecki
2021-12-31 18:03 Arthur Zamarin
2021-12-31 17:52 Arthur Zamarin
2021-12-17 18:30 Jakov Smolić
2021-12-17 18:30 Jakov Smolić
2019-10-11 15:37 Michał Górny
2016-12-21 10:27 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1485730274.55a94ffa3f8e40cf9b9c77d0c8dd6c5d6b85911a.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox