diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-07 09:43:06 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-07 09:43:06 +0000 |
commit | bb64771f1b5a3a8b06a8d408f61f970d142dac96 (patch) | |
tree | 39899cf80de09c4f7c7a9b37730407cbbb2c20a5 /media-video/kffmpegthumbnailer | |
parent | replace qt4 eclass with qt4-r2 (diff) | |
download | historical-bb64771f1b5a3a8b06a8d408f61f970d142dac96.tar.gz historical-bb64771f1b5a3a8b06a8d408f61f970d142dac96.tar.bz2 historical-bb64771f1b5a3a8b06a8d408f61f970d142dac96.zip |
Version bump.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'media-video/kffmpegthumbnailer')
-rw-r--r-- | media-video/kffmpegthumbnailer/ChangeLog | 10 | ||||
-rw-r--r-- | media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.0.1.ebuild | 19 | ||||
-rw-r--r-- | media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0.ebuild (renamed from media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.0.0.ebuild) | 8 |
3 files changed, 12 insertions, 25 deletions
diff --git a/media-video/kffmpegthumbnailer/ChangeLog b/media-video/kffmpegthumbnailer/ChangeLog index 860754ceea92..c25b20fd26ab 100644 --- a/media-video/kffmpegthumbnailer/ChangeLog +++ b/media-video/kffmpegthumbnailer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/kffmpegthumbnailer -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v 1.2 2009/12/28 11:28:08 ssuominen Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v 1.3 2010/01/07 09:43:06 ssuominen Exp $ + +*kffmpegthumbnailer-1.1.0 (07 Jan 2010) + + 07 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> + +kffmpegthumbnailer-1.1.0.ebuild: + Version bump. *kffmpegthumbnailer-1.0.1 (28 Dec 2009) diff --git a/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.0.1.ebuild b/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.0.1.ebuild deleted file mode 100644 index a14adfdd8a1f..000000000000 --- a/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.0.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.0.1.ebuild,v 1.1 2009/12/28 11:28:08 ssuominen Exp $ - -EAPI=2 -inherit kde4-base - -DESCRIPTION="A thumbnailer for KDE based on ffmpegthumbnailer" -HOMEPAGE="http://code.google.com/p/ffmpegthumbnailer/" -SRC_URI="http://ffmpegthumbnailer.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=">=media-video/ffmpegthumbnailer-1.5.6" - -DOCS="README" diff --git a/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.0.0.ebuild b/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0.ebuild index 588121da51c3..a78f8a465f57 100644 --- a/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.0.0.ebuild +++ b/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.0.0.ebuild,v 1.1 2009/12/24 12:12:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0.ebuild,v 1.1 2010/01/07 09:43:06 ssuominen Exp $ EAPI=2 inherit kde4-base @@ -14,6 +14,6 @@ SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND=">=media-video/ffmpegthumbnailer-1.5.6" +DEPEND=">=media-video/ffmpegthumbnailer-2" -DOCS="README" +DOCS="Changelog README" |