From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 53E551381F3 for ; Sun, 25 Nov 2012 19:28:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D00521C006; Sun, 25 Nov 2012 19:28:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A09AF21C006 for ; Sun, 25 Nov 2012 19:28:41 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9AA733D7A7 for ; Sun, 25 Nov 2012 19:28:40 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2178) id 7EB1420C65; Sun, 25 Nov 2012 19:28:39 +0000 (UTC) From: "Ulrich Mueller (ulm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ulm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/cryptlib: cryptlib-3.4.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cryptlib-3.4.0.ebuild ChangeLog X-VCS-Directories: dev-libs/cryptlib X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121125192839.7EB1420C65@flycatcher.gentoo.org> Date: Sun, 25 Nov 2012 19:28:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 31c3c250-0af4-466e-aeb2-815d6ce80fc6 X-Archives-Hash: bdc776fc5568d2c26f9e4e4884950ecf ulm 12/11/25 19:28:39 Modified: cryptlib-3.4.0.ebuild ChangeLog Log: 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) Revision Changes Path 1.7 dev-libs/cryptlib/cryptlib-3.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0.ebuild?r1=1.6&r2=1.7 Index: cryptlib-3.4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- cryptlib-3.4.0.ebuild 25 Jan 2012 21:46:14 -0000 1.6 +++ cryptlib-3.4.0.ebuild 25 Nov 2012 19:28:39 -0000 1.7 @@ -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 @@ 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" 1.33 dev-libs/cryptlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cryptlib/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cryptlib/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cryptlib/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 18 Sep 2012 04:49:01 -0000 1.32 +++ ChangeLog 25 Nov 2012 19:28:39 -0000 1.33 @@ -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 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 metadata.xml: Remove redundant maintainer from metadata.