public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jonathan Callen" <jcallen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/hello/
Date: Sun, 17 Jan 2016 20:47:08 +0000 (UTC)	[thread overview]
Message-ID: <1453063610.421dc3dd27e6bae4bfdfcd62c24dca9b07a5dc2f.jcallen@gentoo> (raw)

commit:     421dc3dd27e6bae4bfdfcd62c24dca9b07a5dc2f
Author:     Jonathan Callen <jcallen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 20:34:41 2016 +0000
Commit:     Jonathan Callen <jcallen <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 20:46:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421dc3dd

app-misc/hello: Add new upstream version

Upstream finally removed the directory-specific ChangeLogs, so now we
can just use the default src_install instead of having to do newdoc on
them.

Package-Manager: portage-2.2.26

 app-misc/hello/Manifest          |  1 +
 app-misc/hello/hello-2.10.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/app-misc/hello/Manifest b/app-misc/hello/Manifest
index 031bfa8..b9969e2 100644
--- a/app-misc/hello/Manifest
+++ b/app-misc/hello/Manifest
@@ -1,2 +1,3 @@
+DIST hello-2.10.tar.gz 725946 SHA256 31e066137a962676e89f69d1b65382de95a7ef7d914b8cb956f41ea72e0f516b SHA512 e301d785135c52575a8b4c35994c0316f8d366451f604eb5e74c1f907077502aebd5a1a32cd1e26cd7ca32c22f4de5623a335f8ae7e735ac977420df664f01de WHIRLPOOL cd2e1c42ac74e059cbc6e236a389f66569bf5895c652f7917453a8e02b1cbd25319de8fbc4b2288fe01b551cf4199442b3be1f304c6ab0c1e1e5195251fecab4
 DIST hello-2.8.tar.gz 697483 SHA256 e6b77f81f7cf7daefad4a9f5b65de6cae9c3f13b8cfbaea8cb53bb5ea5460d73 SHA512 87fdd330fccc7d42c76df9902e21184e7976e4eb95f43dd30417030170471c34be68c37958acb6e4d3ac5f2ed7f6897730388bb6d38f5b0c06202cb8ffccb6e7 WHIRLPOOL 33f8043d8915a3ca6ce7569d2559df990d9abe17f89773230506b7ef480444fec417bbe0073c8d97d85187069b294ed4233faf81933d57c65707ab7648184b9d
 DIST hello-2.9.tar.gz 723645 SHA256 ecbb7a2214196c57ff9340aa71458e1559abd38f6d8d169666846935df191ea7 SHA512 b2be91f436d8ebbf431af7f2bb9b61453cfcd336e2745971be48c2c94d7b6ea615e05ef0526fc25f235377d3f7073e1c432c0d522891a8978252267a61aeec86 WHIRLPOOL daf3efa4571bda38f22f4cabb8707ddba883e39a097171013093fe70aa36385032331336f785a1788f51a7b7ab331c11093d88d3028893d2034aaf84eca51ef4

diff --git a/app-misc/hello/hello-2.10.ebuild b/app-misc/hello/hello-2.10.ebuild
new file mode 100644
index 0000000..83b1e29
--- /dev/null
+++ b/app-misc/hello/hello-2.10.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+DESCRIPTION="GNU \"Hello, world\" application"
+HOMEPAGE="https://www.gnu.org/software/hello/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+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)
+}


             reply	other threads:[~2016-01-17 20:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-17 20:47 Jonathan Callen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-05-20 11:56 [gentoo-commits] repo/gentoo:master commit in: app-misc/hello/ Johannes Huber
2018-05-20 11:56 Johannes Huber
2019-08-18 16:52 Matthias Maier
2019-08-18 16:52 Matthias Maier
2019-08-19 20:05 Agostino Sarubbo
2019-08-20 22:54 Agostino Sarubbo
2022-01-11 22:45 Matthias Maier
2022-05-14 22:27 Jakov Smolić
2022-05-15  8:19 Jakov Smolić
2022-11-08  6:03 Sam James
2024-09-03 17:45 Petr Vaněk
2025-03-10  2:18 Sam James
2025-03-10  2:18 Sam James
2025-04-26  1:06 Sam James
2025-04-26  1:25 Sam James

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=1453063610.421dc3dd27e6bae4bfdfcd62c24dca9b07a5dc2f.jcallen@gentoo \
    --to=jcallen@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