summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-05-08 14:50:40 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-05-08 14:50:40 +0000
commitbd6de2be940a67f03d868a267a1847c382b81e10 (patch)
treec71cd44310dd8c4926f51e536690db49f4b01424 /app-text/wgetpaste
parentPatch by Jaco Kroon to express USE-flag dependencies in REQUIRED_USE statemen... (diff)
downloadgentoo-2-bd6de2be940a67f03d868a267a1847c382b81e10.tar.gz
gentoo-2-bd6de2be940a67f03d868a267a1847c382b81e10.tar.bz2
gentoo-2-bd6de2be940a67f03d868a267a1847c382b81e10.zip
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-text/wgetpaste')
-rw-r--r--app-text/wgetpaste/ChangeLog6
-rw-r--r--app-text/wgetpaste/wgetpaste-2.17.ebuild24
-rw-r--r--app-text/wgetpaste/wgetpaste-2.18.ebuild24
3 files changed, 5 insertions, 49 deletions
diff --git a/app-text/wgetpaste/ChangeLog b/app-text/wgetpaste/ChangeLog
index 74a7c3122c38..b2ca7b4a0ea1 100644
--- a/app-text/wgetpaste/ChangeLog
+++ b/app-text/wgetpaste/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/wgetpaste
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.120 2012/05/08 14:35:04 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.121 2012/05/08 14:50:39 ago Exp $
+
+ 08 May 2012; Agostino Sarubbo <ago@gentoo.org> -wgetpaste-2.17.ebuild,
+ -wgetpaste-2.18.ebuild:
+ Remove old
08 May 2012; Jeremy Olexa <darkside@gentoo.org> wgetpaste-2.19.ebuild:
stabilize for all since paste.pocoo.org doesn't accept pastes anymore, bug
diff --git a/app-text/wgetpaste/wgetpaste-2.17.ebuild b/app-text/wgetpaste/wgetpaste-2.17.ebuild
deleted file mode 100644
index 2ee48a22b405..000000000000
--- a/app-text/wgetpaste/wgetpaste-2.17.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.17.ebuild,v 1.5 2010/07/05 10:02:56 ssuominen 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 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-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
-}
diff --git a/app-text/wgetpaste/wgetpaste-2.18.ebuild b/app-text/wgetpaste/wgetpaste-2.18.ebuild
deleted file mode 100644
index fa37a4b25916..000000000000
--- a/app-text/wgetpaste/wgetpaste-2.18.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.18.ebuild,v 1.7 2011/06/08 12:51:05 xarthisius 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 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-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
-}