* [gentoo-commits] gentoo-x86 commit in dev-haskell/highlighting-kate: metadata.xml ChangeLog
@ 2014-07-25 8:58 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-07-25 8:58 UTC (permalink / raw
To: gentoo-commits
slyfox 14/07/25 08:58:48
Modified: metadata.xml ChangeLog
Log:
Drop redundant '<maintainer>' field, leave only '<herd>'.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.3 dev-haskell/highlighting-kate/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/metadata.xml?r1=1.2&r2=1.3
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml 10 Mar 2012 17:46:31 -0000 1.2
+++ metadata.xml 25 Jul 2014 08:58:48 -0000 1.3
@@ -2,9 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
- <maintainer>
- <email>haskell@gentoo.org</email>
- </maintainer>
<longdescription>
highlighting-kate is a syntax highlighting library
with support for nearly one hundred languages. The syntax
1.18 dev-haskell/highlighting-kate/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 2 Jul 2014 14:50:23 -0000 1.17
+++ ChangeLog 25 Jul 2014 08:58:48 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/highlighting-kate
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.17 2014/07/02 14:50:23 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.18 2014/07/25 08:58:48 slyfox Exp $
+
+ 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml:
+ Drop redundant '<maintainer>' field, leave only '<herd>'.
*highlighting-kate-0.5.8.3 (02 Jul 2014)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/highlighting-kate: metadata.xml ChangeLog
@ 2015-06-06 11:24 Justin Lecher (jlec)
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2015-06-06 11:24 UTC (permalink / raw
To: gentoo-commits
jlec 15/06/06 11:24:55
Modified: metadata.xml ChangeLog
Log:
Add github to remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path
1.4 dev-haskell/highlighting-kate/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/metadata.xml?r1=1.3&r2=1.4
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml 25 Jul 2014 08:58:48 -0000 1.3
+++ metadata.xml 6 Jun 2015 11:24:55 -0000 1.4
@@ -12,8 +12,11 @@
with a utility for generating new parsers from Kate
XML syntax descriptions.
</longdescription>
-<use>
- <flag name='executable'>Build the Highlight executable.</flag>
- <flag name='pcre-light'>Use the pcre-light library instead of regex-pcre-builtin.</flag>
-</use>
+ <use>
+ <flag name="executable">Build the Highlight executable.</flag>
+ <flag name="pcre-light">Use the pcre-light library instead of regex-pcre-builtin.</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">jgm/highlighting-kate</remote-id>
+ </upstream>
</pkgmetadata>
1.22 dev-haskell/highlighting-kate/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 4 Apr 2015 06:36:10 -0000 1.21
+++ ChangeLog 6 Jun 2015 11:24:55 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/highlighting-kate
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.21 2015/04/04 06:36:10 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.22 2015/06/06 11:24:55 jlec Exp $
+
+ 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Add github to remote-id in metadata.xml
*highlighting-kate-0.5.14 (04 Apr 2015)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-06 11:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-06 11:24 [gentoo-commits] gentoo-x86 commit in dev-haskell/highlighting-kate: metadata.xml ChangeLog Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2014-07-25 8:58 Sergei Trofimovich (slyfox)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox