diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-06-08 09:02:50 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-06-08 09:02:50 +0000 |
commit | e0bcdcf107029cc8c6726eeaa65a22391cfdaed7 (patch) | |
tree | 78c669d8e42a7ad5230cf225189d32ad9c5d9545 /app-cdr/xbiso | |
parent | Remove USE debug by passing GCONF_DEBUG=no into gnome2.eclass and fix DESCRIP... (diff) | |
download | gentoo-2-e0bcdcf107029cc8c6726eeaa65a22391cfdaed7.tar.gz gentoo-2-e0bcdcf107029cc8c6726eeaa65a22391cfdaed7.tar.bz2 gentoo-2-e0bcdcf107029cc8c6726eeaa65a22391cfdaed7.zip |
old
(Portage version: 2.1.5.4)
Diffstat (limited to 'app-cdr/xbiso')
-rw-r--r-- | app-cdr/xbiso/xbiso-0.6.0.ebuild | 24 | ||||
-rw-r--r-- | app-cdr/xbiso/xbiso-0.6.1.ebuild | 14 |
2 files changed, 4 insertions, 34 deletions
diff --git a/app-cdr/xbiso/xbiso-0.6.0.ebuild b/app-cdr/xbiso/xbiso-0.6.0.ebuild deleted file mode 100644 index 7c5dc9b24e08..000000000000 --- a/app-cdr/xbiso/xbiso-0.6.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/xbiso/xbiso-0.6.0.ebuild,v 1.5 2005/05/21 09:45:24 chrb Exp $ - -inherit eutils - -DESCRIPTION="Xbox xdvdfs ISO extraction utility" -HOMEPAGE="http://sourceforge.net/projects/xbiso/" -SRC_URI="mirror://sourceforge/xbiso/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${P}-fnamecheck.patch -} - -src_install() { - dobin xbiso || die "install failed" - dodoc README CHANGELOG -} diff --git a/app-cdr/xbiso/xbiso-0.6.1.ebuild b/app-cdr/xbiso/xbiso-0.6.1.ebuild index 123196e1581a..e1d0b49dc52d 100644 --- a/app-cdr/xbiso/xbiso-0.6.1.ebuild +++ b/app-cdr/xbiso/xbiso-0.6.1.ebuild @@ -1,8 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/xbiso/xbiso-0.6.1.ebuild,v 1.2 2006/02/01 23:04:58 metalgod Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xbiso/xbiso-0.6.1.ebuild,v 1.3 2008/06/08 09:02:50 drac Exp $ DESCRIPTION="Xbox xdvdfs ISO extraction utility" HOMEPAGE="http://sourceforge.net/projects/xbiso/" @@ -13,11 +11,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -src_unpack() { - unpack ${A} -} - src_install() { - dobin xbiso || die "install failed" - dodoc README CHANGELOG + dobin xbiso || die "dobin failed." + dodoc CHANGELOG README } |