diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-12-07 21:54:09 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-12-07 21:54:09 +0000 |
commit | d4528f75926d257bba42803161a71ef23441e6b0 (patch) | |
tree | 20a65adc68d75168bf66daa0374898ad4255397d /app-vim/uptime | |
parent | Pull old versions. (diff) | |
download | gentoo-2-d4528f75926d257bba42803161a71ef23441e6b0.tar.gz gentoo-2-d4528f75926d257bba42803161a71ef23441e6b0.tar.bz2 gentoo-2-d4528f75926d257bba42803161a71ef23441e6b0.zip |
Stable on amd64.
(Portage version: 2.0.53)
Diffstat (limited to 'app-vim/uptime')
-rw-r--r-- | app-vim/uptime/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/uptime/uptime-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/uptime/ChangeLog b/app-vim/uptime/ChangeLog index 5795c98a78bd..25dcabfbd57f 100644 --- a/app-vim/uptime/ChangeLog +++ b/app-vim/uptime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/uptime # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/uptime/ChangeLog,v 1.14 2005/09/30 15:59:15 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/uptime/ChangeLog,v 1.15 2005/12/07 21:54:09 cryos Exp $ + + 07 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> uptime-1.3.ebuild: + Stable on amd64. 30 Sep 2005; Luis Medinas <metalgod@gentoo.org> uptime-1.3.ebuild: Added ~amd64 keywords. diff --git a/app-vim/uptime/uptime-1.3.ebuild b/app-vim/uptime/uptime-1.3.ebuild index e6ab7d556791..887d668cfad3 100644 --- a/app-vim/uptime/uptime-1.3.ebuild +++ b/app-vim/uptime/uptime-1.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/uptime/uptime-1.3.ebuild,v 1.11 2005/09/30 15:59:15 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/uptime/uptime-1.3.ebuild,v 1.12 2005/12/07 21:54:09 cryos Exp $ inherit vim-plugin DESCRIPTION="vim plugin: display vim uptimes" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=965" LICENSE="vim" -KEYWORDS="alpha ~amd64 ia64 mips ppc sparc x86" +KEYWORDS="alpha amd64 ia64 mips ppc sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="uptime" |