diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-07 19:47:37 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-07 19:47:37 +0000 |
commit | 6f3c21138cef51241c89e82a8ed92bd06e186980 (patch) | |
tree | d4fc64ea26c14626e8c3f1b38e5d836cd5ddb390 /dev-ruby/shotgun | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-6f3c21138cef51241c89e82a8ed92bd06e186980.tar.gz gentoo-2-6f3c21138cef51241c89e82a8ed92bd06e186980.tar.bz2 gentoo-2-6f3c21138cef51241c89e82a8ed92bd06e186980.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 'dev-ruby/shotgun')
-rw-r--r-- | dev-ruby/shotgun/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/shotgun/metadata.xml | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-ruby/shotgun/ChangeLog b/dev-ruby/shotgun/ChangeLog index a9e96a2a44a6..6878d9cb7fb2 100644 --- a/dev-ruby/shotgun/ChangeLog +++ b/dev-ruby/shotgun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/shotgun # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/ChangeLog,v 1.13 2015/03/05 02:38:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/ChangeLog,v 1.14 2015/06/07 19:47:37 jlec Exp $ + + 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 05 Mar 2015; Patrick Lauer <patrick@gentoo.org> shotgun-0.9.1.ebuild: Whitespace diff --git a/dev-ruby/shotgun/metadata.xml b/dev-ruby/shotgun/metadata.xml index 852136183369..99c5701378f9 100644 --- a/dev-ruby/shotgun/metadata.xml +++ b/dev-ruby/shotgun/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>ruby</herd> + <herd>ruby</herd> + <upstream> + <remote-id type="github">rtomayko/shotgun</remote-id> + </upstream> </pkgmetadata> |