summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2007-04-27 20:11:50 +0000
committerMatti Bickel <mabi@gentoo.org>2007-04-27 20:11:50 +0000
commit166468191eda9486c1316e74a3782d7261d4e8e3 (patch)
tree8c02e4310f6a34d789bd614f48e0148f8ab366f8 /app-text
parentunmask mythtv 0.20.1 release (diff)
downloadgentoo-2-166468191eda9486c1316e74a3782d7261d4e8e3.tar.gz
gentoo-2-166468191eda9486c1316e74a3782d7261d4e8e3.tar.bz2
gentoo-2-166468191eda9486c1316e74a3782d7261d4e8e3.zip
ppc stable and cleanup
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/wgetpaste/ChangeLog6
-rw-r--r--app-text/wgetpaste/files/digest-wgetpaste-13
-rw-r--r--app-text/wgetpaste/files/digest-wgetpaste-23
-rw-r--r--app-text/wgetpaste/files/digest-wgetpaste-2.13
-rw-r--r--app-text/wgetpaste/wgetpaste-1.ebuild20
-rw-r--r--app-text/wgetpaste/wgetpaste-2.1.ebuild20
-rw-r--r--app-text/wgetpaste/wgetpaste-2.2.ebuild4
-rw-r--r--app-text/wgetpaste/wgetpaste-2.ebuild20
8 files changed, 7 insertions, 72 deletions
diff --git a/app-text/wgetpaste/ChangeLog b/app-text/wgetpaste/ChangeLog
index 18a66c69a759..b1c1a7eb1ed6 100644
--- a/app-text/wgetpaste/ChangeLog
+++ b/app-text/wgetpaste/ChangeLog
@@ -1,6 +1,10 @@
# 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.21 2007/04/25 16:28:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.22 2007/04/27 20:11:50 mabi Exp $
+
+ 27 Apr 2007; Matti Bickel <mabi@gentoo.org> -wgetpaste-1.ebuild,
+ -wgetpaste-2.ebuild, -wgetpaste-2.1.ebuild, wgetpaste-2.2.ebuild:
+ ppc stable and cleanup
25 Apr 2007; Jeroen Roovers <jer@gentoo.org> wgetpaste-2.2.ebuild:
Stable for HPPA too.
diff --git a/app-text/wgetpaste/files/digest-wgetpaste-1 b/app-text/wgetpaste/files/digest-wgetpaste-1
deleted file mode 100644
index bd82267cdbf1..000000000000
--- a/app-text/wgetpaste/files/digest-wgetpaste-1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 cd43371e98ec40407765469cecbb4b48 wgetpaste-1 1938
-RMD160 464709b275f97d961931fc0d71c7e586821c49fc wgetpaste-1 1938
-SHA256 56c20d30b2fecc533e7afb014b6ff34acb4f9bafc1881099e78a6f863693cbaa wgetpaste-1 1938
diff --git a/app-text/wgetpaste/files/digest-wgetpaste-2 b/app-text/wgetpaste/files/digest-wgetpaste-2
deleted file mode 100644
index dd6cb2b71165..000000000000
--- a/app-text/wgetpaste/files/digest-wgetpaste-2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c301f9ec661740b48a40e7b27a0e5e94 wgetpaste-2 18743
-RMD160 2e25bf0c0081676ca72645af5560b2d5141649b3 wgetpaste-2 18743
-SHA256 a0cf7dc9faabeb361113cba4ea0af7335d718e893a09f6c82fb7281583469d81 wgetpaste-2 18743
diff --git a/app-text/wgetpaste/files/digest-wgetpaste-2.1 b/app-text/wgetpaste/files/digest-wgetpaste-2.1
deleted file mode 100644
index 5ea99c970784..000000000000
--- a/app-text/wgetpaste/files/digest-wgetpaste-2.1
+++ /dev/null
@@ -1,3 +0,0 @@
-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-1.ebuild b/app-text/wgetpaste/wgetpaste-1.ebuild
deleted file mode 100644
index 0fbc64e457ec..000000000000
--- a/app-text/wgetpaste/wgetpaste-1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.ebuild,v 1.5 2007/02/13 14:51:44 gustavoz 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}"
-}
diff --git a/app-text/wgetpaste/wgetpaste-2.1.ebuild b/app-text/wgetpaste/wgetpaste-2.1.ebuild
deleted file mode 100644
index c0d8c5f8d40e..000000000000
--- a/app-text/wgetpaste/wgetpaste-2.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.5 2007/04/08 12:52:55 corsair Exp $
-
-DESCRIPTION="Command-line interface to various pastebins"
-HOMEPAGE="http://wgetpaste.zlin.dk/"
-SRC_URI="${HOMEPAGE}/${PF}"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="sys-apps/sed
- net-misc/wget"
-
-src_install() {
- newbin "${DISTDIR}/${PF}" "${PN}"
-}
diff --git a/app-text/wgetpaste/wgetpaste-2.2.ebuild b/app-text/wgetpaste/wgetpaste-2.2.ebuild
index ba2a1a2bb9e7..1aa15b408371 100644
--- a/app-text/wgetpaste/wgetpaste-2.2.ebuild
+++ b/app-text/wgetpaste/wgetpaste-2.2.ebuild
@@ -1,6 +1,6 @@
# 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.2.ebuild,v 1.5 2007/04/25 16:28:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.2.ebuild,v 1.6 2007/04/27 20:11:50 mabi Exp $
DESCRIPTION="Command-line interface to various pastebins"
HOMEPAGE="http://wgetpaste.zlin.dk/"
@@ -8,7 +8,7 @@ SRC_URI="${HOMEPAGE}/${PF}.bz2"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 hppa ia64 ~mips ppc ~ppc64 ~sparc x86"
IUSE=""
DEPEND=""
diff --git a/app-text/wgetpaste/wgetpaste-2.ebuild b/app-text/wgetpaste/wgetpaste-2.ebuild
deleted file mode 100644
index 9a75f1cc37c9..000000000000
--- a/app-text/wgetpaste/wgetpaste-2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.ebuild,v 1.4 2007/04/18 18:12:43 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 ~sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="sys-apps/sed
- net-misc/wget"
-
-src_install() {
- newbin "${DISTDIR}/${PF}" "${PN}"
-}