diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-15 11:49:51 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-15 11:49:51 +0000 |
commit | 348abf7ec5a01cd1b5a7515cba3f8f6c7d49fa2b (patch) | |
tree | 3d051c7dd484e1fe9d41490e1eae378ebd2199b8 /app-text | |
parent | vanilla-3.15.10 + genpatches-3.15-12 + grsecurity-3.0-3.15.10-201408140023 (diff) | |
download | gentoo-2-348abf7ec5a01cd1b5a7515cba3f8f6c7d49fa2b.tar.gz gentoo-2-348abf7ec5a01cd1b5a7515cba3f8f6c7d49fa2b.tar.bz2 gentoo-2-348abf7ec5a01cd1b5a7515cba3f8f6c7d49fa2b.zip |
Bump to 2.25, bug #519948. Clean old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wgetpaste/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.20-r1.ebuild | 34 | ||||
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.21.ebuild | 34 | ||||
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.25.ebuild (renamed from app-text/wgetpaste/wgetpaste-2.23.ebuild) | 4 |
4 files changed, 10 insertions, 72 deletions
diff --git a/app-text/wgetpaste/ChangeLog b/app-text/wgetpaste/ChangeLog index 61e27eb4d860..1b4ee37a9fbd 100644 --- a/app-text/wgetpaste/ChangeLog +++ b/app-text/wgetpaste/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/wgetpaste -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.138 2013/12/10 09:45:38 pinkbyte Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.139 2014/08/15 11:49:51 maksbotan Exp $ + +*wgetpaste-2.25 (15 Aug 2014) + + 15 Aug 2014; Maxim Koltsov <maksbotan@gentoo.org> +wgetpaste-2.25.ebuild, + -wgetpaste-2.20-r1.ebuild, -wgetpaste-2.21.ebuild, -wgetpaste-2.23.ebuild: + Bump to 2.25, bug #519948. Clean old. *wgetpaste-2.23 (10 Dec 2013) diff --git a/app-text/wgetpaste/wgetpaste-2.20-r1.ebuild b/app-text/wgetpaste/wgetpaste-2.20-r1.ebuild deleted file mode 100644 index 89324ece9616..000000000000 --- a/app-text/wgetpaste/wgetpaste-2.20-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.20-r1.ebuild,v 1.4 2012/08/23 15:30:33 darkside Exp $ - -EAPI="4" - -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 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="zsh-completion +lodgeit-default" - -DEPEND="" -RDEPEND="net-misc/wget - zsh-completion? ( app-shells/zsh )" - -src_prepare() { - sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die -} - -src_install() { - dobin ${PN} - insinto /etc/wgetpaste.d - newins "${FILESDIR}"/wgetpaste-config-services services.conf - use lodgeit-default && \ - newins "${FILESDIR}"/wgetpaste-config-default-lodgeit gentoo-default.conf - if use zsh-completion ; then - insinto /usr/share/zsh/site-functions - doins _wgetpaste - fi -} diff --git a/app-text/wgetpaste/wgetpaste-2.21.ebuild b/app-text/wgetpaste/wgetpaste-2.21.ebuild deleted file mode 100644 index 6d1f513db9d1..000000000000 --- a/app-text/wgetpaste/wgetpaste-2.21.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.21.ebuild,v 1.1 2013/03/20 09:50:08 maksbotan Exp $ - -EAPI="4" - -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 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="zsh-completion +lodgeit-default" - -DEPEND="" -RDEPEND="net-misc/wget - zsh-completion? ( app-shells/zsh )" - -src_prepare() { - sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die -} - -src_install() { - dobin ${PN} - insinto /etc/wgetpaste.d - newins "${FILESDIR}"/wgetpaste-config-services services.conf - use lodgeit-default && \ - newins "${FILESDIR}"/wgetpaste-config-default-lodgeit gentoo-default.conf - if use zsh-completion ; then - insinto /usr/share/zsh/site-functions - doins _wgetpaste - fi -} diff --git a/app-text/wgetpaste/wgetpaste-2.23.ebuild b/app-text/wgetpaste/wgetpaste-2.25.ebuild index e0f944ab342d..872f7af73379 100644 --- a/app-text/wgetpaste/wgetpaste-2.23.ebuild +++ b/app-text/wgetpaste/wgetpaste-2.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.23.ebuild,v 1.1 2013/12/10 09:45:38 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.25.ebuild,v 1.1 2014/08/15 11:49:51 maksbotan Exp $ EAPI="5" |