diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-vim/dbext | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-vim/dbext')
-rw-r--r-- | app-vim/dbext/Manifest | 2 | ||||
-rw-r--r-- | app-vim/dbext/dbext-20.0.ebuild | 14 | ||||
-rw-r--r-- | app-vim/dbext/dbext-21.0.ebuild | 14 | ||||
-rw-r--r-- | app-vim/dbext/metadata.xml | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/app-vim/dbext/Manifest b/app-vim/dbext/Manifest new file mode 100644 index 000000000000..85375d579057 --- /dev/null +++ b/app-vim/dbext/Manifest @@ -0,0 +1,2 @@ +DIST dbext-20.0.tar.bz2 97286 SHA256 e3f19c08db25067c6a21452864a3fa56e95a9100c417c4445d230780c29f2cab SHA512 88e7edb002255e26df7df8c58452b54ea2c460ec9061918577367a35eca95d472a46c61a76d22ccc2ac0a9d4723cf98e0ddc2491f6782ba8d62cbc6ed362276b WHIRLPOOL 0afa44ffe1b69d3dbbcf50b89c76ced4f1d394060278b00538474b99f1dafc09b00745baff08d5356893f2c3cfbe3b7ad0e443ae19fa6f77dd2e0d0e6638291b +DIST dbext-21.0.tar.bz2 97724 SHA256 0f8ef44c342ae324205fd8be8ac326f99e684a26312b17150ebac7b45fff7ac8 SHA512 00b3ce28628416051a471f3396b86e5bb6711388b095cb0e24fb1def6c18be2af77f7ab4e1fcbcf2c87b45e8e1518810636b99f0e2f2df4917d40f0584d205d5 WHIRLPOOL 0a0b0f7bbbc9c31c1016ef388de30352f69ea3a241846bf1e889ee16a1d7b46374d89de4d2c70802d20f75d65b0873b18fa04c411f3e6d8e865d6c10adaa031d diff --git a/app-vim/dbext/dbext-20.0.ebuild b/app-vim/dbext/dbext-20.0.ebuild new file mode 100644 index 000000000000..259747f75d12 --- /dev/null +++ b/app-vim/dbext/dbext-20.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: easy access to databases" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356" +LICENSE="GPL-2" +KEYWORDS="amd64 ~mips ~ppc x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/dbext/dbext-21.0.ebuild b/app-vim/dbext/dbext-21.0.ebuild new file mode 100644 index 000000000000..ebf04644b844 --- /dev/null +++ b/app-vim/dbext/dbext-21.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: easy access to databases" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~mips ~ppc ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/dbext/metadata.xml b/app-vim/dbext/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/dbext/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> |