diff options
Diffstat (limited to 'app-text/wgetpaste/wgetpaste-2.10.ebuild')
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.10.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-text/wgetpaste/wgetpaste-2.10.ebuild b/app-text/wgetpaste/wgetpaste-2.10.ebuild new file mode 100644 index 000000000000..c9c478d9da36 --- /dev/null +++ b/app-text/wgetpaste/wgetpaste-2.10.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.10.ebuild,v 1.1 2008/03/29 14:17:24 zlin Exp $ + +DESCRIPTION="Command-line interface to various pastebins" +HOMEPAGE="http://wgetpaste.zlin.dk/" +SRC_URI="http://wgetpaste.zlin.dk/${PF}.bz2" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +S=${WORKDIR} + +src_install() { + newbin ${P} ${PN} +} |