mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
sessionlist: old, outdated, removed
This commit is contained in:
parent
e86901a5e9
commit
f65630b06f
3 changed files with 0 additions and 43 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST sessionlist-1.0.tar.gz 20399 SHA256 523d338e5a0d9c34473e8fff19683794ecb5a406c636a494fb6d38d0f467abd7 SHA512 8ad933e41b4c35a062dec3166658eb4363343039b82cc45e345ef9747accd85bec52184572bbea623caf9a1ac880a4a47a882e6d3b1189e592dfcf7a8dad9169 WHIRLPOOL 2ff9827b3482479b8c5ed9c9ed9651fca9aada5175583cde581a96524f584f34bedea946d40fc5bea96a67e21c52ce528ecb916d5e73c7c2877ece20eec31831
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
--- makefile.orig 2012-09-29 08:40:49.000000000 +0800
|
||||
+++ makefile 2013-08-10 20:44:23.149304451 +0800
|
||||
@@ -1,9 +1,7 @@
|
||||
CC=g++
|
||||
-CFLAGS=-march=native -O2 -pipe
|
||||
-LDFLAGS=-lpcap -lpthread -lncurses
|
||||
|
||||
all:
|
||||
- $(CC) $(CFLAGS) main.cpp sessionlist.cpp $(LDFLAGS) -o sessionlist && strip sessionlist
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) main.cpp sessionlist.cpp -lpcap -lpthread -lncurses -o sessionlist
|
||||
|
||||
clean:
|
||||
rm *.o
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="A HTTP packets sniffer"
|
||||
HOMEPAGE="https://github.com/iamrage/sessionlist"
|
||||
SRC_URI="https://github.com/iamrage/sessionlist/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="net-libs/libpcap
|
||||
sys-libs/ncurses"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/"${PN}"-ldflags.patch
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dosbin sessionlist
|
||||
dodoc README
|
||||
}
|
||||
Loading…
Reference in a new issue