diff options
author | 2018-11-11 22:40:26 +0100 | |
---|---|---|
committer | 2018-11-11 22:42:51 +0100 | |
commit | 99ac33eaf006c7fdeddac27d7688b6db97bffe28 (patch) | |
tree | 81d0e51a52679d2d1c6eed3d9358204575eaf412 | |
parent | app-portage/portage-bashrc-mv: https://github.com/vaeth/mv-overlay/issues/7 (diff) | |
download | mv-99ac33eaf006c7fdeddac27d7688b6db97bffe28.tar.gz mv-99ac33eaf006c7fdeddac27d7688b6db97bffe28.tar.bz2 mv-99ac33eaf006c7fdeddac27d7688b6db97bffe28.zip |
net-misc/tlsdate: Add to safe from removal. Version bump sys-apps/less
Signed-off-by: Martin Väth <martin@mvath.de>
-rw-r--r-- | metadata/pkg_desc_index | 3 | ||||
-rw-r--r-- | net-misc/netctl/Manifest | 1 | ||||
-rw-r--r-- | net-misc/netctl/metadata.xml | 5 | ||||
-rw-r--r-- | net-misc/netctl/netctl-1.11.ebuild | 63 | ||||
-rw-r--r-- | sys-apps/less/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/less/less-542.ebuild (renamed from sys-apps/less/less-541.ebuild) | 0 |
6 files changed, 72 insertions, 2 deletions
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 0d09972d..6e4f3722 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -89,6 +89,7 @@ net-dialup/martian-modem 20100123-r2: ltmodem alternative driver providing suppo net-dns/host 20070128-r1: A powerful command-line DNS query and test tool net-dns/noip-updater 2.1.9-r5: no-ip.com dynamic DNS updater net-firewall/firewall-mv 13.0-r1: Initialize iptables and net-related sysctl variables +net-misc/netctl 1.11: Profile based network connection tool from Arch Linux net-misc/openrdate 1.2: use TCP or UDP to retrieve the current time of another machine net-misc/sshstart 4.7: Start ssh-agent/ssh-add only if you really use ssh or friends net-print/foo2zjs 20160722: Support for printing to ZjStream-based printers @@ -96,7 +97,7 @@ sci-geosciences/googleearth 7.1.8.3036-r1 7.3.0.3832-r1 7.3.2: A 3D interface to sci-mathematics/genius 1.0.21: Genius Mathematics Tool and the GEL Language sci-mathematics/reduce 20141130-r2: A general-purpose computer algebra system sys-apps/cpi 3.1: A wrapper for cp -i -a, making use of diff -sys-apps/less 541: Excellent text file viewer, optionally with additional selection feature +sys-apps/less 542: Excellent text file viewer, optionally with additional selection feature sys-apps/openrc-wrapper 2.3-r1: Use openrc init scripts with systemd or other init systems sys-apps/paxopen 1.2: A wrapper script to set PAX kernel variables to an insecure/safe state sys-apps/schedule 8.0-r1: script to schedule jobs in a multiuser multitasking environment diff --git a/net-misc/netctl/Manifest b/net-misc/netctl/Manifest new file mode 100644 index 00000000..b4bbb75b --- /dev/null +++ b/net-misc/netctl/Manifest @@ -0,0 +1 @@ +DIST netctl-1.11.tar.xz 43868 SHA512 00bf4b016d755796980d492305332230a2089e843bf0921a7fd28ef17400e024bac0987a08c4caadf1c19becae73ce7f33d1e51ce1ea9f47e0129e1aff1ccd71 diff --git a/net-misc/netctl/metadata.xml b/net-misc/netctl/metadata.xml new file mode 100644 index 00000000..7a38bb90 --- /dev/null +++ b/net-misc/netctl/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> +</pkgmetadata> diff --git a/net-misc/netctl/netctl-1.11.ebuild b/net-misc/netctl/netctl-1.11.ebuild new file mode 100644 index 00000000..9c9c5a21 --- /dev/null +++ b/net-misc/netctl/netctl-1.11.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit bash-completion-r1 eutils + +if [[ ${PV} = *9999* ]]; then + EGIT_REPO_URI="git://projects.archlinux.org/netctl.git" + inherit git-2 + DEPEND="app-text/asciidoc" +else + SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~x86" +fi + +DESCRIPTION="Profile based network connection tool from Arch Linux" +HOMEPAGE="https://wiki.archlinux.org/index.php/Netctl + https://www.archlinux.org/packages/core/any/netctl/ + https://projects.archlinux.org/netctl.git/" + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND+=" + virtual/pkgconfig + sys-apps/systemd +" +RDEPEND=" + >=app-shells/bash-4.0 + >=net-dns/openresolv-3.5.4-r1 + sys-apps/iproute2 + sys-apps/systemd + !<net-misc/dhcpcd-6.4.0 +" + +src_prepare() { + sed -i -e "s:/usr/bin/ifplugd:/usr/sbin/ifplugd:" \ + "services/netctl-ifplugd@.service" || die + default +} + +src_compile() { + : +} + +src_install() { + emake DESTDIR="${D%/}" SHELL=bash install + dodoc AUTHORS NEWS README + newbashcomp contrib/bash-completion netctl + insinto /usr/share/zsh/site-functions + newins contrib/zsh-completion _netctl +} + +pkg_postinst() { + optfeature "DHCP support" net-misc/dhcpcd ">=net-misc/dhcp-5.6.7[client]" + optfeature "WPA support" net-wireless/wpa_supplicant + optfeature "interactive assistant" dev-util/dialog + optfeature "automatic connection" sys-apps/ifplugd + optfeature "bonding support" net-misc/ifenslave + optfeature "dialup support" net-dialup/ppp +} diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest index 662d345d..11f854dc 100644 --- a/sys-apps/less/Manifest +++ b/sys-apps/less/Manifest @@ -1,2 +1,2 @@ -DIST less-541.tar.gz 342956 SHA512 384f79b4acbdbf1b7d4de128a9ede405302633d78e5c057a8a4e568022072f0a73172f7bb7f2f9e45508cc8a0f4f0fa353945445a5bc59ee978dede1299e7b48 +DIST less-542.tar.gz 343847 SHA512 7d19d03c1367bad09cf15d612f7b0b2d328be11d4c9e0dbbfa2e685ef436fd48ab43e86ac91c93c33f53f5d0a9eb2b20d343e9a469a6f06c0363aefb32ca485f DIST less-select-2.9.tar.gz 28609 SHA512 e948948bf7d02ec17253fa248bbaa4de85e097cf2e2368454d3e5e399f8fe95ffa477013db376733e125768cfcf020cb5c9f54e3b2bba65bcc37ae4eae49bfb1 diff --git a/sys-apps/less/less-541.ebuild b/sys-apps/less/less-542.ebuild index ffc8eddf..ffc8eddf 100644 --- a/sys-apps/less/less-541.ebuild +++ b/sys-apps/less/less-542.ebuild |