jlec        15/03/28 17:44:56

  Modified:             ChangeLog
  Added:                clustal-omega-1.2.1.ebuild
  Removed:              clustal-omega-1.0.3.ebuild
                        clustal-omega-1.1.0.ebuild
  Log:
  Version BUmp; drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.5                  sci-biology/clustal-omega/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/clustal-omega/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   6 Jan 2014 10:17:06 -0000       1.4
+++ ChangeLog   28 Mar 2015 17:44:56 -0000      1.5
@@ -1,6 +1,12 @@
 # ChangeLog for sci-biology/clustal-omega
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustal-omega/ChangeLog,v 1.4 
2014/01/06 10:17:06 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustal-omega/ChangeLog,v 1.5 
2015/03/28 17:44:56 jlec Exp $
+
+*clustal-omega-1.2.1 (28 Mar 2015)
+
+  28 Mar 2015; Justin Lecher <[email protected]> +clustal-omega-1.2.1.ebuild,
+  -clustal-omega-1.0.3.ebuild, -clustal-omega-1.1.0.ebuild:
+  Version BUmp; drop old
 
 *clustal-omega-1.2.0 (06 Jan 2014)
 
@@ -20,4 +26,3 @@
   25 Sep 2011; Andrey Kislyuk <[email protected]>
   +clustal-omega-1.0.3.ebuild, +metadata.xml:
   New package, ebuild written by me
-



1.1                  sci-biology/clustal-omega/clustal-omega-1.2.1.ebuild

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

Index: clustal-omega-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-biology/clustal-omega/clustal-omega-1.2.1.ebuild,v 
1.1 2015/03/28 17:44:56 jlec Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=true

inherit autotools-utils

DESCRIPTION="Scalable multiple alignment of protein sequences"
HOMEPAGE="http://www.clustal.org/omega/";
SRC_URI="http://www.clustal.org/omega/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"

DEPEND="dev-libs/argtable"
RDEPEND="${DEPEND}"

AUTOTOOLS_IN_SOURCE_BUILD=1

src_prepare() {
        sed \
                -e "s:-O3::g" \
                -i configure.ac || die
        autotools-utils_src_prepare
}

src_install() {
        autotools-utils_src_install
        if ! use static-libs; then
                rm -f "${ED}"/usr/$(get_libdir)/*.a || die
                rm -fr "${ED}"/usr/$(get_libdir)/pkgconfig || die
        fi
}




Reply via email to