commit: 0a017f65453a6183ac6b8ffbbc51ea4cab3951ab Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sat Jan 10 14:26:05 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 14:26:05 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0a017f65
sci-biology/ePCR: Fix license Package-Manager: portage-2.2.15 --- sci-biology/ePCR/ChangeLog | 7 +++++++ sci-biology/ePCR/ePCR-2.3.12.ebuild | 14 +++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/sci-biology/ePCR/ChangeLog b/sci-biology/ePCR/ChangeLog new file mode 100644 index 0000000..a7a7a0c --- /dev/null +++ b/sci-biology/ePCR/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for sci-biology/ePCR +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 10 Jan 2015; Justin Lecher <[email protected]> ePCR-2.3.12.ebuild: + Fix license + diff --git a/sci-biology/ePCR/ePCR-2.3.12.ebuild b/sci-biology/ePCR/ePCR-2.3.12.ebuild index bb82fa3..58fb664 100644 --- a/sci-biology/ePCR/ePCR-2.3.12.ebuild +++ b/sci-biology/ePCR/ePCR-2.3.12.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=5 inherit eutils -DESCRIPTION="Search for sub-sequences matching PCR primers with correct order, orientation, and spacing" -HOMEPAGE="http://www.ncbi.nlm.nih.gov/projects/e-pcr/" +DESCRIPTION="Search for sub-sequences matching PCR primers" +HOMEPAGE="http://www.ncbi.nlm.nih.gov/tools/epcr/" SRC_URI="ftp://ftp.ncbi.nlm.nih.gov/pub/schuler/e-PCR/e-PCR-"${PV}"-src.tar.gz" -LICENSE="" +LICENSE="public-domain" SLOT="0" KEYWORDS="" IUSE="" @@ -21,11 +21,11 @@ RDEPEND="${DEPEND}" S=${WORKDIR}"/e-PCR-"${PV} src_prepare(){ - epatch ${FILESDIR}"/config.mk.patch" + epatch "${FILESDIR}"/config.mk.patch } src_compile(){ - make -j1 srcdir=${S} objdir=${S} || die "make -j1 failed" + emake -j1 srcdir="${S}" objdir="${S}" } src_install(){
