summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2010-02-09 21:01:22 +0000
committerFabian Groffen <grobian@gentoo.org>2010-02-09 21:01:22 +0000
commite88ba528867c9dbbac472b5fc4eeab191c9faa57 (patch)
treeeef815ca7a01a0d9802fd6cb97315b2dba6c36bc /dev-util/uncrustify
parentRevision bump for latest genpatches. (diff)
downloadgentoo-2-e88ba528867c9dbbac472b5fc4eeab191c9faa57.tar.gz
gentoo-2-e88ba528867c9dbbac472b5fc4eeab191c9faa57.tar.bz2
gentoo-2-e88ba528867c9dbbac472b5fc4eeab191c9faa57.zip
Version bump to 0.55, drop live ebuild: upstream switched from SVN to Git.
(Portage version: 2.2.00.15320-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-util/uncrustify')
-rw-r--r--dev-util/uncrustify/ChangeLog8
-rw-r--r--dev-util/uncrustify/uncrustify-0.55.ebuild (renamed from dev-util/uncrustify/uncrustify-9999.ebuild)13
2 files changed, 12 insertions, 9 deletions
diff --git a/dev-util/uncrustify/ChangeLog b/dev-util/uncrustify/ChangeLog
index a0da218343a6..24687a29662a 100644
--- a/dev-util/uncrustify/ChangeLog
+++ b/dev-util/uncrustify/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/uncrustify
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.4 2010/02/09 20:52:41 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.5 2010/02/09 21:01:22 grobian Exp $
+
+*uncrustify-0.55 (09 Feb 2010)
+
+ 09 Feb 2010; Fabian Groffen <grobian@gentoo.org> +uncrustify-0.55.ebuild,
+ -uncrustify-9999.ebuild:
+ Version bump to 0.55, drop live ebuild: upstream switched from SVN to Git.
09 Feb 2010; Fabian Groffen <grobian@gentoo.org> uncrustify-0.53.ebuild:
Marked ~amd64-linux
diff --git a/dev-util/uncrustify/uncrustify-9999.ebuild b/dev-util/uncrustify/uncrustify-0.55.ebuild
index a6bd7720d55f..fdbc5a700ccf 100644
--- a/dev-util/uncrustify/uncrustify-9999.ebuild
+++ b/dev-util/uncrustify/uncrustify-0.55.ebuild
@@ -1,17 +1,14 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-9999.ebuild,v 1.1 2009/10/04 15:34:12 sping Exp $
-
-ESVN_REPO_URI="http://${PN}.svn.sourceforge.net/svnroot/${PN}/trunk/${PN}"
-inherit subversion
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.55.ebuild,v 1.1 2010/02/09 21:01:22 grobian Exp $
DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
HOMEPAGE="http://uncrustify.sourceforge.net/"
-SRC_URI=""
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-solaris"
IUSE="test"
DEPEND="test? ( dev-lang/python )"
@@ -24,5 +21,5 @@ src_test() {
src_install() {
emake DESTDIR="${D}" install || die "Install failed"
- dodoc AUTHORS BUGS NEWS README || die "dodoc failed"
+ dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
}