diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-12 08:00:40 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-12 08:00:40 +0000 |
commit | 2d4b3a51e5118d14822aef8dbcf280a59c2921a0 (patch) | |
tree | 96aa40e5501ceec1431c240b6658d7d977ca0bda /dev-util/codeblocks | |
parent | Remove unnecessary autotools deps. (diff) | |
download | gentoo-2-2d4b3a51e5118d14822aef8dbcf280a59c2921a0.tar.gz gentoo-2-2d4b3a51e5118d14822aef8dbcf280a59c2921a0.tar.bz2 gentoo-2-2d4b3a51e5118d14822aef8dbcf280a59c2921a0.zip |
Ditto. Remove useless autotools inherit.
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/codeblocks')
-rw-r--r-- | dev-util/codeblocks/codeblocks-1.0_pre20070618.ebuild | 12 | ||||
-rw-r--r-- | dev-util/codeblocks/codeblocks-1.0_pre20071215.ebuild | 9 |
2 files changed, 6 insertions, 15 deletions
diff --git a/dev-util/codeblocks/codeblocks-1.0_pre20070618.ebuild b/dev-util/codeblocks/codeblocks-1.0_pre20070618.ebuild index 228a0645cc93..ce1d9bfe2064 100644 --- a/dev-util/codeblocks/codeblocks-1.0_pre20070618.ebuild +++ b/dev-util/codeblocks/codeblocks-1.0_pre20070618.ebuild @@ -1,13 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-1.0_pre20070618.ebuild,v 1.2 2007/09/22 21:59:21 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-1.0_pre20070618.ebuild,v 1.3 2009/10/12 08:00:40 ssuominen Exp $ -# -# WARNING: -# If you are using gtk2.8 you need to upgrade to wxGTK-2.6.2 -# - -inherit eutils autotools wxwidgets +inherit eutils wxwidgets #needed for wxwidgets.eclass WX_GTK_VER="2.6" @@ -22,7 +17,6 @@ KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="unicode contrib debug" RDEPEND="=x11-libs/wxGTK-${WX_GTK_VER}*" - DEPEND="${RDEPEND} >=sys-devel/autoconf-2.5 >=sys-devel/automake-1.7 diff --git a/dev-util/codeblocks/codeblocks-1.0_pre20071215.ebuild b/dev-util/codeblocks/codeblocks-1.0_pre20071215.ebuild index bb2d0e6547a5..c3a6eb1e6563 100644 --- a/dev-util/codeblocks/codeblocks-1.0_pre20071215.ebuild +++ b/dev-util/codeblocks/codeblocks-1.0_pre20071215.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-1.0_pre20071215.ebuild,v 1.2 2008/01/30 23:39:21 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-1.0_pre20071215.ebuild,v 1.3 2009/10/12 08:00:40 ssuominen Exp $ -#needed for wxwidgets.eclass WX_GTK_VER="2.8" - -inherit eutils autotools wxwidgets +inherit eutils wxwidgets DESCRIPTION="Code::Blocks - a free cross-platform C/C++ IDE" HOMEPAGE="http://www.codeblocks.org/" @@ -17,7 +15,6 @@ KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="contrib debug" RDEPEND="=x11-libs/wxGTK-${WX_GTK_VER}*" - DEPEND="${RDEPEND} >=sys-devel/autoconf-2.5 >=sys-devel/automake-1.7 |