diff options
author | 2004-12-29 00:48:22 +0000 | |
---|---|---|
committer | 2004-12-29 00:48:22 +0000 | |
commit | 743e5745d0363dc39c6143cb5216cff8b3496229 (patch) | |
tree | e02defeaaf37b2a44fe291cd3cb909b31ff3f7ef /app-vim/showmarks | |
parent | Change encoding to UTF-8 for GLEP 31 compliance (Manifest recommit) (diff) | |
download | gentoo-2-743e5745d0363dc39c6143cb5216cff8b3496229.tar.gz gentoo-2-743e5745d0363dc39c6143cb5216cff8b3496229.tar.bz2 gentoo-2-743e5745d0363dc39c6143cb5216cff8b3496229.zip |
Tidy up
Diffstat (limited to 'app-vim/showmarks')
-rw-r--r-- | app-vim/showmarks/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/showmarks/files/digest-showmarks-2.0 | 1 | ||||
-rw-r--r-- | app-vim/showmarks/files/digest-showmarks-2.1 | 1 | ||||
-rw-r--r-- | app-vim/showmarks/showmarks-2.0.ebuild | 12 | ||||
-rw-r--r-- | app-vim/showmarks/showmarks-2.1.ebuild | 12 |
5 files changed, 5 insertions, 27 deletions
diff --git a/app-vim/showmarks/ChangeLog b/app-vim/showmarks/ChangeLog index fd7c179060c0..d96fc15e5e73 100644 --- a/app-vim/showmarks/ChangeLog +++ b/app-vim/showmarks/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/showmarks # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/showmarks/ChangeLog,v 1.18 2004/12/28 21:08:22 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/showmarks/ChangeLog,v 1.19 2004/12/29 00:44:48 ciaranm Exp $ + + 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> -showmarks-2.0.ebuild, + -showmarks-2.1.ebuild: + Tidy up 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/app-vim/showmarks/files/digest-showmarks-2.0 b/app-vim/showmarks/files/digest-showmarks-2.0 deleted file mode 100644 index 3c12a6885791..000000000000 --- a/app-vim/showmarks/files/digest-showmarks-2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 ed7ffdeda4eea19b10480d0d4cfff416 showmarks-2.0.tar.bz2 6116 diff --git a/app-vim/showmarks/files/digest-showmarks-2.1 b/app-vim/showmarks/files/digest-showmarks-2.1 deleted file mode 100644 index edcd27f5ecc0..000000000000 --- a/app-vim/showmarks/files/digest-showmarks-2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 64fcff2a077aebef2ac81298b9afb339 showmarks-2.1.tar.bz2 7533 diff --git a/app-vim/showmarks/showmarks-2.0.ebuild b/app-vim/showmarks/showmarks-2.0.ebuild deleted file mode 100644 index d3265295d12d..000000000000 --- a/app-vim/showmarks/showmarks-2.0.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/showmarks/showmarks-2.0.ebuild,v 1.8 2004/07/14 13:45:02 agriffis Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: show location marks visually" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=152" - -LICENSE="public-domain" -KEYWORDS="alpha sparc x86 ia64 ~ppc amd64 ~mips" -IUSE="" diff --git a/app-vim/showmarks/showmarks-2.1.ebuild b/app-vim/showmarks/showmarks-2.1.ebuild deleted file mode 100644 index 288ddc447749..000000000000 --- a/app-vim/showmarks/showmarks-2.1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/showmarks/showmarks-2.1.ebuild,v 1.6 2004/09/05 22:32:31 kloeri Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: show location marks visually" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=152" - -LICENSE="public-domain" -KEYWORDS="alpha sparc x86 ~ia64 ~ppc amd64 mips" -IUSE="" |