diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 19:51:34 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 19:51:34 +0000 |
commit | 4bac9b34653200bc466839346f7c98fddbb2a4a1 (patch) | |
tree | 61eef157f61e5cc42c47df03497c9d9ea8b372e5 /app-misc/cdargs | |
parent | old (diff) | |
download | gentoo-2-4bac9b34653200bc466839346f7c98fddbb2a4a1.tar.gz gentoo-2-4bac9b34653200bc466839346f7c98fddbb2a4a1.tar.bz2 gentoo-2-4bac9b34653200bc466839346f7c98fddbb2a4a1.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/cdargs')
-rw-r--r-- | app-misc/cdargs/cdargs-1.31.ebuild | 50 | ||||
-rw-r--r-- | app-misc/cdargs/cdargs-1.35.ebuild | 50 |
2 files changed, 0 insertions, 100 deletions
diff --git a/app-misc/cdargs/cdargs-1.31.ebuild b/app-misc/cdargs/cdargs-1.31.ebuild deleted file mode 100644 index 50584568a9f4..000000000000 --- a/app-misc/cdargs/cdargs-1.31.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/cdargs-1.31.ebuild,v 1.5 2007/01/28 05:02:48 genone Exp $ - -DESCRIPTION="Bookmarks and browser for the shell builtin cd command" -HOMEPAGE="http://www.skamphausen.de/software/cdargs" -SRC_URI="http://www.skamphausen.de/software/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="emacs" - -DEPEND="sys-libs/ncurses" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc README INSTALL THANKS TODO AUTHORS COPYING - - cd ${S}/contrib - insinto /usr/share/cdargs - doins cdargs-bash.sh cdargs-tcsh.csh \ - || die "failed to install contrib scripts" - if use emacs ; then - doins cdargs.el || die "failed to install cdargs.el" - fi -} - -pkg_postinst() { - echo - elog "Add the following line to your ~/.bashrc to enable cdargs helper" - elog "functions/aliases in your environment:" - elog "[ -f /usr/share/cdargs/cdargs-bash.sh ] && \\ " - elog " source /usr/share/cdargs/cdargs-bash.sh" - elog - elog "Users of tcshell will find cdargs-tcsh.csh there with a reduced" - elog "feature set. See INSTALL file in the documentation directory for" - elog "more information." - - if use emacs ; then - elog - elog "To get an interactive cv defun in (X)Emacs load cdargs.el:" - elog " (setq load-path" - elog " (append (list " - elog " \"/usr/share/cdargs/\")" - elog " load-path))" - elog " (require 'cdargs)" - fi - echo -} diff --git a/app-misc/cdargs/cdargs-1.35.ebuild b/app-misc/cdargs/cdargs-1.35.ebuild deleted file mode 100644 index 6e0c08fc222f..000000000000 --- a/app-misc/cdargs/cdargs-1.35.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/cdargs-1.35.ebuild,v 1.4 2007/01/28 05:02:48 genone Exp $ - -DESCRIPTION="Bookmarks and browser for the shell builtin cd command" -HOMEPAGE="http://www.skamphausen.de/software/cdargs" -SRC_URI="http://www.skamphausen.de/software/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="emacs" - -DEPEND="sys-libs/ncurses" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc README THANKS TODO AUTHORS - - cd ${S}/contrib - insinto /usr/share/cdargs - doins cdargs-bash.sh cdargs-tcsh.csh \ - || die "failed to install contrib scripts" - if use emacs ; then - doins cdargs.el || die "failed to install cdargs.el" - fi -} - -pkg_postinst() { - echo - elog "Add the following line to your ~/.bashrc to enable cdargs helper" - elog "functions/aliases in your environment:" - elog "[ -f /usr/share/cdargs/cdargs-bash.sh ] && \\ " - elog " source /usr/share/cdargs/cdargs-bash.sh" - elog - elog "Users of tcshell will find cdargs-tcsh.csh there with a reduced" - elog "feature set. See INSTALL file in the documentation directory for" - elog "more information." - - if use emacs ; then - elog - elog "To get an interactive cv defun in (X)Emacs load cdargs.el:" - elog " (setq load-path" - elog " (append (list " - elog " \"/usr/share/cdargs/\")" - elog " load-path))" - elog " (require 'cdargs)" - fi - echo -} |