diff options
author | 2015-06-05 12:34:11 +0000 | |
---|---|---|
committer | 2015-06-05 12:34:11 +0000 | |
commit | 8526960576d9971d50e34df7769c667721699852 (patch) | |
tree | 8e9c85dacb7ecb6248205a558a6786b62598dccd | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-8526960576d9971d50e34df7769c667721699852.tar.gz gentoo-2-8526960576d9971d50e34df7769c667721699852.tar.bz2 gentoo-2-8526960576d9971d50e34df7769c667721699852.zip |
Add github to remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
-rw-r--r-- | app-emacs/outline-magic/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/outline-magic/metadata.xml | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-emacs/outline-magic/ChangeLog b/app-emacs/outline-magic/ChangeLog index f01dc24354a3..5f92ceb7e3c1 100644 --- a/app-emacs/outline-magic/ChangeLog +++ b/app-emacs/outline-magic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/outline-magic -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/outline-magic/ChangeLog,v 1.5 2014/02/20 00:09:53 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/outline-magic/ChangeLog,v 1.6 2015/06/05 12:34:11 jlec Exp $ + + 05 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 20 Feb 2014; Ulrich Müller <ulm@gentoo.org> outline-magic-0.9.ebuild: Update ebuild to EAPI 5. Update HOMEPAGE. Specify LICENSE more precisely. @@ -22,4 +25,3 @@ +outline-magic-0.9.ebuild: initial commit, taken from Emacs overlay, provided by flameeyes, massaged by ulm - diff --git a/app-emacs/outline-magic/metadata.xml b/app-emacs/outline-magic/metadata.xml index bc306fe58224..28daf98464e2 100644 --- a/app-emacs/outline-magic/metadata.xml +++ b/app-emacs/outline-magic/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">tj64/outline-magic</remote-id> + </upstream> </pkgmetadata> |