diff options
Diffstat (limited to 'app-text/wgetpaste/wgetpaste-2.1.ebuild')
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.1.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app-text/wgetpaste/wgetpaste-2.1.ebuild b/app-text/wgetpaste/wgetpaste-2.1.ebuild deleted file mode 100644 index c0d8c5f8d40e..000000000000 --- a/app-text/wgetpaste/wgetpaste-2.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.1.ebuild,v 1.5 2007/04/08 12:52:55 corsair Exp $ - -DESCRIPTION="Command-line interface to various pastebins" -HOMEPAGE="http://wgetpaste.zlin.dk/" -SRC_URI="${HOMEPAGE}/${PF}" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="sys-apps/sed - net-misc/wget" - -src_install() { - newbin "${DISTDIR}/${PF}" "${PN}" -} |