Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-devel/gdebugger/
Date: Sun, 27 Sep 2020 18:40:36
Message-Id: 1601231250.7a89e559997184a84ab9e5aa49ad5a7ee9531b58.epsilon-0@gentoo
1 commit: 7a89e559997184a84ab9e5aa49ad5a7ee9531b58
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun Sep 27 18:27:30 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sun Sep 27 18:27:30 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7a89e559
7
8 sys-devel/gdebugger: drop dead package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 sys-devel/gdebugger/gdebugger-6.2.438.ebuild | 98 ----------------------------
14 sys-devel/gdebugger/metadata.xml | 12 ----
15 2 files changed, 110 deletions(-)
16
17 diff --git a/sys-devel/gdebugger/gdebugger-6.2.438.ebuild b/sys-devel/gdebugger/gdebugger-6.2.438.ebuild
18 deleted file mode 100644
19 index efc26cda3..000000000
20 --- a/sys-devel/gdebugger/gdebugger-6.2.438.ebuild
21 +++ /dev/null
22 @@ -1,98 +0,0 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -inherit eutils toolchain-funcs versionator
29 -
30 -MY_PN=gDEBugger
31 -MY_PV=$(delete_all_version_separators)
32 -MY_P=${MY_PN}${PV}
33 -
34 -DESCRIPTION="OpenCL and OpenGL debugger and memory analyzer"
35 -HOMEPAGE="http://developer.amd.com/tools/gDEBugger/Pages/default.aspx"
36 -SRC_URI="
37 - x86? ( http://developer.amd.com/Downloads/AMD${MY_P}x86.tar.gz )
38 - amd64? ( http://developer.amd.com/Downloads/AMD${MY_P}x86_64.tar.gz )"
39 -
40 -LICENSE="gDEBugger"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -IUSE="examples"
44 -
45 -DEPEND=""
46 -RDEPEND="
47 - virtual/libstdc++
48 - dev-libs/atk
49 - dev-libs/glib:2
50 - media-libs/fontconfig
51 - media-libs/freetype
52 - media-libs/libpng:1.2
53 - media-libs/mesa
54 - sys-libs/zlib
55 - x11-libs/cairo
56 - x11-libs/gdk-pixbuf
57 - x11-libs/gtk+:2
58 - x11-libs/libICE
59 - x11-libs/libSM
60 - x11-libs/libX11
61 - x11-libs/libXext
62 - x11-libs/libXrender
63 - x11-libs/libXxf86vm
64 - x11-libs/pango"
65 -
66 -RESTRICT="mirror strip"
67 -
68 -S=${WORKDIR}
69 -
70 -QA_PREBUILT="
71 - /opt/${MY_PN}/libGROSWrappers.so
72 - /opt/${MY_PN}/libGRProcessDebugger.so
73 - /opt/${MY_PN}/libGRAPIClasses.so
74 - /opt/${MY_PN}/libgDEBuggerAppCode.so
75 - /opt/${MY_PN}/libGRApiFunctions.so
76 - /opt/${MY_PN}/libAMDTApplicationFramework.so
77 - /opt/${MY_PN}/libGRApplicationComponents.so
78 - /opt/${MY_PN}/libAMDTgDEBuggerAppWrapper.so
79 - /opt/${MY_PN}/libGRSpiesUtilities.so
80 - /opt/${MY_PN}/libGRBaseTools.so
81 - /opt/${MY_PN}/gDEBugger
82 -"
83 -
84 -src_prepare() {
85 - cat >> "${T}"/99${PN} <<- EOF
86 - PATH="/opt/${MY_PN}"
87 - LDPATH="/opt/${MY_PN}"
88 - EOF
89 -}
90 -
91 -src_install() {
92 - pushd ${MY_P}-$(tc-arch-kernel) &> /dev/null
93 - local _dest=/opt/${MY_PN}
94 -
95 - exeinto ${_dest}
96 - doexe $(find . -maxdepth 1 -type f -name '*.so*')
97 - for f in lib*.so.?.?.?; do
98 - dosym $f ${_dest}/${f%.?.?.?}
99 - dosym $f ${_dest}/${f%.?.?}
100 - done
101 - newexe ${MY_PN}-bin ${MY_PN}
102 -
103 - insinto ${_dest}
104 - doins -r Images webhelp tutorial
105 -
106 - insinto ${_dest}/Legal
107 - doins Legal/EndUserLicenseAgreement.htm
108 -
109 - if use examples ; then
110 - insinto ${_dest}/examples
111 - doins -r examples/*
112 - fi
113 -
114 - newicon tutorial/images/applicationicon_64.png ${MY_PN}.png
115 - popd &> /dev/null
116 -
117 - doenvd "${T}"/99${PN}
118 - make_desktop_entry ${MY_PN} ${MY_PN} ${MY_PN} \
119 - "Application;Development"
120 -}
121
122 diff --git a/sys-devel/gdebugger/metadata.xml b/sys-devel/gdebugger/metadata.xml
123 deleted file mode 100644
124 index 670dc201d..000000000
125 --- a/sys-devel/gdebugger/metadata.xml
126 +++ /dev/null
127 @@ -1,12 +0,0 @@
128 -<?xml version="1.0" encoding="UTF-8"?>
129 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
130 -<pkgmetadata>
131 - <maintainer type="person">
132 - <email>nbigaouette@×××××.com</email>
133 - <name>Nicolas Bigaouette</name>
134 - </maintainer>
135 - <maintainer type="project">
136 - <email>sci@g.o</email>
137 - <name>Gentoo Science Project</name>
138 - </maintainer>
139 -</pkgmetadata>