summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-04-14 14:03:08 +0000
committerJustin Lecher <jlec@gentoo.org>2013-04-14 14:03:08 +0000
commit1de045b77e6f83b2757b04a7535dbebc1652616c (patch)
treeb8a2eed1052e6615b2ac6515eb4c78f58fa6ad97 /sci-biology/stride
parentUpdate STRIDE license (diff)
downloadgentoo-2-1de045b77e6f83b2757b04a7535dbebc1652616c.tar.gz
gentoo-2-1de045b77e6f83b2757b04a7535dbebc1652616c.tar.bz2
gentoo-2-1de045b77e6f83b2757b04a7535dbebc1652616c.zip
sci-biology/stride: Fix license, thanks ulm looking for correct licensing
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-biology/stride')
-rw-r--r--sci-biology/stride/ChangeLog8
-rw-r--r--sci-biology/stride/metadata.xml2
-rw-r--r--sci-biology/stride/stride-20011129-r1.ebuild8
-rw-r--r--sci-biology/stride/stride-20011129.ebuild8
4 files changed, 17 insertions, 9 deletions
diff --git a/sci-biology/stride/ChangeLog b/sci-biology/stride/ChangeLog
index 66eec8579c62..f20be64f2996 100644
--- a/sci-biology/stride/ChangeLog
+++ b/sci-biology/stride/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/stride
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.13 2012/05/08 03:58:13 ottxor Exp $
+# 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 $
+
+ 14 Apr 2013; Justin Lecher <jlec@gentoo.org> stride-20011129.ebuild,
+ stride-20011129-r1.ebuild, metadata.xml:
+ Fix license, thanks ulm looking for correct licensing
08 May 2012; Christoph Junghans <ottxor@gentoo.org>
stride-20011129-r1.ebuild:
diff --git a/sci-biology/stride/metadata.xml b/sci-biology/stride/metadata.xml
index d4648212cbad..f17a827e3101 100644
--- a/sci-biology/stride/metadata.xml
+++ b/sci-biology/stride/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci-biology</herd>
+ <herd>sci-biology</herd>
</pkgmetadata>
diff --git a/sci-biology/stride/stride-20011129-r1.ebuild b/sci-biology/stride/stride-20011129-r1.ebuild
index 6fed1b1f39a3..55b1873f952a 100644
--- a/sci-biology/stride/stride-20011129-r1.ebuild
+++ b/sci-biology/stride/stride-20011129-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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-r1.ebuild,v 1.5 2012/05/08 03:58:13 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129-r1.ebuild,v 1.6 2013/04/14 14:03:08 jlec Exp $
EAPI=4
@@ -12,12 +12,14 @@ 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="as-is"
+LICENSE="STRIDE"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""
S="${WORKDIR}"
+RESTRICT="mirror bindist"
+
src_prepare() {
# this patch updates the source to the most recent
# version which was kindly provided by the author
diff --git a/sci-biology/stride/stride-20011129.ebuild b/sci-biology/stride/stride-20011129.ebuild
index 136c7c1e8c16..5349b7a61fce 100644
--- a/sci-biology/stride/stride-20011129.ebuild
+++ b/sci-biology/stride/stride-20011129.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.8 2011/06/29 05:42:13 jlec Exp $
+# $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
@@ -10,12 +10,14 @@ 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="as-is"
+LICENSE="STRIDE"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
S="${WORKDIR}"
+RESTRICT="mirror bindist"
+
src_unpack() {
unpack ${A}
cd "${S}"