summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Færøy <eroyf@gentoo.org>2007-02-13 18:38:45 +0000
committerAlexander Færøy <eroyf@gentoo.org>2007-02-13 18:38:45 +0000
commit91c5fad59f55efd648281ac5de93769d51c21d7e (patch)
tree84fde3eca9cc9585e8f81a107e847c8f74db810f /app-text/wgetpaste
parentExplicitly disable fontconfig support if it is not in USE. Closes bug #166292. (diff)
downloadgentoo-2-91c5fad59f55efd648281ac5de93769d51c21d7e.tar.gz
gentoo-2-91c5fad59f55efd648281ac5de93769d51c21d7e.tar.bz2
gentoo-2-91c5fad59f55efd648281ac5de93769d51c21d7e.zip
Version Bump.
(Portage version: 2.1.2-r6)
Diffstat (limited to 'app-text/wgetpaste')
-rw-r--r--app-text/wgetpaste/ChangeLog8
-rw-r--r--app-text/wgetpaste/files/digest-wgetpaste-1.13
-rw-r--r--app-text/wgetpaste/wgetpaste-1.1.ebuild20
3 files changed, 30 insertions, 1 deletions
diff --git a/app-text/wgetpaste/ChangeLog b/app-text/wgetpaste/ChangeLog
index 81d4d76b2aa4..96ffd50a1994 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.5 2007/02/13 14:51:44 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.6 2007/02/13 18:38:45 eroyf Exp $
+
+*wgetpaste-1.1 (13 Feb 2007)
+
+ 13 Feb 2007; Alexander H. Færøy <eroyf@gentoo.org>
+ +wgetpaste-1.1.ebuild:
+ Version Bump
13 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org> wgetpaste-1.ebuild:
Keyworded ~sparc wrt #166570
diff --git a/app-text/wgetpaste/files/digest-wgetpaste-1.1 b/app-text/wgetpaste/files/digest-wgetpaste-1.1
new file mode 100644
index 000000000000..a7c62083dad2
--- /dev/null
+++ b/app-text/wgetpaste/files/digest-wgetpaste-1.1
@@ -0,0 +1,3 @@
+MD5 8e7d76fbf48ca5772fd30091f322c959 wgetpaste-1.1 2191
+RMD160 7b2e51273cea9ba6263e8a198f9cd156630c4cef wgetpaste-1.1 2191
+SHA256 be67e6fff09e3b720eb368c6de7f5e8a54a8e03d5f36458bae02d3af9a0f131f wgetpaste-1.1 2191
diff --git a/app-text/wgetpaste/wgetpaste-1.1.ebuild b/app-text/wgetpaste/wgetpaste-1.1.ebuild
new file mode 100644
index 000000000000..f2742ac910f1
--- /dev/null
+++ b/app-text/wgetpaste/wgetpaste-1.1.ebuild
@@ -0,0 +1,20 @@
+# 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-1.1.ebuild,v 1.1 2007/02/13 18:38:45 eroyf Exp $
+
+DESCRIPTION="Command-line interface to rafb.net/paste using only wget"
+HOMEPAGE="http://zlin.dk/"
+SRC_URI="${HOMEPAGE}/${PF}"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="sys-apps/sed
+ net-misc/wget"
+
+src_install() {
+ newbin "${DISTDIR}/${PF}" "${PN}"
+}