diff options
author | Krzysztof Pawlik (nelchael) <none@none> | 2010-11-15 12:27:17 +0100 |
---|---|---|
committer | Krzysztof Pawlik (nelchael) <none@none> | 2010-11-15 12:27:17 +0100 |
commit | 899e5aae8b6de67127cf96e90a56bab334c7d9eb (patch) | |
tree | 6270437029b32064d4bcf465637a607459a874b2 /sys-apps/netselect/netselect-1.3.0.ebuild | |
parent | Reformat metadata.xml. (diff) | |
download | nelchael-899e5aae8b6de67127cf96e90a56bab334c7d9eb.tar.gz nelchael-899e5aae8b6de67127cf96e90a56bab334c7d9eb.tar.bz2 nelchael-899e5aae8b6de67127cf96e90a56bab334c7d9eb.zip |
Remove old, reformat metadata.
(Portage version: 2.1.9.24/hg/Linux x86_64, signed Manifest commit with key 0xF6A80E46)
Diffstat (limited to 'sys-apps/netselect/netselect-1.3.0.ebuild')
-rw-r--r-- | sys-apps/netselect/netselect-1.3.0.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/sys-apps/netselect/netselect-1.3.0.ebuild b/sys-apps/netselect/netselect-1.3.0.ebuild deleted file mode 100644 index 5e1651b..0000000 --- a/sys-apps/netselect/netselect-1.3.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit bash-completion - -DESCRIPTION="Network selection utility" -HOMEPAGE="http://dev.gentooexperimental.org/~nelchael/" -SRC_URI="http://dev.gentooexperimental.org/~nelchael/distfiles/${P}.tar.bz2" - -RESTRICT="mirror" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${PN}" - -src_install() { - dodir /etc/netselect - dodir /sbin - keepdir /etc/netselect/postset.d - - cd "${S}" - cp netselect "${D}/sbin/" || die "cp failed" - cp netselect.conf "${D}/etc/netselect" || die "cp failed" - - dobashcompletion bc/netselect -} |