]> Pileus Git - ~andy/sunrise/blob - x11-plugins/pidgin-sendscreenshot/pidgin-sendscreenshot-0.7.ebuild
app-misc/autokey-gtk: Add ~amd64 keyword, EAPI bump
[~andy/sunrise] / x11-plugins / pidgin-sendscreenshot / pidgin-sendscreenshot-0.7.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI="2"
6
7 inherit base
8
9 DESCRIPTION="Pidgin plugin to capture a rectangular area of your screen and send it"
10 HOMEPAGE="http://code.google.com/p/pidgin-sendscreenshot"
11 SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~x86"
16 IUSE=""
17
18 DEPEND="net-im/pidgin[gtk]
19         net-misc/curl"
20 RDEPEND="${DEPEND}"
21
22 DOCS=( AUTHORS ChangeLog README )