]> Pileus Git - ~andy/sunrise/blob - app-text/pastebin/pastebin-0.3.ebuild
Drop media-libs/libdlna and media-video/ushare: in gx86
[~andy/sunrise] / app-text / pastebin / pastebin-0.3.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="CLI to pastebin.com"
6 HOMEPAGE="http://code.google.com/p/pastebin-cli/"
7 SRC_URI="http://pastebin-cli.googlecode.com/files/${P}.tar.bz2"
8
9 LICENSE="GPL-3"
10 SLOT="0"
11 KEYWORDS="~amd64 ~ppc ~x86"
12 IUSE=""
13
14 RDEPEND="dev-lang/perl
15         dev-perl/libwww-perl"
16
17 src_install() {
18         dobin ${PN} || die
19 }