summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgimpd/pidgimpd-1.1.ebuild
blob: 827d958026bcf1aed08c7113d001c002df92b862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2

DESCRIPTION="PidgiMPD is a Pidgin plugin for monitoring/controlling MPD."
HOMEPAGE="http://ayeon.org/projects/pidgimpd/"
SRC_URI="http://ayeon.org/projects/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

RDEPEND="net-im/pidgin[gtk]
	media-libs/libmpd"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_install () {
	make DESTDIR="${D}" install || die "make install failed"
	dodoc AUTHORS README TODO || die "dodoc failed"
}
?id=8e4a8d8b3971490d60aa5b26ec465a8a4ab50cf8&follow=1'>Implemented vectors and soRené 'Necoro' Neumann1-2/+35 2009-07-27Moved from Cython to normal PythonRené 'Necoro' Neumann6-142/+115 2009-07-26Add libeix to setup.pyRené 'Necoro' Neumann1-2/+9 2009-07-26Implement reading a number in the EixReaderRené 'Necoro' Neumann1-14/+102 2009-07-26Get rid of the self-implemented file-stuff. Use the normal python-API insteadRené 'Necoro' Neumann2-87/+0 2009-07-24First eix stuffRené 'Necoro' Neumann4-0/+133 2009-07-05Translation and stuffRené 'Necoro' Neumann3-348/+412 2009-07-05TypoRené 'Necoro' Neumann1-1/+1 2009-07-05Allow ':' in expression names. Thus removing the colon as an assignment operatorRené 'Necoro' Neumann2-6/+2 2009-07-05DocRené 'Necoro' Neumann1-1/+14 2009-07-05Install package_details.pyRené 'Necoro' Neumann1-1/+1 2009-07-05Sort plugins in the windowRené 'Necoro' Neumann2-13/+12 2009-07-05Port DependencyDetailRené 'Necoro' Neumann4-129/+118 2009-07-05Also port FilesDetailRené 'Necoro' Neumann3-43/+24 2009-07-05Also ported EbuildDetailRené 'Necoro' Neumann3-27/+14