diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-05-31 21:28:03 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-05-31 21:28:03 +0000 |
commit | 7f1f3fcb0dff9b05bc651128ba81716849f983b6 (patch) | |
tree | e3f4af3480d632b0d16d71e9ab13037ac6c69fb6 /sys-devel/bison | |
parent | Version bump. Removed 4.4.3. Marked 4.6.0 stable on x86. (diff) | |
download | gentoo-2-7f1f3fcb0dff9b05bc651128ba81716849f983b6.tar.gz gentoo-2-7f1f3fcb0dff9b05bc651128ba81716849f983b6.tar.bz2 gentoo-2-7f1f3fcb0dff9b05bc651128ba81716849f983b6.zip |
Move sys-devel/m4 from DEPEND to RDEPEND so stage1 builds via catalyst pull it into the stage1root correctly.
(Portage version: 2.1_rc3)
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/bison/bison-2.1.ebuild | 7 | ||||
-rw-r--r-- | sys-devel/bison/bison-2.2.ebuild | 7 | ||||
-rw-r--r-- | sys-devel/bison/files/digest-bison-2.1 | 2 |
4 files changed, 16 insertions, 7 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index 1cf7c2a027a2..533a6659a45d 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/bison # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.52 2006/05/23 06:49:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.53 2006/05/31 21:28:03 kumba Exp $ + + 01 Jun 2006; Joshua Kinard <kumba@gentoo.org> bison-2.1.ebuild, + bison-2.2.ebuild: + Move sys-devel/m4 from DEPEND to RDEPEND so stage1 builds via catalyst pull + it into the stage1root correctly. *bison-2.2 (23 May 2006) diff --git a/sys-devel/bison/bison-2.1.ebuild b/sys-devel/bison/bison-2.1.ebuild index bb57a1de5b95..1eae169872d3 100644 --- a/sys-devel/bison/bison-2.1.ebuild +++ b/sys-devel/bison/bison-2.1.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/sys-devel/bison/bison-2.1.ebuild,v 1.11 2006/04/24 01:06:15 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.1.ebuild,v 1.12 2006/05/31 21:28:03 kumba Exp $ inherit toolchain-funcs flag-o-matic eutils gnuconfig @@ -13,8 +13,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="nls static" -DEPEND="sys-devel/m4 - nls? ( sys-devel/gettext )" +DEPEND="nls? ( sys-devel/gettext )" + +RDEPEND="sys-devel/m4" src_unpack() { unpack ${A} diff --git a/sys-devel/bison/bison-2.2.ebuild b/sys-devel/bison/bison-2.2.ebuild index 1dc0934c8dcb..4859a15faff2 100644 --- a/sys-devel/bison/bison-2.2.ebuild +++ b/sys-devel/bison/bison-2.2.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/sys-devel/bison/bison-2.2.ebuild,v 1.1 2006/05/23 06:49:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.2.ebuild,v 1.2 2006/05/31 21:28:03 kumba Exp $ inherit toolchain-funcs flag-o-matic eutils gnuconfig @@ -13,8 +13,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="nls static" -DEPEND="sys-devel/m4 - nls? ( sys-devel/gettext )" +DEPEND="nls? ( sys-devel/gettext )" + +RDEPEND="sys-devel/m4" src_unpack() { unpack ${A} diff --git a/sys-devel/bison/files/digest-bison-2.1 b/sys-devel/bison/files/digest-bison-2.1 index de411061a568..894a55d2542e 100644 --- a/sys-devel/bison/files/digest-bison-2.1 +++ b/sys-devel/bison/files/digest-bison-2.1 @@ -1 +1,3 @@ MD5 ef3110077462b1140b2ae612626e8486 bison-2.1.tar.bz2 1005925 +RMD160 43967931eb04635547277bbd0152b45414420299 bison-2.1.tar.bz2 1005925 +SHA256 cb960197a77cfe8d36a969daa6eec577e22ca3d8fbae852b2cee5248bf6ae8ec bison-2.1.tar.bz2 1005925 |