public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netctl/
@ 2015-09-12 10:45 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-09-12 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     89e80782350327dbcae6e70412b162f570274475
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 10:36:30 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 10:36:30 2015 +0000
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 <jlec <AT> gentoo.org>

 net-misc/netctl/netctl-1.10.ebuild | 15 +--------------
 net-misc/netctl/netctl-1.9.ebuild  | 15 +--------------
 net-misc/netctl/netctl-9999.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} = *9999* ]]; 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} = *9999* ]]; 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-9999.ebuild b/net-misc/netctl/netctl-9999.ebuild
index 87bbb92..d85787d 100644
--- a/net-misc/netctl/netctl-9999.ebuild
+++ b/net-misc/netctl/netctl-9999.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} = *9999* ]]; 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"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netctl/
@ 2016-04-11 21:34 Mike Gilbert
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert @ 2016-04-11 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9b3e9ea46c728eb0aa5ffa19c71f10399969684e
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 21:33:24 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 21:33:44 2016 +0000
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-9999.ebuild => netctl-1.11.ebuild} | 2 +-
 net-misc/netctl/netctl-9999.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 f42b6f5abf4115d745bac73af68562a2c3974347051699cab66cb0e1f7254e52492ddeda51c338498f7f6479226bf4c6e9f46d2c3a8b1f3594244dd9e10dddd9 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-9999.ebuild b/net-misc/netctl/netctl-1.11.ebuild
similarity index 97%
copy from net-misc/netctl/netctl-9999.ebuild
copy to net-misc/netctl/netctl-1.11.ebuild
index db0610a..f558aad 100644
--- a/net-misc/netctl/netctl-9999.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-9999.ebuild b/net-misc/netctl/netctl-9999.ebuild
index db0610a..f558aad 100644
--- a/net-misc/netctl/netctl-9999.ebuild
+++ b/net-misc/netctl/netctl-9999.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$
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netctl/
@ 2016-04-11 21:34 Mike Gilbert
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert @ 2016-04-11 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     465b88165fe1b39c32347812b43fc5564da90f19
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 21:28:41 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 21:33:37 2016 +0000
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-9999.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} = *9999* ]]; 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} = *9999* ]]; 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-9999.ebuild b/net-misc/netctl/netctl-9999.ebuild
index d85787d..db0610a 100644
--- a/net-misc/netctl/netctl-9999.ebuild
+++ b/net-misc/netctl/netctl-9999.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; 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
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netctl/
@ 2016-12-19  4:41 Mike Gilbert
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert @ 2016-12-19  4:41 UTC (permalink / raw
  To: gentoo-commits

commit:     2432492eb1992cd33f2a5c447e644e31705934f8
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 04:38:51 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 04:38:51 2016 +0000
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 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>floppym@gentoo.org</email>
-		<name>Mike Gilbert</name>
-	</maintainer>
-	<maintainer type="person">
 		<email>hwoarang@gentoo.org</email>
 		<name>Markos Chandras</name>
 	</maintainer>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netctl/
@ 2017-02-23 21:45 Michael Weber
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber @ 2017-02-23 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     7328553d8f2bb6a11d41068f833e2fcc30e9ed68
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 21:43:18 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 21:45:33 2017 +0000
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} = *9999* ]]; 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"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-02-23 21:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-12 10:45 [gentoo-commits] repo/gentoo:master commit in: net-misc/netctl/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2016-04-11 21:34 Mike Gilbert
2016-04-11 21:34 Mike Gilbert
2016-12-19  4:41 Mike Gilbert
2017-02-23 21:45 Michael Weber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox