summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2007-04-15 15:39:10 +0000
committerAndrej Kacian <ticho@gentoo.org>2007-04-15 15:39:10 +0000
commite5e984f4093f7415ec882b98a7f1139bb172f607 (patch)
tree7c41f2cf220ab25f213449be53db6e245245af7b /media-plugins/gmpc-qosd
parentrevbump from upstream. reduces malloc calls. cleans up cases when malloc fail... (diff)
downloadhistorical-e5e984f4093f7415ec882b98a7f1139bb172f607.tar.gz
historical-e5e984f4093f7415ec882b98a7f1139bb172f607.tar.bz2
historical-e5e984f4093f7415ec882b98a7f1139bb172f607.zip
Do not use GMPCV variable.
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'media-plugins/gmpc-qosd')
-rw-r--r--media-plugins/gmpc-qosd/gmpc-qosd-0.14.0.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/media-plugins/gmpc-qosd/gmpc-qosd-0.14.0.ebuild b/media-plugins/gmpc-qosd/gmpc-qosd-0.14.0.ebuild
index f2bc515e17e7..43d7a53bbc69 100644
--- a/media-plugins/gmpc-qosd/gmpc-qosd-0.14.0.ebuild
+++ b/media-plugins/gmpc-qosd/gmpc-qosd-0.14.0.ebuild
@@ -1,18 +1,17 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-qosd/gmpc-qosd-0.14.0.ebuild,v 1.1 2007/04/15 15:16:00 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-qosd/gmpc-qosd-0.14.0.ebuild,v 1.2 2007/04/15 15:36:56 ticho Exp $
-GMPCV="0.14.0"
DESCRIPTION="A on-screen-display written to look nicer then xosd."
HOMEPAGE="http://sarine.nl/q-on-screen-display"
-SRC_URI="http://download.sarine.nl/gmpc-${GMPCV}/plugins/${P}.tar.gz"
+SRC_URI="http://download.sarine.nl/gmpc-${PV}/plugins/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND=">=media-sound/gmpc-${GMPCV}
+DEPEND=">=media-sound/gmpc-${PV}
dev-libs/libxml2
x11-libs/cairo"