2009-04-17 14:55:01 +02:00
|
|
|
# Copyright 1999-2009 Gentoo Foundation
|
2008-12-10 08:00:28 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
|
|
|
DESCRIPTION="Source Code Beautifier for C, C++, C#, D, Java, and Pawn"
|
|
|
|
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
|
|
|
|
HOMEPAGE="http://uncrustify.sourceforge.net/"
|
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
KEYWORDS="~x86 ~amd64 -ppc -sparc -alpha"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
src_install() {
|
2009-04-17 14:55:01 +02:00
|
|
|
emake DESTDIR="${D}" install
|
2008-12-10 08:00:28 +01:00
|
|
|
}
|