Redigest
This commit is contained in:
parent
21e9e00c99
commit
75826c6ca2
3
net-analyzer/fing/Manifest
Normal file
3
net-analyzer/fing/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST overlook-fing-3.0.tgz_amd64.zip 6719378 SHA256 036dbb6781afdc9b95d9f3148f79b20e7de458ba45cc285a28fa122ceea3ddf0 SHA512 3db9e04564b38486efd5551537c49236b4d1ff4f9cf0d721ca9348b45c703f612ba09654ba3d61fb733a85f015213bce141ecb141168a3553070c79b73df7ba6 WHIRLPOOL 60ea9da4673b2bc24a623a558a84a5b1ea2409bb95b3ed21f38c1b47556eb4b68260c773982bf50b3dc40d457ce2c28bf30dcbac6a1da6b290670ad23838d980
|
||||
DIST overlook-fing-3.0.tgz_x86.zip 6518859 SHA256 7395bf3c1bb6150012355b9b685e60dbd697859aa3d20f9b01da5aa6727ff480 SHA512 8ceea624de63bf6448c04eb0debe56996412889857a3469b11e8f50b1b422808edb19795427f15cb1996fb525f2c9c2f1b5f53a1d2cbe804fbfb8f6864640917 WHIRLPOOL cee6e1eaa128c36256548f154c3fe0310023c1a4f0e0fc086dfc18e0defa0c3e577b16d3df44dcb2e01325022e6e474a870ab28ea8bc391cb12bb873a8ce0810
|
||||
EBUILD fing-3.0.ebuild 987 SHA256 a4ee9685e8f2601df5fe80f4bd8c3aa0b1869bc5d844f9660cf1ae78b16822b0 SHA512 0cafaa07a2e71f2bee17088c29c87360ba544ffbf16270e3437350a1e3e94e34eecff663731df92b3e7581085b7ef93e890521f568acbc018ded0f5eda2be987 WHIRLPOOL 3c9a2f8add2cdd164b225b13a1d200423428dc8f32952f357eb946976c832eb5f22cd02389a8a261b7297572d3125cde0c843dd20ad07e4e448a737c018e5c11
|
35
net-analyzer/fing/fing-3.0.ebuild
Normal file
35
net-analyzer/fing/fing-3.0.ebuild
Normal file
@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
inherit eutils versionator multilib
|
||||
|
||||
MAJOR_PV="$(get_version_component_range 1-3)"
|
||||
FULL_PV="${MAJOR_PV}-$(get_version_component_range 4)"
|
||||
DESCRIPTION="Simple and free tools to secure, analyze and troubleshoot any network."
|
||||
HOMEPAGE="https://www.fing.io"
|
||||
SRC_URI="amd64? ( https://39qiv73eht2y1az3q51pykkf-wpengine.netdna-ssl.com/wp-content/uploads/2016/09/overlook-fing-${PV}.tgz_.zip -> overlook-fing-${PV}.tgz_amd64.zip )
|
||||
x86? ( https://39qiv73eht2y1az3q51pykkf-wpengine.netdna-ssl.com/wp-content/uploads/2016/09/overlook-fing-${PV}.tgz_-1.zip -> overlook-fing-${PV}.tgz_x86.zip )"
|
||||
LICENSE="nomachine"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
IUSE=""
|
||||
RESTRICT="strip"
|
||||
|
||||
DEPEND="app-arch/unzip"
|
||||
RDEPEND="sys-libs/zlib"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
unpack ./overlook-fing-${PV}.tgz
|
||||
}
|
||||
|
||||
|
||||
src_install()
|
||||
{
|
||||
cp -pPR usr "${D}" || die
|
||||
}
|
32
net-analyzer/metadata.xml
Normal file
32
net-analyzer/metadata.xml
Normal file
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<catmetadata>
|
||||
<longdescription lang="en">
|
||||
The net-analyzer category contains network analysis software.
|
||||
</longdescription>
|
||||
<longdescription lang="de">
|
||||
Die Kategorie net-analyzer enthält Software zur Netzwerkanalyse.
|
||||
</longdescription>
|
||||
<longdescription lang="es">
|
||||
La categoría net-analyzer contiene programas de análisis de redes.
|
||||
</longdescription>
|
||||
<longdescription lang="ja">
|
||||
net-analyzerカテゴリーにはネットワーク・アナリシスのソフトウェアが含まれています。
|
||||
</longdescription>
|
||||
<longdescription lang="nl">
|
||||
De net-analyzer categorie bevat applicaties voor netwerk-analyse.
|
||||
</longdescription>
|
||||
<longdescription lang="vi">
|
||||
Nhóm net-analyzer chứa các phần mềm phân tích mạng.
|
||||
</longdescription>
|
||||
<longdescription lang="it">
|
||||
La categoria net-analyzer contiene programmi per l'analisi della rete.
|
||||
</longdescription>
|
||||
<longdescription lang="pt">
|
||||
A categoria net-analyzer contém programas de análise de rede.
|
||||
</longdescription>
|
||||
<longdescription lang="pl">
|
||||
Kategoria net-analyzer zawiera programy do analizowania sieci.
|
||||
</longdescription>
|
||||
</catmetadata>
|
||||
|
126
net-im/skype/skype-1.9.0.2.ebuild
Normal file
126
net-im/skype/skype-1.9.0.2.ebuild
Normal file
@ -0,0 +1,126 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
#inherit eutils rpm pax-utils
|
||||
inherit eutils rpm
|
||||
|
||||
DESCRIPTION="P2P Internet Telephony (VoiceIP) client"
|
||||
HOMEPAGE="http://www.skype.com/"
|
||||
SRC_URI="https://repo.skype.com/rpm/stable/skypeforlinux_${PV}-1.x86_64.rpm"
|
||||
|
||||
LICENSE="Skype-TOS no-source-code"
|
||||
SLOT="1"
|
||||
KEYWORDS="~amd64"
|
||||
#IUSE="pax_kernel selinux"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}"
|
||||
QA_PREBUILT=opt/skypeforlinux/skypeforlinux
|
||||
RESTRICT="mirror bindist strip" #299368
|
||||
|
||||
RDEPEND="virtual/ttf-fonts
|
||||
dev-libs/atk
|
||||
dev-libs/expat
|
||||
dev-libs/glib:2
|
||||
dev-libs/nspr
|
||||
dev-libs/nss
|
||||
gnome-base/gconf:2
|
||||
gnome-base/libgnome-keyring
|
||||
media-libs/alsa-lib
|
||||
media-libs/fontconfig:1.0
|
||||
media-libs/freetype:2
|
||||
net-print/cups
|
||||
sys-apps/dbus
|
||||
sys-devel/gcc
|
||||
sys-libs/glibc
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:2
|
||||
x11-libs/libX11
|
||||
x11-libs/libXcomposite
|
||||
x11-libs/libXcursor
|
||||
x11-libs/libXdamage
|
||||
x11-libs/libXext
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libXi
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXrender
|
||||
x11-libs/libXScrnSaver
|
||||
x11-libs/libXtst
|
||||
x11-libs/pango"
|
||||
# selinux? ( sec-policy/selinux-skype )"
|
||||
|
||||
src_unpack () {
|
||||
rpm_src_unpack ${A}
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -e "s!^SKYPE_PATH=.*!SKYPE_PATH=${EROOT}opt/skypeforlinux/skypeforlinux!" -i usr/bin/skypeforlinux
|
||||
sed -e "s!^Exec=.*!Exec=${EROOT}opt/bin/skypeforlinux!" \
|
||||
-e "s!^Categories=.*!Categories=Network;InstantMessaging;Telephony;!" \
|
||||
-i usr/share/applications/skypeforlinux.desktop
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
insinto /opt/skypeforlinux/locales
|
||||
doins usr/share/skypeforlinux/locales/*.pak
|
||||
|
||||
insinto /opt/skypeforlinux/resources/app.asar.unpacked/node_modules/keytar/build/Release
|
||||
doins usr/share/skypeforlinux/resources/app.asar.unpacked/node_modules/keytar/build/Release/keytar.node
|
||||
|
||||
insinto /opt/skypeforlinux/resources
|
||||
doins usr/share/skypeforlinux/resources/*.asar
|
||||
|
||||
insinto /opt/skypeforlinux
|
||||
doins usr/share/skypeforlinux/*.pak
|
||||
doins usr/share/skypeforlinux/*.bin
|
||||
doins usr/share/skypeforlinux/*.dat
|
||||
doins usr/share/skypeforlinux/version
|
||||
exeinto /opt/skypeforlinux
|
||||
doexe usr/share/skypeforlinux/*.so
|
||||
doexe usr/share/skypeforlinux/skypeforlinux
|
||||
|
||||
into /opt
|
||||
dobin usr/bin/skypeforlinux
|
||||
fowners root:audio /opt/bin/skypeforlinux /opt/skypeforlinux/skypeforlinux
|
||||
|
||||
# insinto /etc/dbus-1/system.d
|
||||
# doins ${PN}.conf
|
||||
|
||||
dodoc usr/share/doc/skypeforlinux/* usr/share/skypeforlinux/*.html
|
||||
#dodoc usr/share/skypeforlinux/*.txt usr/share/skypeforlinux/LICENSE
|
||||
dodoc usr/share/skypeforlinux/LICENSE
|
||||
|
||||
# create compat symlink
|
||||
dosym ${P} /usr/share/doc/skypeforlinux
|
||||
|
||||
doicon usr/share/pixmaps/skypeforlinux.png
|
||||
|
||||
local res
|
||||
for res in 16 32 256 512; do
|
||||
newicon -s ${res} usr/share/icons/hicolor/${res}x${res}/apps/skypeforlinux.png skypeforlinux.png
|
||||
done
|
||||
|
||||
domenu usr/share/applications/skypeforlinux.desktop
|
||||
|
||||
# if use pax_kernel; then
|
||||
# if use apulse; then
|
||||
# pax-mark Cm "${ED}"/opt/bin/${PN}-bin || die
|
||||
# else
|
||||
# pax-mark Cm "${ED}"/opt/bin/${PN} || die
|
||||
# fi
|
||||
# eqawarn "You have set USE=pax_kernel meaning that you intend to run"
|
||||
# eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify"
|
||||
# eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"
|
||||
# eqawarn "you suspect that ${PN} is being broken by this modification,"
|
||||
# eqawarn "please open a bug."
|
||||
# fi
|
||||
|
||||
# echo PRELINK_PATH_MASK=/opt/bin/${PN} > ${T}/99${PN}
|
||||
# doenvd "${T}"/99${PN} #430142
|
||||
}
|
37
sci-electronics/metadata.xml
Normal file
37
sci-electronics/metadata.xml
Normal file
@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<catmetadata>
|
||||
<longdescription lang="en">
|
||||
The sci-electronics category contains electronics packages.
|
||||
</longdescription>
|
||||
<longdescription lang="de">
|
||||
Die Kategorie sci-electronics enthält Pakete aus dem Bereich
|
||||
Elektronik.
|
||||
</longdescription>
|
||||
<longdescription lang="es">
|
||||
La categoría sci-electronics contiene paquetes relacionados con la
|
||||
electrónica.
|
||||
</longdescription>
|
||||
<longdescription lang="ja">
|
||||
sci-electronicsカテゴリーには電子工学のパッケージが含まれています。
|
||||
</longdescription>
|
||||
<longdescription lang="nl">
|
||||
De sci-electronics categorie bevat aan electronica gerelateerde
|
||||
pakketten.
|
||||
</longdescription>
|
||||
<longdescription lang="vi">
|
||||
Nhóm sci-electronics chứa các phần mềm điện tử.
|
||||
</longdescription>
|
||||
<longdescription lang="it">
|
||||
La categoria sci-electronics contiene programmi per l'elettronica.
|
||||
</longdescription>
|
||||
<longdescription lang="pt">
|
||||
A categoria sci-electronics contém programas relacionados a
|
||||
eletrônica.
|
||||
</longdescription>
|
||||
<longdescription lang="pl">
|
||||
Kategoria sci-electronics zawiera programy naukowe związane z
|
||||
elektroniką.
|
||||
</longdescription>
|
||||
</catmetadata>
|
||||
|
Loading…
Reference in New Issue
Block a user