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 D26871388F0 for ; Thu, 7 Feb 2013 21:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89797E0369; Thu, 7 Feb 2013 21:44:48 +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 11E38E0369 for ; Thu, 7 Feb 2013 21:44:47 +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 E223533E048 for ; Thu, 7 Feb 2013 21:44:46 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2178) id AB1712171D; Thu, 7 Feb 2013 21:44:45 +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 app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: texi2html-5.0-r1.ebuild ChangeLog X-VCS-Directories: app-text/texi2html X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130207214445.AB1712171D@flycatcher.gentoo.org> Date: Thu, 7 Feb 2013 21:44:45 +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: bf05b549-3674-48e0-9772-7bb580c301e5 X-Archives-Hash: e4d5814536645c5780017f9b0ffa69ac ulm 13/02/07 21:44:45 Modified: texi2html-5.0-r1.ebuild ChangeLog Log: Move Creative Commons licenses to shorter names. (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25) Revision Changes Path 1.16 app-text/texi2html/texi2html-5.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?r1=1.15&r2=1.16 Index: texi2html-5.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- texi2html-5.0-r1.ebuild 24 Sep 2012 14:30:37 -0000 1.15 +++ texi2html-5.0-r1.ebuild 7 Feb 2013 21:44:45 -0000 1.16 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.15 2012/09/24 14:30:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.16 2013/02/07 21:44:45 ulm Exp $ EAPI=4 @@ -8,7 +8,7 @@ HOMEPAGE="http://www.nongnu.org/texi2html/" SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2" -LICENSE="CCPL-ShareAlike-1.0 FDL-1.3 GPL-2" +LICENSE="CC-SA-1.0 FDL-1.3 GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="unicode" 1.71 app-text/texi2html/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.71&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.71&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?r1=1.70&r2=1.71 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- ChangeLog 24 Sep 2012 14:42:13 -0000 1.70 +++ ChangeLog 7 Feb 2013 21:44:45 -0000 1.71 @@ -1,6 +1,9 @@ # ChangeLog for app-text/texi2html -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.70 2012/09/24 14:42:13 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.71 2013/02/07 21:44:45 ulm Exp $ + + 07 Feb 2013; Ulrich Müller texi2html-5.0-r1.ebuild: + Move Creative Commons licenses to shorter names. 24 Sep 2012; Samuli Suominen -texi2html-1.78.ebuild, -texi2html-5.0.ebuild: