diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-08-31 18:12:29 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-08-31 18:12:29 +0000 |
commit | 19794d9330115f870b80fd8e942a5b4e3b4ca71a (patch) | |
tree | 60e899f868d89f7ed31ddc4b38bbc88286c9d6cc | |
parent | Marking libxml-1.8.17-r3 ppc64 for bug 280470 (diff) | |
download | historical-19794d9330115f870b80fd8e942a5b4e3b4ca71a.tar.gz historical-19794d9330115f870b80fd8e942a5b4e3b4ca71a.tar.bz2 historical-19794d9330115f870b80fd8e942a5b4e3b4ca71a.zip |
clean up
Package-Manager: portage-2.1.6.13/cvs/Linux i686
-rw-r--r-- | app-emacs/gentoo-syntax/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/files/51gentoo-syntax-gentoo.el | 13 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/gentoo-syntax-1.11.ebuild | 24 | ||||
-rw-r--r-- | app-emacs/mell/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/mell/files/50mell-gentoo-1.0.0.el | 1 | ||||
-rw-r--r-- | app-emacs/mell/mell-1.0.0.ebuild | 34 | ||||
-rw-r--r-- | app-emacs/navi2ch/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/navi2ch/navi2ch-1.8.1.ebuild | 47 | ||||
-rw-r--r-- | app-emacs/navi2ch/navi2ch-1.8.2.ebuild | 47 |
9 files changed, 16 insertions, 170 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog index 56163e5fefa3..c584450c1962 100644 --- a/app-emacs/gentoo-syntax/ChangeLog +++ b/app-emacs/gentoo-syntax/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/gentoo-syntax # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.47 2009/08/31 18:01:29 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.48 2009/08/31 18:12:29 fauli Exp $ + + 31 Aug 2009; Christian Faulhammer <fauli@gentoo.org> + -files/51gentoo-syntax-gentoo.el, -gentoo-syntax-1.11.ebuild: + clean up 31 Aug 2009; Brent Baude <ranger@gentoo.org> gentoo-syntax-1.12.ebuild: stable ppc64, bug 276638 diff --git a/app-emacs/gentoo-syntax/files/51gentoo-syntax-gentoo.el b/app-emacs/gentoo-syntax/files/51gentoo-syntax-gentoo.el deleted file mode 100644 index 6dd07895db93..000000000000 --- a/app-emacs/gentoo-syntax/files/51gentoo-syntax-gentoo.el +++ /dev/null @@ -1,13 +0,0 @@ - -;;; gentoo-syntax site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") - -(autoload 'ebuild-mode "gentoo-syntax" - "Major mode for Portage .ebuild and .eclass files." t) -(autoload 'eselect-mode "gentoo-syntax" "Major mode for .eselect files." t) - -(add-to-list 'auto-mode-alist '("\\.ebuild\\'" . ebuild-mode)) -(add-to-list 'auto-mode-alist '("\\.eclass\\'" . ebuild-mode)) -(add-to-list 'auto-mode-alist '("\\.eselect\\'" . eselect-mode)) -(add-to-list 'interpreter-mode-alist '("runscript" . sh-mode)) diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.11.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.11.ebuild deleted file mode 100644 index 76b50ac07570..000000000000 --- a/app-emacs/gentoo-syntax/gentoo-syntax-1.11.ebuild +++ /dev/null @@ -1,24 +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/gentoo-syntax/gentoo-syntax-1.11.ebuild,v 1.6 2009/02/19 19:14:40 nixnut Exp $ - -inherit elisp - -DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" -HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="" - -SITEFILE="51${PN}-gentoo.el" -DOCS="ChangeLog" - -pkg_postinst() { - elisp-site-regen - - elog "Some optional features may require installation of additional" - elog "packages, like app-portage/gentoolkit-dev for echangelog." -} diff --git a/app-emacs/mell/ChangeLog b/app-emacs/mell/ChangeLog index 17f979f32e5f..b3b6c2dae7a1 100644 --- a/app-emacs/mell/ChangeLog +++ b/app-emacs/mell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/mell -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mell/ChangeLog,v 1.25 2009/08/31 17:56:34 ranger Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mell/ChangeLog,v 1.26 2009/08/31 18:07:29 fauli Exp $ + + 31 Aug 2009; Christian Faulhammer <fauli@gentoo.org> -mell-1.0.0.ebuild, + -files/50mell-gentoo-1.0.0.el: + clean up 31 Aug 2009; Brent Baude <ranger@gentoo.org> mell-1.0.0-r1.ebuild: stable ppc64, bug 265618 diff --git a/app-emacs/mell/files/50mell-gentoo-1.0.0.el b/app-emacs/mell/files/50mell-gentoo-1.0.0.el deleted file mode 100644 index f49ca386779a..000000000000 --- a/app-emacs/mell/files/50mell-gentoo-1.0.0.el +++ /dev/null @@ -1 +0,0 @@ -(require 'init-mell) diff --git a/app-emacs/mell/mell-1.0.0.ebuild b/app-emacs/mell/mell-1.0.0.ebuild deleted file mode 100644 index f7f6f4193bd9..000000000000 --- a/app-emacs/mell/mell-1.0.0.ebuild +++ /dev/null @@ -1,34 +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/mell/mell-1.0.0.ebuild,v 1.15 2009/04/10 06:32:32 ulm Exp $ - -inherit elisp - -DESCRIPTION="M Emacs Lisp Library" -HOMEPAGE="http://taiyaki.org/elisp/mell/" -SRC_URI="http://taiyaki.org/elisp/mell/src/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ppc ppc64 x86" -SLOT="0" -IUSE="" -SITEFILE="50${PN}-gentoo-${PV}.el" - -src_compile() { - - econf --with-emacs-sitelispdir="${D}/usr/share/emacs/site-lisp" \ - --with-mell-docdir="${D}/usr/share/doc/${PF}/html" \ - || die "econf failed" - emake || die "emake failed" - -} - -src_install() { - - einstall || die "einstall failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dosed "${SITELISP}/init-mell.el" || die "dosed failed" - - dodoc README AUTHORS NEWS ChangeLog - -} diff --git a/app-emacs/navi2ch/ChangeLog b/app-emacs/navi2ch/ChangeLog index 9505a445a5e5..015157d7a6ee 100644 --- a/app-emacs/navi2ch/ChangeLog +++ b/app-emacs/navi2ch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/navi2ch # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/navi2ch/ChangeLog,v 1.58 2009/08/31 17:59:20 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/navi2ch/ChangeLog,v 1.59 2009/08/31 18:09:55 fauli Exp $ + + 31 Aug 2009; Christian Faulhammer <fauli@gentoo.org> + -navi2ch-1.8.1.ebuild, -navi2ch-1.8.2.ebuild: + clean up 31 Aug 2009; Brent Baude <ranger@gentoo.org> navi2ch-1.8.3.ebuild: stable ppc64, bug 272465 diff --git a/app-emacs/navi2ch/navi2ch-1.8.1.ebuild b/app-emacs/navi2ch/navi2ch-1.8.1.ebuild deleted file mode 100644 index f6f07bcbff69..000000000000 --- a/app-emacs/navi2ch/navi2ch-1.8.1.ebuild +++ /dev/null @@ -1,47 +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/navi2ch/navi2ch-1.8.1.ebuild,v 1.6 2009/01/07 15:25:45 ranger Exp $ - -inherit elisp - -DESCRIPTION="A navigator for 2ch" -HOMEPAGE="http://navi2ch.sourceforge.net/" -SRC_URI="mirror://sourceforge/navi2ch/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" -IUSE="" - -SITEFILE=50${PN}-gentoo.el - -src_compile() { - econf \ - --with-lispdir=${SITELISP}/${PN} \ - --with-icondir=${SITEETC}/${PN} \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - elisp-install ${PN} contrib/*.el || die "elisp-install failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "elisp-site-file-install failed" - dodoc ChangeLog* NEWS README TODO - newdoc contrib/README README.contrib -} - -pkg_postinst() { - elisp-site-regen - elog - elog "Please add to your ~/.emacs" - elog "If you use mona-font," - elog "\t(setq navi2ch-mona-enable t)" - elog "If you use izonmoji-mode," - elog "\t(require 'izonmoji-mode)" - elog "\t(add-hook 'navi2ch-bm-mode-hook 'izonmoji-mode-on)" - elog "\t(add-hook 'navi2ch-article-mode-hook 'izonmoji-mode-on)" - elog "\t(add-hook 'navi2ch-popup-article-mode-hook 'izonmoji-mode-on)" - elog -} diff --git a/app-emacs/navi2ch/navi2ch-1.8.2.ebuild b/app-emacs/navi2ch/navi2ch-1.8.2.ebuild deleted file mode 100644 index a994454192e6..000000000000 --- a/app-emacs/navi2ch/navi2ch-1.8.2.ebuild +++ /dev/null @@ -1,47 +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/navi2ch/navi2ch-1.8.2.ebuild,v 1.1 2009/03/01 23:52:46 matsuu Exp $ - -inherit elisp - -DESCRIPTION="A navigator for 2ch" -HOMEPAGE="http://navi2ch.sourceforge.net/" -SRC_URI="mirror://sourceforge/navi2ch/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -SITEFILE=50${PN}-gentoo.el - -src_compile() { - econf \ - --with-lispdir=${SITELISP}/${PN} \ - --with-icondir=${SITEETC}/${PN} \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - elisp-install ${PN} contrib/*.el || die "elisp-install failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "elisp-site-file-install failed" - dodoc ChangeLog* NEWS README TODO - newdoc contrib/README README.contrib -} - -pkg_postinst() { - elisp-site-regen - elog - elog "Please add to your ~/.emacs" - elog "If you use mona-font," - elog "\t(setq navi2ch-mona-enable t)" - elog "If you use izonmoji-mode," - elog "\t(require 'izonmoji-mode)" - elog "\t(add-hook 'navi2ch-bm-mode-hook 'izonmoji-mode-on)" - elog "\t(add-hook 'navi2ch-article-mode-hook 'izonmoji-mode-on)" - elog "\t(add-hook 'navi2ch-popup-article-mode-hook 'izonmoji-mode-on)" - elog -} |