diff options
author | 2002-09-23 20:15:07 +0000 | |
---|---|---|
committer | 2002-09-23 20:15:07 +0000 | |
commit | 7725dab427061ab140e05ddb7b19278ab5fca169 (patch) | |
tree | 13cfbd7306717093edec1e94dd7f3a474d62acb2 /net-libs | |
parent | Changed GPL to LGPL-2.1 in LICENSE (diff) | |
download | gentoo-2-7725dab427061ab140e05ddb7b19278ab5fca169.tar.gz gentoo-2-7725dab427061ab140e05ddb7b19278ab5fca169.tar.bz2 gentoo-2-7725dab427061ab140e05ddb7b19278ab5fca169.zip |
Changed GPL to LGPL-2.1 and GPL-2 in LICENSE
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libesmtp/libesmtp-0.8.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libesmtp/libesmtp-0.8.12.ebuild b/net-libs/libesmtp/libesmtp-0.8.12.ebuild index db3512e064bf..fea17d8d36f8 100644 --- a/net-libs/libesmtp/libesmtp-0.8.12.ebuild +++ b/net-libs/libesmtp/libesmtp-0.8.12.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-0.8.12.ebuild,v 1.6 2002/08/16 02:57:06 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-0.8.12.ebuild,v 1.7 2002/09/23 20:15:07 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="libESMTP is a library that implements the client side of the SMTP protocol" SRC_URI="http://www.stafford.uklinux.net/libesmtp/${P}.tar.bz2" -HOMEPAGE="http://www.stafford.uklinux.net/libesmtp/index.html" +HOMEPAGE="http://www.stafford.uklinux.net/libesmtp/" DEPEND=">=sys-devel/libtool-1.3.5-r2 ssl? ( >=dev-libs/openssl-0.9.6b )" SLOT="0" -LICENSE="GPL" +LICENSE="LGPL-2.1 GPL-2" KEYWORDS="x86 sparc sparc64" src_compile() { |