From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-945184-garchives=archives.gentoo.org@lists.gentoo.org> 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 899C3139694 for <garchives@archives.gentoo.org>; Fri, 21 Apr 2017 15:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C419F21C03E; Fri, 21 Apr 2017 15:06:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A481E21C03E for <gentoo-commits@lists.gentoo.org>; Fri, 21 Apr 2017 15:06:13 +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 D850F340AC7 for <gentoo-commits@lists.gentoo.org>; Fri, 21 Apr 2017 15:06:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BD4F73EF for <gentoo-commits@lists.gentoo.org>; Fri, 21 Apr 2017 15:06:11 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1492787169.4060330057ed4f63dfc6e38a7440b7ffa2ede641.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tntnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tntnet/tntnet-2.2.1-r1.ebuild dev-libs/tntnet/tntnet-2.2.1.ebuild X-VCS-Directories: dev-libs/tntnet/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4060330057ed4f63dfc6e38a7440b7ffa2ede641 X-VCS-Branch: master Date: Fri, 21 Apr 2017 15:06:11 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 72f75e0e-c476-4969-a73e-62c355671f32 X-Archives-Hash: 43508cc2a36567ca33aadc1b3f1061c2 commit: 4060330057ed4f63dfc6e38a7440b7ffa2ede641 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Fri Apr 21 15:04:35 2017 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Fri Apr 21 15:06:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40603300 dev-libs/tntnet: Fix DESCRIPTION. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-libs/tntnet/tntnet-2.2.1-r1.ebuild | 4 ++-- dev-libs/tntnet/tntnet-2.2.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/tntnet/tntnet-2.2.1-r1.ebuild b/dev-libs/tntnet/tntnet-2.2.1-r1.ebuild index f437c2a5501..cc25ab03fdf 100644 --- a/dev-libs/tntnet/tntnet-2.2.1-r1.ebuild +++ b/dev-libs/tntnet/tntnet-2.2.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils -DESCRIPTION="Modular, multithreaded webapplicationserver extensible with C++" +DESCRIPTION="Modular, multithreaded web application server extensible with C++" HOMEPAGE="http://www.tntnet.org/" SRC_URI="http://www.tntnet.org/download/${P}.tar.gz" diff --git a/dev-libs/tntnet/tntnet-2.2.1.ebuild b/dev-libs/tntnet/tntnet-2.2.1.ebuild index 8c88cd45570..6102ea7fb03 100644 --- a/dev-libs/tntnet/tntnet-2.2.1.ebuild +++ b/dev-libs/tntnet/tntnet-2.2.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils -DESCRIPTION="Modular, multithreaded webapplicationserver extensible with C++" +DESCRIPTION="Modular, multithreaded web application server extensible with C++" HOMEPAGE="http://www.tntnet.org/" SRC_URI="http://www.tntnet.org/download/${P}.tar.gz"