Compare commits
No commits in common. "b85752b9fc2e2947d9a8f3acd15ad6b2aa70543f" and "456c91ebb353b9d0c6ea64a2dad2e4bd0af64733" have entirely different histories.
b85752b9fc
...
456c91ebb3
@ -1,10 +1,10 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2019 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=7
|
||||||
|
|
||||||
EGIT_REPO_URI="https://github.com/dngulin/ttyhlauncher.git"
|
EGIT_REPO_URI="https://github.com/dngulin/ttyhlauncher.git"
|
||||||
inherit cmake git-r3 xdg-utils
|
inherit cmake-utils git-r3 xdg-utils
|
||||||
|
|
||||||
DESCRIPTION="ttyh.ru minecraft launcher"
|
DESCRIPTION="ttyh.ru minecraft launcher"
|
||||||
HOMEPAGE="https://ttyh.ru"
|
HOMEPAGE="https://ttyh.ru"
|
||||||
|
1
net-analyzer/playcap/Manifest
Normal file
1
net-analyzer/playcap/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST PlayCap-0.1.1-Source.tar.gz 97512 SHA256 26265279de9fb602f5108df42fc01bcb571270f02c1a7c9295fe54219004b141 SHA512 02c0fb710e287843aaba7f13c777b4692c5fcb34e6b2229a752d337723b30919b229dbe34ca3de30caa6cc4dc80f540239944f819e7f173620c0317364bda005 WHIRLPOOL d8c5b57963ff36d59fd7cefd3d66d964206d6e30e396f1c1a7e0e22da12479e21dc5a9fcdcbd7729e172c334f9e19b8d2a6a58e52a52ab84c9d51e214e8d82f0
|
8
net-analyzer/playcap/metadata.xml
Normal file
8
net-analyzer/playcap/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer>
|
||||||
|
<email>pinkbyte@gentoo.org</email>
|
||||||
|
<name>Sergey Popov</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
36
net-analyzer/playcap/playcap-0.1.1.ebuild
Normal file
36
net-analyzer/playcap/playcap-0.1.1.ebuild
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
|
||||||
|
MY_PN="PlayCap"
|
||||||
|
MY_P="${MY_PN}-${PV}"
|
||||||
|
|
||||||
|
inherit cmake-utils eutils
|
||||||
|
|
||||||
|
DESCRIPTION="Plays back captures made from wireshark, tcpdump, or any libpcap-based application"
|
||||||
|
HOMEPAGE="http://www.signal11.us/oss/playcap/"
|
||||||
|
SRC_URI="mirror://github/signal11/${MY_PN}/${MY_P}-Source.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
DEPEND="net-libs/libpcap
|
||||||
|
x11-libs/fox:1.6[png]
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${MY_P}-Source"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
sed -i -e 's/fox-config/fox-1.6-config/' CMakeLists.txt || die
|
||||||
|
sed -i -e '/#include <stdio.h>/a#include <unistd.h>' PlaybackWindow.cpp || die
|
||||||
|
cmake-utils_src_prepare
|
||||||
|
}
|
||||||
|
|
||||||
|
#src_install() {
|
||||||
|
# cmake-utils_src_install
|
||||||
|
# doicon famfamfam/*.png
|
||||||
|
#}
|
Loading…
Reference in New Issue
Block a user