public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/hello: ChangeLog hello-2.7.ebuild
@ 2011-06-04 19:33 Jonathan Callen (abcd)
  0 siblings, 0 replies; only message in thread
From: Jonathan Callen (abcd) @ 2011-06-04 19:33 UTC (permalink / raw
  To: gentoo-commits

abcd        11/06/04 19:33:12

  Modified:             ChangeLog
  Added:                hello-2.7.ebuild
  Log:
  Bump to new version
  
  (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-misc/hello/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/hello/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/hello/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/hello/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hello/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	12 Apr 2010 23:36:47 -0000	1.3
+++ ChangeLog	4 Jun 2011 19:33:12 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/hello
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hello/ChangeLog,v 1.3 2010/04/12 23:36:47 abcd Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hello/ChangeLog,v 1.4 2011/06/04 19:33:12 abcd Exp $
+
+*hello-2.7 (04 Jun 2011)
+
+  04 Jun 2011; Jonathan Callen <abcd@gentoo.org> +hello-2.7.ebuild:
+  Bump to new version
 
 *hello-2.6 (12 Apr 2010)
 



1.1                  app-misc/hello/hello-2.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/hello/hello-2.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/hello/hello-2.7.ebuild?rev=1.1&content-type=text/plain

Index: hello-2.7.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/hello/hello-2.7.ebuild,v 1.1 2011/06/04 19:33:12 abcd Exp $

EAPI="4"

DESCRIPTION="GNU \"Hello, world\" application"
HOMEPAGE="http://www.gnu.org/software/hello/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"

LICENSE="FDL-1.3 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="nls"

DOCS=(AUTHORS ChangeLog ChangeLog.O NEWS README THANKS TODO contrib/evolution.txt)

src_configure() {
	econf $(use_enable nls)
}

src_install() {
	default

	for x in contrib man doc po tests src; do
		newdoc $x/ChangeLog ChangeLog.$x || die "newdoc failed"
	done
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-04 19:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-04 19:33 [gentoo-commits] gentoo-x86 commit in app-misc/hello: ChangeLog hello-2.7.ebuild Jonathan Callen (abcd)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox