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 C042E1396D9 for ; Sat, 2 Dec 2017 12:52:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE414E0C56; Sat, 2 Dec 2017 12:52:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CB474E0C56 for ; Sat, 2 Dec 2017 12:52:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 618483402FE for ; Sat, 2 Dec 2017 12:52:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C184BAE72 for ; Sat, 2 Dec 2017 12:52:41 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1512219088.a9f0df8f49f5f4e296cfca37206b24953b75f2ae.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/autoproject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/autoproject/autoproject-0.20.ebuild dev-util/autoproject/autoproject-0.20_p5.ebuild X-VCS-Directories: dev-util/autoproject/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a9f0df8f49f5f4e296cfca37206b24953b75f2ae X-VCS-Branch: master Date: Sat, 2 Dec 2017 12:52:41 +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: 3ca2e4c2-977e-47b5-9e65-5aa004c2a238 X-Archives-Hash: 4a605a91de455e62dd5ff397e9f3f520 commit: a9f0df8f49f5f4e296cfca37206b24953b75f2ae Author: David Seifert gentoo org> AuthorDate: Sat Dec 2 12:51:28 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Dec 2 12:51:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f0df8f dev-util/autoproject: [QA] Fix DESCRIPTION.toolong dev-util/autoproject/autoproject-0.20.ebuild | 2 +- dev-util/autoproject/autoproject-0.20_p5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/autoproject/autoproject-0.20.ebuild b/dev-util/autoproject/autoproject-0.20.ebuild index 05e5e1d5581..5343efa1d03 100644 --- a/dev-util/autoproject/autoproject-0.20.ebuild +++ b/dev-util/autoproject/autoproject-0.20.ebuild @@ -4,7 +4,7 @@ inherit eutils DEB_VER=3 -DESCRIPTION="Used to start a programming project using autotools and a command line parser generator" +DESCRIPTION="Start a programming project using autotools and a command line parser generator" HOMEPAGE="http://packages.debian.org/unstable/devel/autoproject" SRC_URI="mirror://debian/pool/main/a/autoproject/${PN}_${PV}.orig.tar.gz mirror://debian/pool/main/a/autoproject/${PN}_${PV}-${DEB_VER}.diff.gz" diff --git a/dev-util/autoproject/autoproject-0.20_p5.ebuild b/dev-util/autoproject/autoproject-0.20_p5.ebuild index f76f1b6b654..d37a9867e8e 100644 --- a/dev-util/autoproject/autoproject-0.20_p5.ebuild +++ b/dev-util/autoproject/autoproject-0.20_p5.ebuild @@ -5,7 +5,7 @@ inherit eutils MY_PV=${PV%_p*} DEB_VER=${PV#*_p} -DESCRIPTION="Used to start a programming project using autotools and a command line parser generator" +DESCRIPTION="Start a programming project using autotools and a command line parser generator" HOMEPAGE="http://packages.debian.org/unstable/devel/autoproject" SRC_URI="mirror://debian/pool/main/a/autoproject/${PN}_${MY_PV}.orig.tar.gz mirror://debian/pool/main/a/autoproject/${PN}_${MY_PV}-${DEB_VER}.diff.gz"