summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-07-16 00:34:18 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-07-16 00:34:18 +0000
commit7629de6776f43d859e0fb1225247994bab713eb8 (patch)
treecccee11e47eaff5cf246cf4740558a14153fdf30 /app-vim/pushpop
parentNew ebuild. We'll be needing this for a few other app-vim plugins shortly. (diff)
downloadhistorical-7629de6776f43d859e0fb1225247994bab713eb8.tar.gz
historical-7629de6776f43d859e0fb1225247994bab713eb8.tar.bz2
historical-7629de6776f43d859e0fb1225247994bab713eb8.zip
New ebuildy goodness
Diffstat (limited to 'app-vim/pushpop')
-rw-r--r--app-vim/pushpop/ChangeLog10
-rw-r--r--app-vim/pushpop/files/digest-pushpop-2.41
-rw-r--r--app-vim/pushpop/metadata.xml8
-rw-r--r--app-vim/pushpop/pushpop-2.4.ebuild15
4 files changed, 34 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/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"