vapier 14/06/14 07:02:49
Added: metadata.xml pulseview-0.2.0.ebuild
pulseview-9999.ebuild ChangeLog
Log:
Initial ebuild based on work by Christopher Friedt & Cody Schafer #426586.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
D2E96200)
Revision Changes Path
1.1 sci-electronics/pulseview/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pulseview/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pulseview/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>dev-embedded</herd>
<use>
<flag name='decode'>Enable decoding of protocols while capturing</flag>
</use>
</pkgmetadata>
1.1 sci-electronics/pulseview/pulseview-0.2.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pulseview/pulseview-0.2.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pulseview/pulseview-0.2.0.ebuild?rev=1.1&content-type=text/plain
Index: pulseview-0.2.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/sci-electronics/pulseview/pulseview-0.2.0.ebuild,v 1.1
2014/06/14 07:02:49 vapier Exp $
EAPI="5"
PYTHON_COMPAT=( python3_{2,3,4} )
inherit eutils cmake-utils python-single-r1
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="git://sigrok.org/${PN}"
inherit git-2
else
SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Qt based logic analyzer GUI for sigrok"
HOMEPAGE="http://sigrok.org/wiki/PulseView"
LICENSE="GPL-3"
SLOT="0"
IUSE="+decode static"
REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND=">=dev-libs/glib-2.28.0
>=sci-libs/libsigrok-0.3.0
dev-qt/qtgui:4
>=dev-libs/boost-1.42
decode? (
>=sci-libs/libsigrokdecode-0.3.0
${PYTHON_DEPS}
)"
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS=( HACKING NEWS README )
src_configure() {
local mycmakeargs=(
-DDISABLE_WERROR=TRUE
$(cmake-utils_use_enable decode DECODE)
$(cmake-utils_use_enable static STATIC_PKGDEPS_LIBS)
)
cmake-utils_src_configure
}
1.1 sci-electronics/pulseview/pulseview-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pulseview/pulseview-9999.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pulseview/pulseview-9999.ebuild?rev=1.1&content-type=text/plain
Index: pulseview-9999.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/sci-electronics/pulseview/pulseview-9999.ebuild,v 1.1
2014/06/14 07:02:49 vapier Exp $
EAPI="5"
PYTHON_COMPAT=( python3_{2,3,4} )
inherit eutils cmake-utils python-single-r1
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="git://sigrok.org/${PN}"
inherit git-2
else
SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Qt based logic analyzer GUI for sigrok"
HOMEPAGE="http://sigrok.org/wiki/PulseView"
LICENSE="GPL-3"
SLOT="0"
IUSE="+decode static"
REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND=">=dev-libs/glib-2.28.0
>=sci-libs/libsigrok-0.3.0
dev-qt/qtgui:4
>=dev-libs/boost-1.42
decode? (
>=sci-libs/libsigrokdecode-0.3.0
${PYTHON_DEPS}
)"
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS=( HACKING NEWS README )
src_configure() {
local mycmakeargs=(
-DDISABLE_WERROR=TRUE
$(cmake-utils_use_enable decode DECODE)
$(cmake-utils_use_enable static STATIC_PKGDEPS_LIBS)
)
cmake-utils_src_configure
}
1.1 sci-electronics/pulseview/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pulseview/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pulseview/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for sci-electronics/pulseview
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pulseview/ChangeLog,v 1.1
2014/06/14 07:02:49 vapier Exp $
*pulseview-9999 (14 Jun 2014)
*pulseview-0.2.0 (14 Jun 2014)
14 Jun 2014; Mike Frysinger <[email protected]> +metadata.xml,
+pulseview-0.2.0.ebuild, +pulseview-9999.ebuild:
Initial ebuild based on work by Christopher Friedt & Cody Schafer #426586.