summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-09-20 14:48:48 +0000
committerAli Polatel <hawking@gentoo.org>2008-09-20 14:48:48 +0000
commit856a05e3710ef348119990471e4195cdb11ccd7c (patch)
treedd8106daf2c01d2785329a9150828d65c245a45d /app-vim
parentVersion bump. Drop old. (diff)
downloadhistorical-856a05e3710ef348119990471e4195cdb11ccd7c.tar.gz
historical-856a05e3710ef348119990471e4195cdb11ccd7c.tar.bz2
historical-856a05e3710ef348119990471e4195cdb11ccd7c.zip
Version bump.
Package-Manager: portage--svn/cvs/Linux 2.6.26-gentoo x86_64
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/increment/ChangeLog9
-rw-r--r--app-vim/increment/Manifest14
-rw-r--r--app-vim/increment/increment-1.1.ebuild14
3 files changed, 34 insertions, 3 deletions
diff --git a/app-vim/increment/ChangeLog b/app-vim/increment/ChangeLog
index bf5c4fd57d93..3c96a25dba74 100644
--- a/app-vim/increment/ChangeLog
+++ b/app-vim/increment/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/increment
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.9 2007/02/22 00:03:11 peper Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.10 2008/09/20 14:48:48 hawking Exp $
+
+*increment-1.1 (20 Sep 2008)
+
+ 20 Sep 2008; Ali Polatel <hawking@gentoo.org> +increment-1.1.ebuild:
+ Version bump.
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/app-vim/increment/Manifest b/app-vim/increment/Manifest
index 3dd9cf348211..108090624a75 100644
--- a/app-vim/increment/Manifest
+++ b/app-vim/increment/Manifest
@@ -1,4 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
DIST increment-1.0.tar.bz2 2086 RMD160 fb810bfdba7c7b8ddd61a92e25e56a30d234e66b SHA1 5d20490acd57552481aed0c8c77a924f823ea185 SHA256 376b97de91961bab82ffe7e1a9c851eb97820d4ccedf873202b938d43bd0887c
+DIST increment-1.1.tar.bz2 3058 RMD160 916fda7c3c6876c3a2e8802f3b990d7a3aa9f903 SHA1 f2c0180dab1694aef7cc41bba4e83f2c0bdecbe5 SHA256 b8fc54ce0d8f3dd562849bc5f33814a0dad8896eb21af77d9e6e6493fe9a9d0f
EBUILD increment-1.0.ebuild 481 RMD160 60f0ce87b87cfede0cd30b6d6b965f3d34cb29ec SHA1 ed4a188c1c5c9254437d1a028b4e3078b06ee6db SHA256 d93db0aed30350eb4fafbeb37ebef52ab4a28bf7b7e373b5b45a777600cb94fc
-MISC ChangeLog 985 RMD160 e2a337b0904dbe10aeb72254569fc68645d48bab SHA1 2501774b43eac28864e72d87385344a2c544fc62 SHA256 d03ad93d2f1681aafb04f644d6c3ff5f9df56c16e51e3c2f5b3b5610296bf070
+EBUILD increment-1.1.ebuild 488 RMD160 ed63480a0d103f61509683ee5ebcb8ba83b22ff2 SHA1 0f7bd37b608e79ab5e8031a41081a578edcaaaaf SHA256 005cf00e1a1911c6e1438d67526324bfb548c7b8888fd5a2d44b91be3ba469cc
+MISC ChangeLog 1106 RMD160 dbdc80b0c9ea0091dc65d756a8d0fb9083babf93 SHA1 0848d66b19c3871c1456ba758db76ab0f42f0451 SHA256 408b938399585f7eb917987129f0e554cc31096630a88c7f5a70c7307ef61750
MISC metadata.xml 157 RMD160 adcd6494e1e562ab5e0bd090e114622782ac753a SHA1 22983b8e9ba3045d8ccbc2b14393423f7f05d2ee SHA256 106c8618581360c66c2b535fcb7a6cb9ff318f1bd8e6c8f40f2f2f2d54e6787a
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.9 (GNU/Linux)
+
+iEYEARECAAYFAkjVDVgACgkQQU4yORhF8iBQ/QCfUyEJp5l9N9wVB6spzbHyTgqM
+1PEAniiHYar5iT9TmDgqUxfO+G98rmtD
+=KSkQ
+-----END PGP SIGNATURE-----
diff --git a/app-vim/increment/increment-1.1.ebuild b/app-vim/increment/increment-1.1.ebuild
new file mode 100644
index 000000000000..7248f1eddd6b
--- /dev/null
+++ b/app-vim/increment/increment-1.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2008 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.1 2008/09/20 14:48:48 hawking 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"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+VIM_PLUGIN_HELPFILES="increment.txt"