Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/portmidi/
Date: Sun, 14 Oct 2018 15:50:22
Message-Id: 1539532202.5b9167ad661399d0a24fe4ebb3a843612b664b3a.asturm@gentoo
1 commit: 5b9167ad661399d0a24fe4ebb3a843612b664b3a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 15:14:03 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 15:50:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9167ad
7
8 media-libs/portmidi: Sort DEPENDs, CDEPEND -> COMMON_DEPEND
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 media-libs/portmidi/portmidi-217-r1.ebuild | 19 ++++++++++---------
14 1 file changed, 10 insertions(+), 9 deletions(-)
15
16 diff --git a/media-libs/portmidi/portmidi-217-r1.ebuild b/media-libs/portmidi/portmidi-217-r1.ebuild
17 index a515367b7ec..4096932f872 100644
18 --- a/media-libs/portmidi/portmidi-217-r1.ebuild
19 +++ b/media-libs/portmidi/portmidi-217-r1.ebuild
20 @@ -1,11 +1,10 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26
27 PYTHON_COMPAT=( python2_7 )
28 DISTUTILS_OPTIONAL=1
29 -
30 inherit cmake-utils distutils-r1 eutils multilib java-pkg-opt-2
31
32 DESCRIPTION="A library for real time MIDI input and output"
33 @@ -17,21 +16,23 @@ SLOT="0"
34 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~sparc x86"
35 IUSE="debug doc java python static-libs test-programs"
36
37 -CDEPEND="media-libs/alsa-lib
38 +COMMON_DEPEND="
39 + media-libs/alsa-lib
40 python? ( ${PYTHON_DEPS} )"
41 -RDEPEND="${CDEPEND}
42 +RDEPEND="${COMMON_DEPEND}
43 java? ( >=virtual/jre-1.6 )"
44 -DEPEND="${CDEPEND}
45 +DEPEND="${COMMON_DEPEND}
46 app-arch/unzip
47 - java? ( >=virtual/jdk-1.6 )
48 - python? ( >=dev-python/cython-0.12.1[${PYTHON_USEDEP}] )
49 doc? (
50 app-doc/doxygen
51 + dev-tex/xcolor
52 dev-texlive/texlive-fontsrecommended
53 dev-texlive/texlive-latexextra
54 - dev-tex/xcolor
55 virtual/latex-base
56 - )"
57 + )
58 + java? ( >=virtual/jdk-1.6 )
59 + python? ( >=dev-python/cython-0.12.1[${PYTHON_USEDEP}] )
60 +"
61
62 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"