summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-02-26 20:55:46 +0000
committerMike Gilbert <floppym@gentoo.org>2013-02-26 20:55:46 +0000
commit280c8f097b748cec3392db5e241fe54cc10b1dce (patch)
treec1ee05831013f4b1d1ad62bc34b48c895273d886 /net-misc
parentinitial import wrt #450300 (diff)
downloadgentoo-2-280c8f097b748cec3392db5e241fe54cc10b1dce.tar.gz
gentoo-2-280c8f097b748cec3392db5e241fe54cc10b1dce.tar.bz2
gentoo-2-280c8f097b748cec3392db5e241fe54cc10b1dce.zip
New ebuild for bug 453278. Still needs a little polish.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/netcfg/ChangeLog9
-rw-r--r--net-misc/netcfg/Manifest3
-rw-r--r--net-misc/netcfg/metadata.xml12
-rw-r--r--net-misc/netcfg/netcfg-3.0.ebuild28
4 files changed, 52 insertions, 0 deletions
diff --git a/net-misc/netcfg/ChangeLog b/net-misc/netcfg/ChangeLog
new file mode 100644
index 000000000000..f4b60849eb42
--- /dev/null
+++ b/net-misc/netcfg/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-misc/netcfg
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netcfg/ChangeLog,v 1.1 2013/02/26 20:55:46 floppym Exp $
+
+*netcfg-3.0 (26 Feb 2013)
+
+ 26 Feb 2013; Mike Gilbert <floppym@gentoo.org> +metadata.xml,
+ +netcfg-3.0.ebuild:
+ New ebuild for bug 453278. Still needs a little polish.
diff --git a/net-misc/netcfg/Manifest b/net-misc/netcfg/Manifest
new file mode 100644
index 000000000000..2eb7f279436d
--- /dev/null
+++ b/net-misc/netcfg/Manifest
@@ -0,0 +1,3 @@
+DIST netcfg-3.0.tar.xz 34996 SHA256 44f6852c5f902320b88863cdad3d3bfe79bd7c444daab74b3c9111c8020e1e64 SHA512 1108a7d74e978ddbbc0e1eebcc8a1b26a1669a270faefa68d61c00a2935a3976ae6de03ecfc626d9512b7214afd2f1bfae84c2ad7aaf4faf0f35d6e2a0572efb WHIRLPOOL 42a640b39ac9319c2a02a6928b2bee7586cda919fbe6f3c3810274e86fb68a034b476d48a8643ee409be8b0bd64cb898846fc3123a731d426f1704ed022e8cd0
+EBUILD netcfg-3.0.ebuild 587 SHA256 12ed021b7e344ff733d7aa639cbff6c47433a70c951c89cc1d3ea38d7104914f SHA512 43791a78e91623f186ee36b8fbc982ef71ca231abb2b0a7d151ddc7e6bb856b23d93b5ea4bef65074f30ae568790cdf7a6343491e6ca6549be39fb6c60b6faa5 WHIRLPOOL d348f3a6c9526e374c99046ff34b82f837e3343f3b03619085013074f0b1863b0b23ddfadacc9bb9da5b69751693d8af449439c29d7da0f3e9b1c464b97bb468
+MISC metadata.xml 327 SHA256 dbbf6101801af700e1c866f2ebfcc92d5db6ed25bbbbf8f49fa09fd42fc56503 SHA512 776a3795b7d33af36cd34781d827c3165c907921273e2d83b514ba2d11984d56160d6d7d966de905a069d84c4bda52071474ec853c01814ca8054c74484d38be WHIRLPOOL aaae0f57da175748af247f2c5db7dec9a71571350b98b602bcbec604df5e399904555fa766582b2f2a32df58fb43ceaff5a3fe0842d794756d36166f8ff3c5d1
diff --git a/net-misc/netcfg/metadata.xml b/net-misc/netcfg/metadata.xml
new file mode 100644
index 000000000000..4459d60eaf42
--- /dev/null
+++ b/net-misc/netcfg/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>floppym@gentoo.org</email>
+ <name>Mike Gilbert</name>
+ </maintainer>
+ <maintainer>
+ <email>williamh@gentoo.org</email>
+ <name>William Hubbs</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/net-misc/netcfg/netcfg-3.0.ebuild b/net-misc/netcfg/netcfg-3.0.ebuild
new file mode 100644
index 000000000000..8670b245b454
--- /dev/null
+++ b/net-misc/netcfg/netcfg-3.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netcfg/netcfg-3.0.ebuild,v 1.1 2013/02/26 20:55:46 floppym Exp $
+
+EAPI=5
+
+DESCRIPTION="Profile based network connection tool from Arch Linux"
+HOMEPAGE="https://www.archlinux.org/netcfg/"
+SRC_URI="ftp://ftp.archlinux.org/other/${PN}/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=app-shells/bash-4.0
+ sys-apps/iproute2"
+
+src_compile() {
+ :
+}
+
+src_install() {
+ emake DESTDIR="${D%/}" SHELL=bash install
+ rm -r "${D}"etc/rc.d || die
+ mv "${D}"usr/share/doc/{${PN},${PF}} || die
+ dodoc AUTHORS NEWS README
+}