summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-07 07:51:59 +0000
committerJustin Lecher <jlec@gentoo.org>2015-06-07 07:51:59 +0000
commit3e435fae803222f2433305427c540c9169d95d64 (patch)
tree94f5cf06a81060ef37dcf80f89523df8cb050d2c /app-emacs/magit
parentAdd github to remote-id in metadata.xml (diff)
downloadgentoo-2-3e435fae803222f2433305427c540c9169d95d64.tar.gz
gentoo-2-3e435fae803222f2433305427c540c9169d95d64.tar.bz2
gentoo-2-3e435fae803222f2433305427c540c9169d95d64.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-emacs/magit')
-rw-r--r--app-emacs/magit/ChangeLog5
-rw-r--r--app-emacs/magit/metadata.xml13
2 files changed, 12 insertions, 6 deletions
diff --git a/app-emacs/magit/ChangeLog b/app-emacs/magit/ChangeLog
index 5002251306ba..62941d53a65b 100644
--- a/app-emacs/magit/ChangeLog
+++ b/app-emacs/magit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/magit
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/magit/ChangeLog,v 1.17 2015/05/20 21:09:32 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/magit/ChangeLog,v 1.18 2015/06/07 07:51:59 jlec Exp $
+
+ 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Add github to remote-id in metadata.xml
20 May 2015; Mikle Kolyada <zlogene@gentoo.org> magit-1.2.2.ebuild:
amd64/x86 stable wrt bug #549892
diff --git a/app-emacs/magit/metadata.xml b/app-emacs/magit/metadata.xml
index 154ec09c4e81..49c6dbaaa580 100644
--- a/app-emacs/magit/metadata.xml
+++ b/app-emacs/magit/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>emacs</herd>
-<longdescription>
+ <herd>emacs</herd>
+ <longdescription>
Magit is an interface to the version control system Git, implemented as an
extension to Emacs.
@@ -12,7 +12,10 @@
support for cherry picking, reverting, merging, rebasing, and other common
Git operations.
</longdescription>
-<use>
- <flag name='contrib'>Install user-contributed files</flag>
-</use>
+ <use>
+ <flag name="contrib">Install user-contributed files</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">magit/magit</remote-id>
+ </upstream>
</pkgmetadata>