diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-12-13 15:56:39 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-12-13 15:56:39 +0000 |
commit | 7238ad2cfe34b091bd37bf244be2338c0f1dad15 (patch) | |
tree | 7efdf03ce033f30d5d0dbda6efad790ee5cff3ea /media-sound/yammi | |
parent | quoting for mips (diff) | |
download | gentoo-2-7238ad2cfe34b091bd37bf244be2338c0f1dad15.tar.gz gentoo-2-7238ad2cfe34b091bd37bf244be2338c0f1dad15.tar.bz2 gentoo-2-7238ad2cfe34b091bd37bf244be2338c0f1dad15.zip |
old
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'media-sound/yammi')
-rw-r--r-- | media-sound/yammi/files/digest-yammi-1.2 | 6 | ||||
-rw-r--r-- | media-sound/yammi/yammi-1.2.ebuild | 59 |
2 files changed, 0 insertions, 65 deletions
diff --git a/media-sound/yammi/files/digest-yammi-1.2 b/media-sound/yammi/files/digest-yammi-1.2 deleted file mode 100644 index df66dd8d7dd8..000000000000 --- a/media-sound/yammi/files/digest-yammi-1.2 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 0631502f50688142ae50da2cb136a422 kde-admindir-3.5.5.tar.bz2 187274 -RMD160 24528f3bf94e7d1a1036b6e5af180719785839ed kde-admindir-3.5.5.tar.bz2 187274 -SHA256 1aa56856e432839ec74a67ab33fc21b56ed4f1b4b5c60bfd5b953cb2d3423153 kde-admindir-3.5.5.tar.bz2 187274 -MD5 4479edc26eeee5c4592eeb849a849270 yammi-1.2.tar.gz 1169578 -RMD160 174a7e0b5dfee2c67f63b10ec2982ed6218c44f0 yammi-1.2.tar.gz 1169578 -SHA256 22894faf874ca67ab863271a2480aeda0bb4485c0d6f0f5e193256de3f76c28b yammi-1.2.tar.gz 1169578 diff --git a/media-sound/yammi/yammi-1.2.ebuild b/media-sound/yammi/yammi-1.2.ebuild deleted file mode 100644 index 087c9159b1b6..000000000000 --- a/media-sound/yammi/yammi-1.2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/yammi/yammi-1.2.ebuild,v 1.10 2007/01/05 20:26:10 flameeyes Exp $ - -ARTS_REQUIRED="yes" -inherit kde - -DESCRIPTION="MP3/Ogg/Wav-Manager and Jukebox" -HOMEPAGE="http://yammi.sourceforge.net/" -SRC_URI="mirror://sourceforge/yammi/${P}.tar.gz - mirror://gentoo/kde-admindir-3.5.5.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 sparc ~ppc" -IUSE="cdr encode kde vorbis" - -DEPEND=">=media-libs/taglib-1.3" - -RDEPEND="${DEPEND} - kde? ( || ( kde-base/noatun kde-base/kdemultimedia ) ) - media-sound/sox - virtual/mpg123 - vorbis? ( media-sound/vorbis-tools ) - encode? ( media-sound/cdparanoia - media-sound/lame )" - -# sox, mpg123 and vorbis-tools are used for the 'prelisten' feature. -# cdparanoia and lame are used by the yammiGrabAndEncode script. -# gstreamer support is left out on purpose, since it is -# based on the obsolete gst kde bindings. - -need-kde 3 - -src_unpack() { - kde_src_unpack - - sed -i -e '/AM_PATH_XMMS/s:^:dnl :' "${S}/configure.in.in" -} - -src_compile() { - myconf="--disable-xmms" - - kde_src_compile -} - -pkg_postinst() { - elog - elog "yammi provides various plugins based on" - elog "external programs, you can emerge any of the" - elog "following packages to make the correspondent plugin" - elog "available:" - elog - elog "app-cdr/cdlabelgen: create CD labels" - elog "app-cdr/k3b: burn CDs with K3b" - elog "media-libs/tunepimp or media-sound/trm:" - elog " lookup tracks on www.musicbrainz.org" - echo -} |