blob: fca6bbd07c5cb90a3f6d78fc479394069e9b9607 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/nopaste-1992.ebuild,v 1.8 2007/10/15 08:12:06 nelchael Exp $
DESCRIPTION="command-line interface to rafb.net/paste"
HOMEPAGE="http://n01se.net/agriffis/nopaste/"
SRC_URI="${HOMEPAGE}/${P}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 ~sparc-fbsd ~sparc x86 ~x86-fbsd"
IUSE="X"
DEPEND=""
RDEPEND="${DEPEND}
dev-lang/ruby
X? ( x11-misc/xclip )"
S=${WORKDIR}
src_install() {
newbin "${DISTDIR}"/${P} ${PN}
}
|