summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-07-12 16:29:26 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-07-12 16:29:26 +0000
commit7f94436ad2b4702f24a66930ed11272d04ec9872 (patch)
treecc26a75f3d279b869885292f660a6efb581fed03 /app-vim
parentAdded apache user creation as it's no longer in baselayout. Fixes bug 98755 (diff)
downloadgentoo-2-7f94436ad2b4702f24a66930ed11272d04ec9872.tar.gz
gentoo-2-7f94436ad2b4702f24a66930ed11272d04ec9872.tar.bz2
gentoo-2-7f94436ad2b4702f24a66930ed11272d04ec9872.zip
Removed silly restrict, fixes the SRC_URI problem - thanks ciaranm :)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/perl-support/Manifest12
-rw-r--r--app-vim/perl-support/perl-support-2.5.ebuild4
2 files changed, 2 insertions, 14 deletions
diff --git a/app-vim/perl-support/Manifest b/app-vim/perl-support/Manifest
index 8b00be32ce47..504406c52168 100644
--- a/app-vim/perl-support/Manifest
+++ b/app-vim/perl-support/Manifest
@@ -1,14 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 4a4d8b63d58b9dc3c8582d9ad4d45c6c ChangeLog 760
MD5 f9c07e93fd234c2f2dc46e7ed1ccdca3 metadata.xml 253
-MD5 af22f0d8c57f5b3eb876c6234ff3ec0f perl-support-2.5.ebuild 574
+MD5 3fa65ee28646e0ce846d19fb25649b8b perl-support-2.5.ebuild 517
MD5 f15ebd69c09087f435ceab5f330963a9 files/digest-perl-support-2.5 68
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFCwpFLtG5z4I8BtQoRAgZ+AJ0eDyUt1RXS9ViFx1zndqK2PWTzDACfaYcO
-uiTl8sZqo11EOEYWfYiZJ6Y=
-=jX91
------END PGP SIGNATURE-----
diff --git a/app-vim/perl-support/perl-support-2.5.ebuild b/app-vim/perl-support/perl-support-2.5.ebuild
index 676d99090fac..6e9a70348144 100644
--- a/app-vim/perl-support/perl-support-2.5.ebuild
+++ b/app-vim/perl-support/perl-support-2.5.ebuild
@@ -1,16 +1,14 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/perl-support-2.5.ebuild,v 1.3 2005/06/29 12:16:56 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/perl-support-2.5.ebuild,v 1.4 2005/07/12 16:29:26 mcummings Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: Perl-IDE - Write and run Perl scripts using menus and hotkeys"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=556"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="as-is"
KEYWORDS="~ppc ~sparc ~x86"
IUSE=""
-RESTRICT=nomirror
VIM_PLUGIN_HELPTEXT="This plugin provides a Perl IDE in vim."