diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-10-14 06:08:08 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-10-14 06:08:08 +0000 |
commit | 9bbebc09e07d2fdd0c4f8c4335805b1816787aad (patch) | |
tree | 54904750675f023ebacca882175c7e088ea1cea7 /sci-biology | |
parent | Version bump. (diff) | |
download | gentoo-2-9bbebc09e07d2fdd0c4f8c4335805b1816787aad.tar.gz gentoo-2-9bbebc09e07d2fdd0c4f8c4335805b1816787aad.tar.bz2 gentoo-2-9bbebc09e07d2fdd0c4f8c4335805b1816787aad.zip |
sci-biology/stride: Put patches in my devspace, #525346
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/stride/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/stride/stride-20011129-r1.ebuild | 11 | ||||
-rw-r--r-- | sci-biology/stride/stride-20011129.ebuild | 36 |
3 files changed, 12 insertions, 43 deletions
diff --git a/sci-biology/stride/ChangeLog b/sci-biology/stride/ChangeLog index f20be64f2996..aad0090466e7 100644 --- a/sci-biology/stride/ChangeLog +++ b/sci-biology/stride/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/stride -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.14 2013/04/14 14:03:08 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.15 2014/10/14 06:08:08 jlec Exp $ + + 14 Oct 2014; Justin Lecher <jlec@gentoo.org> -stride-20011129.ebuild, + stride-20011129-r1.ebuild: + Put patches in my devspace, #525346 14 Apr 2013; Justin Lecher <jlec@gentoo.org> stride-20011129.ebuild, stride-20011129-r1.ebuild, metadata.xml: diff --git a/sci-biology/stride/stride-20011129-r1.ebuild b/sci-biology/stride/stride-20011129-r1.ebuild index 55b1873f952a..76289ef447bf 100644 --- a/sci-biology/stride/stride-20011129-r1.ebuild +++ b/sci-biology/stride/stride-20011129-r1.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v 1.6 2013/04/14 14:03:08 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v 1.7 2014/10/14 06:08:08 jlec Exp $ -EAPI=4 +EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Protein secondary structure assignment from atomic coordinates" HOMEPAGE="http://webclu.bio.wzw.tum.de/stride/" -SRC_URI="ftp://ftp.ebi.ac.uk/pub/software/unix/${PN}/src/${PN}.tar.gz - mirror://gentoo/${PN}-20060723-update.patch.bz2" +SRC_URI=" + ftp://ftp.ebi.ac.uk/pub/software/unix/${PN}/src/${PN}.tar.gz + http://dev.gentoo.org/~jlec/${PN}-20060723-update.patch.bz2" SLOT="0" LICENSE="STRIDE" diff --git a/sci-biology/stride/stride-20011129.ebuild b/sci-biology/stride/stride-20011129.ebuild deleted file mode 100644 index 5349b7a61fce..000000000000 --- a/sci-biology/stride/stride-20011129.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129.ebuild,v 1.9 2013/04/14 14:03:08 jlec Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Protein secondary structure assignment from atomic coordinates" -HOMEPAGE="http://webclu.bio.wzw.tum.de/stride/" -SRC_URI="ftp://ftp.ebi.ac.uk/pub/software/unix/${PN}/src/${PN}.tar.gz - mirror://gentoo/${PN}-20060723-update.patch.bz2" - -SLOT="0" -LICENSE="STRIDE" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -S="${WORKDIR}" - -RESTRICT="mirror bindist" - -src_unpack() { - unpack ${A} - cd "${S}" - - # this patch updates the source to the most recent - # version which was kindly provided by the author - epatch "${DISTDIR}/${PN}-20060723-update.patch.bz2" - - # fix makefile - sed -e "/^CC/s|gcc -g|$(tc-getCC) ${CFLAGS}|" -i Makefile || \ - die "Failed to fix Makefile" -} - -src_install() { - dobin ${PN} || die "Failed to install stride binary" -} |