commit:     6a04617b9843ccd33e3b14295d18c99a9f8c6214
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 16:53:43 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 16:53:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a04617b

app-laptop/hdaps-gl: remove "unused" hdaps-gl-0.0.5.ebuild.

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 app-laptop/hdaps-gl/Manifest                       |  1 -
 .../hdaps-gl/files/hdaps-gl-0.0.5-as-needed.diff   | 11 --------
 app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild          | 32 ----------------------
 3 files changed, 44 deletions(-)

diff --git a/app-laptop/hdaps-gl/Manifest b/app-laptop/hdaps-gl/Manifest
index 09a9f3f009b..ba7b321f321 100644
--- a/app-laptop/hdaps-gl/Manifest
+++ b/app-laptop/hdaps-gl/Manifest
@@ -1,2 +1 @@
-DIST hdaps-gl-0.0.5.tar.gz 2495 BLAKE2B 
00b9b79b906e32b5671ae97c30fe0e3007da8ef809078b664befe46e472af39977f6947dfbde53afee30d42e5b104ba055d5e5412d76263d5741db75c663b308
 SHA512 
6ebef6324fcdfaf5c2ec6cc8382d376c711e5d957a4ffdd4ee150317649ea0a47552e421f8008a3498ac49487657dca2f49b1a50169d7ab02ee5bef856625d19
 DIST hdaps-gl-0.0.7.tar.xz 226516 BLAKE2B 
e7de2fa72021e0a98a3e4a9c4501aa8ff05252de29bdc378ae31e0ea741513e6f2205696cacb7169d03c4e3f818e5b24f661bf9119d9afe8daa5bea90a248367
 SHA512 
4a8eaa556488ae8b0941f51a76e97cbbdc1b7b66aef14ea55e36197a2ad92c7b6fee0617bc71e85ae9320b09b5c903ce053ad9cb78f931618a4c806d5298887b

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
deleted file mode 100644
index 0d021403325..00000000000
--- a/app-laptop/hdaps-gl/files/hdaps-gl-0.0.5-as-needed.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- hdaps-gl-0.0.5/Makefile    2005-08-30 20:06:53.000000000 +0200
-+++ hdaps-gl-0.0.5-1/Makefile  2008-09-22 22:55:57.000000000 +0200
-@@ -10,7 +10,7 @@
- all: hdaps-gl
- 
- hdaps-gl: hdaps-gl.c
--      $(CC) $(CFLAGS) $(LIBDIR) $(LIBRARIES) -o hdaps-gl hdaps-gl.c
-+      $(CC) $(CFLAGS) $(LIBDIR) -o hdaps-gl hdaps-gl.c $(LIBRARIES)
- 
- clean:
-       rm -f hdaps-gl *.o

diff --git a/app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild 
b/app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild
deleted file mode 100644
index a4c362d093e..00000000000
--- a/app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="OpenGL visualization for HDAPS data"
-HOMEPAGE="http://hdaps.sourceforge.net";
-SRC_URI="mirror://sourceforge/hdaps/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="virtual/opengl
-       media-libs/freeglut"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       epatch "${FILESDIR}/${P}-as-needed.diff"
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" \
-               CFLAGS="${CFLAGS} ${LDFLAGS}"
-}
-
-src_install() {
-       dobin ${PN}
-}

Reply via email to