Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 481332 - dev-qt/qtserialport - an add-on for the Qt5 library, providing a single interface for both hardware and virtual serial ports
Summary: dev-qt/qtserialport - an add-on for the Qt5 library, providing a single inter...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Qt Bug Alias
URL: http://qt-project.org/wiki/QtSerialPort
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-16 15:39 UTC by justXi
Modified: 2013-08-18 09:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for qtserialport (qtserialport-5.1.0.ebuild,526 bytes, text/plain)
2013-08-18 07:32 UTC, justXi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description justXi 2013-08-16 15:39:51 UTC
Hi,

would be nice to have an ebuild to install qtserialport for qt5.

http://qt.gitorious.org/qt/qtserialport

Thanks.
Comment 1 justXi 2013-08-18 07:32:03 UTC
Created attachment 356354 [details]
ebuild for qtserialport
Comment 2 justXi 2013-08-18 07:34:23 UTC
Attached ebuild seems to work, but I don't know if it machtes your requirements.
Comment 3 Davide Pesavento (RETIRED) gentoo-dev 2013-08-18 08:56:31 UTC
Comment on attachment 356354 [details]
ebuild for qtserialport

># Copyright 1999-2013 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>EAPI=5
>
>QT5_MODULE="qtserialport"

not needed if equal to $PN

>
>inherit qt5-build
>
>DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
>
>if [[ ${QT5_BUILD_TYPE} == live ]]; then
>	KEYWORDS=""
>else
>	KEYWORDS="~amd64"
>fi
>
>IUSE="+glib icu"

not used anywhere?

>
>DEPEND="
>"
>RDEPEND="${DEPEND}"

no deps?

>
>QT5_TARGET_SUBDIRS=(
>)

not needed if empty

>QCONFIG_DEFINE="QT_ZLIB"

no, only qtcore can define QT_ZLIB

>
>pkg_setup() {
>	qt5-build_pkg_setup
>}

redundant

>
>src_configure() {
>	qt5-build_src_configure
>}

redundant
Comment 4 Davide Pesavento (RETIRED) gentoo-dev 2013-08-18 09:20:30 UTC
Ebuilds added to qt overlay.