summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-28 04:13:52 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-28 04:13:52 +0000
commit1946ff5663a89304da65e5d134eed6477794c342 (patch)
treef25735bdc6c43575a0f6f591c81bba6adf18575d /app-misc/pv
parentdont apply query_user_context patch with USE=livecd (Manifest recommit) (diff)
downloadgentoo-2-1946ff5663a89304da65e5d134eed6477794c342.tar.gz
gentoo-2-1946ff5663a89304da65e5d134eed6477794c342.tar.bz2
gentoo-2-1946ff5663a89304da65e5d134eed6477794c342.zip
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/pv')
-rw-r--r--app-misc/pv/pv-0.8.1.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/app-misc/pv/pv-0.8.1.ebuild b/app-misc/pv/pv-0.8.1.ebuild
index b1aabbe5c912..93c47aaece39 100644
--- a/app-misc/pv/pv-0.8.1.ebuild
+++ b/app-misc/pv/pv-0.8.1.ebuild
@@ -1,20 +1,18 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pv/pv-0.8.1.ebuild,v 1.4 2004/06/24 22:29:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pv/pv-0.8.1.ebuild,v 1.5 2004/06/28 04:08:59 vapier 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="~x86 ~amd64 ~ppc"
+KEYWORDS="~x86 ~ppc ~amd64"
IUSE=""
-DEPEND="virtual/glibc"
-src_compile() {
- econf || die "configure failed"
- emake || die "make failed"
-}
+DEPEND="virtual/libc"
+
src_install() {
make DESTDIR=${D} UNINSTALL=/bin/true install || die "install failed"
}