diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-06 15:42:56 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-06 15:42:56 +0000 |
commit | d8a73077f170c95823e571eb71fe401c40589fe1 (patch) | |
tree | ac27189d0aa61332c3d86a1f2865627815f1f225 /dev-haskell/project-template | |
parent | move to new SLOTs schema (diff) | |
download | gentoo-2-d8a73077f170c95823e571eb71fe401c40589fe1.tar.gz gentoo-2-d8a73077f170c95823e571eb71fe401c40589fe1.tar.bz2 gentoo-2-d8a73077f170c95823e571eb71fe401c40589fe1.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-haskell/project-template')
-rw-r--r-- | dev-haskell/project-template/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/project-template/metadata.xml | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/dev-haskell/project-template/ChangeLog b/dev-haskell/project-template/ChangeLog index c7b01c1ac5a8..df31a94d6ac9 100644 --- a/dev-haskell/project-template/ChangeLog +++ b/dev-haskell/project-template/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/project-template # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/project-template/ChangeLog,v 1.5 2015/01/10 18:01:23 mjo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/project-template/ChangeLog,v 1.6 2015/06/06 15:42:56 jlec Exp $ + + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 10 Jan 2015; Michael Orlitzky <mjo@gentoo.org> -project-template-0.1.3.ebuild: Remove unbuildable version, bug #514408. diff --git a/dev-haskell/project-template/metadata.xml b/dev-haskell/project-template/metadata.xml index e7a06d98a400..a518dac52e39 100644 --- a/dev-haskell/project-template/metadata.xml +++ b/dev-haskell/project-template/metadata.xml @@ -5,4 +5,7 @@ <longdescription> See initial blog post for explanation: <http://www.yesodweb.com/blog/2012/09/project-templates> </longdescription> + <upstream> + <remote-id type="github">fpco/haskell-ide</remote-id> + </upstream> </pkgmetadata> |