summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2007-10-03 12:21:18 +0000
committerChristoph Mende <angelos@gentoo.org>2007-10-03 12:21:18 +0000
commit4037500a96a35fe86db23a1e5b29bea322203b67 (patch)
tree4357da06f6c640d0a64afcba492dca3ee79beedd /app-misc
parentCleanup (diff)
downloadgentoo-2-4037500a96a35fe86db23a1e5b29bea322203b67.tar.gz
gentoo-2-4037500a96a35fe86db23a1e5b29bea322203b67.tar.bz2
gentoo-2-4037500a96a35fe86db23a1e5b29bea322203b67.zip
Cleanup
(Portage version: 2.1.3.11)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/pv/ChangeLog7
-rw-r--r--app-misc/pv/files/digest-pv-0.9.63
-rw-r--r--app-misc/pv/files/digest-pv-0.9.93
-rw-r--r--app-misc/pv/files/digest-pv-1.0.13
-rw-r--r--app-misc/pv/files/pv-remove-doc-target.patch12
-rw-r--r--app-misc/pv/pv-0.9.6.ebuild18
-rw-r--r--app-misc/pv/pv-0.9.9.ebuild26
-rw-r--r--app-misc/pv/pv-1.0.1.ebuild31
8 files changed, 6 insertions, 97 deletions
diff --git a/app-misc/pv/ChangeLog b/app-misc/pv/ChangeLog
index 8400f0b41d98..bae90daf1717 100644
--- a/app-misc/pv/ChangeLog
+++ b/app-misc/pv/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/pv
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pv/ChangeLog,v 1.36 2007/10/03 11:48:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pv/ChangeLog,v 1.37 2007/10/03 12:21:17 angelos Exp $
+
+ 03 Oct 2007; Christoph Mende <angelos@gentoo.org>
+ -files/pv-remove-doc-target.patch, -pv-0.9.6.ebuild, -pv-0.9.9.ebuild,
+ -pv-1.0.1.ebuild:
+ Cleanup
03 Oct 2007; Raúl Porcel <armin76@gentoo.org> pv-1.1.0.ebuild:
alpha stable wrt #194417
diff --git a/app-misc/pv/files/digest-pv-0.9.6 b/app-misc/pv/files/digest-pv-0.9.6
deleted file mode 100644
index 4b2cf2bb0fc2..000000000000
--- a/app-misc/pv/files/digest-pv-0.9.6
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d86b6fd2514b2043dab8f625492dea8f pv-0.9.6.tar.gz 99961
-RMD160 ecce86be892d8ff594daf95b3d3d483debbe7bfe pv-0.9.6.tar.gz 99961
-SHA256 d0ec6c1bbd75c6df97239a53b9c18aed792123bb07eb9acbe4f12c572b41d8b6 pv-0.9.6.tar.gz 99961
diff --git a/app-misc/pv/files/digest-pv-0.9.9 b/app-misc/pv/files/digest-pv-0.9.9
deleted file mode 100644
index 54661f175de9..000000000000
--- a/app-misc/pv/files/digest-pv-0.9.9
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a26e523e54c511ed8d263f16a7025330 pv-0.9.9.tar.gz 94374
-RMD160 d22f0789ed4265934e794bdf0e21e987370163ca pv-0.9.9.tar.gz 94374
-SHA256 62517294c6ffe912e4d0ed8d4a844636ac006f5e57c50fbf4ebb7bafae71cf8b pv-0.9.9.tar.gz 94374
diff --git a/app-misc/pv/files/digest-pv-1.0.1 b/app-misc/pv/files/digest-pv-1.0.1
deleted file mode 100644
index 58bf171f0d93..000000000000
--- a/app-misc/pv/files/digest-pv-1.0.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 f4ca9b3e3f476b8934fc70a97e637361 pv-1.0.1.tar.gz 89980
-RMD160 9c8a1d0038b1f684f15fa7f4a0d93f5c43b5505c pv-1.0.1.tar.gz 89980
-SHA256 0b38ccef374c2671983f4715cb399e34205a4d44cd05efde8b2d166a2552dd03 pv-1.0.1.tar.gz 89980
diff --git a/app-misc/pv/files/pv-remove-doc-target.patch b/app-misc/pv/files/pv-remove-doc-target.patch
deleted file mode 100644
index 08edf71e5f63..000000000000
--- a/app-misc/pv/files/pv-remove-doc-target.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nru pv-0.9.9.orig/Makefile pv-0.9.9/Makefile
---- pv-0.9.9.orig/Makefile 2007-07-07 03:33:29.000000000 +0200
-+++ pv-0.9.9/Makefile 2007-07-07 03:33:35.000000000 +0200
-@@ -279,7 +279,7 @@
- test $$STATUS -eq 1 && echo FAILED || echo OK; \
- done; rm -f $$TMP1 $$TMP2; exit $$FAIL
-
--install: all doc
-+install: all
- $(srcdir)/autoconf/scripts/mkinstalldirs \
- "$(DESTDIR)/$(bindir)"
- $(srcdir)/autoconf/scripts/mkinstalldirs \
diff --git a/app-misc/pv/pv-0.9.6.ebuild b/app-misc/pv/pv-0.9.6.ebuild
deleted file mode 100644
index 21583a3f4f65..000000000000
--- a/app-misc/pv/pv-0.9.6.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pv/pv-0.9.6.ebuild,v 1.7 2007/07/02 18:00:32 angelos Exp $
-
-DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe"
-HOMEPAGE="http://www.ivarch.com/programs/pv.shtml"
-SRC_URI="mirror://sourceforge/pipeviewer/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_install() {
- make DESTDIR=${D} UNINSTALL=/bin/true install || die "install failed"
-}
diff --git a/app-misc/pv/pv-0.9.9.ebuild b/app-misc/pv/pv-0.9.9.ebuild
deleted file mode 100644
index 1a0e21328c53..000000000000
--- a/app-misc/pv/pv-0.9.9.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pv/pv-0.9.9.ebuild,v 1.6 2007/08/14 13:22:36 gustavoz Exp $
-
-inherit eutils
-
-DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe"
-HOMEPAGE="http://www.ivarch.com/programs/pv.shtml"
-SRC_URI="mirror://sourceforge/pipeviewer/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~ppc64 sparc ~x86"
-IUSE="nls"
-
-DEPEND="virtual/libc"
-
-src_compile() {
- econf $(use_enable nls) || die "configure failed"
- epatch "${FILESDIR}/pv-remove-doc-target.patch"
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR=${D} UNINSTALL=/bin/true install || die "install failed"
-}
diff --git a/app-misc/pv/pv-1.0.1.ebuild b/app-misc/pv/pv-1.0.1.ebuild
deleted file mode 100644
index 1b68286e9480..000000000000
--- a/app-misc/pv/pv-1.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pv/pv-1.0.1.ebuild,v 1.3 2007/09/12 15:01:19 angelos Exp $
-
-inherit eutils
-
-DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe"
-HOMEPAGE="http://www.ivarch.com/programs/pv.shtml"
-SRC_URI="mirror://sourceforge/pipeviewer/${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug nls"
-
-DEPEND="virtual/libc"
-
-src_compile() {
- econf \
- $(use_enable nls) \
- $(use_enable debug debugging) \
- || die "configure failed"
-
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR=${D} UNINSTALL=/bin/true install || die "install failed"
-
- dodoc README doc/NEWS doc/TODO
-}