diff options
author | Ryan Hill <rhill@gentoo.org> | 2015-08-05 05:01:31 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2015-08-05 05:01:31 +0000 |
commit | 85c37580f2e61dd2b2aaf968a63eeed01c08bcde (patch) | |
tree | b74be8a2169e7274ebfaa8d4ad1fa07652317ccc /dev-util | |
parent | Version bump. (diff) | |
download | gentoo-2-85c37580f2e61dd2b2aaf968a63eeed01c08bcde.tar.gz gentoo-2-85c37580f2e61dd2b2aaf968a63eeed01c08bcde.tar.bz2 gentoo-2-85c37580f2e61dd2b2aaf968a63eeed01c08bcde.zip |
berlios -> sourceforge for bug #537726.
Signed-off-by: Ryan Hill <rhill@gentoo.org>
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/codeblocks/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/codeblocks/codeblocks-12.11.ebuild | 43 | ||||
-rw-r--r-- | dev-util/codeblocks/codeblocks-13.12.ebuild | 6 |
3 files changed, 9 insertions, 48 deletions
diff --git a/dev-util/codeblocks/ChangeLog b/dev-util/codeblocks/ChangeLog index 8b54bc30cba0..335e5d3a163c 100644 --- a/dev-util/codeblocks/ChangeLog +++ b/dev-util/codeblocks/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/codeblocks -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.29 2014/08/10 21:26:29 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.30 2015/08/05 05:01:31 rhill Exp $ + + 05 Aug 2015; Ryan Hill <rhill@gentoo.org> -codeblocks-12.11.ebuild, + codeblocks-13.12.ebuild: + berlios -> sourceforge for bug #537726. 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> codeblocks-12.11.ebuild, codeblocks-13.12.ebuild, codeblocks-9999.ebuild: diff --git a/dev-util/codeblocks/codeblocks-12.11.ebuild b/dev-util/codeblocks/codeblocks-12.11.ebuild deleted file mode 100644 index a08bbcc647d3..000000000000 --- a/dev-util/codeblocks/codeblocks-12.11.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-12.11.ebuild,v 1.4 2014/08/10 21:26:29 slyfox Exp $ - -EAPI="5" -WX_GTK_VER="2.8" - -inherit eutils wxwidgets - -DESCRIPTION="The open source, cross platform, free C++ IDE" -HOMEPAGE="http://www.codeblocks.org/" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" -SRC_URI="mirror://berlios/codeblocks/${P/-/_}-1.tar.gz" - -IUSE="contrib debug pch static-libs" - -RDEPEND="app-arch/zip - x11-libs/wxGTK:2.8[X] - contrib? ( - app-text/hunspell - dev-libs/boost:= - dev-libs/libgamin - )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}/${P}release8629" - -src_configure() { - econf \ - --with-wx-config="${WX_CONFIG}" \ - $(use_enable debug) \ - $(use_enable pch) \ - $(use_enable static-libs static) \ - $(use_with contrib contrib-plugins all) -} - -src_install() { - default - prune_libtool_files -} diff --git a/dev-util/codeblocks/codeblocks-13.12.ebuild b/dev-util/codeblocks/codeblocks-13.12.ebuild index 62535361cac8..1ec70746d3ae 100644 --- a/dev-util/codeblocks/codeblocks-13.12.ebuild +++ b/dev-util/codeblocks/codeblocks-13.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-13.12.ebuild,v 1.2 2014/08/10 21:26:29 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-13.12.ebuild,v 1.3 2015/08/05 05:01:31 rhill Exp $ EAPI="5" WX_GTK_VER="2.8" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.codeblocks.org/" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" -SRC_URI="mirror://berlios/codeblocks/${P/-/_}-1.tar.gz" +SRC_URI="mirror://sourceforge/codeblocks/${P/-/_}-1.tar.gz" IUSE="contrib debug pch static-libs" |