summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-12-11 06:18:35 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-12-11 06:18:35 +0000
commit97408d5b97994fcc2234dbb3a7834e2006c1d18b (patch)
treee35c989f037f40390570c5b14f380d0d0e61273b /sci-chemistry
parentAdded doc use flag for generating gtk-doc stuff, see bug #86483. Added python... (diff)
downloadgentoo-2-97408d5b97994fcc2234dbb3a7834e2006c1d18b.tar.gz
gentoo-2-97408d5b97994fcc2234dbb3a7834e2006c1d18b.tar.bz2
gentoo-2-97408d5b97994fcc2234dbb3a7834e2006c1d18b.zip
License is more accurately the generic BSD than the specific Intel (although perhaps that shouldn't even exist); also add reference for citation (Arun S. Konagurthu).
(Portage version: 2.1.2_rc3-r1)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/mustang/ChangeLog7
-rw-r--r--sci-chemistry/mustang/mustang-3.ebuild10
2 files changed, 14 insertions, 3 deletions
diff --git a/sci-chemistry/mustang/ChangeLog b/sci-chemistry/mustang/ChangeLog
index e171ea4fbdd8..c09c087466e3 100644
--- a/sci-chemistry/mustang/ChangeLog
+++ b/sci-chemistry/mustang/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-chemistry/mustang
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.1 2006/10/21 06:22:19 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.2 2006/12/11 06:18:35 dberkholz Exp $
+
+ 11 Dec 2006; Donnie Berkholz <dberkholz@gentoo.org>; mustang-3.ebuild:
+ License is more accurately the generic BSD than the specific Intel (although
+ perhaps that shouldn't even exist); also add reference for citation (Arun S.
+ Konagurthu).
*mustang-3 (21 Oct 2006)
diff --git a/sci-chemistry/mustang/mustang-3.ebuild b/sci-chemistry/mustang/mustang-3.ebuild
index 1db8e85dbed1..3ffc8f0dfb76 100644
--- a/sci-chemistry/mustang/mustang-3.ebuild
+++ b/sci-chemistry/mustang/mustang-3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.ebuild,v 1.1 2006/10/21 06:22:19 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.ebuild,v 1.2 2006/12/11 06:18:35 dberkholz Exp $
inherit toolchain-funcs
@@ -10,7 +10,7 @@ MY_P="${MY_PN}_v.${PV}"
DESCRIPTION="MUltiple STructural AligNment AlGorithm."
HOMEPAGE="http://www.cs.mu.oz.au/~arun/mustang/"
SRC_URI="${HOMEPAGE}${SRC_P}.tgz"
-LICENSE="Intel"
+LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
@@ -34,3 +34,9 @@ src_install() {
newbin bin/MUSTANG_v.3 mustang
dodoc README.txt
}
+
+pkg_postinst() {
+ elog "If you use this program for an academic paper, please cite:"
+ elog "Arun S. Konagurthu, James C. Whisstock, Peter J. Stuckey, and Arthur M. Lesk"
+ elog "Proteins: Structure, Function, and Bioinformatics. 64(3):559-574, Aug. 2006"
+}