summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-03-16 12:44:14 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-03-16 12:44:14 +0000
commit96f5dd3417f07b8820388bc79b46825b4b1a98dc (patch)
tree9737f62c2c8831e0a8001c30dfcdea50f29f5edb /app-shells/gentoo-bashcomp
parent~amd64 keyword (diff)
downloadgentoo-2-96f5dd3417f07b8820388bc79b46825b4b1a98dc.tar.gz
gentoo-2-96f5dd3417f07b8820388bc79b46825b4b1a98dc.tar.bz2
gentoo-2-96f5dd3417f07b8820388bc79b46825b4b1a98dc.zip
New release; broken out from app-shells/bash-completion and into its own ebuild.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-shells/gentoo-bashcomp')
-rw-r--r--app-shells/gentoo-bashcomp/ChangeLog11
-rw-r--r--app-shells/gentoo-bashcomp/Manifest4
-rw-r--r--app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-200503161
-rw-r--r--app-shells/gentoo-bashcomp/gentoo-bashcomp-20050316.ebuild29
-rw-r--r--app-shells/gentoo-bashcomp/metadata.xml9
5 files changed, 54 insertions, 0 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog
new file mode 100644
index 000000000000..150a25d7aa70
--- /dev/null
+++ b/app-shells/gentoo-bashcomp/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-shells/gentoo-bashcomp
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.1 2005/03/16 12:44:14 ka0ttic Exp $
+
+*gentoo-bashcomp-20050316 (16 Mar 2005)
+
+ 16 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> +metadata.xml,
+ +gentoo-bashcomp-20050316.ebuild:
+ New release; broken out from app-shells/bash-completion and into its own
+ ebuild.
+
diff --git a/app-shells/gentoo-bashcomp/Manifest b/app-shells/gentoo-bashcomp/Manifest
new file mode 100644
index 000000000000..aea10d64be2a
--- /dev/null
+++ b/app-shells/gentoo-bashcomp/Manifest
@@ -0,0 +1,4 @@
+MD5 460c576a15a07eca4b81fc256b95d4bb gentoo-bashcomp-20050316.ebuild 915
+MD5 7001255245d2d3e99e915674f1423436 ChangeLog 354
+MD5 99ce5509db4b50f28a1f6675f8c09b2b metadata.xml 258
+MD5 d43bd783050ae3fff7f64a93181fe15f files/digest-gentoo-bashcomp-20050316 76
diff --git a/app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-20050316 b/app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-20050316
new file mode 100644
index 000000000000..b1fae7da13c7
--- /dev/null
+++ b/app-shells/gentoo-bashcomp/files/digest-gentoo-bashcomp-20050316
@@ -0,0 +1 @@
+MD5 4ea7912db991a316ac60dcbfe78c42bc gentoo-bashcomp-20050316.tar.bz2 18170
diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050316.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050316.ebuild
new file mode 100644
index 000000000000..a361cb416220
--- /dev/null
+++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050316.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050316.ebuild,v 1.1 2005/03/16 12:44:14 ka0ttic Exp $
+
+DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)"
+HOMEPAGE="http://developer.berlios.de/projects/gentoo-bashcomp/"
+SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=app-shells/bash-completion-20050121-r1"
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog TODO
+}
+
+pkg_postinst() {
+ local g="${ROOT}/etc/bash_completion.d/gentoo"
+ if [[ -e "${g}" && ! -L "${g}" ]] ; then
+ echo
+ ewarn "The gentoo completion functions have moved to /usr/share/bash-completion."
+ ewarn "Please run etc-update to replace /etc/bash_completion.d/gentoo with a symlink."
+ echo
+ fi
+}
diff --git a/app-shells/gentoo-bashcomp/metadata.xml b/app-shells/gentoo-bashcomp/metadata.xml
new file mode 100644
index 000000000000..1bd09b7fe2c3
--- /dev/null
+++ b/app-shells/gentoo-bashcomp/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>shell-tools</herd>
+ <maintainer>
+ <email>ka0ttic@gentoo.org</email>
+ <name>Aaron Walker</name>
+ </maintainer>
+</pkgmetadata>