public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/qconf: ChangeLog qconf-1.5_pre717-r1.ebuild
@ 2010-12-20 11:48 Peter Volkov (pva)
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Volkov (pva) @ 2010-12-20 11:48 UTC (permalink / raw
  To: gentoo-commits

pva         10/12/20 11:48:26

  Modified:             ChangeLog
  Added:                qconf-1.5_pre717-r1.ebuild
  Log:
  Fixed LDFLAGS issue, bug #334133, thank Diego Elio Pettenò for report and Gavin Pryke for this fix.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 sys-devel/qconf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	6 Nov 2010 19:04:18 -0000	1.11
+++ ChangeLog	20 Dec 2010 11:48:26 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/qconf
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.11 2010/11/06 19:04:18 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.12 2010/12/20 11:48:26 pva Exp $
+
+*qconf-1.5_pre717-r1 (20 Dec 2010)
+
+  20 Dec 2010; Peter Volkov <pva@gentoo.org> +qconf-1.5_pre717-r1.ebuild:
+  Fixed LDFLAGS issue, bug #334133, thank Diego Elio Pettenò for report and
+  Gavin Pryke for this fix.
 
   06 Nov 2010; Mark Loeser <halcy0n@gentoo.org> qconf-1.5_pre717.ebuild:
   Stable for ppc64; bug #322353



1.1                  sys-devel/qconf/qconf-1.5_pre717-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?rev=1.1&content-type=text/plain

Index: qconf-1.5_pre717-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.1 2010/12/20 11:48:26 pva Exp $

EAPI="2"

inherit multilib qt4-r2

DESCRIPTION="./configure like generator for qmake-based projects"
HOMEPAGE="http://delta.affinix.com/qconf/"
SRC_URI="http://delta.affinix.com/download/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND="x11-libs/qt-core"
RDEPEND="${DEPEND}"

src_configure() {
	# Fake ./configure. Fails on unknown options
	./configure \
		--prefix=/usr/ \
		--qtdir=/usr/$(get_libdir)/ || die "./configure failed"

	[ ! -f Makefile ] && die "./configure failed"

	eqmake4
}

src_install() {
	dobin qconf || die
	dodoc README TODO || die
	insinto /usr/share/${PN}
	doins -r conf modules
	insinto /usr/share/doc/${PF}/examples
	doins examples/*
}






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/qconf: ChangeLog qconf-1.5_pre717-r1.ebuild
@ 2011-03-27 19:44 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2011-03-27 19:44 UTC (permalink / raw
  To: gentoo-commits

ranger      11/03/27 19:44:13

  Modified:             ChangeLog qconf-1.5_pre717-r1.ebuild
  Log:
  stable ppc, bug 358681
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.13                 sys-devel/qconf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	20 Dec 2010 11:48:26 -0000	1.12
+++ ChangeLog	27 Mar 2011 19:44:13 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/qconf
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.12 2010/12/20 11:48:26 pva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.13 2011/03/27 19:44:13 ranger Exp $
+
+  27 Mar 2011; Brent Baude <ranger@gentoo.org> qconf-1.5_pre717-r1.ebuild:
+  stable ppc, bug 358681
 
 *qconf-1.5_pre717-r1 (20 Dec 2010)
 



1.2                  sys-devel/qconf/qconf-1.5_pre717-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?r1=1.1&r2=1.2

Index: qconf-1.5_pre717-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qconf-1.5_pre717-r1.ebuild	20 Dec 2010 11:48:26 -0000	1.1
+++ qconf-1.5_pre717-r1.ebuild	27 Mar 2011 19:44:13 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.1 2010/12/20 11:48:26 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.2 2011/03/27 19:44:13 ranger Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="x11-libs/qt-core"






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/qconf: ChangeLog qconf-1.5_pre717-r1.ebuild
@ 2011-04-01 13:03 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 7+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-04-01 13:03 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/04/01 13:03:50

  Modified:             ChangeLog qconf-1.5_pre717-r1.ebuild
  Log:
  ppc64 stable wrt #358681
  
  (Portage version: 2.2.0_alpha29/cvs/Linux ppc64)

Revision  Changes    Path
1.14                 sys-devel/qconf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	27 Mar 2011 19:44:13 -0000	1.13
+++ ChangeLog	1 Apr 2011 13:03:50 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/qconf
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.13 2011/03/27 19:44:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.14 2011/04/01 13:03:50 xarthisius Exp $
+
+  01 Apr 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  qconf-1.5_pre717-r1.ebuild:
+  ppc64 stable wrt #358681
 
   27 Mar 2011; Brent Baude <ranger@gentoo.org> qconf-1.5_pre717-r1.ebuild:
   stable ppc, bug 358681



1.3                  sys-devel/qconf/qconf-1.5_pre717-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?r1=1.2&r2=1.3

Index: qconf-1.5_pre717-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qconf-1.5_pre717-r1.ebuild	27 Mar 2011 19:44:13 -0000	1.2
+++ qconf-1.5_pre717-r1.ebuild	1 Apr 2011 13:03:50 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.2 2011/03/27 19:44:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.3 2011/04/01 13:03:50 xarthisius Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="x11-libs/qt-core"






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/qconf: ChangeLog qconf-1.5_pre717-r1.ebuild
@ 2011-04-05 15:11 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2011-04-05 15:11 UTC (permalink / raw
  To: gentoo-commits

jer         11/04/05 15:11:15

  Modified:             ChangeLog qconf-1.5_pre717-r1.ebuild
  Log:
  Stable for HPPA (bug #358681).
  
  (Portage version: 2.2.0_alpha29/cvs/Linux i686)

Revision  Changes    Path
1.15                 sys-devel/qconf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	1 Apr 2011 13:03:50 -0000	1.14
+++ ChangeLog	5 Apr 2011 15:11:15 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/qconf
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.14 2011/04/01 13:03:50 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.15 2011/04/05 15:11:15 jer Exp $
+
+  05 Apr 2011; Jeroen Roovers <jer@gentoo.org> qconf-1.5_pre717-r1.ebuild:
+  Stable for HPPA (bug #358681).
 
   01 Apr 2011; Kacper Kowalik <xarthisius@gentoo.org>
   qconf-1.5_pre717-r1.ebuild:



1.4                  sys-devel/qconf/qconf-1.5_pre717-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?r1=1.3&r2=1.4

Index: qconf-1.5_pre717-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qconf-1.5_pre717-r1.ebuild	1 Apr 2011 13:03:50 -0000	1.3
+++ qconf-1.5_pre717-r1.ebuild	5 Apr 2011 15:11:15 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.3 2011/04/01 13:03:50 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.4 2011/04/05 15:11:15 jer Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm hppa ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="x11-libs/qt-core"






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/qconf: ChangeLog qconf-1.5_pre717-r1.ebuild
@ 2011-04-11 13:27 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-04-11 13:27 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/04/11 13:27:05

  Modified:             ChangeLog qconf-1.5_pre717-r1.ebuild
  Log:
  x86 stable wrt bug #358681
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.16                 sys-devel/qconf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	5 Apr 2011 15:11:15 -0000	1.15
+++ ChangeLog	11 Apr 2011 13:27:05 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/qconf
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.15 2011/04/05 15:11:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.16 2011/04/11 13:27:05 phajdan.jr Exp $
+
+  11 Apr 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  qconf-1.5_pre717-r1.ebuild:
+  x86 stable wrt bug #358681
 
   05 Apr 2011; Jeroen Roovers <jer@gentoo.org> qconf-1.5_pre717-r1.ebuild:
   Stable for HPPA (bug #358681).



1.5                  sys-devel/qconf/qconf-1.5_pre717-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?r1=1.4&r2=1.5

Index: qconf-1.5_pre717-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qconf-1.5_pre717-r1.ebuild	5 Apr 2011 15:11:15 -0000	1.4
+++ qconf-1.5_pre717-r1.ebuild	11 Apr 2011 13:27:05 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.4 2011/04/05 15:11:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.5 2011/04/11 13:27:05 phajdan.jr Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="x11-libs/qt-core"






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/qconf: ChangeLog qconf-1.5_pre717-r1.ebuild
@ 2011-04-25 14:39 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-04-25 14:39 UTC (permalink / raw
  To: gentoo-commits

armin76     11/04/25 14:39:48

  Modified:             ChangeLog qconf-1.5_pre717-r1.ebuild
  Log:
  sparc stable wrt #358681
  
  (Portage version: 2.1.9.45/cvs/Linux ia64)

Revision  Changes    Path
1.17                 sys-devel/qconf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	11 Apr 2011 13:27:05 -0000	1.16
+++ ChangeLog	25 Apr 2011 14:39:48 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/qconf
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.16 2011/04/11 13:27:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.17 2011/04/25 14:39:48 armin76 Exp $
+
+  25 Apr 2011; Raúl Porcel <armin76@gentoo.org> qconf-1.5_pre717-r1.ebuild:
+  sparc stable wrt #358681
 
   11 Apr 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   qconf-1.5_pre717-r1.ebuild:



1.6                  sys-devel/qconf/qconf-1.5_pre717-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?r1=1.5&r2=1.6

Index: qconf-1.5_pre717-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qconf-1.5_pre717-r1.ebuild	11 Apr 2011 13:27:05 -0000	1.5
+++ qconf-1.5_pre717-r1.ebuild	25 Apr 2011 14:39:48 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.5 2011/04/11 13:27:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.6 2011/04/25 14:39:48 armin76 Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="x11-libs/qt-core"






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/qconf: ChangeLog qconf-1.5_pre717-r1.ebuild
@ 2012-06-14 13:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-14 13:21 UTC (permalink / raw
  To: gentoo-commits

ago         12/06/14 13:21:35

  Modified:             ChangeLog qconf-1.5_pre717-r1.ebuild
  Log:
  Stable for amd64, wrt bug #358681
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 sys-devel/qconf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	25 Apr 2011 14:39:48 -0000	1.17
+++ ChangeLog	14 Jun 2012 13:21:35 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/qconf
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.17 2011/04/25 14:39:48 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.18 2012/06/14 13:21:35 ago Exp $
+
+  14 Jun 2012; Agostino Sarubbo <ago@gentoo.org> qconf-1.5_pre717-r1.ebuild:
+  Stable for amd64, wrt bug #358681
 
   25 Apr 2011; Raúl Porcel <armin76@gentoo.org> qconf-1.5_pre717-r1.ebuild:
   sparc stable wrt #358681



1.7                  sys-devel/qconf/qconf-1.5_pre717-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?r1=1.6&r2=1.7

Index: qconf-1.5_pre717-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qconf-1.5_pre717-r1.ebuild	25 Apr 2011 14:39:48 -0000	1.6
+++ qconf-1.5_pre717-r1.ebuild	14 Jun 2012 13:21:35 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.6 2011/04/25 14:39:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.7 2012/06/14 13:21:35 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="x11-libs/qt-core"






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-06-14 13:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-20 11:48 [gentoo-commits] gentoo-x86 commit in sys-devel/qconf: ChangeLog qconf-1.5_pre717-r1.ebuild Peter Volkov (pva)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-27 19:44 Brent Baude (ranger)
2011-04-01 13:03 Kacper Kowalik (xarthisius)
2011-04-05 15:11 Jeroen Roovers (jer)
2011-04-11 13:27 PaweA Hajdan (phajdan.jr)
2011-04-25 14:39 Raul Porcel (armin76)
2012-06-14 13:21 Agostino Sarubbo (ago)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox