commit:     e803de596b681b560f784d109d4fa80728839c1c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 21 20:22:06 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 21 20:22:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e803de59

sci-physics/lightspeed: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                              |  5 --
 sci-physics/lightspeed/Manifest                    |  3 -
 .../files/lightspeed-1.2a-autoconf.patch           | 16 -----
 .../files/lightspeed-1.2a-libpng15.patch           | 19 ------
 sci-physics/lightspeed/lightspeed-1.2a-r3.ebuild   | 76 ----------------------
 sci-physics/lightspeed/metadata.xml                | 19 ------
 6 files changed, 138 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 516ef7a103a..819ea3183a2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -591,11 +591,6 @@ sci-chemistry/gabedit
 # Bug #353119, #435676. Removal in 30 days.
 sci-chemistry/ghemical
 
-# David Seifert <s...@gentoo.org> (2020-01-21)
-# Last release over 18 years ago, depends on EOL gtkglext.
-# No revdeps, Removal in 30 days.
-sci-physics/lightspeed
-
 # Michał Górny <mgo...@gentoo.org> (2020-01-16)
 # The new version loses Python 2 support but does not introduce any real
 # changes.  Let's mask it to reduce the noise, and hopefully try to get

diff --git a/sci-physics/lightspeed/Manifest b/sci-physics/lightspeed/Manifest
deleted file mode 100644
index 58b6ffa7eca..00000000000
--- a/sci-physics/lightspeed/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST lightspeed-1.2a.tar.gz 163764 BLAKE2B 
0a5af8e85c1f45e330b8820c90306ea87b63547a7ea6480b33a58cd934d791f1ee2ab42895d751339bd0ee822a1f9957232c958a3e333c3adefd5c333a5da570
 SHA512 
d936e54fcf3f5a59b9d4f0ce7777755d8262a71634f9fca0f5f312a2fbf9f5b65d3fe6628d1547cf88ac8a02243712e838e7d84c5e61a6a318484545896b46ef
-DIST lightspeed_1.2a-7.diff.gz 379281 BLAKE2B 
1cfae528d58b556cede1a2e8c3087f059ccaf1660ff8afca2c41acdc8cd3c676dc8f855b27ff7e795655620cef4af230e4893d02628b7d6b56c82e6d22744bc3
 SHA512 
f0a9999750470d45f9b7b6f3339fff5d75b461f8f937e16e784905e85a29fc5587b6b203f151f0a8075ea39b255f6d48c4ca78c48703f4ab3cd2d18af7a4df50
-DIST objects-1.tar.gz 767805 BLAKE2B 
cde889eae12913bd6c0f9f2c3206c49a2a946e8acef1080c19339dbad6bdd41a52abf108b052b0723cc43926395572eb9bc8ddc6548af06c6de9b5978a8d97b2
 SHA512 
cb8c2d5c323b92b87dfe2bfa8f7f37c46b381c4611d5ca2f645a16943339b90850615647f6edc21ae28a28792b0f071e8cac9779dbfdbf6bf928498cdd451231

diff --git a/sci-physics/lightspeed/files/lightspeed-1.2a-autoconf.patch 
b/sci-physics/lightspeed/files/lightspeed-1.2a-autoconf.patch
deleted file mode 100644
index c6b2f9fda71..00000000000
--- a/sci-physics/lightspeed/files/lightspeed-1.2a-autoconf.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/configure.in b/configure.in
-index 1cfbcba..5363c05 100644
---- a/configure.in
-+++ b/configure.in
-@@ -54,9 +54,8 @@ if test "x$with_gtk" != "x1" -a "$gtkmorph_gtk" = ""  ; then
-   AC_MSG_NOTICE([ Testing for GTK 2 skipped])
- fi
- if test "x$with_gtk" != "x2"  -a "$version_of_gtk" = "" ; then
--  AM_PATH_GTK(1.0.1, , [AC_MSG_ERROR([Cannot find proper GTK+ version])])
--  version_of_gtk=gtk1
--  AC_DEFINE(HAVE_GTK1,1,"compiled with GTK 1 and GtkGLArea ")
-+  AC_MSG_ERROR([Cannot find proper GTK+ version])
-+  exit 1
- fi
- 
- AM_CONDITIONAL(COND_GTK1, test "$version_of_gtk" = "gtk1" )

diff --git a/sci-physics/lightspeed/files/lightspeed-1.2a-libpng15.patch 
b/sci-physics/lightspeed/files/lightspeed-1.2a-libpng15.patch
deleted file mode 100644
index db0d0faa112..00000000000
--- a/sci-physics/lightspeed/files/lightspeed-1.2a-libpng15.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/src/snapshot.c
-+++ b/src/snapshot.c
-@@ -26,6 +26,7 @@
- #include "lightspeed.h"
- 
- #ifdef HAVE_LIBPNG
-+#include <zlib.h>
- #include <png.h>
- static int write_png( int message, const void *data );
- #endif
-@@ -305,7 +306,7 @@
-                       return -1;
-               png_write_s = png_create_write_struct( PNG_LIBPNG_VER_STRING, 
NULL, NULL, NULL );
-               png_info_s = png_create_info_struct( png_write_s );
--              if (setjmp( png_write_s->jmpbuf )) {
-+              if (setjmp( png_jmpbuf( png_write_s ) )) {
-                       /* Error writing file */
-                       png_destroy_write_struct( &png_write_s, &png_info_s );
-                       fclose( png_fp );

diff --git a/sci-physics/lightspeed/lightspeed-1.2a-r3.ebuild 
b/sci-physics/lightspeed/lightspeed-1.2a-r3.ebuild
deleted file mode 100644
index dca425296df..00000000000
--- a/sci-physics/lightspeed/lightspeed-1.2a-r3.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools desktop readme.gentoo-r1
-
-DEB_PATCH="${PN}_${PV}-7"
-DESCRIPTION="OpenGL interactive relativistic simulator"
-HOMEPAGE="http://lightspeed.sourceforge.net/";
-SRC_URI="
-       mirror://sourceforge/${PN}/${P}.tar.gz
-       mirror://sourceforge/${PN}/objects-1.tar.gz
-       mirror://debian/pool/main/${PN:0:1}/${PN}/${DEB_PATCH}.diff.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-IUSE="nls truetype"
-
-RDEPEND="
-       media-libs/libpng:0=
-       media-libs/tiff:0
-       virtual/opengl
-       x11-libs/gtkglext
-       x11-libs/gtkglarea:2
-       x11-libs/gtk+:2
-       x11-libs/libXmu
-       truetype? ( media-libs/ftgl )
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
-
-PATCHES=(
-       "${WORKDIR}/${DEB_PATCH}.diff"
-       "${FILESDIR}"/${P}-autoconf.patch
-       "${FILESDIR}"/${P}-libpng15.patch
-)
-
-DOC_CONTENTS="
-       Some 3d models have been placed in /usr/share/${PN}
-       You can load them in Light Speed! from the File menu.
-"
-
-src_prepare() {
-       default
-       mv configure.{in,ac} || die
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --with-gtk=2 \
-               $(use_enable nls) \
-               $(use_with truetype ftgl)
-}
-
-src_install() {
-       default
-
-       newicon src/icon.xpm lightspeed.xpm
-       make_desktop_entry ${PN} "Light Speed! Relativistic Simulator"
-
-       readme.gentoo_create_doc
-       newdoc debian/changelog ChangeLog.Debian
-       cd "${WORKDIR}/objects" || die
-       newdoc README objects-README
-
-       insinto /usr/share/${PN}
-       doins *.3ds *.lwo
-}
-
-pkg_postinst() {
-       readme.gentoo_print_elog
-}

diff --git a/sci-physics/lightspeed/metadata.xml 
b/sci-physics/lightspeed/metadata.xml
deleted file mode 100644
index 49af49355b3..00000000000
--- a/sci-physics/lightspeed/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>sci-phys...@gentoo.org</email>
-    <name>Gentoo Physics Project</name>
-  </maintainer>
-  <longdescription lang="en">
-  Light Speed! is an OpenGL-based program developed to illustrate the
-  effects of special relativity on the appearance of moving
-  objects. The moving object is, by default, a geometric lattice. 3D
-  Studio and LightWave 3D objects may be imported as well. Best of
-  all, the simulator is completely interactive, rendering the exotic
-  distortions in real-time.
-</longdescription>
-  <upstream>
-    <remote-id type="sourceforge">lightspeed</remote-id>
-  </upstream>
-</pkgmetadata>

Reply via email to