From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/missfits/
Date: Sat, 25 Jun 2011 17:22:01 +0000 (UTC) [thread overview]
Message-ID: <c60f700865e16a36b690d5114aae90afc5be9019.jlec@gentoo> (raw)
commit: c60f700865e16a36b690d5114aae90afc5be9019
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 14:21:08 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 14:21:08 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c60f7008
Cleaned ebuild, unused local USE-description: 'plplot'
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-astronomy/missfits/ChangeLog | 6 +++++-
sci-astronomy/missfits/metadata.xml | 7 ++-----
sci-astronomy/missfits/missfits-2.4.0.ebuild | 15 ++++++---------
3 files changed, 13 insertions(+), 15 deletions(-)
diff --git a/sci-astronomy/missfits/ChangeLog b/sci-astronomy/missfits/ChangeLog
index be0a06f..8a7e0eb 100644
--- a/sci-astronomy/missfits/ChangeLog
+++ b/sci-astronomy/missfits/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-astronomy/missfits
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 25 Jun 2011; Justin Lecher <jlec@gentoo.org> missfits-2.4.0.ebuild,
+ metadata.xml:
+ Cleaned ebuild, unused local USE-description: 'plplot'
+
*missfits-2.4.0 (18 Nov 2010)
18 Nov 2010; Sébastien Fabbro <bicatali@gentoo.org> +missfits-2.4.0.ebuild,
diff --git a/sci-astronomy/missfits/metadata.xml b/sci-astronomy/missfits/metadata.xml
index 9abf5c2..e8c0985 100644
--- a/sci-astronomy/missfits/metadata.xml
+++ b/sci-astronomy/missfits/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
MissFITS is a program that performs basic maintenance and packaging
tasks on FITS files using an optimised FITS library. MissFITS can:
* add/edit/remove FITS header keywords
@@ -10,7 +10,4 @@
* unpile/pile FITS data-cubes
* create/check/update FITS checksums, using R. Seaman’s protocol.
</longdescription>
-<use>
- <flag name="plplot">Build with <pkg>sci-libs/plplot</pkg> to allow diagnostic plots during processing</flag>
-</use>
</pkgmetadata>
diff --git a/sci-astronomy/missfits/missfits-2.4.0.ebuild b/sci-astronomy/missfits/missfits-2.4.0.ebuild
index e9adece..cf97ed9 100644
--- a/sci-astronomy/missfits/missfits-2.4.0.ebuild
+++ b/sci-astronomy/missfits/missfits-2.4.0.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/scamp-1.7.0.ebuild,v 1.1 2010/05/03 21:44:04 bicatali Exp $
-EAPI=3
+EAPI=4
+
inherit autotools eutils
DESCRIPTION="Performs basic maintenance and packaging tasks on FITS files"
-HOMEPAGE="http://www.astromatic.net/software/missfits"
+HOMEPAGE="http://www.astromatic.net/software/missfits/"
SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
@@ -14,19 +15,15 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
src_prepare() {
epatch "${FILESDIR}"/${P}-configure.patch
eautoreconf
}
src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog HISTORY README THANKS BUGS
+ default
if use doc; then
insinto /usr/share/doc/${PF}
- doins doc/*.pdf || die "pdf doc install failed"
+ doins doc/*.pdf
fi
}
next reply other threads:[~2011-06-25 17:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-25 17:22 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-22 10:06 [gentoo-commits] proj/sci:master commit in: sci-astronomy/missfits/ Aisha Tammy
2016-03-14 2:17 Christoph Junghans
2014-03-22 9:45 Justin Lecher
2014-03-21 17:10 Sebastien Fabbro
2012-07-09 23:47 Sebastien Fabbro
2011-08-04 21:00 Sebastien Fabbro
2011-06-24 17:09 Justin Lecher
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=c60f700865e16a36b690d5114aae90afc5be9019.jlec@gentoo \
--to=jlec@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