summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-04-20 17:04:23 +0000
committerMarinus Schraal <foser@gentoo.org>2003-04-20 17:04:23 +0000
commitecc9190af4f3a1bd63b3a49ddbebb792e756da5e (patch)
treedad31d5a372990ca3e6a7770e71f86f3aadd8c27 /media-sound/rhythmbox
parentEbuild fixups and addition of bitlebeed. (diff)
downloadgentoo-2-ecc9190af4f3a1bd63b3a49ddbebb792e756da5e.tar.gz
gentoo-2-ecc9190af4f3a1bd63b3a49ddbebb792e756da5e.tar.bz2
gentoo-2-ecc9190af4f3a1bd63b3a49ddbebb792e756da5e.zip
remove some leftovers
Diffstat (limited to 'media-sound/rhythmbox')
-rw-r--r--media-sound/rhythmbox/files/digest-rhythmbox-0.4.11
-rw-r--r--media-sound/rhythmbox/rhythmbox-0.4.1.ebuild65
2 files changed, 0 insertions, 66 deletions
diff --git a/media-sound/rhythmbox/files/digest-rhythmbox-0.4.1 b/media-sound/rhythmbox/files/digest-rhythmbox-0.4.1
deleted file mode 100644
index 7bdf55befcf9..000000000000
--- a/media-sound/rhythmbox/files/digest-rhythmbox-0.4.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c371babd76bf54f2f238af040f2b2aa9 rhythmbox-0.4.1.tar.gz 1150107
diff --git a/media-sound/rhythmbox/rhythmbox-0.4.1.ebuild b/media-sound/rhythmbox/rhythmbox-0.4.1.ebuild
deleted file mode 100644
index 79692c3d70f5..000000000000
--- a/media-sound/rhythmbox/rhythmbox-0.4.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.4.1.ebuild,v 1.3 2003/02/13 13:18:21 vapier Exp $
-
-inherit eutils gnome2
-
-S="${WORKDIR}/${P}"
-DESCRIPTION="RhythmBox - an iTunes clone for GNOME"
-SRC_URI="http://www.rhythmbox.org/download/${P}.tar.gz"
-HOMEPAGE="http://www.rhythmbox.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-
-RDEPEND=">=x11-libs/gtk+-2.0.0
- =gnome-base/libgnomeui-2.0*
- =gnome-base/libglade-2.0*
- =gnome-base/gnome-panel-2.0*
- =gnome-base/gnome-vfs-2.0*
- =gnome-base/libbonobo-2.0*
- =gnome-base/bonobo-activation-1.0*
- =gnome-base/libgnomecanvas-2.0*
- >=media-libs/monkey-media-0.6.1
- >=gnome-base/gconf-1.2.1
- >=gnome-base/ORBit2-2.4.1
- >=sys-devel/gettext-0.11.1
- =media-libs/gst-plugins-0.4.2*"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0
- dev-util/intltool"
-
-
-src_unpack() {
-
- unpack ${A}
-
- # Soften the message displayed at startup, and only do
- # it once. Ugly hack I know, but somebody with more C
- # will have to fix this if need be ...
- # <azarah@gentoo.org> (27 Dec 2002).
- cd ${S}; epatch ${FILESDIR}/${PN}-0.4.1-check_gentoo-be-nicer.patch
-}
-
-src_compile() {
- econf --enable-compile-warnings=yes #turn of -Werror
- emake
-}
-
-src_install () {
-
- # this is a fix to disable scrollkeeper-update from running in
- # "make install" since that breaks sandbox.
- cd help/C
- cat Makefile | sed s/"install-data-hook: install-data-hook-omf"/"install-data-hook:"/g >Makefile.new
- mv Makefile.new Makefile
- cd ../..
- gnome2_src_install
-
-}
-
-DOC="AUTHORS COPYING ChangeLog INSTALL INSTALL.GNU HACKING NEWS README THANKS TODO"
-SCHEMA="rhythmbox.schemas"
-