diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-07-16 00:34:18 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-07-16 00:34:18 +0000 |
commit | f09bb5a24a53a3e4f6aceec0c39dc4ec9f6238dc (patch) | |
tree | 40de6015ca5f460989dda20a6a79d8576c0d7dfb /app-vim | |
parent | New ebuild. We'll be needing this for a few other app-vim plugins shortly. (M... (diff) | |
download | gentoo-2-f09bb5a24a53a3e4f6aceec0c39dc4ec9f6238dc.tar.gz gentoo-2-f09bb5a24a53a3e4f6aceec0c39dc4ec9f6238dc.tar.bz2 gentoo-2-f09bb5a24a53a3e4f6aceec0c39dc4ec9f6238dc.zip |
New ebuildy goodness
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/pushpop/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/pushpop/Manifest | 3 | ||||
-rw-r--r-- | app-vim/pushpop/files/digest-pushpop-2.4 | 1 | ||||
-rw-r--r-- | app-vim/pushpop/metadata.xml | 8 | ||||
-rw-r--r-- | app-vim/pushpop/pushpop-2.4.ebuild | 15 |
5 files changed, 37 insertions, 0 deletions
diff --git a/app-vim/pushpop/ChangeLog b/app-vim/pushpop/ChangeLog new file mode 100644 index 000000000000..70a37301c652 --- /dev/null +++ b/app-vim/pushpop/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-vim/pushpop +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/pushpop/ChangeLog,v 1.1 2004/07/16 00:34:18 ciaranm Exp $ + +*pushpop-2.4 (16 Jul 2004) + + 16 Jul 2004; Ciaran McCreesh <ciaranm@gentoo.org> +metadata.xml, + +pushpop-2.4.ebuild: + New ebuild + diff --git a/app-vim/pushpop/Manifest b/app-vim/pushpop/Manifest new file mode 100644 index 000000000000..9eb934202e05 --- /dev/null +++ b/app-vim/pushpop/Manifest @@ -0,0 +1,3 @@ +MD5 b6deb13fae9232065a4bdf92742fa9c4 metadata.xml 219 +MD5 6b8565dc694d32f85d5f09f2b367902b pushpop-2.4.ebuild 504 +MD5 88fed4e5f652fda52bc1dc66d9f38fb3 files/digest-pushpop-2.4 62 diff --git a/app-vim/pushpop/files/digest-pushpop-2.4 b/app-vim/pushpop/files/digest-pushpop-2.4 new file mode 100644 index 000000000000..3d2f76d699e0 --- /dev/null +++ b/app-vim/pushpop/files/digest-pushpop-2.4 @@ -0,0 +1 @@ +MD5 a6ada53336f9aadcc354eac24d366813 pushpop-2.4.tar.bz2 7365 diff --git a/app-vim/pushpop/metadata.xml b/app-vim/pushpop/metadata.xml new file mode 100644 index 000000000000..1acab19920d8 --- /dev/null +++ b/app-vim/pushpop/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>vim</herd> +<maintainer> + <email>ciaranm@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/app-vim/pushpop/pushpop-2.4.ebuild b/app-vim/pushpop/pushpop-2.4.ebuild new file mode 100644 index 000000000000..bc58b94c32cd --- /dev/null +++ b/app-vim/pushpop/pushpop-2.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/pushpop/pushpop-2.4.ebuild,v 1.1 2004/07/16 00:34:18 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: pushd / popd from the vim commandline" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=129" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~mips" +IUSE="" + +RDEPEND=">=app-vim/genutils-1.1 + >=app-vim/multvals-3.0 + >=app-vim/cmdalias-1.0" |