summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-04-09 18:08:49 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-04-09 18:08:49 +0000
commit6a9331725879a3e3e812e387c42a73e5479aa1c1 (patch)
tree54b3ff0c04e03c126db292d3e3b18eb39aee2d3d /media-sound/xfmpc
parentVersion bump, fixes bug #362747 (diff)
downloadgentoo-2-6a9331725879a3e3e812e387c42a73e5479aa1c1.tar.gz
gentoo-2-6a9331725879a3e3e812e387c42a73e5479aa1c1.tar.bz2
gentoo-2-6a9331725879a3e3e812e387c42a73e5479aa1c1.zip
old
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/xfmpc')
-rw-r--r--media-sound/xfmpc/xfmpc-0.2.0.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/media-sound/xfmpc/xfmpc-0.2.0.ebuild b/media-sound/xfmpc/xfmpc-0.2.0.ebuild
deleted file mode 100644
index 8d1096f4f300..000000000000
--- a/media-sound/xfmpc/xfmpc-0.2.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/xfmpc/xfmpc-0.2.0.ebuild,v 1.5 2011/03/13 12:50:51 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="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 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
- dodoc AUTHORS ChangeLog IDEAS NEWS README THANKS
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}