summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-02-16 19:45:27 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-02-16 19:45:27 +0000
commitf60faf65b0d50cb0269ec65180a74bd78a02d216 (patch)
tree4ce14b5b85103ba81858a168ff585e884f6ad526 /media-video
parentAdd snapshot to fix compilation with libav-9, bug #443190. Thanks to Nikoli (diff)
downloadgentoo-2-f60faf65b0d50cb0269ec65180a74bd78a02d216.tar.gz
gentoo-2-f60faf65b0d50cb0269ec65180a74bd78a02d216.tar.bz2
gentoo-2-f60faf65b0d50cb0269ec65180a74bd78a02d216.zip
Remove old versions
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/subdownloader/ChangeLog6
-rw-r--r--media-video/subdownloader/subdownloader-2.0.14-r1.ebuild32
-rw-r--r--media-video/subdownloader/subdownloader-2.0.14.ebuild32
3 files changed, 5 insertions, 65 deletions
diff --git a/media-video/subdownloader/ChangeLog b/media-video/subdownloader/ChangeLog
index 53c09a856f26..998976bdda9f 100644
--- a/media-video/subdownloader/ChangeLog
+++ b/media-video/subdownloader/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/subdownloader
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/subdownloader/ChangeLog,v 1.3 2013/02/16 12:05:59 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/subdownloader/ChangeLog,v 1.4 2013/02/16 19:45:27 tampakrap Exp $
+
+ 16 Feb 2013; Theo Chatzimichos <tampakrap@gentoo.org>
+ -subdownloader-2.0.14-r1.ebuild, -subdownloader-2.0.14.ebuild:
+ Remove old versions
*subdownloader-2.0.18 (16 Feb 2013)
diff --git a/media-video/subdownloader/subdownloader-2.0.14-r1.ebuild b/media-video/subdownloader/subdownloader-2.0.14-r1.ebuild
deleted file mode 100644
index c40b7614ed4c..000000000000
--- a/media-video/subdownloader/subdownloader-2.0.14-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/subdownloader/subdownloader-2.0.14-r1.ebuild,v 1.1 2012/06/28 13:36:44 tampakrap Exp $
-
-EAPI=4
-
-inherit python eutils
-
-DESCRIPTION="GUI application for automatic downloading/uploading of subtitles for videofiles"
-HOMEPAGE="http://www.subdownloader.net/"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-python/PyQt4
- dev-python/kaa-metadata"
-RDEPEND="${DEPEND}"
-
-src_install() {
- insinto /usr/share/${PN}
- doins -r cli FileManagement gui languages locale modules run.py
- fperms 755 /usr/share/${PN}/run.py
- dosym /usr/share/${PN}/run.py /usr/bin/${PN}
- doman ${PN}.1
- dodoc README ChangeLog
- doicon gui/images/${PN}.png
- domenu ${PN}.desktop
-}
diff --git a/media-video/subdownloader/subdownloader-2.0.14.ebuild b/media-video/subdownloader/subdownloader-2.0.14.ebuild
deleted file mode 100644
index 54371747e82f..000000000000
--- a/media-video/subdownloader/subdownloader-2.0.14.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/subdownloader/subdownloader-2.0.14.ebuild,v 1.1 2012/06/27 09:38:16 tampakrap Exp $
-
-EAPI=4
-
-inherit python eutils
-
-DESCRIPTION="GUI application for automatic downloading/uploading of subtitles for videofiles"
-HOMEPAGE="http://www.subdownloader.net/"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-python/PyQt4
- dev-python/kaa-metadata"
-RDEPEND="${DEPEND}"
-
-src_install() {
- insinto /usr/$(get_libdir)/subdownloader
- doins -r cli FileManagement gui languages locale modules run.py
- fperms 755 /usr/$(get_libdir)/subdownloader/run.py
- dosym /usr/$(get_libdir)/subdownloader/run.py /usr/bin/subdownloader
- doman subdownloader.1
- dodoc README ChangeLog
- doicon gui/images/subdownloader.png
- domenu subdownloader.desktop
-}