From f6ebed2469303c03a072159b11074312be20eafd Mon Sep 17 00:00:00 2001 From: Jonathan Callen Date: Sat, 4 Jun 2011 19:33:12 +0000 Subject: Bump to new version (Portage version: 2.2.0_alpha37/cvs/Linux x86_64) --- app-misc/hello/ChangeLog | 9 +++++++-- app-misc/hello/hello-2.7.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 app-misc/hello/hello-2.7.ebuild (limited to 'app-misc/hello') diff --git a/app-misc/hello/ChangeLog b/app-misc/hello/ChangeLog index cf04ba624dde..7bdbd7ae9f57 100644 --- a/app-misc/hello/ChangeLog +++ b/app-misc/hello/ChangeLog @@ -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 +hello-2.7.ebuild: + Bump to new version *hello-2.6 (12 Apr 2010) diff --git a/app-misc/hello/hello-2.7.ebuild b/app-misc/hello/hello-2.7.ebuild new file mode 100644 index 000000000000..9ad38e15ede6 --- /dev/null +++ b/app-misc/hello/hello-2.7.ebuild @@ -0,0 +1,28 @@ +# 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 +} -- cgit v1.2.3-65-gdbad