diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:35:52 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:35:52 +0000 |
commit | 7aab957d1b7c8a7d33646b8f15baf9a9740d041c (patch) | |
tree | 5303a090ee4940fcda0e5ac3618027becfff082d /app-vim/increment | |
parent | Fix LICENSE, bug 445808. (diff) | |
download | gentoo-2-7aab957d1b7c8a7d33646b8f15baf9a9740d041c.tar.gz gentoo-2-7aab957d1b7c8a7d33646b8f15baf9a9740d041c.tar.bz2 gentoo-2-7aab957d1b7c8a7d33646b8f15baf9a9740d041c.zip |
Fix LICENSE, bug 445808.
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-vim/increment')
-rw-r--r-- | app-vim/increment/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/increment/increment-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/increment/ChangeLog b/app-vim/increment/ChangeLog index ef51a8662e3c..31d73a1db812 100644 --- a/app-vim/increment/ChangeLog +++ b/app-vim/increment/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/increment -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.15 2011/01/07 23:04:34 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.16 2012/12/07 18:35:52 ulm Exp $ + + 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> increment-1.1.ebuild: + Fix LICENSE, bug 445808. 07 Jan 2011; Tim Harder <radhermit@gentoo.org> -increment-1.0.ebuild: Remove old diff --git a/app-vim/increment/increment-1.1.ebuild b/app-vim/increment/increment-1.1.ebuild index bbd59b922e2b..b7a0b2f88133 100644 --- a/app-vim/increment/increment-1.1.ebuild +++ b/app-vim/increment/increment-1.1.ebuild @@ -1,13 +1,13 @@ -# 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/increment/increment-1.1.ebuild,v 1.5 2011/01/07 22:46:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/increment-1.1.ebuild,v 1.6 2012/12/07 18:35:52 ulm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: easily create sequences of incremented values" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=842" -LICENSE="as-is" +LICENSE="vim.org" KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="" |