diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-06 11:06:41 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-06 11:06:41 +0000 |
commit | 6e586d095de4620032c853520a1cc8dc0706e76a (patch) | |
tree | 8bcbf9ccae9367aa7c90fe7541b16e9912541e7f /dev-haskell/findbin | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-6e586d095de4620032c853520a1cc8dc0706e76a.tar.gz gentoo-2-6e586d095de4620032c853520a1cc8dc0706e76a.tar.bz2 gentoo-2-6e586d095de4620032c853520a1cc8dc0706e76a.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/findbin')
-rw-r--r-- | dev-haskell/findbin/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/findbin/metadata.xml | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-haskell/findbin/ChangeLog b/dev-haskell/findbin/ChangeLog index 849ba6f428b2..35e920e4f6a0 100644 --- a/dev-haskell/findbin/ChangeLog +++ b/dev-haskell/findbin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/findbin -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/findbin/ChangeLog,v 1.9 2014/07/25 08:58:16 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/findbin/ChangeLog,v 1.10 2015/06/06 11:06:41 jlec Exp $ + + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: Drop redundant '<maintainer>' field, leave only '<herd>'. diff --git a/dev-haskell/findbin/metadata.xml b/dev-haskell/findbin/metadata.xml index b5f6862a9f39..bebd737ccaff 100644 --- a/dev-haskell/findbin/metadata.xml +++ b/dev-haskell/findbin/metadata.xml @@ -5,7 +5,10 @@ <longdescription> This module locates the full directory to the running program, to allow the use of paths relative to it. - FindBin supports invocation of Haskell programs via "ghci", - via "runhaskell/runghc", as well as compiled as an executable. + FindBin supports invocation of Haskell programs via "ghci", + via "runhaskell/runghc", as well as compiled as an executable. </longdescription> + <upstream> + <remote-id type="github">audreyt/findbin</remote-id> + </upstream> </pkgmetadata> |