diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-12-31 15:16:02 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-12-31 15:16:13 +0100 |
commit | 7a16304f48603371a9de922a42741420a7329fc9 (patch) | |
tree | 19c347d162c8419801091f9c8854195b64d428ad /media-libs/sublib | |
parent | profiles: Move media-libs/mlt[vdpau] package.use.mask from base to arch (diff) | |
download | gentoo-7a16304f48603371a9de922a42741420a7329fc9.tar.gz gentoo-7a16304f48603371a9de922a42741420a7329fc9.tar.bz2 gentoo-7a16304f48603371a9de922a42741420a7329fc9.zip |
Remove masked for removal packages
Diffstat (limited to 'media-libs/sublib')
-rw-r--r-- | media-libs/sublib/Manifest | 1 | ||||
-rw-r--r-- | media-libs/sublib/metadata.xml | 16 | ||||
-rw-r--r-- | media-libs/sublib/sublib-0.9.ebuild | 22 |
3 files changed, 0 insertions, 39 deletions
diff --git a/media-libs/sublib/Manifest b/media-libs/sublib/Manifest deleted file mode 100644 index adcf7c59b030..000000000000 --- a/media-libs/sublib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sublib-0.9.zip 255003 SHA256 e3534d88ff347c876ce710e31793d637a0831466fba235179cefaaf1855be62a SHA512 aa999007c1a610504a17f917a64277aaadd435a3f24f3327c98801077abf5409153f9e306c4773e27549923e4b6325d2b8bb2c81bafa34d1bc4b3a4817ad0c5e WHIRLPOOL c09b36c0aa65679edb3180b8a38976d1f0c791d3a1b0cee5347f9e332f7269c1e1a85032daed896df4cde2171e1f58296ad66d2cd160b277a8c104b61860d2ed diff --git a/media-libs/sublib/metadata.xml b/media-libs/sublib/metadata.xml deleted file mode 100644 index cb9bd63b266d..000000000000 --- a/media-libs/sublib/metadata.xml +++ /dev/null @@ -1,16 +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> - <name>Gentoo Video project</name> - </maintainer> - <longdescription lang="en"> -SubLib is a library that eases the development of subtitling applications. It -supports the most common text-based subtitle formats and allows for subtitle -editing, conversion and synchronization. -</longdescription> - <upstream> - <remote-id type="sourceforge">sublib</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-libs/sublib/sublib-0.9.ebuild b/media-libs/sublib/sublib-0.9.ebuild deleted file mode 100644 index 949832b2865b..000000000000 --- a/media-libs/sublib/sublib-0.9.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit mono - -DESCRIPTION="Subtitling library that allows for subtitle editing, conversion and synchronization" -HOMEPAGE="http://sublib.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="dev-lang/mono" -RDEPEND="${DEPEND} - app-arch/unzip" - -src_install() { - einstall || die "einstall failed" -} |