* [gentoo-commits] gentoo-x86 commit in dev-qt/qtlockedfile: qtlockedfile-2.4.1_p20150629.ebuild ChangeLog qtlockedfile-2.4.1_p20130904-r2.ebuild
@ 2015-06-29 17:27 99% Davide Pesavento (pesa)
0 siblings, 0 replies; 1+ results
From: Davide Pesavento (pesa) @ 2015-06-29 17:27 UTC (permalink / raw
To: gentoo-commits
pesa 15/06/29 17:27:05
Modified: ChangeLog
Added: qtlockedfile-2.4.1_p20150629.ebuild
Removed: qtlockedfile-2.4.1_p20130904-r2.ebuild
Log:
New snapshot. Fixes bug #549170.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path
1.19 dev-qt/qtlockedfile/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 16 May 2015 11:20:06 -0000 1.18
+++ ChangeLog 29 Jun 2015 17:27:05 -0000 1.19
@@ -1,6 +1,12 @@
# ChangeLog for dev-qt/qtlockedfile
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/ChangeLog,v 1.18 2015/05/16 11:20:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/ChangeLog,v 1.19 2015/06/29 17:27:05 pesa Exp $
+
+*qtlockedfile-2.4.1_p20150629 (29 Jun 2015)
+
+ 29 Jun 2015; Davide Pesavento <pesa@gentoo.org>
+ +qtlockedfile-2.4.1_p20150629.ebuild, -qtlockedfile-2.4.1_p20130904-r2.ebuild:
+ New snapshot. Fixes bug #549170.
16 May 2015; Pacho Ramos <pacho@gentoo.org>
qtlockedfile-2.4.1_p20130904.ebuild:
1.1 dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild?rev=1.1&content-type=text/plain
Index: qtlockedfile-2.4.1_p20150629.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild,v 1.1 2015/06/29 17:27:05 pesa Exp $
EAPI=5
inherit multibuild qmake-utils
MY_P=qt-solutions-${PV#*_p}
DESCRIPTION="QFile extension with advisory locking functions"
HOMEPAGE="http://doc.qt.digia.com/solutions/4/qtlockedfile/index.html"
SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz"
LICENSE="|| ( LGPL-2.1 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc +qt4 qt5"
REQUIRED_USE="|| ( qt4 qt5 )"
DEPEND="
qt4? ( dev-qt/qtcore:4 )
qt5? ( dev-qt/qtcore:5 )
"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}/${PN}
pkg_setup() {
MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
}
src_prepare() {
echo 'SOLUTIONS_LIBRARY = yes' > config.pri
echo 'QT -= gui' >> src/qtlockedfile.pri
sed -i -e "s/-head/-${PV%.*}/" common.pri || die
sed -i -e '/SUBDIRS+=example/d' ${PN}.pro || die
multibuild_copy_sources
}
src_configure() {
myconfigure() {
if [[ ${MULTIBUILD_VARIANT} == qt4 ]]; then
eqmake4
fi
if [[ ${MULTIBUILD_VARIANT} == qt5 ]]; then
eqmake5
fi
}
multibuild_foreach_variant run_in_build_dir myconfigure
}
src_compile() {
multibuild_foreach_variant run_in_build_dir default
}
src_install() {
dodoc README.TXT
use doc && dodoc -r doc/html
myinstall() {
# libraries
dolib.so lib/*
# headers
insinto "$(${MULTIBUILD_VARIANT}_get_headerdir)"/QtSolutions
doins src/QtLockedFile src/${PN}.h
# .prf files
insinto "$(${MULTIBUILD_VARIANT}_get_mkspecsdir)"/features
doins "${FILESDIR}"/${PN}.prf
}
multibuild_foreach_variant run_in_build_dir myinstall
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-06-29 17:27 99% [gentoo-commits] gentoo-x86 commit in dev-qt/qtlockedfile: qtlockedfile-2.4.1_p20150629.ebuild ChangeLog qtlockedfile-2.4.1_p20130904-r2.ebuild Davide Pesavento (pesa)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox