Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bumblebee/
Date: Thu, 04 Jun 2020 20:36:21
Message-Id: 1591301974.4883905a0dde86fa2ba55dd18e0eac440732e97d.pacho@gentoo
1 commit: 4883905a0dde86fa2ba55dd18e0eac440732e97d
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 4 20:19:34 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 20:19:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4883905a
7
8 x11-misc/bumblebee: Drop old
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 x11-misc/bumblebee/Manifest | 1 -
14 .../bumblebee/bumblebee-3.2.1_p20170130.ebuild | 95 ----------------------
15 2 files changed, 96 deletions(-)
16
17 diff --git a/x11-misc/bumblebee/Manifest b/x11-misc/bumblebee/Manifest
18 index 898009991f0..92f4952549a 100644
19 --- a/x11-misc/bumblebee/Manifest
20 +++ b/x11-misc/bumblebee/Manifest
21 @@ -1,3 +1,2 @@
22 DIST bumblebee-3.2.1.tar.gz 143110 BLAKE2B 537fe96e061f229c4c1e7748aef89e4eec040536d7a3161b449a34752c19078d3b4da6703f1c11268b4bb0e6590f94168bab5917fceac0eb73825b3c233548f0 SHA512 6f016f75d199577215ff00c059e196829e9d3efeb0fb6eebe6c3fad6176e330332e1ef25875a22ac9892895683d95899ea44f1ec1f85d31300ad83cb1fe0310a
23 DIST bumblebee-3.2.1_p20170123.tar.gz 63376 BLAKE2B 986cc1ff39d937547268b07c98f8881810586c58a40f454cb3839aea4e5f116b27b8947acc7b1e05f3cca7a3f717f963ae3ad9f379473b40b898e6fcfedff5e6 SHA512 398101927211a8d09f19d519fd0537c94b942bd7fc11d10d394a3a520f2afa6abe174db78b60bb134caf78ffda4cdd50d0ef424134acd07ff4ce93998881e31b
24 -DIST bumblebee-3.2.1_p20170130.tar.gz 63428 BLAKE2B 33a2fbbd6e6cbc6cd026b87714d06e54d8803cc75e997cc1bd1aa1d1263c3fe9602f822b92c67fa7e76632bb19daaae11e591b88d087889a970d374f6316e847 SHA512 b457e8ce197782bd1b1fabd3c0c67e4ec26cdb90a3715bbe7a8e1550cdde19134151567cfa0c73d800c30e5d303b30bc1261d5f3cbceaa64d559416e4d541070
25
26 diff --git a/x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild
27 deleted file mode 100644
28 index cb8c3ee8876..00000000000
29 --- a/x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild
30 +++ /dev/null
31 @@ -1,95 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit autotools multilib readme.gentoo-r1 systemd user
38 -
39 -if [[ ${PV} == 9999 ]]; then
40 - inherit git-r3
41 - EGIT_REPO_URI="https://github.com/Bumblebee-Project/Bumblebee.git"
42 - EGIT_BRANCH="develop"
43 - KEYWORDS=""
44 -else
45 - COMMIT="d469a32fc0dfef5b3725c7a5331be2d04b870594"
46 - SRC_URI="https://github.com/Bumblebee-Project/Bumblebee/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
47 - KEYWORDS="~amd64 ~x86"
48 -
49 - S="${WORKDIR}/Bumblebee-${COMMIT}"
50 -fi
51 -
52 -DESCRIPTION="Service providing elegant and stable means of managing Optimus graphics chipsets"
53 -HOMEPAGE="https://bumblebee-project.org https://github.com/Bumblebee-Project/Bumblebee"
54 -
55 -SLOT="0"
56 -LICENSE="GPL-3"
57 -
58 -IUSE="+bbswitch video_cards_nouveau video_cards_nvidia"
59 -
60 -COMMON_DEPEND="
61 - dev-libs/glib:2
62 - dev-libs/libbsd
63 - sys-apps/kmod
64 - x11-libs/libX11
65 -"
66 -
67 -RDEPEND="${COMMON_DEPEND}
68 - virtual/opengl
69 - x11-base/xorg-drivers[video_cards_nvidia?,video_cards_nouveau?]
70 - bbswitch? ( sys-power/bbswitch )
71 -"
72 -
73 -DEPEND="${COMMON_DEPEND}
74 - sys-apps/help2man
75 - virtual/pkgconfig
76 -"
77 -
78 -PDEPEND="
79 - || (
80 - x11-misc/primus
81 - x11-misc/virtualgl
82 - )
83 -"
84 -
85 -REQUIRED_USE="|| ( video_cards_nouveau video_cards_nvidia )"
86 -
87 -pkg_setup() {
88 - enewgroup bumblebee
89 -}
90 -
91 -src_prepare() {
92 - default
93 - eautoreconf
94 -}
95 -
96 -src_configure() {
97 - if use video_cards_nvidia ; then
98 - # Get paths to GL libs for all ABIs
99 - local i nvlib=""
100 - for i in $(get_all_libdirs) ; do
101 - nvlib="${nvlib}:/usr/${i}/opengl/nvidia/lib"
102 - done
103 -
104 - local nvpref="/usr/$(get_libdir)/opengl/nvidia"
105 - local xorgpref="/usr/$(get_libdir)/xorg/modules"
106 - ECONF_PARAMS="CONF_DRIVER=nvidia CONF_DRIVER_MODULE_NVIDIA=nvidia \
107 - CONF_LDPATH_NVIDIA=${nvlib#:} \
108 - CONF_MODPATH_NVIDIA=${nvpref}/lib,${nvpref}/extensions,${xorgpref}/drivers,${xorgpref}"
109 - fi
110 -
111 - econf \
112 - ${ECONF_PARAMS}
113 -}
114 -
115 -src_install() {
116 - default
117 -
118 - newconfd "${FILESDIR}"/${PN}.confd ${PN}
119 - newinitd "${FILESDIR}"/${PN}.initd ${PN}
120 - newenvd "${FILESDIR}"/${PN}.envd 99${PN}
121 - systemd_dounit scripts/systemd/bumblebeed.service
122 -
123 - local DOC_CONTENTS="In order to use Bumblebee, add your user to 'bumblebee' group.
124 - You may need to setup your /etc/bumblebee/bumblebee.conf"
125 - readme.gentoo_create_doc
126 -}