diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-12-11 15:34:41 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-12-11 15:34:41 +0000 |
commit | 24e906c832232a3ba993af1168cf063c8671bc7a (patch) | |
tree | b3c75571c593ac7443ec922d6a7af4f16d015da0 /app-vim | |
parent | alpha/ia64/m68k/s390/sh/sparc stable wrt #391505 (diff) | |
download | historical-24e906c832232a3ba993af1168cf063c8671bc7a.tar.gz historical-24e906c832232a3ba993af1168cf063c8671bc7a.tar.bz2 historical-24e906c832232a3ba993af1168cf063c8671bc7a.zip |
Drop alpha/ia64/sparc keywords
Package-Manager: portage-2.1.10.38/cvs/Linux ia64
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/dbext/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/dbext/dbext-12.00.ebuild | 6 | ||||
-rw-r--r-- | app-vim/dbext/dbext-13.00.ebuild | 4 | ||||
-rw-r--r-- | app-vim/vcscommand/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/vcscommand/vcscommand-1.99.42.ebuild | 4 | ||||
-rw-r--r-- | app-vim/vcscommand/vcscommand-1.99.43.ebuild | 4 | ||||
-rw-r--r-- | app-vim/vcscommand/vcscommand-1.99.44.ebuild | 4 | ||||
-rw-r--r-- | app-vim/vcscommand/vcscommand-1.99.45.ebuild | 4 |
8 files changed, 24 insertions, 15 deletions
diff --git a/app-vim/dbext/ChangeLog b/app-vim/dbext/ChangeLog index d3cb500d6938..4153f9e74f0c 100644 --- a/app-vim/dbext/ChangeLog +++ b/app-vim/dbext/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/dbext # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/ChangeLog,v 1.23 2011/06/25 10:20:26 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/ChangeLog,v 1.24 2011/12/11 15:33:38 armin76 Exp $ + + 11 Dec 2011; Raúl Porcel <armin76@gentoo.org> dbext-12.00.ebuild, + dbext-13.00.ebuild: + Drop alpha/ia64/sparc keywords *dbext-13.00 (25 Jun 2011) diff --git a/app-vim/dbext/dbext-12.00.ebuild b/app-vim/dbext/dbext-12.00.ebuild index 6987b2d44574..214fcbe1572d 100644 --- a/app-vim/dbext/dbext-12.00.ebuild +++ b/app-vim/dbext/dbext-12.00.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-12.00.ebuild,v 1.4 2010/11/14 17:09:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-12.00.ebuild,v 1.5 2011/12/11 15:33:38 armin76 Exp $ EAPI=3 @@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: easy access to databases" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13339 -> ${P}.zip" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ~mips ~ppc sparc x86" +KEYWORDS="amd64 ~mips ~ppc x86" IUSE="" VIM_PLUGIN_HELPFILES="dbext" diff --git a/app-vim/dbext/dbext-13.00.ebuild b/app-vim/dbext/dbext-13.00.ebuild index e7825af23e2a..f100bc5f471f 100644 --- a/app-vim/dbext/dbext-13.00.ebuild +++ b/app-vim/dbext/dbext-13.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-13.00.ebuild,v 1.1 2011/06/25 10:20:26 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-13.00.ebuild,v 1.2 2011/12/11 15:33:38 armin76 Exp $ EAPI=4 @@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: easy access to databases" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15864 -> ${P}.zip" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~mips ~ppc ~x86" IUSE="" VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/vcscommand/ChangeLog b/app-vim/vcscommand/ChangeLog index 97d6850bcdd6..4a7c47709320 100644 --- a/app-vim/vcscommand/ChangeLog +++ b/app-vim/vcscommand/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/vcscommand # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.23 2011/10/24 03:23:31 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.24 2011/12/11 15:34:41 armin76 Exp $ + + 11 Dec 2011; Raúl Porcel <armin76@gentoo.org> vcscommand-1.99.42.ebuild, + vcscommand-1.99.43.ebuild, vcscommand-1.99.44.ebuild, + vcscommand-1.99.45.ebuild: + Drop alpha/ia64/sparc keywords 24 Oct 2011; Tim Harder <radhermit@gentoo.org> -vcscommand-1.99.37.ebuild: Remove old. diff --git a/app-vim/vcscommand/vcscommand-1.99.42.ebuild b/app-vim/vcscommand/vcscommand-1.99.42.ebuild index dbbfb5c0ee18..8f97cfefd712 100644 --- a/app-vim/vcscommand/vcscommand-1.99.42.ebuild +++ b/app-vim/vcscommand/vcscommand-1.99.42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.42.ebuild,v 1.9 2011/03/22 20:52:02 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.42.ebuild,v 1.10 2011/12/11 15:34:41 armin76 Exp $ EAPI=3 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13751 -> ${P}.zip" LICENSE="public-domain" -KEYWORDS="alpha amd64 ~hppa ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" RDEPEND="!app-vim/cvscommand" diff --git a/app-vim/vcscommand/vcscommand-1.99.43.ebuild b/app-vim/vcscommand/vcscommand-1.99.43.ebuild index 304ebe1ce2a8..60499a59f9f7 100644 --- a/app-vim/vcscommand/vcscommand-1.99.43.ebuild +++ b/app-vim/vcscommand/vcscommand-1.99.43.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.43.ebuild,v 1.1 2011/06/25 10:05:41 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.43.ebuild,v 1.2 2011/12/11 15:34:41 armin76 Exp $ EAPI=4 @@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15797 -> ${P}.zip" LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" RDEPEND="!app-vim/cvscommand" diff --git a/app-vim/vcscommand/vcscommand-1.99.44.ebuild b/app-vim/vcscommand/vcscommand-1.99.44.ebuild index e5b8fc42e279..eeccb90297af 100644 --- a/app-vim/vcscommand/vcscommand-1.99.44.ebuild +++ b/app-vim/vcscommand/vcscommand-1.99.44.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.44.ebuild,v 1.1 2011/10/10 08:26:23 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.44.ebuild,v 1.2 2011/12/11 15:34:41 armin76 Exp $ EAPI=4 @@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" RDEPEND="!app-vim/cvscommand" diff --git a/app-vim/vcscommand/vcscommand-1.99.45.ebuild b/app-vim/vcscommand/vcscommand-1.99.45.ebuild index c3db3bcfd404..6f3dbdb7665a 100644 --- a/app-vim/vcscommand/vcscommand-1.99.45.ebuild +++ b/app-vim/vcscommand/vcscommand-1.99.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.45.ebuild,v 1.1 2011/10/24 03:22:35 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.45.ebuild,v 1.2 2011/12/11 15:34:41 armin76 Exp $ EAPI=4 @@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" RDEPEND="!app-vim/cvscommand" |