summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-08-28 08:25:15 +0000
committerUlrich Müller <ulm@gentoo.org>2013-08-28 08:25:15 +0000
commitb0d4ec92fe87cb384fe8cdd24aa08dc80d3eccf5 (patch)
tree1d30b5b938f5465498af4d707038573031997d11 /app-admin
parentVersion bump to keep in sync with app-admin/eselect. No changes. (diff)
downloadgentoo-2-b0d4ec92fe87cb384fe8cdd24aa08dc80d3eccf5.tar.gz
gentoo-2-b0d4ec92fe87cb384fe8cdd24aa08dc80d3eccf5.tar.bz2
gentoo-2-b0d4ec92fe87cb384fe8cdd24aa08dc80d3eccf5.zip
Initial import, split off from app-admin/eselect, keywords carried over from there. This package is a stopgap solution to make the bashcomp.eselect module available to previous versions of app-shells/bash-completion.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/eselect-bashcomp/ChangeLog12
-rw-r--r--app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild27
-rw-r--r--app-admin/eselect-bashcomp/metadata.xml7
3 files changed, 46 insertions, 0 deletions
diff --git a/app-admin/eselect-bashcomp/ChangeLog b/app-admin/eselect-bashcomp/ChangeLog
new file mode 100644
index 000000000000..0b61bc090a1b
--- /dev/null
+++ b/app-admin/eselect-bashcomp/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for app-admin/eselect-bashcomp
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/ChangeLog,v 1.1 2013/08/28 08:25:15 ulm Exp $
+
+*eselect-bashcomp-1.3.6 (28 Aug 2013)
+
+ 28 Aug 2013; Ulrich Müller <ulm@gentoo.org> +eselect-bashcomp-1.3.6.ebuild,
+ +metadata.xml:
+ Initial import, split off from app-admin/eselect, keywords carried over from
+ there. This package is a stopgap solution to make the bashcomp.eselect module
+ available to previous versions of app-shells/bash-completion.
+
diff --git a/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild b/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild
new file mode 100644
index 000000000000..aa6629ca7885
--- /dev/null
+++ b/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild,v 1.1 2013/08/28 08:25:15 ulm Exp $
+
+EAPI=4
+
+DESCRIPTION="Manage contributed bash-completion scripts"
+HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Eselect"
+SRC_URI="mirror://gentoo/eselect-${PV}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris"
+
+RDEPEND=">=app-admin/eselect-1.3.8"
+
+S="${WORKDIR}/eselect-${PV}"
+
+src_configure() { :; }
+
+src_compile() { :; }
+
+src_install() {
+ insinto /usr/share/eselect/modules
+ doins modules/bashcomp.eselect
+ doman man/bashcomp.eselect.5
+}
diff --git a/app-admin/eselect-bashcomp/metadata.xml b/app-admin/eselect-bashcomp/metadata.xml
new file mode 100644
index 000000000000..4c9cb193914a
--- /dev/null
+++ b/app-admin/eselect-bashcomp/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>eselect@gentoo.org</email>
+</maintainer>
+</pkgmetadata>