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 CC1F6139694 for ; Sun, 6 Aug 2017 13:42:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 556FEE0D5E; Sun, 6 Aug 2017 13:42:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2DB43E0D49 for ; Sun, 6 Aug 2017 13:42:31 +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 6EC9E341807 for ; Sun, 6 Aug 2017 13:42:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA6FD7602 for ; Sun, 6 Aug 2017 13:42:26 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1502026903.d4ee6fce584c22a98710c8d0389e2fdf210aea92.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bashmount/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/bashmount/bashmount-3.2.0.ebuild X-VCS-Directories: sys-fs/bashmount/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: d4ee6fce584c22a98710c8d0389e2fdf210aea92 X-VCS-Branch: master Date: Sun, 6 Aug 2017 13:42:26 +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: 1cab414e-4a11-41e3-94db-ebdf6e7f9ff8 X-Archives-Hash: 655b390949f0925682165ace19346594 commit: d4ee6fce584c22a98710c8d0389e2fdf210aea92 Author: Jonas Stein gentoo org> AuthorDate: Sun Aug 6 13:15:18 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Sun Aug 6 13:41:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ee6fce sys-fs/bashmount: Shorter DESCRIPTION sys-fs/bashmount/bashmount-3.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/bashmount/bashmount-3.2.0.ebuild b/sys-fs/bashmount/bashmount-3.2.0.ebuild index 868e42f7f1a..9124bc3307e 100644 --- a/sys-fs/bashmount/bashmount-3.2.0.ebuild +++ b/sys-fs/bashmount/bashmount-3.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -DESCRIPTION="A bash script that uses udisks to handle removable devices without dependencies on any GUI" +DESCRIPTION="Bash script that uses udisks to mount removable devices without GUI" HOMEPAGE="https://sourceforge.net/projects/bashmount/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"