From e1c02f73d373dcbb36db129fafa6883fafe20685 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sun, 27 Apr 2008 01:55:29 +0000 Subject: Version bump. (Portage version: 2.1.5_rc6) --- xfce-extra/xfmpc/ChangeLog | 7 ++++++- xfce-extra/xfmpc/xfmpc-0.0.6.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 xfce-extra/xfmpc/xfmpc-0.0.6.ebuild (limited to 'xfce-extra') diff --git a/xfce-extra/xfmpc/ChangeLog b/xfce-extra/xfmpc/ChangeLog index 464493598497..8d5c1a3bcb4f 100644 --- a/xfce-extra/xfmpc/ChangeLog +++ b/xfce-extra/xfmpc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfmpc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfmpc/ChangeLog,v 1.1 2008/04/01 01:44:41 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfmpc/ChangeLog,v 1.2 2008/04/27 01:55:29 drac Exp $ + +*xfmpc-0.0.6 (27 Apr 2008) + + 27 Apr 2008; Samuli Suominen +xfmpc-0.0.6.ebuild: + Version bump. *xfmpc-0.0.4 (01 Apr 2008) diff --git a/xfce-extra/xfmpc/xfmpc-0.0.6.ebuild b/xfce-extra/xfmpc/xfmpc-0.0.6.ebuild new file mode 100644 index 000000000000..d6be7d2a3d8f --- /dev/null +++ b/xfce-extra/xfmpc/xfmpc-0.0.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfmpc/xfmpc-0.0.6.ebuild,v 1.1 2008/04/27 01:55:29 drac Exp $ + +EAPI=1 + +inherit xfce44 + +xfce44 +xfce44_goodies + +DESCRIPTION="a graphical GTK+ MPD client focusing on low footprint" +HOMEPAGE="http://goodies.xfce.org/projects/applications/xfmpc" +SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}${COMPRESS}" +KEYWORDS="~amd64" +IUSE="debug" + +RDEPEND=">=media-libs/libmpd-0.15.0 + >=dev-libs/glib-2.14:2 + >=x11-libs/gtk+-2.12:2 + >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION} + >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}" +DEPEND="${RDEPEND} + dev-util/intltool" + +DOCS="AUTHORS ChangeLog NEWS README THANKS" -- cgit v1.2.3-65-gdbad