summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/simplecdrx/simplecdrx-1.2.2.ebuild')
-rw-r--r--app-cdr/simplecdrx/simplecdrx-1.2.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-cdr/simplecdrx/simplecdrx-1.2.2.ebuild b/app-cdr/simplecdrx/simplecdrx-1.2.2.ebuild
index afd071b298b8..b5e8f5ab3e33 100644
--- a/app-cdr/simplecdrx/simplecdrx-1.2.2.ebuild
+++ b/app-cdr/simplecdrx/simplecdrx-1.2.2.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/simplecdrx/simplecdrx-1.2.2.ebuild,v 1.8 2004/05/04 02:23:56 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/simplecdrx/simplecdrx-1.2.2.ebuild,v 1.9 2004/05/31 20:14:54 vapier Exp $
DESCRIPTION="CD ripping/mastering"
HOMEPAGE="http://ogre.rocky-road.net/cdr.shtml"
SRC_URI="http://ogre.rocky-road.net/files/${P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc ~sparc"
SLOT="0"
+KEYWORDS="x86 ppc ~sparc"
IUSE="gnome"
#todo: add blade encoder
@@ -42,10 +42,10 @@ src_install() {
doins pixmaps/simplecdr.xpm ${FILESDIR}/simplecdrx.png
# Add the Gnome menu entry
- if [ `use gnome` ] ; then
+ if use gnome ; then
insinto /usr/share/gnome/apps/Applications/
doins ${FILESDIR}/simplecdrx.desktop
fi
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
+ dodoc AUTHORS ChangeLog INSTALL NEWS README
}