diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 22:24:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 22:24:11 +0000 |
commit | 6934ca1650de36dac89e7f75515c5ab41854c246 (patch) | |
tree | 27da10006d9cfde70232e1e2f34a6886c53fc04f /media-sound | |
parent | Adding a fix for the 2.4 kNFSd security vulnerability, bug #62524. Also fixed... (diff) | |
download | historical-6934ca1650de36dac89e7f75515c5ab41854c246.tar.gz historical-6934ca1650de36dac89e7f75515c5ab41854c246.tar.bz2 historical-6934ca1650de36dac89e7f75515c5ab41854c246.zip |
LICENSE fix
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pd/Manifest | 6 | ||||
-rw-r--r-- | media-sound/pd/pd-0.37.1.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/pd/Manifest b/media-sound/pd/Manifest index 7116313bcf79..c29baf557985 100644 --- a/media-sound/pd/Manifest +++ b/media-sound/pd/Manifest @@ -1,7 +1,7 @@ -MD5 a61e32fb1d07485baa55c11f3a400060 pd-0.37.1.ebuild 1514 MD5 bcab32c0e4318f7cb61b80f1f7248130 ChangeLog 3077 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 -MD5 ad45c004132cff28b26df08ed85a8dbb files/pd-0.35.0-r2.patch 3689 +MD5 6b5c42053255c506accda674be0175b2 pd-0.37.1.ebuild 1521 MD5 3067c169bd141dd0850e7fa88fa72929 files/digest-pd-0.37.1 66 -MD5 8ab2508812cab6433d3dbd1e07bb21de files/pd-0.37.1-exp.patch 1652 +MD5 ad45c004132cff28b26df08ed85a8dbb files/pd-0.35.0-r2.patch 3689 MD5 76bf00a8a6cb89d34a3786f5bfe766cd files/pd-0.37.0-jack-fix.patch 721 +MD5 8ab2508812cab6433d3dbd1e07bb21de files/pd-0.37.1-exp.patch 1652 diff --git a/media-sound/pd/pd-0.37.1.ebuild b/media-sound/pd/pd-0.37.1.ebuild index 92dc8260452e..c742af71fa00 100644 --- a/media-sound/pd/pd-0.37.1.ebuild +++ b/media-sound/pd/pd-0.37.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pd/pd-0.37.1.ebuild,v 1.9 2004/06/25 00:16:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pd/pd-0.37.1.ebuild,v 1.10 2004/11/09 22:24:11 mr_bones_ Exp $ inherit eutils @@ -12,7 +12,7 @@ DESCRIPTION="real-time music and multimedia environment" HOMEPAGE="http://www-crca.ucsd.edu/~msp/software.html" SRC_URI="http://www-crca.ucsd.edu/~msp/Software/${MY_P}.src.tar.gz" -LICENSE="BSD | as-is" +LICENSE="|| ( BSD as-is )" SLOT="0" KEYWORDS="x86 ~ppc" IUSE="X alsa debug" |