diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-03-07 14:01:40 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-03-07 14:01:40 +0000 |
commit | dfc3fd756b01e269792791a896db361ac6eb4b45 (patch) | |
tree | a149a0c92c762a94b282e3183d9d3b7dbdbc58ae /media-sound | |
parent | Masking net-misc/xsupplicant and app-text/mgv due to security bugs 154995 and... (diff) | |
download | gentoo-2-dfc3fd756b01e269792791a896db361ac6eb4b45.tar.gz gentoo-2-dfc3fd756b01e269792791a896db361ac6eb4b45.tar.bz2 gentoo-2-dfc3fd756b01e269792791a896db361ac6eb4b45.zip |
old
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/exaile/exaile-0.2.8.ebuild | 73 | ||||
-rw-r--r-- | media-sound/exaile/exaile-0.2.9_beta1.ebuild | 72 | ||||
-rw-r--r-- | media-sound/exaile/files/digest-exaile-0.2.8 | 3 | ||||
-rw-r--r-- | media-sound/exaile/files/digest-exaile-0.2.9_beta1 | 3 |
4 files changed, 0 insertions, 151 deletions
diff --git a/media-sound/exaile/exaile-0.2.8.ebuild b/media-sound/exaile/exaile-0.2.8.ebuild deleted file mode 100644 index aa2b2a6aec6c..000000000000 --- a/media-sound/exaile/exaile-0.2.8.ebuild +++ /dev/null @@ -1,73 +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/exaile/exaile-0.2.8.ebuild,v 1.6 2007/02/19 22:43:16 drac Exp $ - -inherit eutils python toolchain-funcs - -MY_P=${PN}_${PV} - -DESCRIPTION="a media player aiming to be similar to KDE's AmaroK, but for GTK" -HOMEPAGE="http://www.exaile.org/" -SRC_URI="http://www.exaile.org/files/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="aac alsa cdaudio fam flac gnome ipod libnotify libsexy mad musepack ogg - oss serpentine streamripper vorbis" - -RDEPEND=">=dev-lang/python-2.4 - >=dev-python/pygtk-2.8.6 - >=dev-python/pysqlite-2 - >=media-libs/gstreamer-0.10 - >=media-libs/gst-plugins-good-0.10 - >=media-plugins/gst-plugins-gnomevfs-0.10 - >=dev-python/gst-python-0.10 - >=media-libs/mutagen-1.6 - >=media-plugins/gst-plugins-gconf-0.10 - dev-python/elementtree - dev-python/dbus-python - fam? ( app-admin/gamin ) - alsa? ( >=media-plugins/gst-plugins-alsa-0.10 ) - oss? ( >=media-plugins/gst-plugins-oss-0.10 ) - mad? ( >=media-plugins/gst-plugins-mad-0.10 ) - ogg? ( >=media-plugins/gst-plugins-ogg-0.10 ) - vorbis? ( >=media-plugins/gst-plugins-vorbis-0.10 ) - flac? ( >=media-plugins/gst-plugins-flac-0.10 ) - aac? ( >=media-plugins/gst-plugins-faad-0.10 ) - libnotify? ( dev-python/notify-python ) - libsexy? ( dev-python/sexy-python ) - musepack? ( >=media-plugins/gst-plugins-musepack-0.10 ) - gnome? ( dev-python/gnome-python-extras ) - ipod? ( >=media-libs/libgpod-0.3.2-r1 - >=media-plugins/gst-plugins-faad-0.10 ) - cdaudio? ( media-plugins/gst-plugins-cdparanoia - dev-python/cddb-py ) - serpentine? ( app-cdr/serpentine ) - streamripper? ( media-sound/streamripper )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - if use ipod && ! built_with_use media-libs/libgpod python ; then - eerror "libgpod has to be built with python support" - die "libgpod python use-flag not set" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-strip.patch - python_version - sed -i -e "s:python2.4:python${PYVER}:" mmkeys/Makefile -} - -src_compile() { - emake CC="$(tc-getCC)" || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} diff --git a/media-sound/exaile/exaile-0.2.9_beta1.ebuild b/media-sound/exaile/exaile-0.2.9_beta1.ebuild deleted file mode 100644 index 33ee5170bcbd..000000000000 --- a/media-sound/exaile/exaile-0.2.9_beta1.ebuild +++ /dev/null @@ -1,72 +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/exaile/exaile-0.2.9_beta1.ebuild,v 1.3 2007/02/25 12:24:48 drac Exp $ - -inherit eutils python toolchain-funcs - -MY_P=${PN}_${PV} ; MY_P=${MY_P/_beta1/b} - -DESCRIPTION="a media player aiming to be similar to KDE's AmaroK, but for GTK" -HOMEPAGE="http://www.exaile.org/" -SRC_URI="http://www.exaile.org/files/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="aac alsa cdaudio flac gnome ipod libnotify libsexy mad musepack ogg - oss serpentine streamripper vorbis" - -RDEPEND=">=dev-lang/python-2.4 - >=dev-python/pygtk-2.8.6 - >=dev-python/pysqlite-2 - >=media-libs/gstreamer-0.10 - >=media-libs/gst-plugins-good-0.10 - >=media-plugins/gst-plugins-gnomevfs-0.10 - >=dev-python/gst-python-0.10 - >=media-libs/mutagen-1.6 - dev-python/elementtree - dev-python/dbus-python - alsa? ( >=media-plugins/gst-plugins-alsa-0.10 ) - oss? ( >=media-plugins/gst-plugins-oss-0.10 ) - mad? ( >=media-plugins/gst-plugins-mad-0.10 ) - ogg? ( >=media-plugins/gst-plugins-ogg-0.10 ) - vorbis? ( >=media-plugins/gst-plugins-vorbis-0.10 ) - flac? ( >=media-plugins/gst-plugins-flac-0.10 ) - aac? ( >=media-plugins/gst-plugins-faad-0.10 ) - libnotify? ( dev-python/notify-python ) - libsexy? ( dev-python/sexy-python ) - musepack? ( >=media-plugins/gst-plugins-musepack-0.10 ) - gnome? ( dev-python/gnome-python-extras ) - ipod? ( >=media-libs/libgpod-0.3.2-r1 - >=media-plugins/gst-plugins-faad-0.10 ) - cdaudio? ( media-plugins/gst-plugins-cdparanoia - dev-python/cddb-py ) - serpentine? ( app-cdr/serpentine ) - streamripper? ( media-sound/streamripper ) - gnome-base/librsvg" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - if use ipod && ! built_with_use media-libs/libgpod python ; then - eerror "libgpod has to be built with python support" - die "libgpod python use-flag not set" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-0.2.8-strip.patch - python_version - sed -i -e "s:python2.4:python${PYVER}:" mmkeys/Makefile -} - -src_compile() { - emake CC="$(tc-getCC)" || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} diff --git a/media-sound/exaile/files/digest-exaile-0.2.8 b/media-sound/exaile/files/digest-exaile-0.2.8 deleted file mode 100644 index eb64fe1f0f4a..000000000000 --- a/media-sound/exaile/files/digest-exaile-0.2.8 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a07d5acdebbc42a72e297963f5aec249 exaile_0.2.8.tar.gz 371231 -RMD160 414cf041cad28ad2f301d6c7ece1f2dcac21fef8 exaile_0.2.8.tar.gz 371231 -SHA256 917cec0b34c7f42466d9d58dbfac3ce4f3791f5066e7c4b5f727e5c7f8bec53e exaile_0.2.8.tar.gz 371231 diff --git a/media-sound/exaile/files/digest-exaile-0.2.9_beta1 b/media-sound/exaile/files/digest-exaile-0.2.9_beta1 deleted file mode 100644 index 2bae28bad51b..000000000000 --- a/media-sound/exaile/files/digest-exaile-0.2.9_beta1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 145418e89b621df838b9936effcda703 exaile_0.2.9b.tar.gz 789660 -RMD160 e26d4fbb6c265026d71c80d6754deacbed57da01 exaile_0.2.9b.tar.gz 789660 -SHA256 e21eb72f5048755137117c1e720bee8a3eaf7aaf707c90e5e8308ee56f2e8059 exaile_0.2.9b.tar.gz 789660 |