From ec2659e550a294809f92ec23b40e7e52b22ca28f Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 29 Jul 2015 08:20:24 +0000 Subject: Drop old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!) --- app-misc/cdargs/ChangeLog | 5 ++- app-misc/cdargs/cdargs-1.35-r1.ebuild | 63 ----------------------------------- 2 files changed, 4 insertions(+), 64 deletions(-) delete mode 100644 app-misc/cdargs/cdargs-1.35-r1.ebuild (limited to 'app-misc') diff --git a/app-misc/cdargs/ChangeLog b/app-misc/cdargs/ChangeLog index a17da0407198..2f2bb8097dd8 100644 --- a/app-misc/cdargs/ChangeLog +++ b/app-misc/cdargs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/cdargs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/ChangeLog,v 1.24 2015/07/23 19:42:40 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/ChangeLog,v 1.25 2015/07/29 08:20:24 jlec Exp $ + + 29 Jul 2015; Justin Lecher -cdargs-1.35-r1.ebuild: + Drop old 23 Jul 2015; Pacho Ramos cdargs-1.35-r2.ebuild: ppc stable wrt bug #552752 diff --git a/app-misc/cdargs/cdargs-1.35-r1.ebuild b/app-misc/cdargs/cdargs-1.35-r1.ebuild deleted file mode 100644 index 76fa615f44a6..000000000000 --- a/app-misc/cdargs/cdargs-1.35-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/cdargs-1.35-r1.ebuild,v 1.6 2011/01/05 14:53:03 jlec Exp $ - -inherit elisp-common - -DESCRIPTION="Bookmarks and browser for the shell builtin cd command" -HOMEPAGE="http://www.skamphausen.de/cgi-bin/ska/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 - emacs? ( virtual/emacs )" -RDEPEND="${DEPEND}" - -SITEFILE=50${PN}-gentoo.el - -src_compile() { - econf - emake || die "emake failed" - - if use emacs; then - elisp-compile contrib/cdargs.el || die "elisp-compile failed" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc README THANKS TODO AUTHORS || die - - cd "${S}/contrib" - insinto /usr/share/cdargs - doins cdargs-bash.sh cdargs-tcsh.csh \ - || die "failed to install contrib scripts" - if use emacs ; then - elisp-install ${PN} cdargs.{el,elc} || die "elisp-install failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "elisp-site-file-install failed" - fi -} - -pkg_postinst() { - use emacs && elisp-site-regen - - 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." - echo -} - -pkg_postrm() { - use emacs && elisp-site-regen -} -- cgit v1.2.3-65-gdbad