diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2011-07-12 00:03:51 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2011-07-12 00:03:51 +0000 |
commit | f222b502e2d198c380ab61394a4476ae5178b956 (patch) | |
tree | d45e456b6f27f3122ac83dea2202ce76a5a538ce /dev-util/codeblocks | |
parent | Mention mail client alternatives (bug #331947). (diff) | |
download | gentoo-2-f222b502e2d198c380ab61394a4476ae5178b956.tar.gz gentoo-2-f222b502e2d198c380ab61394a4476ae5178b956.tar.bz2 gentoo-2-f222b502e2d198c380ab61394a4476ae5178b956.zip |
Add dependency on libgamin (bug #366827 by Sven Eden). Explicitly call
subversion_src_unpack because eclass auto-exports suck (bug #374557 by
Geraint Yang).
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/codeblocks')
-rw-r--r-- | dev-util/codeblocks/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/codeblocks/codeblocks-9999.ebuild | 9 |
2 files changed, 13 insertions, 3 deletions
diff --git a/dev-util/codeblocks/ChangeLog b/dev-util/codeblocks/ChangeLog index 99fd11cdbcee..8f7f0381855f 100644 --- a/dev-util/codeblocks/ChangeLog +++ b/dev-util/codeblocks/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/codeblocks # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.20 2011/03/08 02:46:57 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.21 2011/07/12 00:03:51 dirtyepic Exp $ + + 12 Jul 2011; Ryan Hill <dirtyepic@gentoo.org> codeblocks-9999.ebuild: + Add dependency on libgamin (bug #366827 by Sven Eden). Explicitly call + subversion_src_unpack because eclass auto-exports suck (bug #374557 by + Geraint Yang). 08 Mar 2011; Ryan Hill <dirtyepic@gentoo.org> -codeblocks-8.02-r1.ebuild: Remove old. diff --git a/dev-util/codeblocks/codeblocks-9999.ebuild b/dev-util/codeblocks/codeblocks-9999.ebuild index ec30b19c72c7..1fe60616015b 100644 --- a/dev-util/codeblocks/codeblocks-9999.ebuild +++ b/dev-util/codeblocks/codeblocks-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild,v 1.1 2010/07/02 23:23:04 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild,v 1.2 2011/07/12 00:03:51 dirtyepic Exp $ EAPI="2" WX_GTK_VER="2.8" @@ -19,8 +19,13 @@ IUSE="contrib debug pch static-libs" RDEPEND="x11-libs/wxGTK:2.8[X]" DEPEND="${RDEPEND} app-arch/zip + dev-libs/libgamin sys-devel/libtool:2" +src_unpack(){ + subversion_src_unpack +} + src_prepare() { # Let's make the autorevision work. subversion_wc_info |