bicatali    14/03/27 04:48:19

  Modified:             ChangeLog
  Added:                fitsverify-4.17.ebuild
  Removed:              fitsverify-20110304.ebuild
  Log:
  Version bump (now upstream uses real versions)
  
  (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with 
key 0x13CB1360)

Revision  Changes    Path
1.5                  sci-misc/fitsverify/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/fitsverify/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/fitsverify/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/fitsverify/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-misc/fitsverify/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   5 Aug 2012 14:11:38 -0000       1.4
+++ ChangeLog   27 Mar 2014 04:48:19 -0000      1.5
@@ -1,6 +1,12 @@
 # ChangeLog for sci-misc/fitsverify
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/fitsverify/ChangeLog,v 1.4 
2012/08/05 14:11:38 bicatali Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/fitsverify/ChangeLog,v 1.5 
2014/03/27 04:48:19 bicatali Exp $
+
+*fitsverify-4.17 (27 Mar 2014)
+
+  27 Mar 2014; Sébastien Fabbro <[email protected]> +fitsverify-4.17.ebuild,
+  -fitsverify-20110304.ebuild:
+  Version bump (now upstream uses real versions)
 
   05 Aug 2012; Sébastien Fabbro <[email protected]>
   -fitsverify-20100129.ebuild, fitsverify-20110304.ebuild:



1.1                  sci-misc/fitsverify/fitsverify-4.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/fitsverify/fitsverify-4.17.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/fitsverify/fitsverify-4.17.ebuild?rev=1.1&content-type=text/plain

Index: fitsverify-4.17.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-misc/fitsverify/fitsverify-4.17.ebuild,v 
1.1 2014/03/27 04:48:19 bicatali Exp $

EAPI=5
inherit toolchain-funcs

DESCRIPTION="FITS file format checker"
HOMEPAGE="http://heasarc.gsfc.nasa.gov/docs/software/ftools/fitsverify/";
SRC_URI="${HOMEPAGE}/${P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND=">=sci-libs/cfitsio-3:0="
DEPEND="${RDEPEND}
        virtual/pkgconfig"

S="${WORKDIR}/${PN}"

src_compile() {
        $(tc-getCC) -DSTANDALONE ${CFLAGS} ${LDFLAGS} \
                $($(tc-getPKG_CONFIG) --cflags cfitsio) \
                ftverify.c fvrf*.c \
                $($(tc-getPKG_CONFIG) --libs cfitsio) -o ${PN} \
                || die "compiled failed"
}

src_install() {
        dobin fitsverify
        dodoc README
}




Reply via email to