diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-12-04 21:49:52 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-12-04 21:49:52 +0000 |
commit | 1a373e5d6719385322d1f8b93e4657e21c5c0fa6 (patch) | |
tree | 40e923b0c3857f65e133886cfc0976fbbd853dba /rox-extra | |
parent | Unmask openoffice-[bin]-2.3.1 (diff) | |
download | gentoo-2-1a373e5d6719385322d1f8b93e4657e21c5c0fa6.tar.gz gentoo-2-1a373e5d6719385322d1f8b93e4657e21c5c0fa6.tar.bz2 gentoo-2-1a373e5d6719385322d1f8b93e4657e21c5c0fa6.zip |
Updated to use new rox-0install eclass
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'rox-extra')
-rw-r--r-- | rox-extra/videothumbnail/ChangeLog | 8 | ||||
-rw-r--r-- | rox-extra/videothumbnail/files/digest-videothumbnail-0.1.13-r1 | 3 | ||||
-rw-r--r-- | rox-extra/videothumbnail/videothumbnail-0.1.13-r1.ebuild | 23 |
3 files changed, 33 insertions, 1 deletions
diff --git a/rox-extra/videothumbnail/ChangeLog b/rox-extra/videothumbnail/ChangeLog index f2652a4b1fa8..d51ff75cefec 100644 --- a/rox-extra/videothumbnail/ChangeLog +++ b/rox-extra/videothumbnail/ChangeLog @@ -1,6 +1,12 @@ # 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.12 2007/11/29 15:32:59 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/videothumbnail/ChangeLog,v 1.13 2007/12/04 21:49:51 lack Exp $ + +*videothumbnail-0.1.13-r1 (04 Dec 2007) + + 04 Dec 2007; Jim Ramsay <lack@gentoo.org> + +videothumbnail-0.1.13-r1.ebuild: + Updated to use new rox-0install eclass 29 Nov 2007; Jim Ramsay <lack@gentoo.org> -videothumbnail-0.1.12.ebuild: Version cleanup diff --git a/rox-extra/videothumbnail/files/digest-videothumbnail-0.1.13-r1 b/rox-extra/videothumbnail/files/digest-videothumbnail-0.1.13-r1 new file mode 100644 index 000000000000..977d358a015f --- /dev/null +++ b/rox-extra/videothumbnail/files/digest-videothumbnail-0.1.13-r1 @@ -0,0 +1,3 @@ +MD5 c0d4dd55d214294660286f4028f497e0 VideoThumbnail-0.1.13.tar.gz 23478 +RMD160 02300cbffadbdf0e5fa3dd1abf0d00a310a4430f VideoThumbnail-0.1.13.tar.gz 23478 +SHA256 97ec91fb2d32846a5a8b1855ff1e50cbfe95dbcb220d9f1381a344febb15625e VideoThumbnail-0.1.13.tar.gz 23478 diff --git a/rox-extra/videothumbnail/videothumbnail-0.1.13-r1.ebuild b/rox-extra/videothumbnail/videothumbnail-0.1.13-r1.ebuild new file mode 100644 index 000000000000..2cfdc91f7df6 --- /dev/null +++ b/rox-extra/videothumbnail/videothumbnail-0.1.13-r1.ebuild @@ -0,0 +1,23 @@ +# 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.13-r1.ebuild,v 1.1 2007/12/04 21:49:51 lack Exp $ + +#Setting ROX_VER to 2.3 to be on safe side. See bug #112849 +ROX_VER="2.3" +ROX_LIB_VER="2.0.4-r1" +inherit rox-0install + +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} |