diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-10-15 08:36:16 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-10-15 08:36:16 +0000 |
commit | cdb21b460277ca6608ff0e086a834c2be0ad93af (patch) | |
tree | 4d1c809ce196de3f3281c5ca1a61e4b06a2112f1 /app-emacs | |
parent | Remove vulnerable version. (diff) | |
download | historical-cdb21b460277ca6608ff0e086a834c2be0ad93af.tar.gz historical-cdb21b460277ca6608ff0e086a834c2be0ad93af.tar.bz2 historical-cdb21b460277ca6608ff0e086a834c2be0ad93af.zip |
clean up
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/howm/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/howm/howm-1.3.7.ebuild | 36 | ||||
-rw-r--r-- | app-emacs/mailcrypt/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/mailcrypt/mailcrypt-3.5.8-r1.ebuild | 39 | ||||
-rw-r--r-- | app-emacs/mpg123-el/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/mpg123-el/mpg123-el-1.52.ebuild | 35 | ||||
-rw-r--r-- | app-emacs/tramp/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/tramp/tramp-2.1.17.ebuild | 41 |
8 files changed, 18 insertions, 155 deletions
diff --git a/app-emacs/howm/ChangeLog b/app-emacs/howm/ChangeLog index 779376a36ec1..57895e351d84 100644 --- a/app-emacs/howm/ChangeLog +++ b/app-emacs/howm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/howm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/ChangeLog,v 1.32 2010/10/14 17:15:36 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/ChangeLog,v 1.33 2010/10/15 08:32:50 fauli Exp $ + + 15 Oct 2010; Christian Faulhammer <fauli@gentoo.org> -howm-1.3.7.ebuild: + clean up 14 Oct 2010; Ulrich Mueller <ulm@gentoo.org> -howm-1.3.7-r1.ebuild: Remove intermediate version. diff --git a/app-emacs/howm/howm-1.3.7.ebuild b/app-emacs/howm/howm-1.3.7.ebuild deleted file mode 100644 index f2c7a62e3596..000000000000 --- a/app-emacs/howm/howm-1.3.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/howm-1.3.7.ebuild,v 1.4 2009/12/01 10:40:16 maekke Exp $ - -inherit elisp - -DESCRIPTION="Note-taking tool on Emacs" -HOMEPAGE="http://howm.sourceforge.jp/" -SRC_URI="http://howm.sourceforge.jp/a/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - econf --with-docdir=/usr/share/doc/${PF} - emake -j1 < /dev/null || die "emake failed" -} - -src_install() { - emake -j1 < /dev/null \ - DESTDIR="${D}" PREFIX=/usr LISPDIR="${SITELISP}/${PN}" install \ - || die "emake install failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die - dodoc ChangeLog || die "dodoc failed" -} - -pkg_postinst() { - elisp-site-regen - elog "site-gentoo.el does no longer define global keybindings for howm." - elog "Add the following line to ~/.emacs for the previous behaviour:" - elog " (require 'howm)" -} diff --git a/app-emacs/mailcrypt/ChangeLog b/app-emacs/mailcrypt/ChangeLog index c6df1004078d..7e64dbce6a58 100644 --- a/app-emacs/mailcrypt/ChangeLog +++ b/app-emacs/mailcrypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/mailcrypt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mailcrypt/ChangeLog,v 1.23 2010/10/14 16:49:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mailcrypt/ChangeLog,v 1.24 2010/10/15 08:34:24 fauli Exp $ + + 15 Oct 2010; Christian Faulhammer <fauli@gentoo.org> + -mailcrypt-3.5.8-r1.ebuild: + clean up 14 Oct 2010; Brent Baude <ranger@gentoo.org> mailcrypt-3.5.9.ebuild: stable ppc, bug 332087 diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.8-r1.ebuild b/app-emacs/mailcrypt/mailcrypt-3.5.8-r1.ebuild deleted file mode 100644 index e42c7088a4ec..000000000000 --- a/app-emacs/mailcrypt/mailcrypt-3.5.8-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mailcrypt/mailcrypt-3.5.8-r1.ebuild,v 1.6 2009/06/06 15:36:49 ulm Exp $ - -inherit elisp - -DESCRIPTION="Provides a simple interface to public key cryptography with OpenPGP." -HOMEPAGE="http://mailcrypt.sourceforge.net/" -SRC_URI="mirror://sourceforge/mailcrypt/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" -RESTRICT="test" - -RDEPEND="app-crypt/gnupg" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - export EMACS=/usr/bin/emacs - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - einstall lispdir="${D}/${SITELISP}/${PN}" || die "einstall failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc ANNOUNCE ChangeLog* INSTALL LCD-entry mailcrypt.dvi NEWS ONEWS README* -} - -pkg_postinst() { - elisp-site-regen - elog - elog "See the INSTALL file in /usr/share/doc/${PF} for how to" - elog "customize mailcrypt" - elog -} diff --git a/app-emacs/mpg123-el/ChangeLog b/app-emacs/mpg123-el/ChangeLog index a3b004438cbe..38c04d20c790 100644 --- a/app-emacs/mpg123-el/ChangeLog +++ b/app-emacs/mpg123-el/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/mpg123-el # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.31 2010/10/14 16:47:34 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.32 2010/10/15 08:30:15 fauli Exp $ + + 15 Oct 2010; Christian Faulhammer <fauli@gentoo.org> + -mpg123-el-1.52.ebuild: + clean up 14 Oct 2010; Brent Baude <ranger@gentoo.org> mpg123-el-1.55.ebuild: stable ppc, bug 330317 diff --git a/app-emacs/mpg123-el/mpg123-el-1.52.ebuild b/app-emacs/mpg123-el/mpg123-el-1.52.ebuild deleted file mode 100644 index d907c0add093..000000000000 --- a/app-emacs/mpg123-el/mpg123-el-1.52.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.52.ebuild,v 1.5 2010/08/01 19:53:07 fauli Exp $ - -inherit elisp toolchain-funcs - -DESCRIPTION="Emacs front-end to mpg123 audio player and OggVorbis audio player" -HOMEPAGE="http://www.gentei.org/~yuuji/software/mpg123el/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="vorbis" - -DEPEND="" -RDEPEND="media-sound/mpg123 - media-sound/aumix - media-sound/alsa-utils - vorbis? ( media-sound/vorbis-tools )" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - sed -i -e "s/\(mainloop:\)/\1 ;/" tagput.c || die - $(tc-getCC) ${CFLAGS} -o tagput tagput.c || die - $(tc-getCC) ${CFLAGS} -o id3put id3put.c || die - elisp-compile *.el || die -} - -src_install() { - dobin tagput id3put || die - elisp-install ${PN} *.el *.elc || die - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die -} diff --git a/app-emacs/tramp/ChangeLog b/app-emacs/tramp/ChangeLog index e3281288c121..44df80b6e5c9 100644 --- a/app-emacs/tramp/ChangeLog +++ b/app-emacs/tramp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/tramp # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.98 2010/10/14 16:51:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.99 2010/10/15 08:36:16 fauli Exp $ + + 15 Oct 2010; Christian Faulhammer <fauli@gentoo.org> -tramp-2.1.17.ebuild: + clean up 14 Oct 2010; Brent Baude <ranger@gentoo.org> tramp-2.1.18.ebuild: stable ppc, bug 332093 diff --git a/app-emacs/tramp/tramp-2.1.17.ebuild b/app-emacs/tramp/tramp-2.1.17.ebuild deleted file mode 100644 index 4cb92749f710..000000000000 --- a/app-emacs/tramp/tramp-2.1.17.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.17.ebuild,v 1.7 2010/05/22 13:53:30 pacho Exp $ - -inherit elisp - -DESCRIPTION="Edit remote files like ange-ftp but with rlogin, telnet and/or ssh" -HOMEPAGE="http://www.gnu.org/software/tramp/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3 FDL-1.3" -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - econf - emake || die "emake failed" - elisp-make-autoload-file lisp/${PN}-autoloads.el lisp || die -} - -src_install() { - einstall lispdir="${D}${SITELISP}/tramp" || die - - mv "${D}"/usr/share/info/tramp{,.info} - - dohtml texi/*.html - if [ -f texi/tramp.dvi ]; then - insinto /usr/share/doc/${PF} - doins texi/tramp.dvi - fi - - elisp-install ${PN} lisp/${PN}-autoloads.el || die - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die - - dodoc README ChangeLog CONTRIBUTORS || die - newdoc lisp/ChangeLog ChangeLog-lisp || die - newdoc texi/ChangeLog ChangeLog-texi || die -} |