summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-04-27 01:55:29 +0000
committerSamuli Suominen <drac@gentoo.org>2008-04-27 01:55:29 +0000
commite1c02f73d373dcbb36db129fafa6883fafe20685 (patch)
tree65dd5445c779e864fe86e4fe502402fcf79f797b /xfce-extra
parentFix for bug #218490 (diff)
downloadgentoo-2-e1c02f73d373dcbb36db129fafa6883fafe20685.tar.gz
gentoo-2-e1c02f73d373dcbb36db129fafa6883fafe20685.tar.bz2
gentoo-2-e1c02f73d373dcbb36db129fafa6883fafe20685.zip
Version bump.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfmpc/ChangeLog7
-rw-r--r--xfce-extra/xfmpc/xfmpc-0.0.6.ebuild26
2 files changed, 32 insertions, 1 deletions
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 <drac@gentoo.org> +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"