diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-01-17 06:46:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-01-17 06:46:09 +0000 |
commit | 3935b49bba00b9d32636963b8222873009abd6de (patch) | |
tree | 7c1ca9eb8730935a50aafcd6081667952be2e239 /dev-libs/cryptlib | |
parent | Bump -5.9 development version (diff) | |
download | gentoo-2-3935b49bba00b9d32636963b8222873009abd6de.tar.gz gentoo-2-3935b49bba00b9d32636963b8222873009abd6de.tar.bz2 gentoo-2-3935b49bba00b9d32636963b8222873009abd6de.zip |
Fix LICENSE, bug 300426.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'dev-libs/cryptlib')
-rw-r--r-- | dev-libs/cryptlib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/cryptlib/cryptlib-3.3.2.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/cryptlib/cryptlib-3.3.3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-libs/cryptlib/ChangeLog b/dev-libs/cryptlib/ChangeLog index c6aa9d8c6e82..2bc2599128c4 100644 --- a/dev-libs/cryptlib/ChangeLog +++ b/dev-libs/cryptlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/cryptlib -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/ChangeLog,v 1.18 2009/12/31 16:20:45 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/ChangeLog,v 1.19 2010/01/17 06:46:09 ulm Exp $ + + 17 Jan 2010; Ulrich Mueller <ulm@gentoo.org> cryptlib-3.3.2.ebuild, + cryptlib-3.3.3.ebuild: + Fix LICENSE, bug 300426. 31 Dec 2009; Christian Faulhammer <fauli@gentoo.org> cryptlib-3.3.3.ebuild: diff --git a/dev-libs/cryptlib/cryptlib-3.3.2.ebuild b/dev-libs/cryptlib/cryptlib-3.3.2.ebuild index acf6a4cfcb51..ca893967beed 100644 --- a/dev-libs/cryptlib/cryptlib-3.3.2.ebuild +++ b/dev-libs/cryptlib/cryptlib-3.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.3.2.ebuild,v 1.1 2009/01/31 00:20:57 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.3.2.ebuild,v 1.2 2010/01/17 06:46:09 ulm Exp $ inherit eutils flag-o-matic multilib toolchain-funcs @@ -13,7 +13,7 @@ DOC_PREFIX="${PN}-3.3.2" SRC_URI="ftp://ftp.franken.de/pub/crypt/cryptlib/cl${MY_PV}.zip doc? ( mirror://gentoo/${DOC_PREFIX}-manual.pdf.bz2 )" -LICENSE="Sleepycat" +LICENSE="DB" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="doc ldap odbc" diff --git a/dev-libs/cryptlib/cryptlib-3.3.3.ebuild b/dev-libs/cryptlib/cryptlib-3.3.3.ebuild index 6e7dd59ee5cc..0516ded52db1 100644 --- a/dev-libs/cryptlib/cryptlib-3.3.3.ebuild +++ b/dev-libs/cryptlib/cryptlib-3.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.3.3.ebuild,v 1.3 2009/12/31 16:20:45 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.3.3.ebuild,v 1.4 2010/01/17 06:46:09 ulm Exp $ EAPI="2" DISTUTILS_DISABLE_PYTHON_DEPENDENCY="1" @@ -17,7 +17,7 @@ DOC_PREFIX="${PN}-3.3.3" SRC_URI="ftp://ftp.franken.de/pub/crypt/cryptlib/cl${MY_PV}.zip doc? ( mirror://gentoo/${DOC_PREFIX}-manual.pdf.bz2 )" -LICENSE="Sleepycat" +LICENSE="DB" KEYWORDS="amd64 x86" SLOT="0" IUSE="doc ldap odbc python" |