summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2006-11-12 10:43:02 +0000
committerTiziano Müller <dev-zero@gentoo.org>2006-11-12 10:43:02 +0000
commit6aeeac87ed89ef18c8e917a0f2936b0056ae8e3d (patch)
treeb1a7ba04ee7393876ee43b524a0a15c7acc9d1c5
parentmedia-sound/exaile: Version bump, remove old beta version. Keep old version j... (diff)
downloadsunrise-6aeeac87ed89ef18c8e917a0f2936b0056ae8e3d.tar.gz
sunrise-6aeeac87ed89ef18c8e917a0f2936b0056ae8e3d.tar.bz2
sunrise-6aeeac87ed89ef18c8e917a0f2936b0056ae8e3d.zip
exaile/files/digest-exaile-0.2.4: Cosmetics. Old version removed.
svn path=/sunrise/; revision=1897
-rw-r--r--media-sound/exaile/ChangeLog4
-rw-r--r--media-sound/exaile/exaile-0.2.4.ebuild66
-rw-r--r--media-sound/exaile/exaile-0.2.5.ebuild4
-rw-r--r--media-sound/exaile/files/digest-exaile-0.2.43
4 files changed, 6 insertions, 71 deletions
diff --git a/media-sound/exaile/ChangeLog b/media-sound/exaile/ChangeLog
index a203f11fc..de7d826af 100644
--- a/media-sound/exaile/ChangeLog
+++ b/media-sound/exaile/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Nov 2006; Tiziano Müller <dev-zero@gentoo.org> -exaile-0.2.4.ebuild,
+ exaile-0.2.5.ebuild:
+ Cosmetics. Old version removed.
+
12 Nov 2006; Juan Aguado (juantxorena) <juantxorena666@gmail.com>
-exaile-0.2.5_beta.ebuild, +exaile-0.2.5.ebuild:
Version bump, remove old beta version. Keep old version just in case for
diff --git a/media-sound/exaile/exaile-0.2.4.ebuild b/media-sound/exaile/exaile-0.2.4.ebuild
deleted file mode 100644
index c9e6a08b7..000000000
--- a/media-sound/exaile/exaile-0.2.4.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils toolchain-funcs
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="Exaile is 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="~x86 ~amd64"
-IUSE="fam mp3 flac aac trayicon ipod"
-
-DEPEND=">=dev-lang/python-2.4
- >=dev-python/pygtk-2.0"
-RDEPEND="${DEPEND}
- >=dev-python/pysqlite-2
- >=media-libs/gstreamer-0.10
- >=media-libs/gst-plugins-good-0.10
- >=dev-python/gst-python-0.10
- >=media-libs/mutagen-1.6
- >=media-plugins/gst-plugins-gconf-0.10
- sys-apps/dbus
- fam? ( app-admin/gamin )
- mp3? ( >=media-plugins/gst-plugins-mad-0.10 )
- flac? ( >=media-plugins/gst-plugins-flac-0.10 )
- aac? ( >=media-plugins/gst-plugins-faac-0.10 )
- trayicon? ( dev-python/gnome-python-extras )
- ipod? ( >=media-libs/libgpod-0.3.2-r1
- >=media-plugins/gst-plugins-faac-0.10 )"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
- if ! built_with_use sys-apps/dbus python; then
- eerror "dbus has to be built with python support"
- die "dbus python use-flag not set"
- fi
-
- 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}"
- # We want Gentoo's mutagen package
- sed -i \
- -e '/mutagen/d' \
- Makefile || die "sed failed"
-}
-
-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.5.ebuild b/media-sound/exaile/exaile-0.2.5.ebuild
index e5ac8ccc2..c9e6a08b7 100644
--- a/media-sound/exaile/exaile-0.2.5.ebuild
+++ b/media-sound/exaile/exaile-0.2.5.ebuild
@@ -4,7 +4,7 @@
inherit eutils toolchain-funcs
-MY_P="${PN}_${PV}"
+MY_P=${PN}_${PV}
DESCRIPTION="Exaile is a media player aiming to be similar to KDE's AmaroK, but for GTK"
HOMEPAGE="http://www.exaile.org/"
@@ -33,7 +33,7 @@ RDEPEND="${DEPEND}
ipod? ( >=media-libs/libgpod-0.3.2-r1
>=media-plugins/gst-plugins-faac-0.10 )"
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
pkg_setup() {
if ! built_with_use sys-apps/dbus python; then
diff --git a/media-sound/exaile/files/digest-exaile-0.2.4 b/media-sound/exaile/files/digest-exaile-0.2.4
deleted file mode 100644
index 87629125c..000000000
--- a/media-sound/exaile/files/digest-exaile-0.2.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 2af1fb9cf374cb0c361334978257861b exaile_0.2.4.tar.gz 312996
-RMD160 3aa40bd15ede339e2d7e1971d58c44b13aeb22a4 exaile_0.2.4.tar.gz 312996
-SHA256 ca1d160d2564fd6520bf6bce728e4d8cf5ca12dbde6024398640fe7486ccbf43 exaile_0.2.4.tar.gz 312996