summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-27 19:51:34 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-27 19:51:34 +0000
commit4952abe893b34d3771ac1ad226fa3542f208fd11 (patch)
tree3314289279c0ea26c49d83e59857259aed509604 /app-misc/cdargs
parentamd64/x86 stable, bug #214640 (diff)
downloadhistorical-4952abe893b34d3771ac1ad226fa3542f208fd11.tar.gz
historical-4952abe893b34d3771ac1ad226fa3542f208fd11.tar.bz2
historical-4952abe893b34d3771ac1ad226fa3542f208fd11.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-misc/cdargs')
-rw-r--r--app-misc/cdargs/cdargs-1.31.ebuild50
-rw-r--r--app-misc/cdargs/cdargs-1.35.ebuild50
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
-}