diff options
author | 2015-06-05 12:30:34 +0000 | |
---|---|---|
committer | 2015-06-05 12:30:34 +0000 | |
commit | adcca58925d46925ac27428629e5a840d168d960 (patch) | |
tree | 50ee184c7d97feb1975170f64d90ae2a78e12339 /app-emacs | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-adcca58925d46925ac27428629e5a840d168d960.tar.gz gentoo-2-adcca58925d46925ac27428629e5a840d168d960.tar.bz2 gentoo-2-adcca58925d46925ac27428629e5a840d168d960.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')
-rw-r--r-- | app-emacs/multiple-cursors/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/multiple-cursors/metadata.xml | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-emacs/multiple-cursors/ChangeLog b/app-emacs/multiple-cursors/ChangeLog index e8b4af2c044b..3dbbe38d640b 100644 --- a/app-emacs/multiple-cursors/ChangeLog +++ b/app-emacs/multiple-cursors/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/multiple-cursors -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/multiple-cursors/ChangeLog,v 1.2 2014/11/15 10:05:22 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/multiple-cursors/ChangeLog,v 1.3 2015/06/05 12:30:34 jlec Exp $ + + 05 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 15 Nov 2014; Ulrich Müller <ulm@gentoo.org> files/50multiple-cursors-gentoo.el: @@ -12,4 +15,3 @@ +files/50multiple-cursors-gentoo.el, +metadata.xml: Initial import, from Emacs overlay. Ebuild contributed by <yakor.spb@gmail.com>, with modifications by me. Bug 463584. - diff --git a/app-emacs/multiple-cursors/metadata.xml b/app-emacs/multiple-cursors/metadata.xml index bc306fe58224..3e9ea035a48e 100644 --- a/app-emacs/multiple-cursors/metadata.xml +++ b/app-emacs/multiple-cursors/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>emacs</herd> + <herd>emacs</herd> + <upstream> + <remote-id type="github">magnars/multiple-cursors.el</remote-id> + </upstream> </pkgmetadata> |