summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-11-18 16:19:02 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-11-18 16:19:02 +0000
commit6cc62cf7c0ca773356585e817f86fb667b946e05 (patch)
treeb47099114270d0aa0aec447132053566159d8d5e /media-libs/ladspa-cmt
parentCPPSERV 0.1.102 added (diff)
downloadgentoo-2-6cc62cf7c0ca773356585e817f86fb667b946e05.tar.gz
gentoo-2-6cc62cf7c0ca773356585e817f86fb667b946e05.tar.bz2
gentoo-2-6cc62cf7c0ca773356585e817f86fb667b946e05.zip
remove old, quote variables
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-libs/ladspa-cmt')
-rw-r--r--media-libs/ladspa-cmt/ChangeLog6
-rw-r--r--media-libs/ladspa-cmt/files/digest-ladspa-cmt-1.143
-rw-r--r--media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild39
-rw-r--r--media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild4
4 files changed, 7 insertions, 45 deletions
diff --git a/media-libs/ladspa-cmt/ChangeLog b/media-libs/ladspa-cmt/ChangeLog
index 871af7155ea8..8c1e92c9cb24 100644
--- a/media-libs/ladspa-cmt/ChangeLog
+++ b/media-libs/ladspa-cmt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/ladspa-cmt
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.26 2007/11/18 16:13:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.27 2007/11/18 16:19:01 aballier Exp $
+
+ 18 Nov 2007; Alexis Ballier <aballier@gentoo.org> -ladspa-cmt-1.14.ebuild,
+ ladspa-cmt-1.15.ebuild:
+ remove old, quote variables
*ladspa-cmt-1.16 (18 Nov 2007)
diff --git a/media-libs/ladspa-cmt/files/digest-ladspa-cmt-1.14 b/media-libs/ladspa-cmt/files/digest-ladspa-cmt-1.14
deleted file mode 100644
index 216feeca3819..000000000000
--- a/media-libs/ladspa-cmt/files/digest-ladspa-cmt-1.14
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 aa2f0609aca8b698625d86170c426e2c cmt_src.tgz 61522
-RMD160 fd7652fe204b63b24a9fb04688ccbabaabd1fecf cmt_src.tgz 61522
-SHA256 0b814938040c7403dd24367b1dbbf0b0db7ac11df7447129e9c1b7f33890b1e9 cmt_src.tgz 61522
diff --git a/media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild b/media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild
deleted file mode 100644
index 04f34fbeba9b..000000000000
--- a/media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild,v 1.12 2005/04/21 18:02:53 kito Exp $
-
-DESCRIPTION="CMT (computer music toolkit) Lasdpa library plugins"
-HOMEPAGE="http://www.ladspa.org/"
-LICENSE="LGPL-2.1"
-SRC_URI="http://www.ladspa.org/download/cmt_src.tgz"
-
-KEYWORDS="x86"
-IUSE=""
-
-SLOT="0"
-
-S=${WORKDIR}/cmt/src
-
-RDEPEND="media-libs/ladspa-sdk"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i -e "/^CFLAGS/ s/-O3/${CFLAGS}/" \
- -e 's|/usr/local/include||g' \
- -e 's|/usr/local/lib||g' \
- makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dodoc ../doc/*
- insinto /usr/lib/ladspa
- INSOPTIONS="-m755"
- doins ../plugins/*.so
-}
diff --git a/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild b/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild
index 7680b26231ab..d82d32dfba04 100644
--- a/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild
+++ b/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild,v 1.23 2007/11/01 20:55:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild,v 1.24 2007/11/18 16:19:01 aballier Exp $
inherit eutils
@@ -31,7 +31,7 @@ src_unpack() {
|| die "sed makefile failed"
cd "${S}"
- use userland_Darwin && epatch ${FILESDIR}/${PN}-darwin.patch
+ use userland_Darwin && epatch "${FILESDIR}/${PN}-darwin.patch"
# gcc-4 bails
sed -i -e 's|-Werror||g' makefile \
|| die "sed makefile failed"