public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/indent: indent-2.2.11.ebuild ChangeLog
Date: Tue, 23 Mar 2010 03:50:46 +0000	[thread overview]
Message-ID: <E1Ntv8g-0004dN-PX@stork.gentoo.org> (raw)

jer         10/03/23 03:50:46

  Modified:             ChangeLog
  Added:                indent-2.2.11.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.47                 dev-util/indent/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/indent/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/indent/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/indent/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	4 Mar 2010 04:57:43 -0000	1.46
+++ ChangeLog	23 Mar 2010 03:50:45 -0000	1.47
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/indent
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.46 2010/03/04 04:57:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.47 2010/03/23 03:50:45 jer Exp $
+
+*indent-2.2.11 (23 Mar 2010)
+
+  23 Mar 2010; Jeroen Roovers <jer@gentoo.org> +files/2.2.11-segfault.patch,
+  +indent-2.2.11.ebuild:
+  Version bump.
 
   04 Mar 2010; Jeroen Roovers <jer@gentoo.org>
   -files/2.2.9-deb-gentoo.patch, -indent-2.2.9-r3.ebuild,



1.1                  dev-util/indent/indent-2.2.11.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/indent/indent-2.2.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/indent/indent-2.2.11.ebuild?rev=1.1&content-type=text/plain

Index: indent-2.2.11.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.11.ebuild,v 1.1 2010/03/23 03:50:45 jer Exp $

EAPI="2"

inherit eutils

DESCRIPTION="Indent program source files"
HOMEPAGE="http://indent.isidore-it.eu/beautify.html"
SRC_URI="http://${PN}.isidore-it.eu/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="nls"

DEPEND="nls? ( sys-devel/gettext )"
RDEPEND="nls? ( virtual/libintl )"

src_prepare() {
	epatch "${FILESDIR}"/${PV}-segfault.patch
}

src_configure() {
	# LINGUAS is used in aclocal.m4 (bug #94837)
	unset LINGUAS
	econf $(use_enable nls) || die "configure failed"
}

src_test() {
	emake -C regression/ || die "regression tests failed"
}

src_install() {
	emake \
		DESTDIR="${D}" \
		htmldir="/usr/share/doc/${PF}/html" \
		install || die "make install failed"
	dodoc AUTHORS NEWS README* ChangeLog*
}






             reply	other threads:[~2010-03-23  3:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-23  3:50 Jeroen Roovers (jer) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-05-10 18:26 [gentoo-commits] gentoo-x86 commit in dev-util/indent: indent-2.2.11.ebuild ChangeLog Gysbert Wassenaar (nixnut)
2010-05-11 21:55 Brent Baude (ranger)
2010-05-12 14:50 Jeroen Roovers (jer)
2010-05-17 13:17 PaweA Hajdan (phajdan.jr)
2010-05-21  5:37 Kenneth Prugh (ken69267)
2010-05-30 18:22 Raul Porcel (armin76)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Ntv8g-0004dN-PX@stork.gentoo.org \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox