diff options
author | Markus Meier <maekke@gentoo.org> | 2011-06-02 12:26:30 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-06-02 12:26:30 +0000 |
commit | fe3fa9b68f25009b3c308739cf64c73ea30f69eb (patch) | |
tree | 92aed902b9365f0d1b804ea6bfee53a7da4d3de6 /app-text/wgetpaste | |
parent | Initial commit. Fixes bug #304733. Thanks to Tom Hendrikx for initial ebuild. (diff) | |
download | gentoo-2-fe3fa9b68f25009b3c308739cf64c73ea30f69eb.tar.gz gentoo-2-fe3fa9b68f25009b3c308739cf64c73ea30f69eb.tar.bz2 gentoo-2-fe3fa9b68f25009b3c308739cf64c73ea30f69eb.zip |
x86 stable, bug #368107
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'app-text/wgetpaste')
-rw-r--r-- | app-text/wgetpaste/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/wgetpaste/ChangeLog b/app-text/wgetpaste/ChangeLog index 442ed4353e4c..648b20fece68 100644 --- a/app-text/wgetpaste/ChangeLog +++ b/app-text/wgetpaste/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/wgetpaste # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.114 2011/06/02 12:22:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.115 2011/06/02 12:26:30 maekke Exp $ + + 02 Jun 2011; Markus Meier <maekke@gentoo.org> wgetpaste-2.18.ebuild: + x86 stable, bug #368107 02 Jun 2011; Markus Meier <maekke@gentoo.org> wgetpaste-2.18.ebuild: arm stable, bug #368107 diff --git a/app-text/wgetpaste/wgetpaste-2.18.ebuild b/app-text/wgetpaste/wgetpaste-2.18.ebuild index b30855ec9d50..bbaf40716fe2 100644 --- a/app-text/wgetpaste/wgetpaste-2.18.ebuild +++ b/app-text/wgetpaste/wgetpaste-2.18.ebuild @@ -1,6 +1,6 @@ # 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.3 2011/06/02 12:22:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.18.ebuild,v 1.4 2011/06/02 12:26:30 maekke Exp $ DESCRIPTION="Command-line interface to various pastebins" HOMEPAGE="http://wgetpaste.zlin.dk/" @@ -8,7 +8,7 @@ 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" +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="" |