diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2006-03-08 01:50:18 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2006-03-08 01:50:18 +0000 |
commit | b59fe38e425e3a50f28b376be80c03ce54b595ef (patch) | |
tree | 62d4fdbe117b5f4ca44645ed3f6f58ac894cec87 /app-misc/cdargs | |
parent | old (diff) | |
download | gentoo-2-b59fe38e425e3a50f28b376be80c03ce54b595ef.tar.gz gentoo-2-b59fe38e425e3a50f28b376be80c03ce54b595ef.tar.bz2 gentoo-2-b59fe38e425e3a50f28b376be80c03ce54b595ef.zip |
Tidy up.
(Your Portage version, 2.1_pre5-r2, can and will be used as evidence against you)
Diffstat (limited to 'app-misc/cdargs')
-rw-r--r-- | app-misc/cdargs/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/cdargs/cdargs-1.32.ebuild | 50 | ||||
-rw-r--r-- | app-misc/cdargs/cdargs-1.33.ebuild | 50 | ||||
-rw-r--r-- | app-misc/cdargs/cdargs-1.34.ebuild | 50 | ||||
-rw-r--r-- | app-misc/cdargs/files/digest-cdargs-1.32 | 1 | ||||
-rw-r--r-- | app-misc/cdargs/files/digest-cdargs-1.33 | 1 | ||||
-rw-r--r-- | app-misc/cdargs/files/digest-cdargs-1.34 | 3 |
7 files changed, 5 insertions, 156 deletions
diff --git a/app-misc/cdargs/ChangeLog b/app-misc/cdargs/ChangeLog index f8c8d796959c..976cea919e7c 100644 --- a/app-misc/cdargs/ChangeLog +++ b/app-misc/cdargs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/cdargs # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/ChangeLog,v 1.8 2006/03/08 01:49:03 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/ChangeLog,v 1.9 2006/03/08 01:50:18 ciaranm Exp $ + + 08 Mar 2006; Ciaran McCreesh <ciaranm@gentoo.org> -cdargs-1.32.ebuild, + -cdargs-1.33.ebuild, -cdargs-1.34.ebuild: + Tidy up *cdargs-1.35 (08 Mar 2006) diff --git a/app-misc/cdargs/cdargs-1.32.ebuild b/app-misc/cdargs/cdargs-1.32.ebuild deleted file mode 100644 index db6ad0e9dcbd..000000000000 --- a/app-misc/cdargs/cdargs-1.32.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/cdargs-1.32.ebuild,v 1.1 2005/10/15 23:52:52 ciaranm 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 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 - einfo "Add the following line to your ~/.bashrc to enable cdargs helper" - einfo "functions/aliases in your environment:" - einfo "[ -f /usr/share/cdargs/cdargs-bash.sh ] && \\ " - einfo " source /usr/share/cdargs/cdargs-bash.sh" - einfo - einfo "Users of tcshell will find cdargs-tcsh.csh there with a reduced" - einfo "feature set. See INSTALL file in the documentation directory for" - einfo "more information." - - if use emacs ; then - einfo - einfo "To get an interactive cv defun in (X)Emacs load cdargs.el:" - einfo " (setq load-path" - einfo " (append (list " - einfo " \"/usr/share/cdargs/\")" - einfo " load-path))" - einfo " (require 'cdargs)" - fi - echo -} diff --git a/app-misc/cdargs/cdargs-1.33.ebuild b/app-misc/cdargs/cdargs-1.33.ebuild deleted file mode 100644 index e00071e7272f..000000000000 --- a/app-misc/cdargs/cdargs-1.33.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/cdargs-1.33.ebuild,v 1.1 2005/12/17 03:17:55 ciaranm 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 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 - einfo "Add the following line to your ~/.bashrc to enable cdargs helper" - einfo "functions/aliases in your environment:" - einfo "[ -f /usr/share/cdargs/cdargs-bash.sh ] && \\ " - einfo " source /usr/share/cdargs/cdargs-bash.sh" - einfo - einfo "Users of tcshell will find cdargs-tcsh.csh there with a reduced" - einfo "feature set. See INSTALL file in the documentation directory for" - einfo "more information." - - if use emacs ; then - einfo - einfo "To get an interactive cv defun in (X)Emacs load cdargs.el:" - einfo " (setq load-path" - einfo " (append (list " - einfo " \"/usr/share/cdargs/\")" - einfo " load-path))" - einfo " (require 'cdargs)" - fi - echo -} diff --git a/app-misc/cdargs/cdargs-1.34.ebuild b/app-misc/cdargs/cdargs-1.34.ebuild deleted file mode 100644 index 52c64d5e5045..000000000000 --- a/app-misc/cdargs/cdargs-1.34.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/cdargs-1.34.ebuild,v 1.1 2006/03/04 00:07:36 ciaranm 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 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 - einfo "Add the following line to your ~/.bashrc to enable cdargs helper" - einfo "functions/aliases in your environment:" - einfo "[ -f /usr/share/cdargs/cdargs-bash.sh ] && \\ " - einfo " source /usr/share/cdargs/cdargs-bash.sh" - einfo - einfo "Users of tcshell will find cdargs-tcsh.csh there with a reduced" - einfo "feature set. See INSTALL file in the documentation directory for" - einfo "more information." - - if use emacs ; then - einfo - einfo "To get an interactive cv defun in (X)Emacs load cdargs.el:" - einfo " (setq load-path" - einfo " (append (list " - einfo " \"/usr/share/cdargs/\")" - einfo " load-path))" - einfo " (require 'cdargs)" - fi - echo -} diff --git a/app-misc/cdargs/files/digest-cdargs-1.32 b/app-misc/cdargs/files/digest-cdargs-1.32 deleted file mode 100644 index 94fcafad5a2f..000000000000 --- a/app-misc/cdargs/files/digest-cdargs-1.32 +++ /dev/null @@ -1 +0,0 @@ -MD5 28eb59fc8da2e95b65755026f7e62d83 cdargs-1.32.tar.gz 72954 diff --git a/app-misc/cdargs/files/digest-cdargs-1.33 b/app-misc/cdargs/files/digest-cdargs-1.33 deleted file mode 100644 index 9d21c8bc049a..000000000000 --- a/app-misc/cdargs/files/digest-cdargs-1.33 +++ /dev/null @@ -1 +0,0 @@ -MD5 fcdf45b385825ee7eb4c15860285f082 cdargs-1.33.tar.gz 73215 diff --git a/app-misc/cdargs/files/digest-cdargs-1.34 b/app-misc/cdargs/files/digest-cdargs-1.34 deleted file mode 100644 index f46213a38e79..000000000000 --- a/app-misc/cdargs/files/digest-cdargs-1.34 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 88bfbdaee6294b734938e59a31b6ef99 cdargs-1.34.tar.gz 74055 -RMD160 96c8fed4cefbe6d69ef53e5400a42fd93cbcd2e4 cdargs-1.34.tar.gz 74055 -SHA256 d785d5aa769740495a3a88716ff0a3c99e38ce2b919e774724c61dcc9b7ab269 cdargs-1.34.tar.gz 74055 |