diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-09-24 16:53:40 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-09-24 16:53:40 +0000 |
commit | f17ae7c2fc25e752c4295f4a63bc225c9e2c83f7 (patch) | |
tree | ddffaabab6704f6bab9241fe9b3e75b06b8a9177 /app-text | |
parent | Version bump. (diff) | |
download | gentoo-2-f17ae7c2fc25e752c4295f4a63bc225c9e2c83f7.tar.gz gentoo-2-f17ae7c2fc25e752c4295f4a63bc225c9e2c83f7.tar.bz2 gentoo-2-f17ae7c2fc25e752c4295f4a63bc225c9e2c83f7.zip |
Version bump as requested by zlin
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wgetpaste/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/wgetpaste/files/digest-wgetpaste-2.6 | 3 | ||||
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.6.ebuild | 21 |
3 files changed, 31 insertions, 1 deletions
diff --git a/app-text/wgetpaste/ChangeLog b/app-text/wgetpaste/ChangeLog index a8bb32ad686c..dcc9533bb930 100644 --- a/app-text/wgetpaste/ChangeLog +++ b/app-text/wgetpaste/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/wgetpaste # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.40 2007/09/14 13:00:02 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.41 2007/09/24 16:53:40 dertobi123 Exp $ + +*wgetpaste-2.6 (24 Sep 2007) + + 24 Sep 2007; Tobias Scherbaum <dertobi123@gentoo.org> + +wgetpaste-2.6.ebuild: + Version bump as requested by zlin *wgetpaste-2.5 (14 Sep 2007) diff --git a/app-text/wgetpaste/files/digest-wgetpaste-2.6 b/app-text/wgetpaste/files/digest-wgetpaste-2.6 new file mode 100644 index 000000000000..0e4b9ce5608b --- /dev/null +++ b/app-text/wgetpaste/files/digest-wgetpaste-2.6 @@ -0,0 +1,3 @@ +MD5 53c17a348276158669de4ae5abf792bf wgetpaste-2.6.bz2 6773 +RMD160 8ec8d5e5a5ce35740acff271ed39ffd52092926e wgetpaste-2.6.bz2 6773 +SHA256 67ebb3540b61b2ac50c5a203a9b602b467cedf43bd98cc9372de78df9adc8e32 wgetpaste-2.6.bz2 6773 diff --git a/app-text/wgetpaste/wgetpaste-2.6.ebuild b/app-text/wgetpaste/wgetpaste-2.6.ebuild new file mode 100644 index 000000000000..e7be2df55755 --- /dev/null +++ b/app-text/wgetpaste/wgetpaste-2.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.6.ebuild,v 1.1 2007/09/24 16:53:40 dertobi123 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} +} |