summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-08-01 03:08:24 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-08-01 03:08:24 +0000
commitbb06209ccb8094a1208bfe3fb2c9bf7bf8b54388 (patch)
tree1f8d1b73fc5458fe95f779f62292ad0a3dd6b287 /app-shells
parentremove old (diff)
downloadgentoo-2-bb06209ccb8094a1208bfe3fb2c9bf7bf8b54388.tar.gz
gentoo-2-bb06209ccb8094a1208bfe3fb2c9bf7bf8b54388.tar.bz2
gentoo-2-bb06209ccb8094a1208bfe3fb2c9bf7bf8b54388.zip
remove old
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/zsh-completion/ChangeLog6
-rw-r--r--app-shells/zsh-completion/zsh-completion-20060618.ebuild32
-rw-r--r--app-shells/zsh-completion/zsh-completion-20080110.ebuild29
3 files changed, 5 insertions, 62 deletions
diff --git a/app-shells/zsh-completion/ChangeLog b/app-shells/zsh-completion/ChangeLog
index 5ec974f08601..ed02d506fc84 100644
--- a/app-shells/zsh-completion/ChangeLog
+++ b/app-shells/zsh-completion/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/zsh-completion
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/ChangeLog,v 1.38 2009/06/08 22:02:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/ChangeLog,v 1.39 2009/08/01 03:08:24 darkside Exp $
+
+ 01 Aug 2009; Jeremy Olexa <darkside@gentoo.org>
+ -zsh-completion-20060618.ebuild, -zsh-completion-20080110.ebuild:
+ remove old
08 Jun 2009; Jeroen Roovers <jer@gentoo.org>
zsh-completion-20080310.ebuild:
diff --git a/app-shells/zsh-completion/zsh-completion-20060618.ebuild b/app-shells/zsh-completion/zsh-completion-20060618.ebuild
deleted file mode 100644
index dfb5973012ab..000000000000
--- a/app-shells/zsh-completion/zsh-completion-20060618.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-20060618.ebuild,v 1.13 2007/06/14 18:14:17 armin76 Exp $
-
-DESCRIPTION="Programmable Completion for zsh (includes emerge and ebuild commands)"
-HOMEPAGE="http://www.zsh.org/"
-SRC_URI="http://dev.gentoo.org/~usata/distfiles/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="app-shells/zsh"
-
-#S="${WORKDIR}/${PN}"
-
-src_install() {
-
- insinto /usr/share/zsh/site-functions
- doins _*
-
- dodoc README
-}
-
-pkg_postinst() {
- elog
- elog "If you happen to compile your functions, you may need to delete"
- elog "~/.zcompdump{,.zwc} and recompile to make zsh-completion available"
- elog "to your shell."
- elog
-}
diff --git a/app-shells/zsh-completion/zsh-completion-20080110.ebuild b/app-shells/zsh-completion/zsh-completion-20080110.ebuild
deleted file mode 100644
index e6c70717af57..000000000000
--- a/app-shells/zsh-completion/zsh-completion-20080110.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-20080110.ebuild,v 1.1 2008/01/11 05:46:05 compnerd Exp $
-
-DESCRIPTION="Programmable Completion for zsh (includes emerge and ebuild commands)"
-HOMEPAGE="http://www.zsh.org/"
-SRC_URI="mirror://gentoo/${PF}.tar.bz2"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="app-shells/zsh"
-
-src_install() {
- insinto /usr/share/zsh/site-functions
- doins _*
-
- dodoc AUTHORS
-}
-
-pkg_postinst() {
- elog
- elog "If you happen to compile your functions, you may need to delete"
- elog "~/.zcompdump{,.zwc} and recompile to make zsh-completion available"
- elog "to your shell."
- elog
-}