diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-11-25 19:28:39 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-11-25 19:28:39 +0000 |
commit | 361045564276e6cf7d827aedfd89e501d4fade3d (patch) | |
tree | f628fe378f255f41e2835be932ccfc370628332b /dev-libs/cryptlib | |
parent | marked ~x86 per bug 434488 (diff) | |
download | gentoo-2-361045564276e6cf7d827aedfd89e501d4fade3d.tar.gz gentoo-2-361045564276e6cf7d827aedfd89e501d4fade3d.tar.bz2 gentoo-2-361045564276e6cf7d827aedfd89e501d4fade3d.zip |
Update LICENSE: DB and OracleDB are identical, except for the different copyright holder. They have been unified in the "Sleepycat" license template, which is the name used by both OSI and SPDX. Bug 300426.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-libs/cryptlib')
-rw-r--r-- | dev-libs/cryptlib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/cryptlib/cryptlib-3.4.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-libs/cryptlib/ChangeLog b/dev-libs/cryptlib/ChangeLog index 9c104bbfb331..f70ce524407e 100644 --- a/dev-libs/cryptlib/ChangeLog +++ b/dev-libs/cryptlib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/cryptlib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/ChangeLog,v 1.32 2012/09/18 04:49:01 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/ChangeLog,v 1.33 2012/11/25 19:28:39 ulm Exp $ + + 25 Nov 2012; Ulrich Müller <ulm@gentoo.org> cryptlib-3.4.0.ebuild: + Update LICENSE: DB and OracleDB are identical, except for the different + copyright holder. They have been unified in the "Sleepycat" license + template, which is the name used by both OSI and SPDX. Bug 300426. 18 Sep 2012; Tim Harder <radhermit@gentoo.org> metadata.xml: Remove redundant maintainer from metadata. diff --git a/dev-libs/cryptlib/cryptlib-3.4.0.ebuild b/dev-libs/cryptlib/cryptlib-3.4.0.ebuild index 331b0c014213..1d5d543a97c8 100644 --- a/dev-libs/cryptlib/cryptlib-3.4.0.ebuild +++ b/dev-libs/cryptlib/cryptlib-3.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0.ebuild,v 1.6 2012/01/25 21:46:14 c1pher Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0.ebuild,v 1.7 2012/11/25 19:28:39 ulm Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -17,7 +17,7 @@ DOC_PREFIX="${PN}-${PV}" SRC_URI="ftp://ftp.franken.de/pub/crypt/cryptlib/cl${MY_PV}.zip doc? ( mirror://gentoo/${DOC_PREFIX}-manual.pdf.bz2 )" -LICENSE="DB" +LICENSE="Sleepycat" KEYWORDS="amd64 x86" SLOT="0" IUSE="doc ldap odbc python" |