summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-10 21:10:27 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-10 21:10:27 +0000
commit975fe70a4a020483f1cf2eb51b6f459e9e61f3d5 (patch)
treee2c337a9ad945dc425259abca91e7a083e8f89cf /media-libs/libsoundtouch
parentQA: drop trailing '.' from DESCRIPTION (diff)
downloadgentoo-2-975fe70a4a020483f1cf2eb51b6f459e9e61f3d5.tar.gz
gentoo-2-975fe70a4a020483f1cf2eb51b6f459e9e61f3d5.tar.bz2
gentoo-2-975fe70a4a020483f1cf2eb51b6f459e9e61f3d5.zip
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r--media-libs/libsoundtouch/ChangeLog7
-rw-r--r--media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild4
-rw-r--r--media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild4
-rw-r--r--media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild4
4 files changed, 12 insertions, 7 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog
index bee7bc6a0600..35ec380e1dc0 100644
--- a/media-libs/libsoundtouch/ChangeLog
+++ b/media-libs/libsoundtouch/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libsoundtouch
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.80 2014/06/18 19:49:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.81 2014/08/10 21:10:27 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
+ libsoundtouch-1.7.1.ebuild, libsoundtouch-1.8.0-r1.ebuild,
+ libsoundtouch-1.8.0.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
18 Jun 2014; Michał Górny <mgorny@gentoo.org> libsoundtouch-1.8.0-r1.ebuild:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
diff --git a/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild
index 22c533573267..05a6e42c10eb 100644
--- a/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild
+++ b/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.8 2014/01/25 09:06:33 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.9 2014/08/10 21:10:27 slyfox Exp $
EAPI=5
inherit autotools eutils flag-o-matic
MY_PN=${PN/lib}
-DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates."
+DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates"
HOMEPAGE="http://www.surina.net/soundtouch/"
SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz"
diff --git a/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild
index 1e293f33f843..f8506a1f84cc 100644
--- a/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild
+++ b/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v 1.2 2014/06/18 19:49:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v 1.3 2014/08/10 21:10:27 slyfox Exp $
EAPI=5
inherit autotools eutils flag-o-matic multilib-minimal
MY_PN=${PN/lib}
-DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates."
+DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates"
HOMEPAGE="http://www.surina.net/soundtouch/"
SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz"
diff --git a/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild
index 7f5a78647727..a7346b5df748 100644
--- a/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild
+++ b/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild,v 1.6 2014/05/11 08:12:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild,v 1.7 2014/08/10 21:10:27 slyfox Exp $
EAPI=5
inherit autotools eutils flag-o-matic
MY_PN=${PN/lib}
-DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates."
+DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates"
HOMEPAGE="http://www.surina.net/soundtouch/"
SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz"