summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-08-03 15:36:22 +0000
committerUlrich Müller <ulm@gentoo.org>2008-08-03 15:36:22 +0000
commit7bce854e11ff3fcf0e1b93e3a4ebf17381574f24 (patch)
treea50e9b3c1bcfd17e706871e64e6b00535df9821b /app-vim
parentAdd USE flag description to metadata wrt GLEP 56. (diff)
downloadgentoo-2-7bce854e11ff3fcf0e1b93e3a4ebf17381574f24.tar.gz
gentoo-2-7bce854e11ff3fcf0e1b93e3a4ebf17381574f24.tar.bz2
gentoo-2-7bce854e11ff3fcf0e1b93e3a4ebf17381574f24.zip
Add USE flag description to metadata wrt GLEP 56.
(Portage version: 2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vcscommand/ChangeLog5
-rw-r--r--app-vim/vcscommand/metadata.xml17
2 files changed, 14 insertions, 8 deletions
diff --git a/app-vim/vcscommand/ChangeLog b/app-vim/vcscommand/ChangeLog
index 35c7e5a7369f..d0c545a25360 100644
--- a/app-vim/vcscommand/ChangeLog
+++ b/app-vim/vcscommand/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/vcscommand
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.3 2008/06/20 13:12:16 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.4 2008/08/03 15:36:22 ulm Exp $
+
+ 03 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
+ Add USE flag description to metadata wrt GLEP 56.
*vcscommand-0.1_beta26 (20 Jun 2008)
diff --git a/app-vim/vcscommand/metadata.xml b/app-vim/vcscommand/metadata.xml
index 66715dd9dc8f..493992063513 100644
--- a/app-vim/vcscommand/metadata.xml
+++ b/app-vim/vcscommand/metadata.xml
@@ -1,11 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>vim</herd>
- <longdescription lang="en">
- VIM 7 plugin useful for manipulating files controlled by CVS, SVN and
- SVK within VIM, including committing changes and performings diffs using
- the vimdiff system.
- </longdescription>
+<herd>vim</herd>
+<longdescription lang="en">
+ VIM 7 plugin useful for manipulating files controlled by CVS, SVN and
+ SVK within VIM, including committing changes and performings diffs using
+ the vimdiff system.
+</longdescription>
+<use>
+ <flag name='git'>Enable support for <pkg>dev-util/git</pkg></flag>
+ <flag name='svk'>Enable support for <pkg>dev-util/svk</pkg></flag>
+</use>
</pkgmetadata>
-