public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/juffed: juffed-0.10.ebuild ChangeLog
@ 2014-05-23  6:38 Michael Palimaka (kensington)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka (kensington) @ 2014-05-23  6:38 UTC (permalink / raw
  To: gentoo-commits

kensington    14/05/23 06:38:43

  Modified:             ChangeLog
  Added:                juffed-0.10.ebuild
  Log:
  Version bump wrt bug #509848.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.27                 app-editors/juffed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	2 Mar 2013 19:21:14 -0000	1.26
+++ ChangeLog	23 May 2014 06:38:43 -0000	1.27
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/juffed
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.26 2013/03/02 19:21:14 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.27 2014/05/23 06:38:43 kensington Exp $
+
+*juffed-0.10 (23 May 2014)
+
+  23 May 2014; Michael Palimaka <kensington@gentoo.org> +juffed-0.10.ebuild:
+  Version bump wrt bug #509848.
 
   02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> juffed-0.8.1.ebuild:
   Move Qt dependencies to the new category



1.1                  app-editors/juffed/juffed-0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?rev=1.1&content-type=text/plain

Index: juffed-0.10.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.1 2014/05/23 06:38:43 kensington Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="QScintilla-based tabbed text editor with syntax highlighting"
HOMEPAGE="http://juffed.com/"
SRC_URI="mirror://sourceforge/${PN}/${P}-1054.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

RDEPEND="app-i18n/enca
	dev-qt/qtcore:4
	dev-qt/qtgui:4
	dev-qt/qtsingleapplication
	x11-libs/qscintilla:="
DEPEND="${RDEPEND}"

DOCS=( ChangeLog README )

src_prepare() {
	sed "/set(CMAKE_CXX_FLAGS/d" -i CMakeLists.txt || die

	cmake-utils_src_prepare
}

src_configure() {
	local mycmakeargs=(
		-DUSE_SYSTEM_QTSINGLEAPPLICATION=ON
	)

	cmake-utils_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in app-editors/juffed: juffed-0.10.ebuild ChangeLog
@ 2014-06-23  8:15 Michael Palimaka (kensington)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka (kensington) @ 2014-06-23  8:15 UTC (permalink / raw
  To: gentoo-commits

kensington    14/06/23 08:15:48

  Modified:             juffed-0.10.ebuild ChangeLog
  Log:
  Add missing USE dependency wrt bug #514222.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.3                  app-editors/juffed/juffed-0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?r1=1.2&r2=1.3

Index: juffed-0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- juffed-0.10.ebuild	23 May 2014 06:39:45 -0000	1.2
+++ juffed-0.10.ebuild	23 Jun 2014 08:15:48 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.2 2014/05/23 06:39:45 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.3 2014/06/23 08:15:48 kensington Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 RDEPEND="app-i18n/enca
 	dev-qt/qtcore:4
 	dev-qt/qtgui:4
-	dev-qt/qtsingleapplication
+	dev-qt/qtsingleapplication[X]
 	x11-libs/qscintilla:="
 DEPEND="${RDEPEND}"
 



1.28                 app-editors/juffed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	23 May 2014 06:38:43 -0000	1.27
+++ ChangeLog	23 Jun 2014 08:15:48 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/juffed
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.27 2014/05/23 06:38:43 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.28 2014/06/23 08:15:48 kensington Exp $
+
+  23 Jun 2014; Michael Palimaka <kensington@gentoo.org> juffed-0.10.ebuild:
+  Add missing USE dependency wrt bug #514222.
 
 *juffed-0.10 (23 May 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in app-editors/juffed: juffed-0.10.ebuild ChangeLog
@ 2015-02-27 16:40 Michael Palimaka (kensington)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka (kensington) @ 2015-02-27 16:40 UTC (permalink / raw
  To: gentoo-commits

kensington    15/02/27 16:40:34

  Modified:             juffed-0.10.ebuild ChangeLog
  Log:
  Add missing USE dependency.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.5                  app-editors/juffed/juffed-0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?r1=1.4&r2=1.5

Index: juffed-0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- juffed-0.10.ebuild	17 Sep 2014 21:48:33 -0000	1.4
+++ juffed-0.10.ebuild	27 Feb 2015 16:40:34 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.4 2014/09/17 21:48:33 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.5 2015/02/27 16:40:34 kensington Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 RDEPEND="app-i18n/enca
 	dev-qt/qtcore:4
 	dev-qt/qtgui:4
-	dev-qt/qtsingleapplication[X]
+	dev-qt/qtsingleapplication[qt4(+),X]
 	x11-libs/qscintilla:="
 DEPEND="${RDEPEND}"
 



1.30                 app-editors/juffed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	17 Sep 2014 21:48:33 -0000	1.29
+++ ChangeLog	27 Feb 2015 16:40:34 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/juffed
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.29 2014/09/17 21:48:33 nimiux Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.30 2015/02/27 16:40:34 kensington Exp $
+
+  27 Feb 2015; Michael Palimaka <kensington@gentoo.org> juffed-0.10.ebuild:
+  Add missing USE dependency.
 
   17 Sep 2014; Chema Alonso <nimiux@gentoo.org> juffed-0.10.ebuild:
   Stable for amd64 wrt bug #514902





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

* [gentoo-commits] gentoo-x86 commit in app-editors/juffed: juffed-0.10.ebuild ChangeLog
@ 2015-03-02  9:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-02  9:01 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/02 09:01:37

  Modified:             juffed-0.10.ebuild ChangeLog
  Log:
  Add ~ppc, wrt bug #488996
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="~ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  app-editors/juffed/juffed-0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?r1=1.5&r2=1.6

Index: juffed-0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- juffed-0.10.ebuild	27 Feb 2015 16:40:34 -0000	1.5
+++ juffed-0.10.ebuild	2 Mar 2015 09:01:37 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.5 2015/02/27 16:40:34 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.6 2015/03/02 09:01:37 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="debug"
 
 RDEPEND="app-i18n/enca



1.31                 app-editors/juffed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	27 Feb 2015 16:40:34 -0000	1.30
+++ ChangeLog	2 Mar 2015 09:01:37 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/juffed
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.30 2015/02/27 16:40:34 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.31 2015/03/02 09:01:37 ago Exp $
+
+  02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> juffed-0.10.ebuild:
+  Add ~ppc, wrt bug #488996
 
   27 Feb 2015; Michael Palimaka <kensington@gentoo.org> juffed-0.10.ebuild:
   Add missing USE dependency.





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

* [gentoo-commits] gentoo-x86 commit in app-editors/juffed: juffed-0.10.ebuild ChangeLog
@ 2015-03-02  9:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-02  9:04 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/02 09:04:09

  Modified:             juffed-0.10.ebuild ChangeLog
  Log:
  Add ~ppc64, wrt bug #488996
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="~ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  app-editors/juffed/juffed-0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?r1=1.6&r2=1.7

Index: juffed-0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- juffed-0.10.ebuild	2 Mar 2015 09:01:37 -0000	1.6
+++ juffed-0.10.ebuild	2 Mar 2015 09:04:09 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.6 2015/03/02 09:01:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.7 2015/03/02 09:04:09 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="debug"
 
 RDEPEND="app-i18n/enca



1.32                 app-editors/juffed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	2 Mar 2015 09:01:37 -0000	1.31
+++ ChangeLog	2 Mar 2015 09:04:09 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/juffed
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.31 2015/03/02 09:01:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.32 2015/03/02 09:04:09 ago Exp $
+
+  02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> juffed-0.10.ebuild:
+  Add ~ppc64, wrt bug #488996
 
   02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> juffed-0.10.ebuild:
   Add ~ppc, wrt bug #488996





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

* [gentoo-commits] gentoo-x86 commit in app-editors/juffed: juffed-0.10.ebuild ChangeLog
@ 2015-05-11 14:58 Davide Pesavento (pesa)
  0 siblings, 0 replies; 6+ messages in thread
From: Davide Pesavento (pesa) @ 2015-05-11 14:58 UTC (permalink / raw
  To: gentoo-commits

pesa        15/05/11 14:58:52

  Modified:             juffed-0.10.ebuild ChangeLog
  Log:
  Fix linking against libenca, bug 540554.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)

Revision  Changes    Path
1.9                  app-editors/juffed/juffed-0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?r1=1.8&r2=1.9

Index: juffed-0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- juffed-0.10.ebuild	1 Apr 2015 18:26:45 -0000	1.8
+++ juffed-0.10.ebuild	11 May 2015 14:58:52 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.8 2015/04/01 18:26:45 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.9 2015/05/11 14:58:52 pesa Exp $
 
 EAPI=5
 
@@ -15,25 +15,31 @@
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="debug"
 
-RDEPEND="app-i18n/enca
+RDEPEND="
+	app-i18n/enca
 	dev-qt/qtcore:4
 	dev-qt/qtgui:4
 	dev-qt/qtsingleapplication[qt4(+),X]
-	x11-libs/qscintilla:="
+	x11-libs/qscintilla:=
+"
 DEPEND="${RDEPEND}"
 
 DOCS=( ChangeLog README )
 
-src_prepare() {
-	sed "/set(CMAKE_CXX_FLAGS/d" -i CMakeLists.txt || die
+PATCHES=(
+	# bug 540554
+	"${FILESDIR}/0.10-link-libjuff-against-libenca.patch"
+)
 
+src_prepare() {
 	cmake-utils_src_prepare
+
+	sed -i -e '/set(CMAKE_CXX_FLAGS/d' CMakeLists.txt || die
 }
 
 src_configure() {
 	local mycmakeargs=(
 		-DUSE_SYSTEM_QTSINGLEAPPLICATION=ON
 	)
-
 	cmake-utils_src_configure
 }



1.36                 app-editors/juffed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	26 Apr 2015 15:44:28 -0000	1.35
+++ ChangeLog	11 May 2015 14:58:52 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/juffed
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.35 2015/04/26 15:44:28 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.36 2015/05/11 14:58:52 pesa Exp $
+
+  11 May 2015; Davide Pesavento <pesa@gentoo.org>
+  +files/0.10-link-libjuff-against-libenca.patch, juffed-0.10.ebuild:
+  Fix linking against libenca, bug 540554.
 
   26 Apr 2015; Michael Palimaka <kensington@gentoo.org> -juffed-0.8.1.ebuild:
   Remove old.





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

end of thread, other threads:[~2015-05-11 14:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-02  9:01 [gentoo-commits] gentoo-x86 commit in app-editors/juffed: juffed-0.10.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-11 14:58 Davide Pesavento (pesa)
2015-03-02  9:04 Agostino Sarubbo (ago)
2015-02-27 16:40 Michael Palimaka (kensington)
2014-06-23  8:15 Michael Palimaka (kensington)
2014-05-23  6:38 Michael Palimaka (kensington)

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