diff options
author | Dror Levin <spatz@gentoo.org> | 2010-07-05 19:06:07 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-07-05 19:06:07 +0000 |
commit | 8ea37a5c61d9b418bd739731440217350876f2c9 (patch) | |
tree | a2726db881df44a3840a09c8615370c015efcb3f /app-text | |
parent | ppc64 stable wrt #319171 (diff) | |
download | gentoo-2-8ea37a5c61d9b418bd739731440217350876f2c9.tar.gz gentoo-2-8ea37a5c61d9b418bd739731440217350876f2c9.tar.bz2 gentoo-2-8ea37a5c61d9b418bd739731440217350876f2c9.zip |
Drop old.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wgetpaste/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.14.ebuild | 24 |
2 files changed, 4 insertions, 25 deletions
diff --git a/app-text/wgetpaste/ChangeLog b/app-text/wgetpaste/ChangeLog index 782bc67693fb..51fabf114b76 100644 --- a/app-text/wgetpaste/ChangeLog +++ b/app-text/wgetpaste/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/wgetpaste # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.110 2010/07/05 10:02:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.111 2010/07/05 19:06:07 spatz Exp $ + + 05 Jul 2010; Dror Levin <spatz@gentoo.org> -wgetpaste-2.14.ebuild: + Drop old. 05 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> wgetpaste-2.17.ebuild: ppc64 stable wrt #324003 diff --git a/app-text/wgetpaste/wgetpaste-2.14.ebuild b/app-text/wgetpaste/wgetpaste-2.14.ebuild deleted file mode 100644 index e0657c1a7bc1..000000000000 --- a/app-text/wgetpaste/wgetpaste-2.14.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.14.ebuild,v 1.5 2010/01/02 14:55:20 ranger Exp $ - -DESCRIPTION="Command-line interface to various pastebins" -HOMEPAGE="http://wgetpaste.zlin.dk/" -SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="zsh-completion" - -DEPEND="" -RDEPEND="net-misc/wget - zsh-completion? ( app-shells/zsh )" - -src_install() { - dobin ${PN} || die "Failed to install wgetpaste" - if use zsh-completion ; then - insinto /usr/share/zsh/site-functions - doins _wgetpaste || die "Failed to install zsh-completions" - fi -} |