From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CA8FC138A1A for ; Fri, 9 Jan 2015 17:15:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82D8EE084E; Fri, 9 Jan 2015 17:15:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27CA8E084E for ; Fri, 9 Jan 2015 17:15:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84EF0340554 for ; Fri, 9 Jan 2015 17:15:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CDA7F36B for ; Fri, 9 Jan 2015 17:15:22 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1420823651.319bfe2c5fe2d5ffc011000547a814696300a8ff.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ESTate/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ESTate/ChangeLog sci-biology/ESTate/ESTate-0.5.ebuild X-VCS-Directories: sci-biology/ESTate/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 319bfe2c5fe2d5ffc011000547a814696300a8ff X-VCS-Branch: master Date: Fri, 9 Jan 2015 17:15:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e60a5bb8-7e25-491b-9505-e122dfaa5147 X-Archives-Hash: dbe5b48fc5723a4aeeff2e330a2824ca commit: 319bfe2c5fe2d5ffc011000547a814696300a8ff Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Fri Jan 9 17:14:11 2015 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Jan 9 17:14:11 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=319bfe2c add the PhD thesis itself as documentation Package-Manager: portage-2.2.7 --- sci-biology/ESTate/ChangeLog | 3 +++ sci-biology/ESTate/ESTate-0.5.ebuild | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sci-biology/ESTate/ChangeLog b/sci-biology/ESTate/ChangeLog index 52cfa8c..6ae928b 100644 --- a/sci-biology/ESTate/ChangeLog +++ b/sci-biology/ESTate/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 09 Jan 2015; Martin Mokrejs ESTate-0.5.ebuild: + add the PhD thesis itself as documentation + *ESTate-0.5 (09 Jan 2015) 09 Jan 2015; Martin Mokrejs +ESTate-0.5.ebuild, diff --git a/sci-biology/ESTate/ESTate-0.5.ebuild b/sci-biology/ESTate/ESTate-0.5.ebuild index 5b9f468..989e5f2 100644 --- a/sci-biology/ESTate/ESTate-0.5.ebuild +++ b/sci-biology/ESTate/ESTate-0.5.ebuild @@ -6,7 +6,8 @@ EAPI=5 DESCRIPTION="EST clustering tools (estcluster, usage counter, revcomp and translate)" HOMEPAGE="http://www.ebi.ac.uk/~guy/estate" -SRC_URI="http://www.ebi.ac.uk/~guy/estate/estate.tar.gz" +SRC_URI="http://www.ebi.ac.uk/~guy/estate/estate.tar.gz + http://www.ebi.ac.uk/~guy/estate/thesis.ps.gz" LICENSE="GPL-2" SLOT="0" @@ -28,5 +29,6 @@ src_install(){ insinto /usr/share/ESTate/etc doins etc/ESTaterc dodoc ANNOUNCE.txt README.txt + dodoc "${DISTDIR}"/thesis.ps.gz einfo "Additionally you may want to install sci-biology/wcd which can be used by ESTate" }