mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pbounce: drop, unused, unmaintained
This commit is contained in:
parent
d39096e00a
commit
e8d530544b
2 changed files with 0 additions and 24 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST pbounce-0.1.tar.gz 25608 SHA256 f96c67e5593b4f56c6f02c1879abb49a9160aa0a5eedf873281511e8847cc008 SHA512 2e9a5146121bb15b1af93092262187c8b7712182d07e82c6fa7dedcad1bc71fbc808a1a33c011bdbd2f468b40e42b9651a188bbeadbe39916d509db0bec3ceab WHIRLPOOL 856d342ea0e8a3fef8182e49b2f97d58923877f036277c961237b8c02c0fdedd845d3c8d4fdb3c49d76230afbb709b912484fedc8069c198e77514731c6de5a5
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
# Copyright 1999-2023 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Multiplexes multiple TCP connections into internal network via reverse connection"
|
||||
HOMEPAGE="http://www.o0o.nu/projects/bouncers"
|
||||
SRC_URI="http://www.o0o.nu/projects/bouncers/${P}.tar.gz?attredirects=0&d=1 -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
|
||||
src_prepare() {
|
||||
#QA: LDFLAGS fix
|
||||
sed -i "s|^LDFLAGS=|#LDFLAGS=|g" Makefile
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin pbounce
|
||||
dodoc README ChangeLog
|
||||
}
|
||||
Loading…
Reference in a new issue