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 <[email protected]> +juffed-0.10.ebuild:
+  Version bump wrt bug #509848.
 
   02 Mar 2013; Markos Chandras <[email protected]> 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
}





Reply via email to