summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-04-04 16:41:46 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-04-04 16:41:46 +0000
commit64f3877546bdff177148373b82bc26161ae932c5 (patch)
treee2c873e5469cda634b1b0da8063cb73ba808e780 /app-text
parentCare for bug #148180. (diff)
downloadgentoo-2-64f3877546bdff177148373b82bc26161ae932c5.tar.gz
gentoo-2-64f3877546bdff177148373b82bc26161ae932c5.tar.bz2
gentoo-2-64f3877546bdff177148373b82bc26161ae932c5.zip
Version bump, bug 172241
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/wgetpaste/ChangeLog7
-rw-r--r--app-text/wgetpaste/files/digest-wgetpaste-2.13
-rw-r--r--app-text/wgetpaste/wgetpaste-2.1.ebuild20
3 files changed, 29 insertions, 1 deletions
diff --git a/app-text/wgetpaste/ChangeLog b/app-text/wgetpaste/ChangeLog
index 85829da495a5..27842a224b90 100644
--- a/app-text/wgetpaste/ChangeLog
+++ b/app-text/wgetpaste/ChangeLog
@@ -1,6 +1,11 @@
# 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.10 2007/03/26 15:32:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.11 2007/04/04 16:41:46 armin76 Exp $
+
+*wgetpaste-2.1 (04 Apr 2007)
+
+ 04 Apr 2007; Raúl Porcel <armin76@gentoo.org> +wgetpaste-2.1.ebuild:
+ Version bump, bug 172241
26 Mar 2007; Raúl Porcel <armin76@gentoo.org> wgetpaste-2.ebuild:
Add ~ia64
diff --git a/app-text/wgetpaste/files/digest-wgetpaste-2.1 b/app-text/wgetpaste/files/digest-wgetpaste-2.1
new file mode 100644
index 000000000000..5ea99c970784
--- /dev/null
+++ b/app-text/wgetpaste/files/digest-wgetpaste-2.1
@@ -0,0 +1,3 @@
+MD5 5681ddd08152eacd80c4cbda9ec50fbf wgetpaste-2.1 17976
+RMD160 dfc129322fcfdce5419c1506e2efc6f8398b01d7 wgetpaste-2.1 17976
+SHA256 7a462aed36beada0e8dd70ddad6e30966e74e7e93dd21c545d256ec74e55bb9d wgetpaste-2.1 17976
diff --git a/app-text/wgetpaste/wgetpaste-2.1.ebuild b/app-text/wgetpaste/wgetpaste-2.1.ebuild
new file mode 100644
index 000000000000..89e223168cec
--- /dev/null
+++ b/app-text/wgetpaste/wgetpaste-2.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-2.1.ebuild,v 1.1 2007/04/04 16:41:46 armin76 Exp $
+
+DESCRIPTION="Command-line interface to various pastebins"
+HOMEPAGE="http://wgetpaste.zlin.dk/"
+SRC_URI="${HOMEPAGE}/${PF}"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="sys-apps/sed
+ net-misc/wget"
+
+src_install() {
+ newbin "${DISTDIR}/${PF}" "${PN}"
+}