From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1F2B758973 for ; Tue, 26 Jan 2016 00:51:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05AE2E0870; Tue, 26 Jan 2016 00:51:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C55DE0870 for ; Tue, 26 Jan 2016 00:51:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33D993409A6 for ; Tue, 26 Jan 2016 00:51:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C998102F for ; Tue, 26 Jan 2016 00:50:58 +0000 (UTC) From: "Daniel Campbell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Campbell" Message-ID: <1453769445.cab07b2c7b1884cccec00cdcf84b795076ea3755.zlg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/astyle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/astyle/metadata.xml X-VCS-Directories: dev-util/astyle/ X-VCS-Committer: zlg X-VCS-Committer-Name: Daniel Campbell X-VCS-Revision: cab07b2c7b1884cccec00cdcf84b795076ea3755 X-VCS-Branch: master Date: Tue, 26 Jan 2016 00:50:58 +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: e10f82db-98fb-459f-b9d2-92c2f1056ebe X-Archives-Hash: 54a801e43d997b6e44e6474cdd0a657a commit: cab07b2c7b1884cccec00cdcf84b795076ea3755 Author: Daniel Campbell gentoo org> AuthorDate: Tue Jan 26 00:47:58 2016 +0000 Commit: Daniel Campbell gentoo org> CommitDate: Tue Jan 26 00:50:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab07b2c dev-util/astyle: Take ownership of package Package-Manager: portage-2.2.26 dev-util/astyle/metadata.xml | 49 ++++++++++++++++---------------------------- 1 file changed, 18 insertions(+), 31 deletions(-) diff --git a/dev-util/astyle/metadata.xml b/dev-util/astyle/metadata.xml index c08bb1e..8770e9d 100644 --- a/dev-util/astyle/metadata.xml +++ b/dev-util/astyle/metadata.xml @@ -1,35 +1,22 @@ - - From the web page: - - Artistic Style is a reindenter and reformatter of C++, C and Java source - code. - - When indenting source code, we as programmers have a tendency to use both - spaces and tab characters to create the wanted indentation. Moreover, some - editors by default insert spaces instead of tabs when pressing the tab key, - and other editors (Emacs for example) have the ability to "pretty up" lines - by automatically setting up the white space before the code on the line, - possibly inserting spaces in a code that up to now used only tabs for - indentation. - - Since the NUMBER of space characters showed on screen for each tab character - in the source code changes between editors (until the user sets up the - number to his liking...), one of the standard problems facing programmers - when moving from one source code editor to another is that code containing - both spaces and tabs that was up to now perfectly indented, suddenly becomes - a mess to look at when changing to another editor. Even if you as a - programmer take care to ONLY use spaces or tabs, looking at other peoples - source code can still be problematic. - - To address this problem I have created Artistic Style - a series of filters, - written in C++, that automatically reindent & reformat C/C++/Java source - files. These can be used from a command line, or it can be incorporated as - classes in another C++ program. - - - astyle - + + zlg@gentoo.org + Daniel Campbell + + + astyle is a code formatter for C, C++, and Java source code, with many + granular formatting options to assist in enforcing code formatting + standards in projects. + + + + jimp03@email.com + Jim Pattee + + astyle + https://sourceforge.net/p/astyle/bugs/ + http://astyle.sourceforge.net/astyle.html +