summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/xfmpc/xfmpc-0.1.0.ebuild')
-rw-r--r--media-sound/xfmpc/xfmpc-0.1.0.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/media-sound/xfmpc/xfmpc-0.1.0.ebuild b/media-sound/xfmpc/xfmpc-0.1.0.ebuild
deleted file mode 100644
index cc1e7be2243f..000000000000
--- a/media-sound/xfmpc/xfmpc-0.1.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/xfmpc/xfmpc-0.1.0.ebuild,v 1.3 2009/05/20 18:05:36 armin76 Exp $
-
-EAPI=2
-inherit fdo-mime
-
-DESCRIPTION="a GTK+ based MPD client focusing on low footprint."
-HOMEPAGE="http://goodies.xfce.org/projects/applications/xfmpc"
-SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 sparc x86"
-IUSE="debug"
-
-RDEPEND=">=media-libs/libmpd-0.15
- >=x11-libs/gtk+-2.12:2
- x11-themes/hicolor-icon-theme
- >=xfce-base/libxfcegui4-4.4
- >=xfce-base/libxfce4util-4.4"
-DEPEND="${RDEPEND}
- dev-util/intltool
- dev-util/pkgconfig"
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_enable debug)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog IDEAS NEWS README THANKS
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}