summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/simplecdrx/simplecdrx-1.2.1.ebuild')
-rw-r--r--app-cdr/simplecdrx/simplecdrx-1.2.1.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/app-cdr/simplecdrx/simplecdrx-1.2.1.ebuild b/app-cdr/simplecdrx/simplecdrx-1.2.1.ebuild
deleted file mode 100644
index 782223845378..000000000000
--- a/app-cdr/simplecdrx/simplecdrx-1.2.1.ebuild
+++ /dev/null
@@ -1,51 +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/simplecdrx/simplecdrx-1.2.1.ebuild,v 1.13 2005/01/01 12:21:02 eradicator 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"
-SLOT="0"
-KEYWORDS="x86 ppc sparc"
-IUSE="gnome"
-
-#todo: add blade encoder
-DEPEND="media-sound/madplay
- app-cdr/cdrtools
- app-cdr/cdrdao
- media-sound/cdparanoia
- media-sound/lame
- media-libs/libogg
- media-libs/libvorbis
- virtual/mpg123
- virtual/x11
- =x11-libs/gtk+-1.2*
- dev-libs/glib
- media-libs/libao"
-
-src_compile() {
- cp src/main.c src/main.c.orig
- sed -e 's:/usr/local/share:/usr/share:g' \
- src/main.c.orig >src/main.c || die
- econf || die "econf failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- doman man/simplecdr-x.1
-
- insinto /usr/share/pixmaps
- doins pixmaps/simplecdr.xpm ${FILESDIR}/simplecdrx.png
-
- # Add the Gnome menu entry
- if use gnome ; then
- insinto /usr/share/gnome/apps/Applications/
- doins ${FILESDIR}/simplecdrx.desktop
- fi
-
- dodoc AUTHORS ChangeLog INSTALL NEWS README
-}