From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 06E4A59CA4 for ; Thu, 17 Mar 2016 01:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B72B5E07E8; Thu, 17 Mar 2016 01:04:09 +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 245DDE07E8 for ; Thu, 17 Mar 2016 01:04:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7670D340D77 for ; Thu, 17 Mar 2016 01:04:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8F3C861 for ; Thu, 17 Mar 2016 01:04:05 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1458176633.6e3070c22a5d2fe03ba338a9ceb50f04879bb1a2.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/split2flac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/split2flac/split2flac-115.ebuild media-sound/split2flac/split2flac-9999.ebuild X-VCS-Directories: media-sound/split2flac/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 6e3070c22a5d2fe03ba338a9ceb50f04879bb1a2 X-VCS-Branch: master Date: Thu, 17 Mar 2016 01:04:05 +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: 6db2ebde-d379-4d9b-b8a3-17c55e58055c X-Archives-Hash: 5c7bbce77c459a515dff24c8f74f6338 commit: 6e3070c22a5d2fe03ba338a9ceb50f04879bb1a2 Author: Manuel Rüger gentoo org> AuthorDate: Thu Mar 17 01:03:53 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Mar 17 01:03:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3070c2 media-sound/split2flac: Fix description Package-Manager: portage-2.2.28 media-sound/split2flac/split2flac-115.ebuild | 4 ++-- media-sound/split2flac/split2flac-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/split2flac/split2flac-115.ebuild b/media-sound/split2flac/split2flac-115.ebuild index 32266e5..65883dd 100644 --- a/media-sound/split2flac/split2flac-115.ebuild +++ b/media-sound/split2flac/split2flac-115.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ EGIT_REPO_URI="https://github.com/ftrvxmtrx/split2flac.git" inherit bash-completion-r1 [[ ${PV} == *9999* ]] && inherit git-2 -DESCRIPTION="sh script to split one big APE/FLAC/WV/WAV audio image with CUE sheet into tracks" +DESCRIPTION="sh script to split an APE/FLAC/WV/WAV audio image with CUE sheet into tracks" HOMEPAGE="https://github.com/ftrvxmtrx/split2flac" [[ ${PV} == *9999* ]] || \ SRC_URI="https://github.com/ftrvxmtrx/split2flac/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/media-sound/split2flac/split2flac-9999.ebuild b/media-sound/split2flac/split2flac-9999.ebuild index fed87ba..7e712e1 100644 --- a/media-sound/split2flac/split2flac-9999.ebuild +++ b/media-sound/split2flac/split2flac-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ EGIT_REPO_URI="https://github.com/ftrvxmtrx/split2flac.git" inherit bash-completion-r1 [[ ${PV} == *9999* ]] && inherit git-2 -DESCRIPTION="sh script to split one big APE/FLAC/WV/WAV audio image with CUE sheet into tracks" +DESCRIPTION="sh script to split an APE/FLAC/WV/WAV audio image with CUE sheet into tracks" HOMEPAGE="https://github.com/ftrvxmtrx/split2flac" [[ ${PV} == *9999* ]] || \ SRC_URI="https://rion-overlay.googlecode.com/files/${P}.tar.xz"