Compare commits
	
		
			2 Commits
		
	
	
		
			456c91ebb3
			...
			b85752b9fc
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b85752b9fc | |||
| 6310092bc1 | 
@@ -1,10 +1,10 @@
 | 
				
			|||||||
# Copyright 1999-2019 Gentoo Authors
 | 
					# Copyright 1999-2022 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=7
 | 
					EAPI=8
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EGIT_REPO_URI="https://github.com/dngulin/ttyhlauncher.git"
 | 
					EGIT_REPO_URI="https://github.com/dngulin/ttyhlauncher.git"
 | 
				
			||||||
inherit cmake-utils git-r3 xdg-utils
 | 
					inherit cmake git-r3 xdg-utils
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DESCRIPTION="ttyh.ru minecraft launcher"
 | 
					DESCRIPTION="ttyh.ru minecraft launcher"
 | 
				
			||||||
HOMEPAGE="https://ttyh.ru"
 | 
					HOMEPAGE="https://ttyh.ru"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1 +0,0 @@
 | 
				
			|||||||
DIST PlayCap-0.1.1-Source.tar.gz 97512 SHA256 26265279de9fb602f5108df42fc01bcb571270f02c1a7c9295fe54219004b141 SHA512 02c0fb710e287843aaba7f13c777b4692c5fcb34e6b2229a752d337723b30919b229dbe34ca3de30caa6cc4dc80f540239944f819e7f173620c0317364bda005 WHIRLPOOL d8c5b57963ff36d59fd7cefd3d66d964206d6e30e396f1c1a7e0e22da12479e21dc5a9fcdcbd7729e172c334f9e19b8d2a6a58e52a52ab84c9d51e214e8d82f0
 | 
					 | 
				
			||||||
@@ -1,8 +0,0 @@
 | 
				
			|||||||
<?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>
 | 
					 | 
				
			||||||
@@ -1,36 +0,0 @@
 | 
				
			|||||||
# 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
 | 
					 | 
				
			||||||
#}
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user