summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kislyuk <weaver@gentoo.org>2009-09-19 23:25:41 +0000
committerAndrey Kislyuk <weaver@gentoo.org>2009-09-19 23:25:41 +0000
commit106c00e35967b5b1448bc325f2ccf40897c90723 (patch)
tree8cbd62343b86cb1336758320f9d5d2df5c6a686a /sci-biology/velvet
parentx11-apps/xdm: bump to 1.1.9 (diff)
downloadgentoo-2-106c00e35967b5b1448bc325f2ccf40897c90723.tar.gz
gentoo-2-106c00e35967b5b1448bc325f2ccf40897c90723.tar.bz2
gentoo-2-106c00e35967b5b1448bc325f2ccf40897c90723.zip
Version bump, drop old
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/velvet')
-rw-r--r--sci-biology/velvet/ChangeLog8
-rw-r--r--sci-biology/velvet/velvet-0.7.55.ebuild (renamed from sci-biology/velvet/velvet-0.7.47.ebuild)9
2 files changed, 12 insertions, 5 deletions
diff --git a/sci-biology/velvet/ChangeLog b/sci-biology/velvet/ChangeLog
index f5dc38578daa..690e843005b0 100644
--- a/sci-biology/velvet/ChangeLog
+++ b/sci-biology/velvet/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-biology/velvet
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/velvet/ChangeLog,v 1.5 2009/08/20 15:18:27 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/velvet/ChangeLog,v 1.6 2009/09/19 23:25:41 weaver Exp $
+
+*velvet-0.7.55 (19 Sep 2009)
+
+ 19 Sep 2009; Andrey Kislyuk <weaver@gentoo.org> -velvet-0.7.47.ebuild,
+ +velvet-0.7.55.ebuild:
+ Version bump, drop old
*velvet-0.7.50 (20 Aug 2009)
diff --git a/sci-biology/velvet/velvet-0.7.47.ebuild b/sci-biology/velvet/velvet-0.7.55.ebuild
index 76b88bde25c1..ed683d3562ff 100644
--- a/sci-biology/velvet/velvet-0.7.47.ebuild
+++ b/sci-biology/velvet/velvet-0.7.55.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/velvet/velvet-0.7.47.ebuild,v 1.1 2009/07/27 20:30:59 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/velvet/velvet-0.7.55.ebuild,v 1.1 2009/09/19 23:25:41 weaver Exp $
EAPI="2"
@@ -12,11 +12,11 @@ SRC_URI="http://www.ebi.ac.uk/~zerbino/velvet/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-IUSE=""
+IUSE="-doc"
KEYWORDS="~amd64 ~x86"
-DEPEND=""
-RDEPEND="${DEPEND}"
+DEPEND="doc? ( virtual/latex-base )"
+RDEPEND=""
S="${WORKDIR}/${MY_P}"
@@ -26,6 +26,7 @@ src_prepare() {
-e '1 a CFLAGS+= -Wall' -e '1 a LDFLAGS+= -lm -lz' \
-e '/default :/ s/zlib//' -e '/color :/ s/zlib//' \
"${S}"/Makefile || die
+ use doc || sed -i -e '/default :/ s/doc//' "${S}"/Makefile || die
sed -i -e '/zlib.h/d' -e '1 i #include <zlib.h>' "${S}"/src/readSet.c || die
}