diff options
author | 2015-06-06 12:07:39 +0200 | |
---|---|---|
committer | 2015-06-06 12:07:39 +0200 | |
commit | 51d766cddda35b744397497f5da9c90e8e04d79b (patch) | |
tree | 773e7e6a5d6c5a33a3dd40dc4aaa85f62c561659 /dev-cpp | |
parent | Merge remote-tracking branch 'github/master' (diff) | |
download | sci-51d766cddda35b744397497f5da9c90e8e04d79b.tar.gz sci-51d766cddda35b744397497f5da9c90e8e04d79b.tar.bz2 sci-51d766cddda35b744397497f5da9c90e8e04d79b.zip |
dev-cpp/icnc: Add github to remote-id in metadata.xml
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/icnc/ChangeLog | 3 | ||||
-rw-r--r-- | dev-cpp/icnc/metadata.xml | 11 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-cpp/icnc/ChangeLog b/dev-cpp/icnc/ChangeLog index 8de9e15ef..72d7f2105 100644 --- a/dev-cpp/icnc/ChangeLog +++ b/dev-cpp/icnc/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + dev-cpp/icnc: Add github to remote-id in metadata.xml + 08 Feb 2015; Christoph Junghans <ottxor@gentoo.org> icnc-9999.ebuild: fix bug #539318 diff --git a/dev-cpp/icnc/metadata.xml b/dev-cpp/icnc/metadata.xml index 745b9e1ce..c3e80bdd7 100644 --- a/dev-cpp/icnc/metadata.xml +++ b/dev-cpp/icnc/metadata.xml @@ -1,8 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>ottxor@gentoo.org</email> - <name>Christoph Junghans</name> - </maintainer> + <maintainer> + <email>ottxor@gentoo.org</email> + <name>Christoph Junghans</name> + </maintainer> + <upstream> + <remote-id type="github">icnc/icnc</remote-id> + </upstream> </pkgmetadata> |