commit:     2854bc30e17a4109f7a4941966ee8c1be10fe35b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  4 16:42:16 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec  4 16:47:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2854bc30

media-libs/schroedinger: Remove last-rited pkg

Closes: https://bugs.gentoo.org/602938
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-libs/schroedinger/Manifest                   |  1 -
 .../files/schroedinger-1.0.11-darwin-compile.patch | 32 ----------------
 media-libs/schroedinger/metadata.xml               |  7 ----
 .../schroedinger/schroedinger-1.0.11-r1.ebuild     | 44 ----------------------
 profiles/package.mask                              |  5 ---
 5 files changed, 89 deletions(-)

diff --git a/media-libs/schroedinger/Manifest b/media-libs/schroedinger/Manifest
deleted file mode 100644
index 2f4286b7085..00000000000
--- a/media-libs/schroedinger/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST schroedinger-1.0.11.tar.gz 1019247 BLAKE2B 
908f01cc1d5b97b1ba0c52b51499900bf2bd12e42d6f38ebccda7a3b694f9045fbab5f2bdd0567ccfe441d96a738de5bf82ac0030da0b63576f4d48f8d7f890f
 SHA512 
a39dd5360eb87a63379de71d91f48cde309ded91632c0ab8b1dc76b73591f7d0dfa7003c606d1b546d495b18c916aae905a9540b48dff7cbeb5b289e0f880438

diff --git 
a/media-libs/schroedinger/files/schroedinger-1.0.11-darwin-compile.patch 
b/media-libs/schroedinger/files/schroedinger-1.0.11-darwin-compile.patch
deleted file mode 100644
index 853d5da736f..00000000000
--- a/media-libs/schroedinger/files/schroedinger-1.0.11-darwin-compile.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 46f48277ce8109541ef1d0608bd2532e433124ea Mon Sep 17 00:00:00 2001
-From: David Schleef <[email protected]>
-Date: Thu, 23 Feb 2012 20:45:57 -0800
-Subject: [PATCH] testsuite: fix out-of-dir builds
-
-From ee011f33f80c9691a6cfd5116101fdcf8c3cd6f7 Mon Sep 17 00:00:00 2001
-From: David Schleef <[email protected]>
-Date: Mon, 27 Feb 2012 16:11:52 -0800
-Subject: [PATCH] tests: fix build on os/x
-
-
---- a/testsuite/Makefile.am
-+++ b/testsuite/Makefile.am
-@@ -97,7 +97,8 @@ wavelet_gain_curve_SOURCES = wavelet_gain_curve.c
- #wavelet_2d_CFLAGS = $(SCHRO_CFLAGS)
- #wavelet_2d_LDADD = $(SCHRO_LIBS)
- wavelet_2d_SOURCES = wavelet_2d.c
--nodist_wavelet_2d_SOURCES = $(top_srcdir)/schroedinger/tmp-orc.c
-+nodist_wavelet_2d_SOURCES = $(top_builddir)/schroedinger/tmp-orc.c
- 
- wavelet_max_gain_SOURCES = wavelet_max_gain.c
-+nodist_wavelet_max_gain_SOURCES = $(top_builddir)/schroedinger/tmp-orc.c
- 
-@@ -118,7 +118,7 @@ motion2_SOURCES = motion2.c
- #quant_CFLAGS = 
- #quant_LDADD = -lm
- quant_SOURCES = quant.c
--nodist_quant_SOURCES = $(top_srcdir)/schroedinger/tmp-orc.c
-+nodist_quant_SOURCES = $(top_builddir)/schroedinger/tmp-orc.c
- 
- #sort_CFLAGS = $(SCHRO_CFLAGS)
- #sort_LDADD = $(SCHRO_LIBS)

diff --git a/media-libs/schroedinger/metadata.xml 
b/media-libs/schroedinger/metadata.xml
deleted file mode 100644
index 106575f01e5..00000000000
--- a/media-libs/schroedinger/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>[email protected]</email>
-  </maintainer>
-</pkgmetadata>

diff --git a/media-libs/schroedinger/schroedinger-1.0.11-r1.ebuild 
b/media-libs/schroedinger/schroedinger-1.0.11-r1.ebuild
deleted file mode 100644
index 5d426316bd1..00000000000
--- a/media-libs/schroedinger/schroedinger-1.0.11-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=yes
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-
-inherit eutils autotools-multilib gnome2-utils
-
-DESCRIPTION="C-based libraries for the Dirac video codec"
-HOMEPAGE="http://www.diracvideo.org/";
-SRC_URI="http://www.diracvideo.org/download/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2 LGPL-2 MIT MPL-1.1"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 hppa ppc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="static-libs"
-
-RDEPEND=">=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       dev-util/gtk-doc-am"
-
-src_prepare() {
-       gnome2_environment_reset #534582
-
-       # from upstream, drop at next release
-       epatch "${FILESDIR}"/${P}-darwin-compile.patch
-
-       sed -i \
-               -e '/AS_COMPILER_FLAG(-O3/d' \
-               -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' \
-               configure.ac || die
-
-       AT_M4DIR="m4" autotools-multilib_src_prepare
-}
-
-src_configure() {
-       local myeconfargs=(
-               --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
-       )
-       autotools-multilib_src_configure
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 8386352c347..5bc7fc12e56 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -400,11 +400,6 @@ sys-power/upower-pm-utils
 # Broken and outdated (#445476, #448934, #599580). Removal in a month.
 media-plugins/mediastreamer-silk
 
-# Pacho Ramos <[email protected]> (04 Nov 2018)
-# Fringe format, nothing really uses it, upstream disappeared, not really
-# working for some time (#602938). Removal in a month.
-media-libs/schroedinger
-
 # Andreas Sturmlechner <[email protected]> (03 Nov 2018)
 # Breaks revdeps (GDir and GDirEntry split from gfile.h into new gdir.h)
 # See tracker: https://bugs.gentoo.org/670222

Reply via email to