diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 22:24:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 22:24:59 +0000 |
commit | 11f3507a68cd82eaa6055e6f3fe53e131f5215dc (patch) | |
tree | 89e87c97008af7f8805ececfd113a21742b11cff /media-fonts | |
parent | Adding a fix for the 2.4 kNFSd security vulnerability, bug #62524. Also fixed... (diff) | |
download | gentoo-2-11f3507a68cd82eaa6055e6f3fe53e131f5215dc.tar.gz gentoo-2-11f3507a68cd82eaa6055e6f3fe53e131f5215dc.tar.bz2 gentoo-2-11f3507a68cd82eaa6055e6f3fe53e131f5215dc.zip |
LICENSE fix
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/culmus/culmus-0.100-r1.ebuild | 4 | ||||
-rw-r--r-- | media-fonts/culmus/culmus-0.93-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-fonts/culmus/culmus-0.100-r1.ebuild b/media-fonts/culmus/culmus-0.100-r1.ebuild index 8f076ee5e5ca..5b9ff7cd10ea 100644 --- a/media-fonts/culmus/culmus-0.100-r1.ebuild +++ b/media-fonts/culmus/culmus-0.100-r1.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-fonts/culmus/culmus-0.100-r1.ebuild,v 1.4 2004/09/29 06:11:18 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.100-r1.ebuild,v 1.5 2004/11/09 22:20:24 mr_bones_ Exp $ DESCRIPTION="Hebrew Type1 fonts" SRC_URI="mirror://sourceforge/culmus/${P}.tar.gz @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/culmus/${P}.tar.gz HOMEPAGE="http://culmus.sourceforge.net/" KEYWORDS="x86 ppc ~amd64 alpha" SLOT="0" -LICENSE="GPL-2 | LICENSE-BITSTREAM" +LICENSE="|| ( GPL-2 LICENSE-BITSTREAM )" IUSE="" FONTPATH="/usr/share/fonts/${PN}" diff --git a/media-fonts/culmus/culmus-0.93-r1.ebuild b/media-fonts/culmus/culmus-0.93-r1.ebuild index d1b4d7d4c49a..e2d641afd59b 100644 --- a/media-fonts/culmus/culmus-0.93-r1.ebuild +++ b/media-fonts/culmus/culmus-0.93-r1.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-fonts/culmus/culmus-0.93-r1.ebuild,v 1.3 2004/06/24 22:27:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.93-r1.ebuild,v 1.4 2004/11/09 22:20:24 mr_bones_ Exp $ DESCRIPTION="Hebrew Type1 fonts" SRC_URI="mirror://sourceforge/culmus/${P}.tar.gz @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/culmus/${P}.tar.gz HOMEPAGE="http://culmus.sourceforge.net/" KEYWORDS="x86 ~ppc" SLOT="0" -LICENSE="GPL-2 | LICENSE-BITSTREAM" +LICENSE="|| ( GPL-2 LICENSE-BITSTREAM )" IUSE="" FONTPATH="/usr/share/fonts/${PN}" |