summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/gnopaster/gnopaster-0.0.7.ebuild')
-rw-r--r--app-text/gnopaster/gnopaster-0.0.7.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-text/gnopaster/gnopaster-0.0.7.ebuild b/app-text/gnopaster/gnopaster-0.0.7.ebuild
deleted file mode 100644
index ad6bcdf6b17d..000000000000
--- a/app-text/gnopaster/gnopaster-0.0.7.ebuild
+++ /dev/null
@@ -1,21 +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/gnopaster/gnopaster-0.0.7.ebuild,v 1.1 2007/04/25 22:02:20 jurek Exp $
-
-DESCRIPTION="A submitter for gnopaste, a nopaste service like http://nopaste.info"
-HOMEPAGE="http://gnopaste.sf.net"
-SRC_URI="mirror://sourceforge/gnopaste/${P}.pl.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc ~sparc ~x86 ~amd64"
-IUSE=""
-
-DEPEND="dev-lang/perl
- dev-perl/libwww-perl
- dev-perl/Config-Simple"
-
-src_install() {
- dobin ${WORKDIR}/${P}.pl
- dosym ${P}.pl /usr/bin/${PN}
-}