public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/devhelp: ChangeLog devhelp-3.6.1-r1.ebuild devhelp-3.8.1.ebuild
Date: Tue, 27 Aug 2013 22:25:37 +0000 (UTC)	[thread overview]
Message-ID: <20130827222537.DBBBA2004C@flycatcher.gentoo.org> (raw)

aballier    13/08/27 22:25:37

  Modified:             ChangeLog devhelp-3.6.1-r1.ebuild
                        devhelp-3.8.1.ebuild
  Log:
  drop amd64-fbsd keywords on old releases since those require older gedit
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.156                dev-util/devhelp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/devhelp/ChangeLog?rev=1.156&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/devhelp/ChangeLog?rev=1.156&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/devhelp/ChangeLog?r1=1.155&r2=1.156

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog	25 Jul 2013 18:39:56 -0000	1.155
+++ ChangeLog	27 Aug 2013 22:25:37 -0000	1.156
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/devhelp
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.155 2013/07/25 18:39:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.156 2013/08/27 22:25:37 aballier Exp $
+
+  27 Aug 2013; Alexis Ballier <aballier@gentoo.org> devhelp-3.6.1-r1.ebuild,
+  devhelp-3.8.1.ebuild:
+  drop amd64-fbsd keywords on old releases since those require older gedit
 
   25 Jul 2013; Pacho Ramos <pacho@gentoo.org> devhelp-3.8.2.ebuild:
   Fix python dependencies, this needs python3 (thanks to jlec for reporting on



1.9                  dev-util/devhelp/devhelp-3.6.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/devhelp/devhelp-3.6.1-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/devhelp/devhelp-3.6.1-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/devhelp/devhelp-3.6.1-r1.ebuild?r1=1.8&r2=1.9

Index: devhelp-3.6.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-3.6.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- devhelp-3.6.1-r1.ebuild	14 Apr 2013 16:20:14 -0000	1.8
+++ devhelp-3.6.1-r1.ebuild	27 Aug 2013 22:25:37 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-3.6.1-r1.ebuild,v 1.8 2013/04/14 16:20:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-3.6.1-r1.ebuild,v 1.9 2013/08/27 22:25:37 aballier Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2+"
 SLOT="0/3-1" # subslot = 3-(libdevhelp-3 soname version)
-KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="gedit"
 
 # FIXME: automagic python dependency



1.2                  dev-util/devhelp/devhelp-3.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/devhelp/devhelp-3.8.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/devhelp/devhelp-3.8.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/devhelp/devhelp-3.8.1.ebuild?r1=1.1&r2=1.2

Index: devhelp-3.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-3.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- devhelp-3.8.1.ebuild	17 Apr 2013 17:23:15 -0000	1.1
+++ devhelp-3.8.1.ebuild	27 Aug 2013 22:25:37 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-3.8.1.ebuild,v 1.1 2013/04/17 17:23:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-3.8.1.ebuild,v 1.2 2013/08/27 22:25:37 aballier Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2+"
 SLOT="0/3-1" # subslot = 3-(libdevhelp-3 soname version)
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="gedit"
 
 # FIXME: automagic python dependency





                 reply	other threads:[~2013-08-27 22:25 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=20130827222537.DBBBA2004C@flycatcher.gentoo.org \
    --to=aballier@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