diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-23 12:06:50 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-23 12:06:50 +0000 |
commit | d04c38498330aac1a7f9bff3bd9e8841c8d166e0 (patch) | |
tree | 4b17cddbace946bfc38a097764dc2a58ac67ab8e /sys-devel/cons | |
parent | Blocking sys-devel/cons, bug 248792 (diff) | |
download | gentoo-2-d04c38498330aac1a7f9bff3bd9e8841c8d166e0.tar.gz gentoo-2-d04c38498330aac1a7f9bff3bd9e8841c8d166e0.tar.bz2 gentoo-2-d04c38498330aac1a7f9bff3bd9e8841c8d166e0.zip |
Blocking sci-biology/emboss, bug 248792, some dies added
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'sys-devel/cons')
-rw-r--r-- | sys-devel/cons/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/cons/cons-2.2.0.ebuild | 18 |
2 files changed, 16 insertions, 9 deletions
diff --git a/sys-devel/cons/ChangeLog b/sys-devel/cons/ChangeLog index 68bc0fc6f85c..2ef9b5400b29 100644 --- a/sys-devel/cons/ChangeLog +++ b/sys-devel/cons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/cons -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/cons/ChangeLog,v 1.13 2007/02/27 16:00:08 peper Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/cons/ChangeLog,v 1.14 2010/06/23 12:06:50 jlec Exp $ + + 23 Jun 2010; Justin Lecher <jlec@gentoo.org> cons-2.2.0.ebuild: + Blocking sci-biology/emboss, bug 248792, some dies added 27 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> cons-2.2.0.ebuild: Add ~amd64 wrt bug #168019. diff --git a/sys-devel/cons/cons-2.2.0.ebuild b/sys-devel/cons/cons-2.2.0.ebuild index dd3e53246c3f..9259aa60b5c0 100644 --- a/sys-devel/cons/cons-2.2.0.ebuild +++ b/sys-devel/cons/cons-2.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/cons/cons-2.2.0.ebuild,v 1.14 2007/02/27 16:00:07 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/cons/cons-2.2.0.ebuild,v 1.15 2010/06/23 12:06:50 jlec Exp $ DESCRIPTION="Extensible perl-based build utility" SRC_URI="http://www.dsmit.com/cons/stable/${P}.tgz" @@ -11,12 +11,16 @@ LICENSE="GPL-2" KEYWORDS="alpha ~amd64 ppc ~sparc x86" IUSE="" -DEPEND="dev-lang/perl +DEPEND=" + dev-lang/perl virtual/perl-Digest-MD5" +RDEPEND=" + ${DEPEND} + !sci-biology/emboss" src_install() { - dobin cons - dodoc CHANGES COPYING COPYRIGHT INSTALL MANIFEST README RELEASE TODO - dohtml *.html - doman cons.1.gz + dobin cons || die + dodoc CHANGES INSTALL MANIFEST README RELEASE TODO || die + dohtml *.html || die + doman cons.1.gz || die } |