pesa        14/07/18 19:50:08

  Modified:             metadata.xml ChangeLog
  Added:                qscintilla-2.8.3.ebuild
  Removed:              qscintilla-2.8-r1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  Changes    Path
1.2                  x11-libs/qscintilla/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/metadata.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/metadata.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml        20 Nov 2007 05:17:20 -0000      1.1
+++ metadata.xml        18 Jul 2014 19:50:08 -0000      1.2
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<herd>python</herd>
 <herd>qt</herd>
+<herd>python</herd>
 </pkgmetadata>



1.101                x11-libs/qscintilla/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.101&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.101&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?r1=1.100&r2=1.101

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   15 Apr 2014 19:44:51 -0000      1.100
+++ ChangeLog   18 Jul 2014 19:50:08 -0000      1.101
@@ -1,6 +1,13 @@
 # ChangeLog for x11-libs/qscintilla
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.100 
2014/04/15 19:44:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.101 
2014/07/18 19:50:08 pesa Exp $
+
+*qscintilla-2.8.3 (18 Jul 2014)
+
+  18 Jul 2014; Davide Pesavento <[email protected]>
+  +files/qscintilla-2.8.3-designer.patch, +qscintilla-2.8.3.ebuild,
+  -qscintilla-2.8-r1.ebuild, metadata.xml:
+  Version bump.
 
   15 Apr 2014; Sébastien Fabbro <[email protected]> qscintilla-2.8-r1.ebuild:
   Keyword arm



1.1                  x11-libs/qscintilla/qscintilla-2.8.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.8.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.8.3.ebuild?rev=1.1&content-type=text/plain

Index: qscintilla-2.8.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.8.3.ebuild,v 1.1 
2014/07/18 19:50:08 pesa Exp $

EAPI=5

inherit eutils qmake-utils

MY_P=QScintilla-gpl-${PV}

DESCRIPTION="A Qt port of Neil Hodgson's Scintilla C++ editor class"
HOMEPAGE="http://www.riverbankcomputing.co.uk/software/qscintilla/intro";
SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"

LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0/11"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
IUSE="doc"

DEPEND="
        >=dev-qt/designer-4.8.5:4
        >=dev-qt/qtcore-4.8.5:4
        >=dev-qt/qtgui-4.8.5:4
"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}

PATCHES=(
        "${FILESDIR}/${PN}-2.8.3-designer.patch"
)

src_unpack() {
        default

        # Sub-slot sanity check
        local subslot=${SLOT#*/}
        local version=$(sed -nre 's:.*VERSION\s*=\s*([0-9\.]+):\1:p' 
"${S}"/Qt4Qt5/qscintilla.pro)
        local major=${version%%.*}
        if [[ ${subslot} != ${major} ]]; then
                eerror
                eerror "Ebuild sub-slot (${subslot}) does not match QScintilla 
major version (${major})"
                eerror "Please update SLOT variable as follows:"
                eerror "    SLOT=\"${SLOT%%/*}/${major}\""
                eerror
                die "sub-slot sanity check failed"
        fi
}

src_prepare() {
        [[ ${PATCHES[@]} ]] && epatch "${PATCHES[@]}"
}

src_configure() {
        pushd Qt4Qt5 > /dev/null
        einfo "Configuration of qscintilla"
        eqmake4 qscintilla.pro
        popd > /dev/null

        pushd designer-Qt4Qt5 > /dev/null
        einfo "Configuration of designer plugin"
        eqmake4 designer.pro
        popd > /dev/null
}

src_compile() {
        pushd Qt4Qt5 > /dev/null
        einfo "Building of qscintilla"
        emake
        popd > /dev/null

        pushd designer-Qt4Qt5 > /dev/null
        einfo "Building of designer plugin"
        emake
        popd > /dev/null
}

src_install() {
        pushd Qt4Qt5 > /dev/null
        einfo "Installation of qscintilla"
        emake INSTALL_ROOT="${D}" install
        popd > /dev/null

        pushd designer-Qt4Qt5 > /dev/null
        einfo "Installation of designer plugin"
        emake INSTALL_ROOT="${D}" install
        popd > /dev/null

        dodoc NEWS

        if use doc; then
                dohtml doc/html-Qt4Qt5/*
                insinto /usr/share/doc/${PF}
                doins -r doc/Scintilla
        fi
}




Reply via email to