* [gentoo-commits] repo/gentoo:master commit in: profiles/, media-video/sswf/
@ 2018-12-11 13:45 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-12-11 13:45 UTC (permalink / raw
To: gentoo-commits
commit: 4b0d2b4048f8c930ef5dadf7dc03e7383c210574
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 11 13:41:08 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 13:45:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0d2b40
media-video/sswf: Remove last-rited pkg
Closes: https://bugs.gentoo.org/640926
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-video/sswf/Manifest | 4 ----
media-video/sswf/metadata.xml | 10 ---------
media-video/sswf/sswf-1.8.2-r1.ebuild | 42 -----------------------------------
media-video/sswf/sswf-1.8.4-r1.ebuild | 42 -----------------------------------
profiles/package.mask | 5 -----
5 files changed, 103 deletions(-)
diff --git a/media-video/sswf/Manifest b/media-video/sswf/Manifest
deleted file mode 100644
index 5a9cec947ee..00000000000
--- a/media-video/sswf/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST sswf-1.8.2-doc.tar.bz2 4330593 BLAKE2B 381e5b9b6d84e8c05b04ccdfcbbe7e3f7038ca97351504c243eb45d4e13edd5cefb849e6d7f5e7db2e37e8722b6b6ada6e9c533f9bee75ca869650087376262b SHA512 b59664e6a4dd4066b722c951d2f9d74e0cf743d99f9afb8e619dc08d46168c84385802193b9b3d218780b09fac6a9607c40e2af544c00b5e459f2bd42477e211
-DIST sswf-1.8.2-src.tar.bz2 3064805 BLAKE2B 53ecda8391803feabe30d4ab3c5b0a4f220f1f1deb31cd74c40b69dfd40bc77d3855f6e13a7713cae8fb0d53395f5b520190c4d02661f5f87254bbba00598897 SHA512 fe955742dfc8146cc398acc7bb46a3b0626a2ded64fe4061abf654ec6ef26b6c1cbafb8d418daef9a2ea789b171a7b410cee1fb58ef8b9faf660122f307ab622
-DIST sswf-1.8.4-doc.tar.bz2 10242097 BLAKE2B dc3000b171467772112fc1f847b5f2d8f032f5a3fc148fa98fccb3ca0297abfca446886ba2c71a8d13ff776da6ad61d7e9291fbcae19a58d903601e7e6723913 SHA512 1b756931e8b0f5af4a77d920f77db467822642edf9f03d66130f0d6b88c95162cfc75278531f1e35132e213b03c755126ec646aa2b181231d6bc82e63ac25650
-DIST sswf-1.8.4-src.tar.bz2 3087054 BLAKE2B 8ef08644f01c289c338072575a73cd2dc28e29a41bf84a9eadb5bd31b0a5bcfc3b00b6ddc5e2e8bdb5b4966cacfc0909e91f25e247b9aa5c1978d5b40d98c97c SHA512 5d82e805c69fb86873d088be017df3e3157f0c230d7635329cd1a088b74932870e51772801d3feb4cae3f31a4b646fa773c0a3154ea78b16fae7a253887f2077
diff --git a/media-video/sswf/metadata.xml b/media-video/sswf/metadata.xml
deleted file mode 100644
index b17ce31cce8..00000000000
--- a/media-video/sswf/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>media-video@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">sswf</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-video/sswf/sswf-1.8.2-r1.ebuild b/media-video/sswf/sswf-1.8.2-r1.ebuild
deleted file mode 100644
index 84d1e81981f..00000000000
--- a/media-video/sswf/sswf-1.8.2-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A C++ Library and a script language tool to create Flash (SWF) movies up to version 8"
-HOMEPAGE="https://www.m2osw.com/sswf.html"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2
- mirror://sourceforge/${PN}/${P}-doc.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug doc examples"
-
-RDEPEND="virtual/jpeg
- media-libs/freetype"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf --disable-dependency-tracking --disable-docs \
- $(use_enable debug) $(use_enable debug yydebug)
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed."
-
- dodoc README.txt doc/{ASC-TODO,AUTHORS,CHANGES,LINKS,NOTES,TODO}.txt
- rm -f "${D}"/usr/share/${PN}/*.txt
-
- use examples || rm -rf "${D}"/usr/share/${PN}/samples
-
- doman doc/man/man1/*.1
-
- if use doc; then
- doman doc/man/man3/action_script_v3.3
- doman doc/man/man3/libsswf*.3
- doman doc/man/man3/sswf*.3
- dohtml -r doc/html/*
- fi
-}
diff --git a/media-video/sswf/sswf-1.8.4-r1.ebuild b/media-video/sswf/sswf-1.8.4-r1.ebuild
deleted file mode 100644
index 84d1e81981f..00000000000
--- a/media-video/sswf/sswf-1.8.4-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A C++ Library and a script language tool to create Flash (SWF) movies up to version 8"
-HOMEPAGE="https://www.m2osw.com/sswf.html"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2
- mirror://sourceforge/${PN}/${P}-doc.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug doc examples"
-
-RDEPEND="virtual/jpeg
- media-libs/freetype"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf --disable-dependency-tracking --disable-docs \
- $(use_enable debug) $(use_enable debug yydebug)
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed."
-
- dodoc README.txt doc/{ASC-TODO,AUTHORS,CHANGES,LINKS,NOTES,TODO}.txt
- rm -f "${D}"/usr/share/${PN}/*.txt
-
- use examples || rm -rf "${D}"/usr/share/${PN}/samples
-
- doman doc/man/man1/*.1
-
- if use doc; then
- doman doc/man/man3/action_script_v3.3
- doman doc/man/man3/libsswf*.3
- doman doc/man/man3/sswf*.3
- dohtml -r doc/html/*
- fi
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 64ba8163a97..519ee16418b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -209,11 +209,6 @@ sys-devel/heirloom-devtools
# Fails to build for a long time (#639844). Removal in a month.
dev-embedded/scratchbox2
-# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
-# Fails to build with current gcc (#640926), file collisions (#630668), no
-# reverse deps. Removal in a month.
-media-video/sswf
-
# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
# Fails to build (#662000), not compatible with kernel-4, use kernel driver rtsx_pci
# instead. Removal in a month.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-12-11 13:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-11 13:45 [gentoo-commits] repo/gentoo:master commit in: profiles/, media-video/sswf/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox