Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/hdaps-gl/files/, app-laptop/hdaps-gl/
Date: Tue, 31 Dec 2019 16:54:33
Message-Id: 1577811223.6a04617b9843ccd33e3b14295d18c99a9f8c6214.mjo@gentoo
1 commit: 6a04617b9843ccd33e3b14295d18c99a9f8c6214
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 16:53:43 2019 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 16:53:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a04617b
7
8 app-laptop/hdaps-gl: remove "unused" hdaps-gl-0.0.5.ebuild.
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12
13 app-laptop/hdaps-gl/Manifest | 1 -
14 .../hdaps-gl/files/hdaps-gl-0.0.5-as-needed.diff | 11 --------
15 app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild | 32 ----------------------
16 3 files changed, 44 deletions(-)
17
18 diff --git a/app-laptop/hdaps-gl/Manifest b/app-laptop/hdaps-gl/Manifest
19 index 09a9f3f009b..ba7b321f321 100644
20 --- a/app-laptop/hdaps-gl/Manifest
21 +++ b/app-laptop/hdaps-gl/Manifest
22 @@ -1,2 +1 @@
23 -DIST hdaps-gl-0.0.5.tar.gz 2495 BLAKE2B 00b9b79b906e32b5671ae97c30fe0e3007da8ef809078b664befe46e472af39977f6947dfbde53afee30d42e5b104ba055d5e5412d76263d5741db75c663b308 SHA512 6ebef6324fcdfaf5c2ec6cc8382d376c711e5d957a4ffdd4ee150317649ea0a47552e421f8008a3498ac49487657dca2f49b1a50169d7ab02ee5bef856625d19
24 DIST hdaps-gl-0.0.7.tar.xz 226516 BLAKE2B e7de2fa72021e0a98a3e4a9c4501aa8ff05252de29bdc378ae31e0ea741513e6f2205696cacb7169d03c4e3f818e5b24f661bf9119d9afe8daa5bea90a248367 SHA512 4a8eaa556488ae8b0941f51a76e97cbbdc1b7b66aef14ea55e36197a2ad92c7b6fee0617bc71e85ae9320b09b5c903ce053ad9cb78f931618a4c806d5298887b
25
26 diff --git a/app-laptop/hdaps-gl/files/hdaps-gl-0.0.5-as-needed.diff b/app-laptop/hdaps-gl/files/hdaps-gl-0.0.5-as-needed.diff
27 deleted file mode 100644
28 index 0d021403325..00000000000
29 --- a/app-laptop/hdaps-gl/files/hdaps-gl-0.0.5-as-needed.diff
30 +++ /dev/null
31 @@ -1,11 +0,0 @@
32 ---- hdaps-gl-0.0.5/Makefile 2005-08-30 20:06:53.000000000 +0200
33 -+++ hdaps-gl-0.0.5-1/Makefile 2008-09-22 22:55:57.000000000 +0200
34 -@@ -10,7 +10,7 @@
35 - all: hdaps-gl
36 -
37 - hdaps-gl: hdaps-gl.c
38 -- $(CC) $(CFLAGS) $(LIBDIR) $(LIBRARIES) -o hdaps-gl hdaps-gl.c
39 -+ $(CC) $(CFLAGS) $(LIBDIR) -o hdaps-gl hdaps-gl.c $(LIBRARIES)
40 -
41 - clean:
42 - rm -f hdaps-gl *.o
43
44 diff --git a/app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild b/app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild
45 deleted file mode 100644
46 index a4c362d093e..00000000000
47 --- a/app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild
48 +++ /dev/null
49 @@ -1,32 +0,0 @@
50 -# Copyright 1999-2011 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=4
54 -
55 -inherit eutils toolchain-funcs
56 -
57 -DESCRIPTION="OpenGL visualization for HDAPS data"
58 -HOMEPAGE="http://hdaps.sourceforge.net"
59 -SRC_URI="mirror://sourceforge/hdaps/${P}.tar.gz"
60 -
61 -LICENSE="GPL-2"
62 -SLOT="0"
63 -KEYWORDS="amd64 x86"
64 -IUSE=""
65 -
66 -DEPEND="virtual/opengl
67 - media-libs/freeglut"
68 -RDEPEND="${DEPEND}"
69 -
70 -src_prepare() {
71 - epatch "${FILESDIR}/${P}-as-needed.diff"
72 -}
73 -
74 -src_compile() {
75 - emake CC="$(tc-getCC)" \
76 - CFLAGS="${CFLAGS} ${LDFLAGS}"
77 -}
78 -
79 -src_install() {
80 - dobin ${PN}
81 -}