diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-17 02:03:53 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-17 02:03:53 +0100 |
commit | 6e3070c22a5d2fe03ba338a9ceb50f04879bb1a2 (patch) | |
tree | 8fa0dc50400d134b1ff197e89ce50c01522f83c2 /media-sound/split2flac | |
parent | media-sound/split2flac: Remove old (diff) | |
download | gentoo-6e3070c22a5d2fe03ba338a9ceb50f04879bb1a2.tar.gz gentoo-6e3070c22a5d2fe03ba338a9ceb50f04879bb1a2.tar.bz2 gentoo-6e3070c22a5d2fe03ba338a9ceb50f04879bb1a2.zip |
media-sound/split2flac: Fix description
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-sound/split2flac')
-rw-r--r-- | media-sound/split2flac/split2flac-115.ebuild | 4 | ||||
-rw-r--r-- | 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 32266e58d894..65883dd471b9 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 fed87bab55f2..7e712e12407a 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" |