summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2004-01-14 21:31:24 +0000
committerRyan Phillips <rphillips@gentoo.org>2004-01-14 21:31:24 +0000
commit806f8dc1c9f9a6d14b788d7d89f2436cd3db01ac (patch)
treed583297537a1e7a82f9b7e31bd3c0173495122ad /media-libs/ladspa-cmt
parentadd dailystrips-update script install (bug 38151) (diff)
downloadgentoo-2-806f8dc1c9f9a6d14b788d7d89f2436cd3db01ac.tar.gz
gentoo-2-806f8dc1c9f9a6d14b788d7d89f2436cd3db01ac.tar.bz2
gentoo-2-806f8dc1c9f9a6d14b788d7d89f2436cd3db01ac.zip
removed A variable
Diffstat (limited to 'media-libs/ladspa-cmt')
-rw-r--r--media-libs/ladspa-cmt/ChangeLog6
-rw-r--r--media-libs/ladspa-cmt/Manifest6
-rw-r--r--media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild5
-rw-r--r--media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild5
4 files changed, 12 insertions, 10 deletions
diff --git a/media-libs/ladspa-cmt/ChangeLog b/media-libs/ladspa-cmt/ChangeLog
index d65ecafcf6af..530fd68bad8b 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.5 2003/07/08 17:15:14 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.6 2004/01/14 21:31:16 rphillips Exp $
+
+ 14 Jan 2004; <rphillips@gentoo.org> ladspa-cmt-1.14.ebuild,
+ ladspa-cmt-1.15.ebuild:
+ removed A variable
08 Jul 2003; Nick Hadaway <raker@gentoo.org> ladspa-cmt-1.15.ebuild:
Fixed a little error with P.
diff --git a/media-libs/ladspa-cmt/Manifest b/media-libs/ladspa-cmt/Manifest
index 769caa03607a..3128a644e47f 100644
--- a/media-libs/ladspa-cmt/Manifest
+++ b/media-libs/ladspa-cmt/Manifest
@@ -1,5 +1,5 @@
-MD5 c01ba6d4504c90eaaa68448c1befb5df ChangeLog 782
-MD5 1fad5bf3a0c4b4db7a131b914198a0dd ladspa-cmt-1.14.ebuild 848
-MD5 2aaadddae3ddd93a0bfdee7aba38e4e5 ladspa-cmt-1.15.ebuild 851
+MD5 ccf2e0b97921fcd6042d4fc2d0a7abff ladspa-cmt-1.15.ebuild 845
+MD5 06c12bccf27555f9f6cffb0aba137d44 ladspa-cmt-1.14.ebuild 842
+MD5 d6019bccaba8f023d7ce154cb4000b95 ChangeLog 896
MD5 6bb9c3395445920cba1b45b6149943b6 files/digest-ladspa-cmt-1.14 55
MD5 0da9dde7734a7551fbed8825e5e3ceea files/digest-ladspa-cmt-1.15 60
diff --git a/media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild b/media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild
index 63c15f74ccbb..847f0491eed0 100644
--- a/media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild
+++ b/media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.7 2003/09/11 01:17:47 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild,v 1.8 2004/01/14 21:31:16 rphillips Exp $
DESCRIPTION="CMT (computer music toolkit) Lasdpa library plugins"
HOMEPAGE="http://www.ladspa.org/"
@@ -13,10 +13,9 @@ SLOT="0"
S=${WORKDIR}/cmt/src
P=cmt_src
-A=${P}.tgz
src_unpack() {
- unpack "${A}"
+ unpack "${P}.tgz"
cd "${S}"
sed -e "/^CFLAGS/ s/-O3/${CFLAGS}/" \
-e 's|/usr/local/include||g' \
diff --git a/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild b/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild
index e1b6d39db74e..cd3c49f24ea7 100644
--- a/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild
+++ b/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.4 2003/09/11 01:17:47 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild,v 1.5 2004/01/14 21:31:16 rphillips Exp $
S=${WORKDIR}/cmt/src
P=cmt_src_${PV}
-A=${P}.tgz
DESCRIPTION="CMT (computer music toolkit) Lasdpa library plugins"
HOMEPAGE="http://www.ladspa.org/"
@@ -16,7 +15,7 @@ KEYWORDS="x86"
SLOT="0"
src_unpack() {
- unpack "${A}"
+ unpack "${P}.tgz"
cd "${S}"
sed -e "/^CFLAGS/ s/-O3/${CFLAGS}/" \
-e 's|/usr/local/include||g' \