diff options
author | 2014-11-14 19:33:14 +0000 | |
---|---|---|
committer | 2014-11-14 19:33:14 +0000 | |
commit | 69e9d0c81880ad7e50df6a4d071fac51e9babb46 (patch) | |
tree | ad8c8706e0bd7837c3c4aacb022ab2353d3925af /kde-base/ffmpegthumbs | |
parent | Version bumps. Remove old (diff) | |
download | gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.tar.gz gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.tar.bz2 gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.zip |
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key )
Diffstat (limited to 'kde-base/ffmpegthumbs')
-rw-r--r-- | kde-base/ffmpegthumbs/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ffmpegthumbs/ffmpegthumbs-4.13.3.ebuild | 18 | ||||
-rw-r--r-- | kde-base/ffmpegthumbs/ffmpegthumbs-4.14.1.ebuild | 18 |
3 files changed, 5 insertions, 37 deletions
diff --git a/kde-base/ffmpegthumbs/ChangeLog b/kde-base/ffmpegthumbs/ChangeLog index 2c8c502969a9..cee230f25799 100644 --- a/kde-base/ffmpegthumbs/ChangeLog +++ b/kde-base/ffmpegthumbs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ffmpegthumbs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v 1.171 2014/10/25 20:40:42 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v 1.172 2014/11/14 19:33:02 mrueg Exp $ + + 14 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -ffmpegthumbs-4.13.3.ebuild, + -ffmpegthumbs-4.14.1.ebuild: + Cleanup old. 25 Oct 2014; Manuel Rüger <mrueg@gentoo.org> -ffmpegthumbs-4.14.0.ebuild: Cleanup KDE SC 4.14.0 diff --git a/kde-base/ffmpegthumbs/ffmpegthumbs-4.13.3.ebuild b/kde-base/ffmpegthumbs/ffmpegthumbs-4.13.3.ebuild deleted file mode 100644 index 3346daf9de80..000000000000 --- a/kde-base/ffmpegthumbs/ffmpegthumbs-4.13.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.13.3.ebuild,v 1.2 2014/08/05 18:17:15 mrueg Exp $ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files" -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - virtual/ffmpeg -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdebase-kioslaves) -" diff --git a/kde-base/ffmpegthumbs/ffmpegthumbs-4.14.1.ebuild b/kde-base/ffmpegthumbs/ffmpegthumbs-4.14.1.ebuild deleted file mode 100644 index 68b73f89a106..000000000000 --- a/kde-base/ffmpegthumbs/ffmpegthumbs-4.14.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.14.1.ebuild,v 1.1 2014/09/16 18:17:23 johu Exp $ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - virtual/ffmpeg -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdebase-kioslaves) -" |