Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 519138 | Differences between
and this patch

Collapse All | Expand All

(-)libomron-0.9.0.ebuild3 (-7 / +6 lines)
Lines 2-22 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
EAPI=4
5
EAPI=5
6
6
7
inherit cmake-utils
7
inherit cmake-utils vcs-snapshot
8
8
9
DESCRIPTION="Library and tool set for extracting data from Omron medical devices via USB."
9
DESCRIPTION="Library and tool set for extracting data from Omron medical devices via USB"
10
HOMEPAGE="http://sourceforge.net/projects/nplabs/files/libomron/0.9.0/"
10
HOMEPAGE="https://github.com/qdot/libomron"
11
SRC_URI="mirror://sourceforge/nplabs/libomron/${P}.tar.gz"
11
SRC_URI="${HOMEPAGE}/tarball/${PV} -> ${P}.tar.gz"
12
12
13
LICENSE="GPL-2"
13
LICENSE="BSD-4"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~amd64"
15
KEYWORDS="~amd64"
16
IUSE="swig"
16
IUSE="swig"
17
17
18
RDEPEND="
18
RDEPEND="
19
	dev-util/cmake
20
	dev-lang/python
19
	dev-lang/python
21
	dev-libs/libusb
20
	dev-libs/libusb
22
	swig? ( dev-lang/swig )"
21
	swig? ( dev-lang/swig )"

Return to bug 519138