diff options
author | Jim Ramsay <lack@gentoo.org> | 2006-10-11 13:13:38 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2006-10-11 13:13:38 +0000 |
commit | 61e0c9a21d8bd2f35388e81373f9ce909a09052d (patch) | |
tree | c3f149284852e62eb386a8c6aed992b72e1f4fc9 /rox-extra | |
parent | Removed compaq-jre. (diff) | |
download | gentoo-2-61e0c9a21d8bd2f35388e81373f9ce909a09052d.tar.gz gentoo-2-61e0c9a21d8bd2f35388e81373f9ce909a09052d.tar.bz2 gentoo-2-61e0c9a21d8bd2f35388e81373f9ce909a09052d.zip |
Version bump to 061007, which fixes config location
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'rox-extra')
-rw-r--r-- | rox-extra/roxiso/ChangeLog | 7 | ||||
-rw-r--r-- | rox-extra/roxiso/files/digest-roxiso-061007 | 3 | ||||
-rw-r--r-- | rox-extra/roxiso/roxiso-061007.ebuild | 22 |
3 files changed, 31 insertions, 1 deletions
diff --git a/rox-extra/roxiso/ChangeLog b/rox-extra/roxiso/ChangeLog index 29a2336eecaa..1db562d73301 100644 --- a/rox-extra/roxiso/ChangeLog +++ b/rox-extra/roxiso/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for rox-extra/roxiso # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxiso/ChangeLog,v 1.4 2006/10/04 16:08:50 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxiso/ChangeLog,v 1.5 2006/10/11 13:13:38 lack Exp $ + +*roxiso-061007 (11 Oct 2006) + + 11 Oct 2006; Jim Ramsay <lack@gentoo.org> +roxiso-061007.ebuild: + Version bump to 061007, which fixes config location 04 Oct 2006; Jim Ramsay <lack@gentoo.org> roxiso-050508-r1.ebuild: Fixed version variable ordering for 'inherit rox' diff --git a/rox-extra/roxiso/files/digest-roxiso-061007 b/rox-extra/roxiso/files/digest-roxiso-061007 new file mode 100644 index 000000000000..0c692e9b8260 --- /dev/null +++ b/rox-extra/roxiso/files/digest-roxiso-061007 @@ -0,0 +1,3 @@ +MD5 ff258eada4e2043b14ecb038d891cd9c RoxISO-061007.tar.bz2 18674 +RMD160 567f1ee8c1faf0d054deac866a844ca6b5d1dee7 RoxISO-061007.tar.bz2 18674 +SHA256 33c93cc8f22606daa81d502e7fb7906c483b1a74d21b2993240378c57b060b15 RoxISO-061007.tar.bz2 18674 diff --git a/rox-extra/roxiso/roxiso-061007.ebuild b/rox-extra/roxiso/roxiso-061007.ebuild new file mode 100644 index 000000000000..1fc6374789ca --- /dev/null +++ b/rox-extra/roxiso/roxiso-061007.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxiso/roxiso-061007.ebuild,v 1.1 2006/10/11 13:13:38 lack Exp $ + +ROX_LIB_VER=1.9.13 +inherit rox + +MY_PN="RoxISO" + +DESCRIPTION="RoxISO. A graphical frontend to mkisofs and cdrecord." +HOMEPAGE="http://kymatica.com/rox/software.html" +SRC_URI="http://kymatica.com/rox/${MY_PN}-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="app-cdr/cdrtools" + +APPNAME=RoxISO +S="${WORKDIR}" |