[gentoo-commits] repo/gentoo:master commit in: net-misc/netctl/, profiles/

2019-01-23 Thread Brian Evans
commit: be65a46f137c787ed1f79659f8899eef35efc6ce
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jan 23 18:29:21 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jan 23 18:29:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be65a46f

net-misc/netctl: Remove last rite package

Signed-off-by: Brian Evans  gentoo.org>

 net-misc/netctl/Manifest   |  3 --
 net-misc/netctl/metadata.xml   |  5 ---
 net-misc/netctl/netctl-1.10.ebuild | 67 --
 net-misc/netctl/netctl-1.11.ebuild | 66 -
 net-misc/netctl/netctl-1.9.ebuild  | 67 --
 net-misc/netctl/netctl-.ebuild | 66 -
 profiles/package.mask  |  5 ---
 7 files changed, 279 deletions(-)

diff --git a/net-misc/netctl/Manifest b/net-misc/netctl/Manifest
deleted file mode 100644
index 83152df7e8b..000
--- a/net-misc/netctl/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST netctl-1.10.tar.xz 43576 BLAKE2B 
53ba8494deb588fa0f7c53b5116a2897fe6a5b2b4eeb783686269d243a110cc44f6b1a3ca11a1eb02ae13ef57d306028aa5fddf9060ea54fa360b338c14efb9f
 SHA512 
f42b6f5abf4115d745bac73af68562a2c3974347051699cab66cb0e1f7254e52492ddeda51c338498f7f6479226bf4c6e9f46d2c3a8b1f3594244dd9e109
-DIST netctl-1.11.tar.xz 43868 BLAKE2B 
d54d80b636745a06f2e550c144d9c12ef20fd55a653d19aafce9e0305be4c95aa96d893f27fca1ef8863fcc5201ae19d924440a724d356889e267d624b64dfe8
 SHA512 
00bf4b016d755796980d492305332230a2089e843bf0921a7fd28ef17400e024bac0987a08c4caadf1c19becae73ce7f33d1e51ce1ea9f47e0129e1aff1ccd71
-DIST netctl-1.9.tar.xz 43256 BLAKE2B 
49fc8968d8342b79e190b3156919e4be376e10010978b68f0d246d7b469a806509723254e8b26b4abbeb88eaee8cffb10ab4592853c93f886305c3bbd78c
 SHA512 
586cf8389d33c130d2cb94fa35479436a6dba70ff05bc7b59d2c3148760ddb3030f00d06bdb8c09cb6bac4fc0d94a4f3a3ced7d3b30973e58323af1676ef6f42

diff --git a/net-misc/netctl/metadata.xml b/net-misc/netctl/metadata.xml
deleted file mode 100644
index 7a38bb90096..000
--- a/net-misc/netctl/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-

diff --git a/net-misc/netctl/netctl-1.10.ebuild 
b/net-misc/netctl/netctl-1.10.ebuild
deleted file mode 100644
index 7e5e0349061..000
--- a/net-misc/netctl/netctl-1.10.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bash-completion-r1 eutils
-
-if [[ ${PV} = ** ]]; 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 ~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/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
-   fi
-}

diff --git a/net-misc/netctl/netctl-1.11.ebuild 
b/net-misc/netctl/netctl-1.11.ebuild
deleted file mode 100644
index de213cc97df..000
--- a/net-misc/netctl/netctl-1.11.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bash-completion-r1 eutils
-
-if [[ ${PV} = ** ]]; 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/dhcp-5.6.7[client]"
-   optfeature "WPA support" net-wireless/wpa_supplicant
-   optfeature "interactive assist

[gentoo-commits] repo/gentoo:master commit in: net-misc/netctl/

2017-02-23 Thread Michael Weber
commit: 7328553d8f2bb6a11d41068f833e2fcc30e9ed68
Author: Michael Weber  gentoo  org>
AuthorDate: Thu Feb 23 21:43:18 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu Feb 23 21:45:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7328553d

net-misc/netctl: Add ~arm keyword (bug 473928).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/netctl/netctl-1.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/netctl/netctl-1.11.ebuild 
b/net-misc/netctl/netctl-1.11.ebuild
index f558aadc0e..25d35d384d 100644
--- a/net-misc/netctl/netctl-1.11.ebuild
+++ b/net-misc/netctl/netctl-1.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ if [[ ${PV} = ** ]]; then
DEPEND="app-text/asciidoc"
 else
SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz";
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~x86"
 fi
 
 DESCRIPTION="Profile based network connection tool from Arch Linux"



[gentoo-commits] repo/gentoo:master commit in: net-misc/netctl/

2016-12-18 Thread Mike Gilbert
commit: 2432492eb1992cd33f2a5c447e644e31705934f8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Dec 19 04:38:51 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Dec 19 04:38:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2432492e

net-misc/netctl: drop maintainership

Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1

 net-misc/netctl/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-misc/netctl/metadata.xml b/net-misc/netctl/metadata.xml
index a604eb0..18e1409 100644
--- a/net-misc/netctl/metadata.xml
+++ b/net-misc/netctl/metadata.xml
@@ -2,10 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   flop...@gentoo.org
-   Mike Gilbert
-   
-   
hwoar...@gentoo.org
Markos Chandras




[gentoo-commits] repo/gentoo:master commit in: net-misc/netctl/

2016-04-11 Thread Mike Gilbert
commit: 9b3e9ea46c728eb0aa5ffa19c71f10399969684e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Apr 11 21:33:24 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Apr 11 21:33:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3e9ea4

net-misc/netctl: bump to 1.11

Package-Manager: portage-2.2.28_p64

 net-misc/netctl/Manifest   | 1 +
 net-misc/netctl/{netctl-.ebuild => netctl-1.11.ebuild} | 2 +-
 net-misc/netctl/netctl-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-misc/netctl/Manifest b/net-misc/netctl/Manifest
index f6205ec..bb3ace8 100644
--- a/net-misc/netctl/Manifest
+++ b/net-misc/netctl/Manifest
@@ -1,2 +1,3 @@
 DIST netctl-1.10.tar.xz 43576 SHA256 
106cc09f810b7922be8c117129ee739fcd3270c20ee57eb807410158cc560b03 SHA512 
f42b6f5abf4115d745bac73af68562a2c3974347051699cab66cb0e1f7254e52492ddeda51c338498f7f6479226bf4c6e9f46d2c3a8b1f3594244dd9e109
 WHIRLPOOL 
b7303273d1250de5dd2d85c988a21a427bfb13470096b29963993aee1dd82efc0444c8f953dfd308cddd42b02a5238ffce35c823e3c8774e0d54c515a5aa34ca
+DIST netctl-1.11.tar.xz 43868 SHA256 
e154fd8e5dd0057ce2ec542d4dbbb895ff03bb8b3df276a27f4a5ab511d33477 SHA512 
00bf4b016d755796980d492305332230a2089e843bf0921a7fd28ef17400e024bac0987a08c4caadf1c19becae73ce7f33d1e51ce1ea9f47e0129e1aff1ccd71
 WHIRLPOOL 
156e8a26890fc682137ca2cfe5dfb8aeb5e034688c21be2be739e5606ccb9664a27ab4df65f029a4e33a81cf7efcf459fc443e3a309412fb07aaf5cabf44a2ca
 DIST netctl-1.9.tar.xz 43256 SHA256 
86040e40d28b1f6e12b8a34daa3bc107ef94005d5e0bff9c43ed8e22f7cb4181 SHA512 
586cf8389d33c130d2cb94fa35479436a6dba70ff05bc7b59d2c3148760ddb3030f00d06bdb8c09cb6bac4fc0d94a4f3a3ced7d3b30973e58323af1676ef6f42
 WHIRLPOOL 
dbff6d0d8c7389a5ec4da6555fbc8bec3f63a5498049e77148aae8b54d97f0820eada8e3e0458ddd06572d1aafb1cb3378579e4f11aa7433cb86ff6710a6c06e

diff --git a/net-misc/netctl/netctl-.ebuild 
b/net-misc/netctl/netctl-1.11.ebuild
similarity index 97%
copy from net-misc/netctl/netctl-.ebuild
copy to net-misc/netctl/netctl-1.11.ebuild
index db0610a..f558aad 100644
--- a/net-misc/netctl/netctl-.ebuild
+++ b/net-misc/netctl/netctl-1.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/net-misc/netctl/netctl-.ebuild 
b/net-misc/netctl/netctl-.ebuild
index db0610a..f558aad 100644
--- a/net-misc/netctl/netctl-.ebuild
+++ b/net-misc/netctl/netctl-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/netctl/

2016-04-11 Thread Mike Gilbert
commit: 465b88165fe1b39c32347812b43fc5564da90f19
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Apr 11 21:28:41 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Apr 11 21:33:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465b8816

net-misc/netctl: Update SRC_URI to point at sources.archlinux.org

Package-Manager: portage-2.2.28_p3

 net-misc/netctl/netctl-1.10.ebuild | 2 +-
 net-misc/netctl/netctl-1.9.ebuild  | 2 +-
 net-misc/netctl/netctl-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/netctl/netctl-1.10.ebuild 
b/net-misc/netctl/netctl-1.10.ebuild
index 4a6ba6f..869ed0b 100644
--- a/net-misc/netctl/netctl-1.10.ebuild
+++ b/net-misc/netctl/netctl-1.10.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = ** ]]; then
inherit git-2
DEPEND="app-text/asciidoc"
 else
-   SRC_URI="ftp://ftp.archlinux.org/other/packages/${PN}/${P}.tar.xz";
+   SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
 fi
 

diff --git a/net-misc/netctl/netctl-1.9.ebuild 
b/net-misc/netctl/netctl-1.9.ebuild
index cf44dd2..f51dab4 100644
--- a/net-misc/netctl/netctl-1.9.ebuild
+++ b/net-misc/netctl/netctl-1.9.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = ** ]]; then
inherit git-2
DEPEND="app-text/asciidoc"
 else
-   SRC_URI="ftp://ftp.archlinux.org/other/packages/${PN}/${P}.tar.xz";
+   SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz";
KEYWORDS="amd64 x86"
 fi
 

diff --git a/net-misc/netctl/netctl-.ebuild 
b/net-misc/netctl/netctl-.ebuild
index d85787d..db0610a 100644
--- a/net-misc/netctl/netctl-.ebuild
+++ b/net-misc/netctl/netctl-.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = ** ]]; then
inherit git-2
DEPEND="app-text/asciidoc"
 else
-   SRC_URI="ftp://ftp.archlinux.org/other/packages/${PN}/${P}.tar.xz";
+   SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz";
KEYWORDS="~amd64 ~x86"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/netctl/

2015-09-12 Thread Justin Lecher
commit: 89e80782350327dbcae6e70412b162f570274475
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Sep 12 10:36:30 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Sep 12 10:36:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e80782

net-misc/netctl: Use optfeature from eutils.eclass

Package-Manager: portage-2.2.20
Signed-off-by: Justin Lecher  gentoo.org>

 net-misc/netctl/netctl-1.10.ebuild | 15 +--
 net-misc/netctl/netctl-1.9.ebuild  | 15 +--
 net-misc/netctl/netctl-.ebuild | 17 ++---
 3 files changed, 4 insertions(+), 43 deletions(-)

diff --git a/net-misc/netctl/netctl-1.10.ebuild 
b/net-misc/netctl/netctl-1.10.ebuild
index 88a933e..4a6ba6f 100644
--- a/net-misc/netctl/netctl-1.10.ebuild
+++ b/net-misc/netctl/netctl-1.10.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit bash-completion-r1
+inherit bash-completion-r1 eutils
 
 if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="git://projects.archlinux.org/netctl.git"
@@ -54,19 +54,6 @@ src_install() {
newins contrib/zsh-completion _netctl
 }
 
-optfeature() {
-   local desc=$1
-   shift
-   while (( $# )); do
-   if has_version "$1"; then
-   elog "  [I] $1 for ${desc}"
-   else
-   elog "  [ ] $1 for ${desc}"
-   fi
-   shift
-   done
-}
-
 pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "To get additional features, a number of optional runtime 
dependencies may be"

diff --git a/net-misc/netctl/netctl-1.9.ebuild 
b/net-misc/netctl/netctl-1.9.ebuild
index 8fd90dc..cf44dd2 100644
--- a/net-misc/netctl/netctl-1.9.ebuild
+++ b/net-misc/netctl/netctl-1.9.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit bash-completion-r1
+inherit bash-completion-r1 eutils
 
 if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="git://projects.archlinux.org/netctl.git"
@@ -54,19 +54,6 @@ src_install() {
newins contrib/zsh-completion _netctl
 }
 
-optfeature() {
-   local desc=$1
-   shift
-   while (( $# )); do
-   if has_version "$1"; then
-   elog "  [I] $1 for ${desc}"
-   else
-   elog "  [ ] $1 for ${desc}"
-   fi
-   shift
-   done
-}
-
 pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "To get additional features, a number of optional runtime 
dependencies may be"

diff --git a/net-misc/netctl/netctl-.ebuild 
b/net-misc/netctl/netctl-.ebuild
index 87bbb92..d85787d 100644
--- a/net-misc/netctl/netctl-.ebuild
+++ b/net-misc/netctl/netctl-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit bash-completion-r1
+inherit bash-completion-r1 eutils
 
 if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="git://projects.archlinux.org/netctl.git"
@@ -53,19 +53,6 @@ src_install() {
newins contrib/zsh-completion _netctl
 }
 
-optfeature() {
-   local desc=$1
-   shift
-   while (( $# )); do
-   if has_version "$1"; then
-   elog "  [I] $1 for ${desc}"
-   else
-   elog "  [ ] $1 for ${desc}"
-   fi
-   shift
-   done
-}
-
 pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "To get additional features, a number of optional runtime 
dependencies may be"