diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-08-16 19:59:57 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-08-16 19:59:57 +0000 |
commit | e2af9c6f1c6ade595114def2ecbb56515f389122 (patch) | |
tree | 854d990ec397acae97747ddf1c7e65957c4dbdc2 /app-text/wgetpaste | |
parent | Fix 4.6 slot for SONAME bug #182972, java support bug #217661 and also proper... (diff) | |
download | gentoo-2-e2af9c6f1c6ade595114def2ecbb56515f389122.tar.gz gentoo-2-e2af9c6f1c6ade595114def2ecbb56515f389122.tar.bz2 gentoo-2-e2af9c6f1c6ade595114def2ecbb56515f389122.zip |
Version bump. Taking ownership.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-hh1 i686)
Diffstat (limited to 'app-text/wgetpaste')
-rw-r--r-- | app-text/wgetpaste/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/wgetpaste/metadata.xml | 2 | ||||
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.11.ebuild | 21 |
3 files changed, 29 insertions, 2 deletions
diff --git a/app-text/wgetpaste/ChangeLog b/app-text/wgetpaste/ChangeLog index 724f4cb13632..3b0faa58e8fe 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.76 2008/08/16 17:57:36 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.77 2008/08/16 19:59:57 yngwin Exp $ + +*wgetpaste-2.11 (16 Aug 2008) + + 16 Aug 2008; Ben de Groot <yngwin@gentoo.org> metadata.xml, + +wgetpaste-2.11.ebuild: + Version bump. Taking ownership. 16 Aug 2008; Torsten Veller <tove@gentoo.org> metadata.xml: Remove zlin from metadata.xml (#202412) diff --git a/app-text/wgetpaste/metadata.xml b/app-text/wgetpaste/metadata.xml index 7dfbf76fcdf9..6de2b8c5c101 100644 --- a/app-text/wgetpaste/metadata.xml +++ b/app-text/wgetpaste/metadata.xml @@ -3,6 +3,6 @@ <pkgmetadata> <herd>no-herd</herd> <maintainer> - <email>maintainer-needed@gentoo.org</email> + <email>yngwin@gentoo.org</email> </maintainer> </pkgmetadata> diff --git a/app-text/wgetpaste/wgetpaste-2.11.ebuild b/app-text/wgetpaste/wgetpaste-2.11.ebuild new file mode 100644 index 000000000000..847a46cae633 --- /dev/null +++ b/app-text/wgetpaste/wgetpaste-2.11.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.11.ebuild,v 1.1 2008/08/16 19:59:57 yngwin Exp $ + +DESCRIPTION="Command-line interface to various pastebins" +HOMEPAGE="http://wgetpaste.zlin.dk/" +SRC_URI="http://wgetpaste.zlin.dk/${P}.bz2" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="" + +S=${WORKDIR} + +src_install() { + newbin ${P} ${PN} +} |