diff options
author | Michael Weber <xmw@gentoo.org> | 2010-06-07 23:35:02 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2010-06-07 23:35:02 +0000 |
commit | 96b9f88bee41a35ba6f7870beb67a6e72fa0aeba (patch) | |
tree | 9ce8d358596ce955813193f223a1c737e33745b7 /app-text/pastebin-it/pastebin-it-20060627.ebuild | |
parent | app-laptop/toshset: Version bump, cleanup, new SRC_URI, better {C,LD}FLAGS ha... (diff) | |
download | sunrise-96b9f88bee41a35ba6f7870beb67a6e72fa0aeba.tar.gz sunrise-96b9f88bee41a35ba6f7870beb67a6e72fa0aeba.tar.bz2 sunrise-96b9f88bee41a35ba6f7870beb67a6e72fa0aeba.zip |
app-text/pastebin-it: removed (was bug 138274)
svn path=/sunrise/; revision=10673
Diffstat (limited to 'app-text/pastebin-it/pastebin-it-20060627.ebuild')
-rw-r--r-- | app-text/pastebin-it/pastebin-it-20060627.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/app-text/pastebin-it/pastebin-it-20060627.ebuild b/app-text/pastebin-it/pastebin-it-20060627.ebuild deleted file mode 100644 index b274fd098..000000000 --- a/app-text/pastebin-it/pastebin-it-20060627.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="Command line interface to http://rafb.net/paste written in Perl" -HOMEPAGE="http://allenjb.me.uk/" -SRC_URI="http://allenjb.me.uk/files/${PN}.tbz2" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" -SLOT="0" -DEPEND="" -RDEPEND="dev-lang/perl - dev-perl/libwww-perl - dev-perl/AppConfig" - -S="${WORKDIR}/${PN}" - -src_install() { - dobin ${PN} -} |