diff options
Diffstat (limited to 'rox-extra/roxcd/roxcd-0.4.5.ebuild')
-rw-r--r-- | rox-extra/roxcd/roxcd-0.4.5.ebuild | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/rox-extra/roxcd/roxcd-0.4.5.ebuild b/rox-extra/roxcd/roxcd-0.4.5.ebuild index 8e38d3425f9f..3bf59cc7ab92 100644 --- a/rox-extra/roxcd/roxcd-0.4.5.ebuild +++ b/rox-extra/roxcd/roxcd-0.4.5.ebuild @@ -1,27 +1,20 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxcd/roxcd-0.4.5.ebuild,v 1.2 2005/03/05 23:51:46 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxcd/roxcd-0.4.5.ebuild,v 1.3 2006/11/17 14:57:32 lack Exp $ -DESCRIPTION="RoxCD - A CD Player/Ripper for the ROX Desktop" +ROX_LIB_VER=1.9.11 +inherit rox +DESCRIPTION="RoxCD - A CD Player/Ripper for the ROX Desktop" MY_PN="RoxCD" - HOMEPAGE="http://www.rdsarts.com/code/roxcd" - SRC_URI="http://www.rdsarts.com/code/roxcd/${MY_PN}-${PV}.tar.bz2" LICENSE="GPL-2" - SLOT="0" - KEYWORDS="~x86 ~ppc" - IUSE="" -ROX_LIB_VER=1.9.11 - APPNAME=${MY_PN} - S=${WORKDIR} -inherit rox |