summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-19 06:36:48 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-19 06:36:48 +0000
commit8827b251164f4ca7d84f683f6b55fb994ecb5577 (patch)
tree7cca4c489827fa0f8d6157850ed0d1b714f83160 /net-misc
parentold (diff)
downloadgentoo-2-8827b251164f4ca7d84f683f6b55fb994ecb5577.tar.gz
gentoo-2-8827b251164f4ca7d84f683f6b55fb994ecb5577.tar.bz2
gentoo-2-8827b251164f4ca7d84f683f6b55fb994ecb5577.zip
touchups
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/pipes/ChangeLog6
-rw-r--r--net-misc/pipes/files/digest-pipes-1.151
-rw-r--r--net-misc/pipes/pipes-1.15.ebuild36
-rw-r--r--net-misc/pipes/pipes-1.16.ebuild11
4 files changed, 9 insertions, 45 deletions
diff --git a/net-misc/pipes/ChangeLog b/net-misc/pipes/ChangeLog
index 80e2e97d942d..e874101d04ea 100644
--- a/net-misc/pipes/ChangeLog
+++ b/net-misc/pipes/ChangeLog
@@ -1,12 +1,12 @@
# ChangeLog for net-misc/pipes
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/ChangeLog,v 1.5 2004/04/15 21:29:16 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/ChangeLog,v 1.6 2004/04/19 06:36:48 vapier Exp $
+
+*pipes-1.16 (20 Feb 2004)
15 Apr 2004; Michael McCabe <randy@gentoo.org> pipes-1.16.ebuild:
adding s390 keywords
-*pipes-1.16 (20 Feb 2004)
-
20 Feb 2004; Mike Frysinger <vapier@gentoo.org> :
Version bump #41305 by Joel Yliluoma.
diff --git a/net-misc/pipes/files/digest-pipes-1.15 b/net-misc/pipes/files/digest-pipes-1.15
deleted file mode 100644
index e77e3fc7ed90..000000000000
--- a/net-misc/pipes/files/digest-pipes-1.15
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c08393cd52c7be9e48d7b4fb2e8e56a4 pipes-1.15.tar.bz2 20856
diff --git a/net-misc/pipes/pipes-1.15.ebuild b/net-misc/pipes/pipes-1.15.ebuild
deleted file mode 100644
index 4568bdb944bc..000000000000
--- a/net-misc/pipes/pipes-1.15.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.15.ebuild,v 1.4 2004/04/15 21:29:16 randy Exp $
-
-DESCRIPTION="Very versatile TCP pipes"
-HOMEPAGE="http://bisqwit.iki.fi/source/pipes.html"
-SRC_URI="http://bisqwit.iki.fi/src/arch/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-RDEPEND="virtual/glibc"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i \
- -e "s:-O2:${CFLAGS}:" Makefile || \
- die "sed Makefile failed"
- touch .depend
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- dobin plis || die "dobin failed"
- dohard /usr/bin/plis /usr/bin/pcon || die "dohard failed"
- dodoc Examples ChangeLog || die "dodoc failed"
- dohtml README.html || die "dohtml failed"
-}
diff --git a/net-misc/pipes/pipes-1.16.ebuild b/net-misc/pipes/pipes-1.16.ebuild
index 77073c37b05a..8d23314c53bf 100644
--- a/net-misc/pipes/pipes-1.16.ebuild
+++ b/net-misc/pipes/pipes-1.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.ebuild,v 1.2 2004/04/15 21:29:16 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.ebuild,v 1.3 2004/04/19 06:36:48 vapier Exp $
DESCRIPTION="Very versatile TCP pipes"
HOMEPAGE="http://bisqwit.iki.fi/source/pipes.html"
@@ -8,7 +8,8 @@ SRC_URI="http://bisqwit.iki.fi/src/arch/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 s390"
+KEYWORDS="x86 s390"
+IUSE=""
RDEPEND="virtual/glibc"
DEPEND="${RDEPEND}
@@ -29,8 +30,8 @@ src_compile() {
}
src_install() {
- dobin plis || die "dobin failed"
+ dobin plis || die "dobin failed"
dohard /usr/bin/plis /usr/bin/pcon || die "dohard failed"
- dodoc Examples ChangeLog || die "dodoc failed"
- dohtml README.html || die "dohtml failed"
+ dodoc Examples ChangeLog
+ dohtml README.html
}