diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-22 08:16:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-22 08:16:16 +0000 |
commit | b8b79418b7eeb98836402868aafad2647d5b9258 (patch) | |
tree | 6f34fee7e8334697e64e19ddf5a24254bf6b6ce5 /app-vim/cctree | |
parent | Fix LICENSE, bug 448064. (diff) | |
download | gentoo-2-b8b79418b7eeb98836402868aafad2647d5b9258.tar.gz gentoo-2-b8b79418b7eeb98836402868aafad2647d5b9258.tar.bz2 gentoo-2-b8b79418b7eeb98836402868aafad2647d5b9258.zip |
Fix LICENSE, bug 448064.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-vim/cctree')
-rw-r--r-- | app-vim/cctree/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/cctree/cctree-1.60.ebuild | 6 | ||||
-rw-r--r-- | app-vim/cctree/cctree-1.61.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-vim/cctree/ChangeLog b/app-vim/cctree/ChangeLog index cd67e11aee3f..ca0168ece820 100644 --- a/app-vim/cctree/ChangeLog +++ b/app-vim/cctree/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/cctree # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cctree/ChangeLog,v 1.6 2012/08/07 00:11:26 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cctree/ChangeLog,v 1.7 2012/12/22 08:16:16 ulm Exp $ + + 22 Dec 2012; Ulrich Müller <ulm@gentoo.org> cctree-1.60.ebuild, + cctree-1.61.ebuild: + Fix LICENSE, bug 448064. *cctree-1.61 (07 Aug 2012) diff --git a/app-vim/cctree/cctree-1.60.ebuild b/app-vim/cctree/cctree-1.60.ebuild index 0b92e9d0af69..0ed6b5c25504 100644 --- a/app-vim/cctree/cctree-1.60.ebuild +++ b/app-vim/cctree/cctree-1.60.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cctree/cctree-1.60.ebuild,v 1.1 2011/07/15 18:48:09 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cctree/cctree-1.60.ebuild,v 1.2 2012/12/22 08:16:16 ulm Exp $ EAPI=4 @@ -10,7 +10,7 @@ MY_PN="CCTree" DESCRIPTION="vim plugin: Cscope based source-code browser and code flow analysis tool" HOMEPAGE="http://sites.google.com/site/vimcctree/" SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" -LICENSE="as-is" +LICENSE="bufexplorer.vim" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/app-vim/cctree/cctree-1.61.ebuild b/app-vim/cctree/cctree-1.61.ebuild index ab8493f47e11..fcf912f9e864 100644 --- a/app-vim/cctree/cctree-1.61.ebuild +++ b/app-vim/cctree/cctree-1.61.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/app-vim/cctree/cctree-1.61.ebuild,v 1.1 2012/08/07 00:11:26 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cctree/cctree-1.61.ebuild,v 1.2 2012/12/22 08:16:16 ulm Exp $ EAPI=4 @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: Cscope based source-code browser and code flow analysis tool" HOMEPAGE="http://sites.google.com/site/vimcctree/" -LICENSE="as-is" +LICENSE="bufexplorer.vim" KEYWORDS="~amd64 ~x86" IUSE="" |