diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-10-15 23:52:52 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-10-15 23:52:52 +0000 |
commit | e2c24442d8ff6919527e31cf579cd36383048b28 (patch) | |
tree | 5403cee70a9c8de203a901a7d607b5da0ef7656f /app-misc/cdargs | |
parent | Marked ~ppc for bug #103253. (diff) | |
download | gentoo-2-e2c24442d8ff6919527e31cf579cd36383048b28.tar.gz gentoo-2-e2c24442d8ff6919527e31cf579cd36383048b28.tar.bz2 gentoo-2-e2c24442d8ff6919527e31cf579cd36383048b28.zip |
Version bump, bug #109394
(Portage version: 2.0.53_rc5 three monkeys, ten minutes edition)
Diffstat (limited to 'app-misc/cdargs')
-rw-r--r-- | app-misc/cdargs/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/cdargs/Manifest | 4 | ||||
-rw-r--r-- | app-misc/cdargs/cdargs-1.32.ebuild | 50 | ||||
-rw-r--r-- | app-misc/cdargs/files/digest-cdargs-1.32 | 1 |
4 files changed, 60 insertions, 2 deletions
diff --git a/app-misc/cdargs/ChangeLog b/app-misc/cdargs/ChangeLog index 5e033679bc7c..f592ef649d78 100644 --- a/app-misc/cdargs/ChangeLog +++ b/app-misc/cdargs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/cdargs # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/ChangeLog,v 1.4 2005/06/05 11:48:45 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/ChangeLog,v 1.5 2005/10/15 23:52:52 ciaranm Exp $ + +*cdargs-1.32 (15 Oct 2005) + + 15 Oct 2005; Ciaran McCreesh <ciaranm@gentoo.org> +cdargs-1.32.ebuild: + Version bump, bug #109394 05 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> cdargs-1.31.ebuild: Stable on ppc. diff --git a/app-misc/cdargs/Manifest b/app-misc/cdargs/Manifest index 74890872155e..73add33720f1 100644 --- a/app-misc/cdargs/Manifest +++ b/app-misc/cdargs/Manifest @@ -1,4 +1,6 @@ -MD5 0c131a7201c4670302767f93643876fa metadata.xml 165 MD5 d08bf3a4a87cf2effb65cfd59b985a7a ChangeLog 659 MD5 1457e7323451fb0e87792cd69ac6c7c1 cdargs-1.31.ebuild 1530 +MD5 82afd36cdda6cbbd119a8051143b6cb1 cdargs-1.32.ebuild 1516 MD5 003ee1abc0d68de5c012e8fcb85334e7 files/digest-cdargs-1.31 62 +MD5 b2703072f3f582f2fb5c7ec7ee702290 files/digest-cdargs-1.32 62 +MD5 0c131a7201c4670302767f93643876fa metadata.xml 165 diff --git a/app-misc/cdargs/cdargs-1.32.ebuild b/app-misc/cdargs/cdargs-1.32.ebuild new file mode 100644 index 000000000000..db6ad0e9dcbd --- /dev/null +++ b/app-misc/cdargs/cdargs-1.32.ebuild @@ -0,0 +1,50 @@ +# 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/files/digest-cdargs-1.32 b/app-misc/cdargs/files/digest-cdargs-1.32 new file mode 100644 index 000000000000..94fcafad5a2f --- /dev/null +++ b/app-misc/cdargs/files/digest-cdargs-1.32 @@ -0,0 +1 @@ +MD5 28eb59fc8da2e95b65755026f7e62d83 cdargs-1.32.tar.gz 72954 |