mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-block/mbuffer: Removed old.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
DIST mbuffer-20150412.tgz 122935 BLAKE2B c57708861a9fc049fd4f3aa9c1229798a82e866a503e9ab78b1581fca7d60d0fd5cf2d80e8a8bcbb7fc6b000c9a38fb0bfd0d5184cd6bc2b7dca486bd87fb2b1 SHA512 cef64f1229872e2207e678aa77dc95e0c24f54e4a88a57a0e797d10b07a16d1f5fa96c8cfa3876ff65dd97c114eff87b683917fa1d39cdb4f08c864325e4223c
|
||||
DIST mbuffer-20160228.tgz 123108 BLAKE2B a19997f66a9a9247775bda94e0254938f286c0dff7b9f64a9fc08dedbbe10dcae0a0920af66d2f882c80761faaba0daa1e8bf5ae19ae29a2a56267fdf9773259 SHA512 0706b8dd137f5f5b01885bcca4bf799cbd14b25895402f0c73f874d78fc160c7fae8c5a229c40efce9ba96288972a8e5846443ef5cd4d1ff02af92f703e33a2e
|
||||
DIST mbuffer-20170515.tgz 125736 BLAKE2B 5524b1e63637180661d432dcf124b5579f17d4da3ff0bedba41d1a94d147df9478e209eaa3fd409092a0f82c37bee10910791b8b6344ab509211cc7fc2f03a8a SHA512 991cb33b09e48f1177b7a05e5ab2c189aa2cb0f03e220d7e46996b3a3e3ba1e3f3ad4a68b8750ed73dc765c5874029715bba1d2f5a80a9601cd0a39e1f9fd447
|
||||
DIST mbuffer-20170921.tgz 136192 BLAKE2B 2ec9858aae970340cf5b9d2f305039d351df6efbe51ee3a28d1de407da508a82fceb7c41f1dc89c1a58d7b26430151e8103023a1574cdad84bee1f7b78770402 SHA512 f4b897e7649893cb02f9b3b806e956acf60692cd549f9cfe6cf164c703f369f0af251bfdabfbcdd76dacf5a4c3871ed7b98fbd6b5fcb97d184b7c317082bfaee
|
||||
DIST mbuffer-20171011.tgz 136630 BLAKE2B ba69435684b8c844701a51c5a77d0f5ecbf8bef3ca9b9739a63309524b14d0cbbeba422cee1c5d69f1029a42c18d089cea0bcc46dbeba7f51767df3a815f7de7 SHA512 398d7545388a94b4f8961193192cd5e1139b84f31c7699c2b7f66b84a40488a2e70c88a2a70578bd95375e11efc87978a5f6fec805dbbc5f1fea460b3a9c68c4
|
||||
DIST mbuffer-20180318.tgz 137259 BLAKE2B bec1f6acc68c3c9cf617dd7a752644628d088541c20816737ea1533eb0e9c92b76ef2dd037912501c29056994443e3ad66b1e7f4456e0f40687b32e4c6a12cf1 SHA512 ac71876aa0bea3acce8ea00c3848783b752991a0e60ebc4245277fd435c2c9e08c79cc5f47c996e590e711ca1bd652ded075c24ca820efe845f578b106c43594
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
--- mbuffer-20170515/Makefile.in
|
||||
+++ mbuffer-20170515/Makefile.in
|
||||
@@ -10,6 +10,7 @@
|
||||
VPATH = @srcdir@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
+sysconfdir = @sysconfdir@
|
||||
datarootdir = @datarootdir@
|
||||
bindir = @bindir@
|
||||
mandir = @mandir@/man1
|
||||
@@ -39,13 +40,13 @@
|
||||
-$(RM) $(TARGET) config.h config.log \
|
||||
config.status Makefile mbuffer.1 core
|
||||
|
||||
-$(DESTDIR)$(prefix)/etc:
|
||||
+$(DESTDIR)$(sysconfdir):
|
||||
-$(INSTALL) -d -m 755 $@
|
||||
|
||||
-$(DESTDIR)$(prefix)/etc/mbuffer.rc:
|
||||
- $(INSTALL) -m 644 mbuffer.rc $(DESTDIR)$(prefix)/etc/
|
||||
+$(DESTDIR)$(sysconfdir)/mbuffer.rc:
|
||||
+ $(INSTALL) -m 644 mbuffer.rc $(DESTDIR)$(sysconfdir)/
|
||||
|
||||
-install: $(TARGET) $(DESTDIR)$(prefix)/etc $(DESTDIR)$(prefix)/etc/mbuffer.rc
|
||||
+install: $(TARGET) $(DESTDIR)$(sysconfdir) $(DESTDIR)$(sysconfdir)/mbuffer.rc
|
||||
-$(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
|
||||
$(INSTALL) -m 755 $(TARGET) $(DESTDIR)$(bindir)/
|
||||
-$(INSTALL) -d -m 755 $(DESTDIR)$(mandir)
|
||||
@@ -1,23 +0,0 @@
|
||||
work around "multi off" in /etc/host.conf and "::1 localhost"
|
||||
*not* being the *first* "localhost" entry in /etc/hosts
|
||||
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -86,7 +86,7 @@ test2: test.md5
|
||||
./mbuffer -q -I :8000 -o $@.tar -o - | openssl md5 > $@.md5 & \
|
||||
sleep 1; \
|
||||
rm -f $@.tar; \
|
||||
- ./mbuffer -i test.tar -o /dev/null -O localhost:8000 -H; \
|
||||
+ ./mbuffer -i test.tar -o /dev/null -4 -O 127.0.0.1:8000 -H; \
|
||||
wait
|
||||
sync
|
||||
diff $@.md5 test.md5
|
||||
@@ -101,7 +101,7 @@ test3: test.md5
|
||||
./mbuffer -q -6 -I :8000 | openssl md5 > $@.md5 & \
|
||||
sleep 1; \
|
||||
rm -f $@.tar; \
|
||||
- ./mbuffer -i test.tar -o /dev/null -6 -O ip6-localhost:8000 -o $@.tar -H; \
|
||||
+ ./mbuffer -i test.tar -o /dev/null -6 -O ::1:8000 -o $@.tar -H; \
|
||||
wait
|
||||
sync
|
||||
diff $@.md5 test.md5
|
||||
@@ -1,28 +0,0 @@
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -10,6 +10,7 @@ CP = @CP@
|
||||
VPATH = @srcdir@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
+sysconfdir = @sysconfdir@
|
||||
datarootdir = @datarootdir@
|
||||
bindir = @bindir@
|
||||
mandir = @mandir@/man1
|
||||
@@ -40,13 +41,13 @@ distclean: clean
|
||||
-$(RM) $(TARGET) config.h config.log \
|
||||
config.status Makefile mbuffer.1 core
|
||||
|
||||
-$(DESTDIR)$(prefix)/etc:
|
||||
+$(DESTDIR)$(sysconfdir):
|
||||
-$(INSTALL) -d -m 755 $@
|
||||
|
||||
-$(DESTDIR)$(prefix)/etc/mbuffer.rc:
|
||||
- $(INSTALL) -m 644 mbuffer.rc $(DESTDIR)$(etcdir)
|
||||
+$(DESTDIR)$(sysconfdir)/mbuffer.rc:
|
||||
+ $(INSTALL) -m 644 mbuffer.rc $(DESTDIR)$(sysconfdir)/
|
||||
|
||||
-install: $(TARGET) $(DESTDIR)$(etcdir) $(DESTDIR)$(etcdir)/mbuffer.rc
|
||||
+install: $(TARGET) $(DESTDIR)$(sysconfdir) $(DESTDIR)$(sysconfdir)/mbuffer.rc
|
||||
-$(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
|
||||
$(INSTALL) -m 755 $(TARGET) $(DESTDIR)$(bindir)/
|
||||
-$(INSTALL) -d -m 755 $(DESTDIR)$(mandir)
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="M(easuring)buffer is a replacement for buffer with additional functionality"
|
||||
HOMEPAGE="http://www.maier-komor.de/mbuffer.html"
|
||||
SRC_URI="http://www.maier-komor.de/software/mbuffer/${P}.tgz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="debug ssl"
|
||||
|
||||
DEPEND="ssl? ( dev-libs/openssl )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
ln -s "${DISTDIR}"/${P}.tgz test.tar #258881
|
||||
# work around "multi off" in /etc/host.conf and "::1 localhost"
|
||||
# *not* being the *first* "localhost" entry in /etc/hosts
|
||||
epatch "${FILESDIR}/${PN}-20121111-resolv-multi-order-issue.patch"
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable ssl md5) \
|
||||
$(use_enable debug)
|
||||
}
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="M(easuring)buffer is a replacement for buffer with additional functionality"
|
||||
HOMEPAGE="http://www.maier-komor.de/mbuffer.html"
|
||||
SRC_URI="http://www.maier-komor.de/software/mbuffer/${P}.tgz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="debug ssl"
|
||||
|
||||
DEPEND="ssl? ( dev-libs/openssl:0= )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-20121111-resolv-multi-order-issue.patch"
|
||||
"${FILESDIR}/${PN}-20170515-sysconfdir.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
ln -s "${DISTDIR}"/${P}.tgz test.tar #258881
|
||||
# work around "multi off" in /etc/host.conf and "::1 localhost"
|
||||
# *not* being the *first* "localhost" entry in /etc/hosts
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
$(use_enable ssl md5)
|
||||
$(use_enable debug)
|
||||
)
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
@@ -1,57 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="M(easuring)buffer is a replacement for buffer with additional functionality"
|
||||
HOMEPAGE="http://www.maier-komor.de/mbuffer.html"
|
||||
SRC_URI="http://www.maier-komor.de/software/mbuffer/${P}.tgz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="debug ssl"
|
||||
|
||||
DEPEND="ssl? ( dev-libs/openssl:0= )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-20170921-resolv-multi-order-issue.patch"
|
||||
"${FILESDIR}/${PN}-20170921-sysconfdir.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
ln -s "${DISTDIR}"/${P}.tgz test.tar #258881
|
||||
|
||||
# Enforce MAKEOPTS=-j1 because src_test() spawns multiple listener
|
||||
# using same port and src_install may have problems (with /etc folder)
|
||||
export MAKEOPTS=-j1
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
$(use_enable ssl md5)
|
||||
$(use_enable debug)
|
||||
)
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_test() {
|
||||
if has usersandbox ${FEATURES} || has network-sandbox ${FEATURES}; then
|
||||
ewarn "Some tests may fail with FEATURES=usersandbox or"
|
||||
ewarn "FEATURES=network-sandbox; Skipping tests because"
|
||||
ewarn "test suite would hang forever in such environments!"
|
||||
return 0;
|
||||
fi
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if ! has_version "app-arch/mt-st"; then
|
||||
elog ""
|
||||
elog "If you want autoloader support you need to install \"app-arch/mt-st\" in addition!"
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user