summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Ørsted Andresen <zlin@gentoo.org>2008-01-24 18:01:41 +0000
committerBo Ørsted Andresen <zlin@gentoo.org>2008-01-24 18:01:41 +0000
commit7a477cbc325103212f9ad7e37720baf1a0a2ccbe (patch)
tree94f5bdd4795ebe86eb97ab0c4da38e4280e29ffe /app-text
parentStable on ppc wrt bug 204484 (diff)
downloadgentoo-2-7a477cbc325103212f9ad7e37720baf1a0a2ccbe.tar.gz
gentoo-2-7a477cbc325103212f9ad7e37720baf1a0a2ccbe.tar.bz2
gentoo-2-7a477cbc325103212f9ad7e37720baf1a0a2ccbe.zip
Bump for bug #207052. Taking over maintainership.
(Portage version: 2.1.4)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/wgetpaste/ChangeLog8
-rw-r--r--app-text/wgetpaste/files/digest-wgetpaste-2.93
-rw-r--r--app-text/wgetpaste/metadata.xml6
-rw-r--r--app-text/wgetpaste/wgetpaste-2.9.ebuild21
4 files changed, 32 insertions, 6 deletions
diff --git a/app-text/wgetpaste/ChangeLog b/app-text/wgetpaste/ChangeLog
index 709b597cc2ed..685d49b9c9d2 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.57 2008/01/02 14:55:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.58 2008/01/24 18:01:40 zlin Exp $
+
+*wgetpaste-2.9 (24 Jan 2008)
+
+ 24 Jan 2008; Bo Ørsted Andresen <zlin@gentoo.org> metadata.xml,
+ +wgetpaste-2.9.ebuild:
+ Bump for bug #207052. Taking over maintainership.
*wgetpaste-2.8 (02 Jan 2008)
diff --git a/app-text/wgetpaste/files/digest-wgetpaste-2.9 b/app-text/wgetpaste/files/digest-wgetpaste-2.9
new file mode 100644
index 000000000000..12b9e75f2b41
--- /dev/null
+++ b/app-text/wgetpaste/files/digest-wgetpaste-2.9
@@ -0,0 +1,3 @@
+MD5 9a424b0b0e90d35d55c3988a5ad586ef wgetpaste-2.9.bz2 6836
+RMD160 637c6019a84df80b472e945a2d95ead07fbb1303 wgetpaste-2.9.bz2 6836
+SHA256 d334d8b4cffc2ca35653eb3590bb953e4dd466d1563a77857ae49ad1feda2137 wgetpaste-2.9.bz2 6836
diff --git a/app-text/wgetpaste/metadata.xml b/app-text/wgetpaste/metadata.xml
index b9201799e213..95858c8723ea 100644
--- a/app-text/wgetpaste/metadata.xml
+++ b/app-text/wgetpaste/metadata.xml
@@ -3,11 +3,7 @@
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
-<email>bo.andresen@zlin.dk</email>
+<email>zlin@gentoo.org</email>
<name>Bo Ørsted Andresen</name>
</maintainer>
-<maintainer>
-<email>jokey@gentoo.org</email>
-<name>Markus Ullmann</name>
-</maintainer>
</pkgmetadata>
diff --git a/app-text/wgetpaste/wgetpaste-2.9.ebuild b/app-text/wgetpaste/wgetpaste-2.9.ebuild
new file mode 100644
index 000000000000..65a2344b79b0
--- /dev/null
+++ b/app-text/wgetpaste/wgetpaste-2.9.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.9.ebuild,v 1.1 2008/01/24 18:01:40 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}
+}