jlec        15/02/18 08:43:24

  Modified:             ChangeLog
  Added:                htslib-1.2.1.ebuild
  Log:
  Version BUmp, #540352
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.7                  sci-libs/htslib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/htslib/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/htslib/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/htslib/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/htslib/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   6 Jan 2015 12:14:13 -0000       1.6
+++ ChangeLog   18 Feb 2015 08:43:24 -0000      1.7
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/htslib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/htslib/ChangeLog,v 1.6 2015/01/06 
12:14:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/htslib/ChangeLog,v 1.7 2015/02/18 
08:43:24 jlec Exp $
+
+*htslib-1.2.1 (18 Feb 2015)
+
+  18 Feb 2015; Justin Lecher <j...@gentoo.org> +htslib-1.2.1.ebuild:
+  Version BUmp, #540352
 
   06 Jan 2015; Justin Lecher <j...@gentoo.org> htslib-1.1.ebuild:
   Fix broken delete of manpage
@@ -24,4 +29,3 @@
   20 Sep 2014; Justin Lecher <j...@gentoo.org> +htslib-1.0.ebuild,
   +metadata.xml:
   New addition, written by me
-



1.1                  sci-libs/htslib/htslib-1.2.1.ebuild

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

Index: htslib-1.2.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/htslib/htslib-1.2.1.ebuild,v 1.1 
2015/02/18 08:43:24 jlec Exp $

EAPI=5

DESCRIPTION="C library for high-throughput sequencing data formats"
HOMEPAGE="http://www.htslib.org/";
SRC_URI="mirror://sourceforge/samtools/${PV}/${P}.tar.bz2"

SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"

src_install() {
        default
        if ! use static-libs; then
                find "${ED}" -type f -name "*.a" -delete || die
        fi
}




Reply via email to