diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 22:28:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 22:28:42 +0000 |
commit | d040dcda78c83f37ff36e00c429c277693805906 (patch) | |
tree | 2baf45610147500d53657d0787cc179247b71c44 /net-libs | |
parent | LICENSE fix (diff) | |
download | historical-d040dcda78c83f37ff36e00c429c277693805906.tar.gz historical-d040dcda78c83f37ff36e00c429c277693805906.tar.bz2 historical-d040dcda78c83f37ff36e00c429c277693805906.zip |
LICENSE fix
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gnutls/gnutls-1.0.14.ebuild | 4 | ||||
-rw-r--r-- | net-libs/gnutls/gnutls-1.0.17.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libical-moz/libical-moz-0.23.ebuild | 10 |
3 files changed, 7 insertions, 11 deletions
diff --git a/net-libs/gnutls/gnutls-1.0.14.ebuild b/net-libs/gnutls/gnutls-1.0.14.ebuild index c25d6ebfc25e..caed8cf647e4 100644 --- a/net-libs/gnutls/gnutls-1.0.14.ebuild +++ b/net-libs/gnutls/gnutls-1.0.14.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/net-libs/gnutls/gnutls-1.0.14.ebuild,v 1.5 2004/07/24 04:43:44 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-1.0.14.ebuild,v 1.6 2004/11/09 22:26:53 mr_bones_ Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnutls.org/" SRC_URI="ftp://ftp.gnutls.org/pub/gnutls/${P}.tar.bz2" IUSE="zlib doc crypt" -LICENSE="LGPL-2.1 | GPL-2" +LICENSE="|| ( LGPL-2.1 GPL-2 )" # GPL-2 for the gnutls-extras library and LGPL for the gnutls library. SLOT="0" diff --git a/net-libs/gnutls/gnutls-1.0.17.ebuild b/net-libs/gnutls/gnutls-1.0.17.ebuild index 94504fa2d722..d46cb065cf7e 100644 --- a/net-libs/gnutls/gnutls-1.0.17.ebuild +++ b/net-libs/gnutls/gnutls-1.0.17.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/net-libs/gnutls/gnutls-1.0.17.ebuild,v 1.13 2004/11/05 00:39:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-1.0.17.ebuild,v 1.14 2004/11/09 22:26:53 mr_bones_ Exp $ inherit eutils gnuconfig @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnutls.org/" SRC_URI="ftp://ftp.gnutls.org/pub/gnutls/${P}.tar.bz2" # GPL-2 for the gnutls-extras library and LGPL for the gnutls library. -LICENSE="LGPL-2.1 | GPL-2" +LICENSE="|| ( LGPL-2.1 GPL-2 )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" IUSE="zlib doc crypt" diff --git a/net-libs/libical-moz/libical-moz-0.23.ebuild b/net-libs/libical-moz/libical-moz-0.23.ebuild index 749c3aebcfa8..8847f35272d6 100644 --- a/net-libs/libical-moz/libical-moz-0.23.ebuild +++ b/net-libs/libical-moz/libical-moz-0.23.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/net-libs/libical-moz/libical-moz-0.23.ebuild,v 1.12 2004/07/15 00:54:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libical-moz/libical-moz-0.23.ebuild,v 1.13 2004/11/09 22:28:42 mr_bones_ Exp $ S=${WORKDIR}/libical-0.23-moz DESCRIPTION="libical is used by the mozilla calendar component" @@ -9,22 +9,18 @@ HOMEPAGE="http://www.mozilla.org/projects/calendar/installation.html" DEPEND="virtual/libc" +LICENSE="|| ( MPL-1.1 LGPL-2 )" SLOT="0" -LICENSE="MPL-1.1 | LGPL-2" KEYWORDS="x86 sparc alpha" IUSE="" src_compile() { - cd ${S} ./autogen.sh --prefix=/usr --disable-python-bindings || die emake || die - } -src_install () { - +src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog LICENSE NEWS README TEST THANKS TODO } |