From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E0251396D0 for ; Sun, 27 Aug 2017 13:12:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2982E0CB6; Sun, 27 Aug 2017 13:12:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92CF2E0CB6 for ; Sun, 27 Aug 2017 13:12:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B2483419C8 for ; Sun, 27 Aug 2017 13:12:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E34BF8471 for ; Sun, 27 Aug 2017 13:12:53 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1503839506.345249c30947e6f0f198eb57fac8ccd96ee08479.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ttyrec/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild X-VCS-Directories: app-misc/ttyrec/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 345249c30947e6f0f198eb57fac8ccd96ee08479 X-VCS-Branch: master Date: Sun, 27 Aug 2017 13:12:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 35252ccf-2d64-4534-b0b0-e00059ae79fa X-Archives-Hash: 0e5448b43b89fb24a86af0da2205fca8 commit: 345249c30947e6f0f198eb57fac8ccd96ee08479 Author: Jonas Stein gentoo org> AuthorDate: Sun Aug 27 13:11:46 2017 +0000 Commit: Jonas Stein gentoo org> CommitDate: Sun Aug 27 13:11:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345249c3 app-misc/ttyrec: Update HOMEPAGE Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild b/app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild index 17d8ccfd811..ef4ff7b2614 100644 --- a/app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild +++ b/app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit base flag-o-matic toolchain-funcs -DESCRIPTION="tty recorder" -HOMEPAGE="http://namazu.org/~satoru/ttyrec/" +DESCRIPTION="The tty recorder provides tools to record and replay a terminal session." +HOMEPAGE="http://0xcc.net/ttyrec/" SRC_URI="http://namazu.org/~satoru/ttyrec/${P}.tar.gz" LICENSE="BSD"