diff options
author | Bo Ørsted Andresen <zlin@gentoo.org> | 2008-03-29 14:17:24 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <zlin@gentoo.org> | 2008-03-29 14:17:24 +0000 |
commit | 548768ad4d3461004208ea9325e782019edd0200 (patch) | |
tree | 9eeec0a67cc8f37797423cc84c76a1bc4b5045e2 /app-text/wgetpaste | |
parent | patch to fix new ffmpeg header structur added; bug #214740 (diff) | |
download | gentoo-2-548768ad4d3461004208ea9325e782019edd0200.tar.gz gentoo-2-548768ad4d3461004208ea9325e782019edd0200.tar.bz2 gentoo-2-548768ad4d3461004208ea9325e782019edd0200.zip |
Bump. 2.10 fixes a bug with handling of pastebins that set expiration by value (osl). Thanks to Daniel Pielmeier for reporting this bug.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text/wgetpaste')
-rw-r--r-- | app-text/wgetpaste/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.10.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/app-text/wgetpaste/ChangeLog b/app-text/wgetpaste/ChangeLog index e4e55dbbe475..f700f450b09e 100644 --- a/app-text/wgetpaste/ChangeLog +++ b/app-text/wgetpaste/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/wgetpaste # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.68 2008/03/04 12:56:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.69 2008/03/29 14:17:24 zlin Exp $ + +*wgetpaste-2.10 (29 Mar 2008) + + 29 Mar 2008; Bo Ørsted Andresen <zlin@gentoo.org> +wgetpaste-2.10.ebuild: + Bump. 2.10 fixes a bug with handling of pastebins that set expiration by + value (osl). Thanks to Daniel Pielmeier for reporting this bug. 04 Mar 2008; Brent Baude <ranger@gentoo.org> wgetpaste-2.9.ebuild: stable ppc64, bug 211894 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} +} |