From fa1962ff69701bd9c0f15fb225cdbfb487125e0e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 15 Jul 2022 19:43:32 +0100 Subject: gentoo auto-resync : 15:07:2022 - 19:43:32 --- net-misc/Manifest.gz | Bin 55452 -> 55457 bytes net-misc/telnet-bsd/Manifest | 2 +- net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild | 49 --------------------------- net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild | 49 +++++++++++++++++++++++++++ net-misc/ytfzf/Manifest | 2 +- net-misc/ytfzf/ytfzf-2.4.0.ebuild | 9 +++-- 6 files changed, 55 insertions(+), 56 deletions(-) delete mode 100644 net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild create mode 100644 net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild (limited to 'net-misc') diff --git a/net-misc/Manifest.gz b/net-misc/Manifest.gz index 3ba69920de4d..a7baf1d1ec27 100644 Binary files a/net-misc/Manifest.gz and b/net-misc/Manifest.gz differ diff --git a/net-misc/telnet-bsd/Manifest b/net-misc/telnet-bsd/Manifest index 9e18bd9e05dd..0ae9707690b7 100644 --- a/net-misc/telnet-bsd/Manifest +++ b/net-misc/telnet-bsd/Manifest @@ -4,5 +4,5 @@ AUX telnet-bsd-1.2-musl.patch 1097 BLAKE2B 3b2d7424a04abd910cc6dcb94b8ca740ed7a2 AUX telnetd.xinetd 205 BLAKE2B 1d33ca9a921901a6e4d8c24ed168d3f9dcc77b156973b3d4580d8511f0549190cdccd565f2c43dcc893a0c0c62409eb66fff0f3429c1c52b00c7c1a09417444f SHA512 c587988b5dc1d1bf5ce99df9035d2388990fa799ba3d6be8f895fd5ee2c32c5ca4777815c6a1e29178753734caf7ea19e8f64b2e312ba49dcb002e0d9f97953c DIST telnet-bsd-1.2.tar.bz2 194518 BLAKE2B 59b46a4717dfbf2dffebbab96446ec020da1fab4838bae053e5539f3f85834e11f304ad9f8cb143aefb73cb3c6c0734430a4317df6e8a9a236a122a1268f3bd8 SHA512 e3867362e1a2bc46779bcbc7631ccf08a0bfae84b71653e39099dc2db42995e5fcd39a978595006053e688430445db7ebb7a7bfbbb02a8e4dba209acbf66a69d EBUILD telnet-bsd-1.2-r2.ebuild 987 BLAKE2B 6dac32fbd4f801b5bdd417508aca59e167e321fc7404d29cabcda4ab86adc68f8bd1830b762c970ef141a62fae14c3c384911bdba2ff1605163cd6d6336fe60c SHA512 b2b4c7d5f80bb63d5283d9f1b57949ec8d6d60f3d2c2855c3376c08731ba5a4d14849e4772796a54f0b4d6e8df3c7effddb1e44f78036651089f587ced3f20d8 -EBUILD telnet-bsd-1.2-r3.ebuild 1032 BLAKE2B e97ba174fec6774c6ca82136010303d53347a61c579535c7bb2174700ea7648890f3e6ec62e066322ce6c124aced8da150e06b69a77a104af141b3e664d2daed SHA512 db98a04727c49cb0bce6c1d411ae28fb1f52c13edffc46d92f1247310555c0f565a5a9c855f149c24f48129cefac56a2b9eb7462f8ed6d0288602fde5d948e73 +EBUILD telnet-bsd-1.2-r4.ebuild 1029 BLAKE2B 79dfe8f12c1ce7fa6c8c323dc34e66b796f710b6ea68d31c936fb971315cb681cde091162f339d6e38106923c5f92ac23243e76d3644a419ed8897fb40a64796 SHA512 e7fd04af2580ad8c97dc024411d3371f451825512e38a712dfcd70d52c650a3efdef31970f588e78dfaae8e6d2e7e7e3710eb95cf6a2d6fc062e9a0dfef7e997 MISC metadata.xml 219 BLAKE2B 2fe85c11a74cf8d398ec29c5020439a021f69054a954b93d63766ff5963de42af156892cad77dfccb8923af28fa32b5e8c1a7dd9c2dc62ca599895823225581f SHA512 7b38d4f37d5ec30669c0d5ebf9ee4356bd751312c621b548fee1dca1971da061e73ceb8a10a843f255338ce77a09526d0d90d7a45309bc5b1502616ad04c439a diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild deleted file mode 100644 index db4c5fe6c4dc..000000000000 --- a/net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools toolchain-funcs - -DESCRIPTION="Telnet and telnetd ported from OpenBSD with IPv6 support" -HOMEPAGE="ftp://ftp.suse.com/pub/people/kukuk/ipv6/" -SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="nls xinetd" - -RDEPEND=" - sys-libs/ncurses:= - !net-misc/netkit-telnetd -" -RDEPEND="${DEPEND} - xinetd? ( sys-apps/xinetd ) - !net-misc/netkit-telnetd -" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-fbsd.patch - "${FILESDIR}"/${PN}-1.2-format-security.patch - "${FILESDIR}"/${P}-musl.patch -) - -src_prepare() { - default - eautoreconf -} - -src_compile() { - emake LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)" -} - -src_install() { - default - - if use xinetd ; then - insinto /etc/xinetd.d - newins "${FILESDIR}"/telnetd.xinetd telnetd - fi -} diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild new file mode 100644 index 000000000000..890dc085eabe --- /dev/null +++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools toolchain-funcs + +DESCRIPTION="Telnet and telnetd ported from OpenBSD with IPv6 support" +HOMEPAGE="ftp://ftp.suse.com/pub/people/kukuk/ipv6/" +SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +IUSE="nls xinetd" + +DEPEND=" + sys-libs/ncurses:= + !net-misc/netkit-telnetd +" +RDEPEND="${DEPEND} + xinetd? ( sys-apps/xinetd ) + !net-misc/netkit-telnetd +" +BDEPEND="virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}"/${P}-fbsd.patch + "${FILESDIR}"/${PN}-1.2-format-security.patch + "${FILESDIR}"/${P}-musl.patch +) + +src_prepare() { + default + eautoreconf +} + +src_compile() { + emake LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)" +} + +src_install() { + default + + if use xinetd ; then + insinto /etc/xinetd.d + newins "${FILESDIR}"/telnetd.xinetd telnetd + fi +} diff --git a/net-misc/ytfzf/Manifest b/net-misc/ytfzf/Manifest index 73587909fb3c..239faa6a4c9d 100644 --- a/net-misc/ytfzf/Manifest +++ b/net-misc/ytfzf/Manifest @@ -1,3 +1,3 @@ DIST ytfzf-2.4.0.tar.gz 3253168 BLAKE2B e25bd13c01f5b035378dd6657358bc2ec67ff29f1db42fc8c07f0f820252efa4e6da6342265ea4107ec3179d317ac9742646a641a1c9e4e2a84360b39df6bf3d SHA512 9b66d8b56bb8a35baf04a5d34614882f8302e2f543d12182188438c50a76cca1182d7ac3a4a7a3d80d7c924478fd3af7968701e5d5ab8531a9d6f4ed5b731ece -EBUILD ytfzf-2.4.0.ebuild 1497 BLAKE2B 168bd27352e08dcd0315da0067132a4ff73b852a4f464786a2e21fe10631d6a74769ecb267f346e96c73c7b0ff81580f4d1f010cec88ef068a86e64761e31121 SHA512 fdeac28e638efb39676f03f7087d533490e1d5104c53891be7c86ffbaab3fea779b075c6c0f649b620e05c71ac71c268d41cce5bd6379fa16ff0fe1f5ce4da47 +EBUILD ytfzf-2.4.0.ebuild 1421 BLAKE2B 15a4578d3332238ff71b4a8c9c5eb86f10307b6fb6d8a03a0650af27d0a30bc0311010e3d15a6497d77ac4c861f18889930232495920fc7accfe76fce41b37a3 SHA512 2b1bea0a13a963e5eff2b473b2c124c5fb6488462095f9c9d584e643ed39386a03f411ea887deb7610c20ed511a7c4374f0b6b51e8bb0e71727a3c6d6c7054f2 MISC metadata.xml 498 BLAKE2B 465ce6a83a75395c9021b7208a156bc91f55fe2522279a781509bc490e832611e89718317c88d4e2986f16f6ea1f8bc457d2f5978efa011e62c56cef756cf0ed SHA512 49f6d3c039246622d687f63b703390eef0d4fef51f485a091ccdb767da1b2cd8a380275cabe6117465add0e15acf6f6533033a5b17c751091abe462a43044884 diff --git a/net-misc/ytfzf/ytfzf-2.4.0.ebuild b/net-misc/ytfzf/ytfzf-2.4.0.ebuild index aabfab731b1b..36a2a31e9d01 100644 --- a/net-misc/ytfzf/ytfzf-2.4.0.ebuild +++ b/net-misc/ytfzf/ytfzf-2.4.0.ebuild @@ -12,15 +12,14 @@ SRC_URI="https://github.com/pystardust/ytfzf/archive/refs/tags/v${PV}.tar.gz -> LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="minimal" +IUSE="X minimal" -# fzf/mpv/yt-dlp "can" be optfeatures depending on configuration, but depend -# on them so it works as expected out-of-the-box while allowing to disable. RDEPEND=" app-misc/jq net-misc/curl[ssl] virtual/awk !minimal? ( + X? ( media-gfx/ueberzug ) app-shells/fzf media-video/mpv[lua] net-misc/yt-dlp @@ -49,12 +48,12 @@ src_install() { pkg_postinst() { optfeature "external menu support" x11-misc/dmenu - optfeature "in-terminal thumbnails on X11" media-gfx/ueberzug optfeature "desktop notifications" x11-libs/libnotify if [[ ! ${REPLACING_VERSIONS} ]]; then elog "Note that ${PN} supports many methods to display menus/thumbnails." elog "This ebuild primarily covers defaults and major features, additional" - elog "dependencies may be needed for others." + elog "dependencies may be needed for others. Set USE=minimal if want full" + elog "control over optional dependencies (e.g. fzf is optional if use dmenu)." fi } -- cgit v1.2.3