public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/missfits/
Date: Mon,  9 Jul 2012 23:47:21 +0000 (UTC)	[thread overview]
Message-ID: <1341877138.f4a161d89a4728d564f3bbad38752ce7f882ca6b.bicatali@gentoo> (raw)

commit:     f4a161d89a4728d564f3bbad38752ce7f882ca6b
Author:     Sebastien Fabbro <sfabbro <AT> uvic <DOT> ca>
AuthorDate: Mon Jul  9 23:38:58 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jul  9 23:38:58 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f4a161d8

sci-astronomy/missfits: live version, prefix keywording

---
 sci-astronomy/missfits/ChangeLog             |    9 ++++++-
 sci-astronomy/missfits/metadata.xml          |    4 +-
 sci-astronomy/missfits/missfits-2.4.0.ebuild |   12 ++++----
 sci-astronomy/missfits/missfits-9999.ebuild  |   36 ++++++++++++++++++++++++++
 4 files changed, 52 insertions(+), 9 deletions(-)

diff --git a/sci-astronomy/missfits/ChangeLog b/sci-astronomy/missfits/ChangeLog
index 255e574..b1cba2a 100644
--- a/sci-astronomy/missfits/ChangeLog
+++ b/sci-astronomy/missfits/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for sci-astronomy/missfits
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*missfits-9999 (09 Jul 2012)
+
+  09 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> missfits-2.4.0.ebuild,
+  +missfits-9999.ebuild, metadata.xml:
+  Added live version, fixed for respecting flags, keyword amd64-linux,
+  x86-linux
+
   04 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
   Switched herd to sci-astronomy
 

diff --git a/sci-astronomy/missfits/metadata.xml b/sci-astronomy/missfits/metadata.xml
index 15e9db4..9a5c67d 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-astronomy</herd>
-	<longdescription lang="en">
+<herd>sci-astronomy</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

diff --git a/sci-astronomy/missfits/missfits-2.4.0.ebuild b/sci-astronomy/missfits/missfits-2.4.0.ebuild
index cf97ed9..12675d2 100644
--- a/sci-astronomy/missfits/missfits-2.4.0.ebuild
+++ b/sci-astronomy/missfits/missfits-2.4.0.ebuild
@@ -1,4 +1,4 @@
-# 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/scamp/scamp-1.7.0.ebuild,v 1.1 2010/05/03 21:44:04 bicatali Exp $
 
@@ -12,9 +12,12 @@ SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-configure.patch
 	eautoreconf
@@ -22,8 +25,5 @@ src_prepare() {
 
 src_install () {
 	default
-	if use doc; then
-		insinto /usr/share/doc/${PF}
-		doins doc/*.pdf
-	fi
+	use doc && dodoc doc/*.pdf
 }

diff --git a/sci-astronomy/missfits/missfits-9999.ebuild b/sci-astronomy/missfits/missfits-9999.ebuild
new file mode 100644
index 0000000..75d6d6f
--- /dev/null
+++ b/sci-astronomy/missfits/missfits-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+if [[ ${PV} == "9999" ]] ; then
+	_SVN=subversion
+	ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk"
+	SRC_URI=""
+	KEYWORDS=""
+else
+	SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+inherit ${_SVN} autotools
+
+DESCRIPTION="Performs basic maintenance and packaging tasks on FITS files"
+HOMEPAGE="http://www.astromatic.net/software/missfits/"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="doc"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	eautoreconf
+}
+
+src_install () {
+	default
+	use doc && dodoc doc/*
+}



             reply	other threads:[~2012-07-09 23:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-09 23:47 Sebastien Fabbro [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
2011-08-04 21:00 Sebastien Fabbro
2011-06-25 17:22 Justin Lecher
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=1341877138.f4a161d89a4728d564f3bbad38752ce7f882ca6b.bicatali@gentoo \
    --to=bicatali@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