diff options
author | Matt Turner <mattst88@gmail.com> | 2008-05-04 18:53:39 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2008-05-04 18:53:39 +0000 |
commit | 4f0d9e47176171f78f766b852074089d7593bc2d (patch) | |
tree | 008571235743e9c0f43eba92ca22e5ba197caa76 /dev-lang | |
parent | 8611b0c466fd6324476de48f32ef8060e9303dd5 (diff) |
more ebuild fixes
git-svn-id: svn://mattst88.com/svn/compaq-c-overlay@16 8c41e67f-757b-4206-be13-12d8f16ad5be
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ccc/ccc-6.5.9.001.ebuild | 11 | ||||
-rw-r--r-- | dev-lang/cxx/cxx-6.5.9.31.ebuild | 17 |
2 files changed, 9 insertions, 19 deletions
diff --git a/dev-lang/ccc/ccc-6.5.9.001.ebuild b/dev-lang/ccc/ccc-6.5.9.001.ebuild index 005b009..de88e57 100644 --- a/dev-lang/ccc/ccc-6.5.9.001.ebuild +++ b/dev-lang/ccc/ccc-6.5.9.001.ebuild @@ -1,9 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001-r3.ebuild,v 1.7 2007/07/02 14:39:33 peper Exp $ -# -# Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org> -# and edited by Aron Griffis <agriffis@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ccc/ccc-6.5.9.001.ebuild,v 1.7 2007/07/02 14:39:33 peper Exp $ inherit eutils rpm @@ -24,11 +21,9 @@ DEPEND="sys-devel/gcc-config app-arch/rpm2targz >=sys-apps/sed-4 >=app-shells/bash-2.05b" -RDEPEND="virtual/libc - dev-libs/libots +RDEPEND="dev-libs/libots >=dev-libs/libcpml-5.2.01" - ccc_release="${PV}-6" src_unpack() { diff --git a/dev-lang/cxx/cxx-6.5.9.31.ebuild b/dev-lang/cxx/cxx-6.5.9.31.ebuild index fffdd01..dbd02bf 100644 --- a/dev-lang/cxx/cxx-6.5.9.31.ebuild +++ b/dev-lang/cxx/cxx-6.5.9.31.ebuild @@ -1,9 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild,v 1.13 2007/12/23 05:59:39 halcy0n Exp $ -# -# Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org> -# and edited by Aron Griffis <agriffis@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31.ebuild,v 1.13 2007/12/23 05:59:39 halcy0n Exp $ inherit eutils rpm @@ -19,15 +16,13 @@ SLOT="0" KEYWORDS="-* ~alpha" RESTRICT="fetch strip mirror" -RDEPEND="virtual/libc - dev-libs/libots - >=dev-libs/libcpml-5.2.01 - dev-lang/ccc" -DEPEND="${RDEPEND} - sys-devel/gcc-config +DEPEND="sys-devel/gcc-config app-arch/rpm2targz >=sys-apps/sed-4 >=app-shells/bash-2.05b" +RDEPEND="dev-libs/libots + >=dev-libs/libcpml-5.2.01 + dev-lang/ccc" cxx_release="${PV}-1" |