public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Raul Porcel (armin76)" <armin76@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/markdown: markdown-2.0.2.ebuild markdown-2.0.3.ebuild ChangeLog
Date: Tue, 03 Nov 2009 18:31:58 +0000	[thread overview]
Message-ID: <E1N5OAg-00084A-1N@stork.gentoo.org> (raw)

armin76     09/11/03 18:31:58

  Modified:             markdown-2.0.2.ebuild markdown-2.0.3.ebuild
                        ChangeLog
  Log:
  Add ~ia64/~sparc wrt #285153
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.5                  dev-python/markdown/markdown-2.0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/markdown/markdown-2.0.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/markdown/markdown-2.0.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/markdown/markdown-2.0.2.ebuild?r1=1.4&r2=1.5

Index: markdown-2.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- markdown-2.0.2.ebuild	7 Oct 2009 11:53:35 -0000	1.4
+++ markdown-2.0.2.ebuild	3 Nov 2009 18:31:57 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.0.2.ebuild,v 1.4 2009/10/07 11:53:35 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.0.2.ebuild,v 1.5 2009/11/03 18:31:57 armin76 Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -16,7 +16,7 @@
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86 ~ppc ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~ppc-macos ~x86-macos"
 IUSE="pygments"
 
 DEPEND=""



1.2                  dev-python/markdown/markdown-2.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/markdown/markdown-2.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/markdown/markdown-2.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/markdown/markdown-2.0.3.ebuild?r1=1.1&r2=1.2

Index: markdown-2.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- markdown-2.0.3.ebuild	8 Oct 2009 21:28:51 -0000	1.1
+++ markdown-2.0.3.ebuild	3 Nov 2009 18:31:57 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.0.3.ebuild,v 1.1 2009/10/08 21:28:51 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.0.3.ebuild,v 1.2 2009/11/03 18:31:57 armin76 Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -16,7 +16,7 @@
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~ppc-macos ~x86-macos"
 IUSE="pygments"
 
 DEPEND=""



1.10                 dev-python/markdown/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/markdown/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/markdown/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/markdown/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/markdown/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	8 Oct 2009 21:28:51 -0000	1.9
+++ ChangeLog	3 Nov 2009 18:31:57 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/markdown
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/ChangeLog,v 1.9 2009/10/08 21:28:51 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/ChangeLog,v 1.10 2009/11/03 18:31:57 armin76 Exp $
+
+  03 Nov 2009; Raúl Porcel <armin76@gentoo.org> markdown-2.0.2.ebuild,
+  markdown-2.0.3.ebuild:
+  Add ~ia64/~sparc wrt #285153
 
 *markdown-2.0.3 (08 Oct 2009)
 






                 reply	other threads:[~2009-11-03 18:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1N5OAg-00084A-1N@stork.gentoo.org \
    --to=armin76@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox