summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-07-24 13:26:00 +0200
committerMichał Górny <mgorny@gentoo.org>2016-07-24 13:30:57 +0200
commitb0e2d947d81c8b136967624bf6f38cd08fc5c3e7 (patch)
tree390505d512ce84e7f980a9b0799c1d686f60f983 /media-video
parentapp-cdr/dvd95: Remove last-rited pkg, #148741 (diff)
downloadgentoo-b0e2d947d81c8b136967624bf6f38cd08fc5c3e7.tar.gz
gentoo-b0e2d947d81c8b136967624bf6f38cd08fc5c3e7.tar.bz2
gentoo-b0e2d947d81c8b136967624bf6f38cd08fc5c3e7.zip
media-video/subotage: Remove last-rited pkg
Diffstat (limited to 'media-video')
-rw-r--r--media-video/subotage/Manifest1
-rw-r--r--media-video/subotage/metadata.xml11
-rw-r--r--media-video/subotage/subotage-0.15.ebuild22
3 files changed, 0 insertions, 34 deletions
diff --git a/media-video/subotage/Manifest b/media-video/subotage/Manifest
deleted file mode 100644
index 80d7121869d9..000000000000
--- a/media-video/subotage/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST subotage_0.15.tgz 20516 SHA256 d122d45be385546f5bd7fd3ddc1d2b372d2603fa3c30283e873af7ce49e1ca0b SHA512 5d7075bf1535ffeab9deabb070147fb1e9e7d31004f5e47de15b436330725d872afff0dff7ef0ebb150c3e6570752d7fed1336f97c29bbed7d81f1fe3d52ec91 WHIRLPOOL b3c6178f030d23f7a849b41eb445f169138a551bf84363a61e116bed71e0e131aa63b6f33b3dfb50825a0d03913e38c428e2b83f4a6f1daa171e3325bc431109
diff --git a/media-video/subotage/metadata.xml b/media-video/subotage/metadata.xml
deleted file mode 100644
index 493fd96c2b49..000000000000
--- a/media-video/subotage/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">subotage</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-video/subotage/subotage-0.15.ebuild b/media-video/subotage/subotage-0.15.ebuild
deleted file mode 100644
index 83a3c08a4177..000000000000
--- a/media-video/subotage/subotage-0.15.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Universal subtitle converter in bash"
-HOMEPAGE="http://sourceforge.net/projects/subotage/"
-SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}
-
-src_install() {
- default # for docs
-
- dobin subotage.sh
-}