diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-06 09:47:33 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-06 09:47:33 +0000 |
commit | bb413d1bb65034dacc0e9aa7d04a9bab52ae95f3 (patch) | |
tree | 4afc3a566e235fa53faa147a64e8e53c99328609 /app-vim | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-bb413d1bb65034dacc0e9aa7d04a9bab52ae95f3.tar.gz gentoo-2-bb413d1bb65034dacc0e9aa7d04a9bab52ae95f3.tar.bz2 gentoo-2-bb413d1bb65034dacc0e9aa7d04a9bab52ae95f3.zip |
Add github to remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/tcomment/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/tcomment/metadata.xml | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-vim/tcomment/ChangeLog b/app-vim/tcomment/ChangeLog index 236e188714e2..ef607ddce0ac 100644 --- a/app-vim/tcomment/ChangeLog +++ b/app-vim/tcomment/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/tcomment # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/tcomment/ChangeLog,v 1.8 2015/03/06 23:04:28 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/tcomment/ChangeLog,v 1.9 2015/06/06 09:47:33 jlec Exp $ + + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 06 Mar 2015; Tim Harder <radhermit@gentoo.org> -tcomment-2.08.ebuild, -tcomment-2.09.ebuild, -tcomment-3.00.ebuild, -tcomment-3.01.ebuild, @@ -42,4 +45,3 @@ 26 Sep 2013; Tim Harder <radhermit@gentoo.org> +tcomment-2.08.ebuild, +metadata.xml: Initial import. - diff --git a/app-vim/tcomment/metadata.xml b/app-vim/tcomment/metadata.xml index 5fcb67350f69..14dde9048045 100644 --- a/app-vim/tcomment/metadata.xml +++ b/app-vim/tcomment/metadata.xml @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>vim</herd> + <herd>vim</herd> + <upstream> + <remote-id type="github">tomtom/tcomment_vim</remote-id> + </upstream> </pkgmetadata> |