summaryrefslogtreecommitdiff
path: root/media-sound/gmpc/gmpc-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/gmpc/gmpc-9999.ebuild')
-rw-r--r--media-sound/gmpc/gmpc-9999.ebuild65
1 files changed, 0 insertions, 65 deletions
diff --git a/media-sound/gmpc/gmpc-9999.ebuild b/media-sound/gmpc/gmpc-9999.ebuild
deleted file mode 100644
index b68a637..0000000
--- a/media-sound/gmpc/gmpc-9999.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit autotools git gnome2-utils
-
-DESCRIPTION="A GTK+2 client for the Music Player Daemon."
-HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/GMPC"
-EGIT_REPO_URI="git://repo.or.cz/gmpc.git"
-EGIT_BOOTSTRAP="./autogen.sh"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="nls +session xspf"
-
-RDEPEND=">=dev-libs/glib-2.10:2
- dev-perl/XML-Parser
- >=gnome-base/libglade-2.3
- >=media-libs/libmpd-0.17.1
- net-libs/libsoup:2.4
- net-misc/curl
- dev-lang/vala
- >=x11-libs/gtk+-2.12:2
- x11-libs/libsexy
- session? ( x11-libs/libSM )
- xspf? ( >=media-libs/libxspf-1.2 )"
-DEPEND="${RDEPEND}
- dev-util/gob
- dev-util/intltool
- dev-util/pkgconfig
- sys-devel/gettext"
-
-#src_prepare() {
-# #einfo "Running intltoolize --automake"
-# intltoolize --automake || die "intltoolize failed"
-# #eautoreconf
-#}
-
-src_unpack() {
- git_src_unpack
-}
-
-src_configure() {
- econf \
- $(use_enable session sm) \
- $(use_enable xspf libxspf)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}