From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3207A138334 for ; Sat, 14 Jul 2018 19:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F368E0B94; Sat, 14 Jul 2018 19:33:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7D7EE0B93 for ; Sat, 14 Jul 2018 19:33:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E25A1335CA7 for ; Sat, 14 Jul 2018 19:33:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E6AC372 for ; Sat, 14 Jul 2018 19:33:22 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1531596426.7f3cebd5e98f0f04b38d879d3085cac56c65c7f4.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/codeblocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/codeblocks/codeblocks-17.12-r1.ebuild dev-util/codeblocks/codeblocks-17.12-r301.ebuild X-VCS-Directories: dev-util/codeblocks/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7f3cebd5e98f0f04b38d879d3085cac56c65c7f4 X-VCS-Branch: master Date: Sat, 14 Jul 2018 19:33:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 31f6431b-1afa-48b1-8763-0ec661e69387 X-Archives-Hash: 19290c6fb85f77d00906a640a6738557 commit: 7f3cebd5e98f0f04b38d879d3085cac56c65c7f4 Author: band-a-prend yandex ru> AuthorDate: Sat May 26 20:37:29 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jul 14 19:27:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3cebd5 dev-util/codeblocks: update package DESCRIPTION Update package DESCRIPTION to correspond that on codeblocks site. dev-util/codeblocks/codeblocks-17.12-r1.ebuild | 2 +- dev-util/codeblocks/codeblocks-17.12-r301.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/codeblocks/codeblocks-17.12-r1.ebuild b/dev-util/codeblocks/codeblocks-17.12-r1.ebuild index ed606b14c4a..98e7a842748 100644 --- a/dev-util/codeblocks/codeblocks-17.12-r1.ebuild +++ b/dev-util/codeblocks/codeblocks-17.12-r1.ebuild @@ -7,7 +7,7 @@ WX_GTK_VER="3.0" inherit autotools flag-o-matic gnome2-utils wxwidgets xdg-utils -DESCRIPTION="The open source, cross platform, free C++ IDE" +DESCRIPTION="The open source, cross platform, free C, C++ and Fortran IDE" HOMEPAGE="http://www.codeblocks.org/" LICENSE="GPL-3" SLOT="0" diff --git a/dev-util/codeblocks/codeblocks-17.12-r301.ebuild b/dev-util/codeblocks/codeblocks-17.12-r301.ebuild index 3b627ef7a23..adc17cb8ea6 100644 --- a/dev-util/codeblocks/codeblocks-17.12-r301.ebuild +++ b/dev-util/codeblocks/codeblocks-17.12-r301.ebuild @@ -7,7 +7,7 @@ WX_GTK_VER="3.0-gtk3" inherit autotools flag-o-matic gnome2-utils wxwidgets xdg-utils -DESCRIPTION="The open source, cross platform, free C++ IDE" +DESCRIPTION="The open source, cross platform, free C, C++ and Fortran IDE" HOMEPAGE="http://www.codeblocks.org/" LICENSE="GPL-3" SLOT="0"