summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Torokhov <torokhov-s-a@yandex.ru>2024-05-05 11:36:53 +0300
committerJoonas Niilola <juippis@gentoo.org>2024-05-10 16:39:58 +0300
commit0a9c032643a6af915978f7e1db6fa6b1e4fb335c (patch)
treebeb9df39ffcf04f3b910df6faed7345e12b3ec93 /dev-util/codeblocks/codeblocks-9999.ebuild
parentapp-shells/bash-completion: disable py3.13 (diff)
downloadgentoo-0a9c032643a6af915978f7e1db6fa6b1e4fb335c.tar.gz
gentoo-0a9c032643a6af915978f7e1db6fa6b1e4fb335c.tar.bz2
gentoo-0a9c032643a6af915978f7e1db6fa6b1e4fb335c.zip
dev-util/codeblocks: fix ebuild Variables order; rm empty Variables
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util/codeblocks/codeblocks-9999.ebuild')
-rw-r--r--dev-util/codeblocks/codeblocks-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-util/codeblocks/codeblocks-9999.ebuild b/dev-util/codeblocks/codeblocks-9999.ebuild
index 9f4d81cecb69..531794a90f95 100644
--- a/dev-util/codeblocks/codeblocks-9999.ebuild
+++ b/dev-util/codeblocks/codeblocks-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,8 +11,6 @@ DESCRIPTION="The open source, cross platform, free C, C++ and Fortran IDE"
HOMEPAGE="https://codeblocks.org/"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS=""
-SRC_URI=""
ESVN_REPO_URI="svn://svn.code.sf.net/p/${PN}/code/trunk"
ESVN_FETCH_CMD="svn checkout --ignore-externals"
ESVN_UPDATE_CMD="svn update --ignore-externals"