diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-11-29 15:32:59 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-11-29 15:32:59 +0000 |
commit | ed3d46544c113c9aac61c1a46838620b62cb51a2 (patch) | |
tree | dcf0eb287f331b7f7c7ca8e73ae5b86bbae205d4 /rox-extra | |
parent | Experimental branch version bump. (diff) | |
download | gentoo-2-ed3d46544c113c9aac61c1a46838620b62cb51a2.tar.gz gentoo-2-ed3d46544c113c9aac61c1a46838620b62cb51a2.tar.bz2 gentoo-2-ed3d46544c113c9aac61c1a46838620b62cb51a2.zip |
Version cleanup
(Portage version: 2.1.3.19)
Diffstat (limited to 'rox-extra')
-rw-r--r-- | rox-extra/videothumbnail/ChangeLog | 5 | ||||
-rw-r--r-- | rox-extra/videothumbnail/files/digest-videothumbnail-0.1.12 | 3 | ||||
-rw-r--r-- | rox-extra/videothumbnail/videothumbnail-0.1.12.ebuild | 23 |
3 files changed, 4 insertions, 27 deletions
diff --git a/rox-extra/videothumbnail/ChangeLog b/rox-extra/videothumbnail/ChangeLog index 633fcef6f6bf..f2652a4b1fa8 100644 --- a/rox-extra/videothumbnail/ChangeLog +++ b/rox-extra/videothumbnail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for rox-extra/videothumbnail # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/videothumbnail/ChangeLog,v 1.11 2007/11/16 14:54:32 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/videothumbnail/ChangeLog,v 1.12 2007/11/29 15:32:59 lack Exp $ + + 29 Nov 2007; Jim Ramsay <lack@gentoo.org> -videothumbnail-0.1.12.ebuild: + Version cleanup 16 Nov 2007; Samuli Suominen <drac@gentoo.org> videothumbnail-0.1.13.ebuild: diff --git a/rox-extra/videothumbnail/files/digest-videothumbnail-0.1.12 b/rox-extra/videothumbnail/files/digest-videothumbnail-0.1.12 deleted file mode 100644 index 44d961a46ecf..000000000000 --- a/rox-extra/videothumbnail/files/digest-videothumbnail-0.1.12 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c035a8b8e6e5d34213b74cd772de164f VideoThumbnail-0.1.12.tar.gz 21654 -RMD160 ae498152d9c4956c8e556ea57a615b8349621665 VideoThumbnail-0.1.12.tar.gz 21654 -SHA256 5af88715a3335317232d4a78a51309067aae7302efd021b44e6e5c2ff9fa4927 VideoThumbnail-0.1.12.tar.gz 21654 diff --git a/rox-extra/videothumbnail/videothumbnail-0.1.12.ebuild b/rox-extra/videothumbnail/videothumbnail-0.1.12.ebuild deleted file mode 100644 index 228eb4253f72..000000000000 --- a/rox-extra/videothumbnail/videothumbnail-0.1.12.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/videothumbnail/videothumbnail-0.1.12.ebuild,v 1.4 2007/02/03 02:30:17 beandog Exp $ - -#Setting ROX_VER to 2.3 to be on safe side. See bug #112849 -ROX_VER="2.3" -ROX_LIB_VER="2.0.2" -inherit rox - -MY_PN="VideoThumbnail" -DESCRIPTION="This is a helper program for ROX-Filer. It provides images for video files. By Stephen Watson" -HOMEPAGE="http://www.kerofin.demon.co.uk/rox/VideoThumbnail.html" -SRC_URI="http://www.kerofin.demon.co.uk/rox/${MY_PN}-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 x86" - -RDEPEND="|| ( >=media-video/mplayer-0.9.0 >=media-video/totem-1.4.2 )" - -APPNAME=${MY_PN} -S=${WORKDIR} |