summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-05-23 19:56:07 +0000
committerUlrich Müller <ulm@gentoo.org>2010-05-23 19:56:07 +0000
commit8737ec5d39911d39f8e8391f1b98f56f7316da0d (patch)
treed9ee73adb7dbd99a8c2058f0e08c9ff16197deab
parentstable amd64, bug 312535 (diff)
downloadhistorical-8737ec5d39911d39f8e8391f1b98f56f7316da0d.tar.gz
historical-8737ec5d39911d39f8e8391f1b98f56f7316da0d.tar.bz2
historical-8737ec5d39911d39f8e8391f1b98f56f7316da0d.zip
Remove old.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
-rw-r--r--app-emacs/apel/ChangeLog5
-rw-r--r--app-emacs/apel/apel-10.7.ebuild47
-rw-r--r--app-emacs/apel/files/50apel-gentoo.el3
-rw-r--r--app-emacs/ecb/ChangeLog5
-rw-r--r--app-emacs/ecb/ecb-2.40.ebuild55
-rw-r--r--app-emacs/navi2ch/ChangeLog5
-rw-r--r--app-emacs/navi2ch/navi2ch-1.8.3.ebuild47
7 files changed, 12 insertions, 155 deletions
diff --git a/app-emacs/apel/ChangeLog b/app-emacs/apel/ChangeLog
index a6c0be5541c0..29aaebc62e0d 100644
--- a/app-emacs/apel/ChangeLog
+++ b/app-emacs/apel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/apel
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.37 2010/05/23 18:22:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.38 2010/05/23 19:52:00 ulm Exp $
+
+ 23 May 2010; Ulrich Mueller <ulm@gentoo.org> -apel-10.7.ebuild:
+ Remove old.
23 May 2010; Pacho Ramos <pacho@gentoo.org> apel-10.7-r1.ebuild:
stable amd64, bug 307573
diff --git a/app-emacs/apel/apel-10.7.ebuild b/app-emacs/apel/apel-10.7.ebuild
deleted file mode 100644
index b6c2a79d1f61..000000000000
--- a/app-emacs/apel/apel-10.7.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/apel/apel-10.7.ebuild,v 1.12 2009/06/06 15:58:03 ulm Exp $
-
-inherit elisp
-
-DESCRIPTION="A Portable Emacs Library is a library for making portable Emacs Lisp programs."
-HOMEPAGE="http://cvs.m17n.org/elisp/APEL/"
-SRC_URI="ftp://ftp.jpl.org/pub/elisp/apel/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- cat <<-EOF >> APEL-CFG
- (setq APEL_PREFIX "apel")
- (setq EMU_PREFIX "apel")
- EOF
-}
-
-src_compile() {
- emake PREFIX="${D}/usr" \
- LISPDIR="${D}/${SITELISP}" \
- VERSION_SPECIFIC_LISPDIR="${D}/${SITELISP}" || die "emake failed"
-}
-
-src_install() {
- einstall PREFIX="${D}/usr" \
- LISPDIR="${D}/${SITELISP}" \
- VERSION_SPECIFIC_LISPDIR="${D}/${SITELISP}" || die "einstall failed"
-
- elisp-site-file-install "${FILESDIR}/50apel-gentoo.el"
-
- dodoc ChangeLog README*
-}
-
-pkg_postinst() {
- elisp-site-regen
-
- elog "See the README.en file in /usr/share/doc/${PF} for tips"
- elog "on how to customize this package."
- elog "And you need to rebuild packages depending on ${PN}."
-}
diff --git a/app-emacs/apel/files/50apel-gentoo.el b/app-emacs/apel/files/50apel-gentoo.el
index e24d342f324a..431f7e90ae73 100644
--- a/app-emacs/apel/files/50apel-gentoo.el
+++ b/app-emacs/apel/files/50apel-gentoo.el
@@ -1,4 +1 @@
-
-;;; APEL site-lisp configuration
-
(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/ecb/ChangeLog b/app-emacs/ecb/ChangeLog
index 07c159012bf6..3ecc28ac703e 100644
--- a/app-emacs/ecb/ChangeLog
+++ b/app-emacs/ecb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/ecb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v 1.47 2010/05/23 18:24:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v 1.48 2010/05/23 19:54:09 ulm Exp $
+
+ 23 May 2010; Ulrich Mueller <ulm@gentoo.org> -ecb-2.40.ebuild:
+ Remove old.
23 May 2010; Pacho Ramos <pacho@gentoo.org> ecb-2.40-r1.ebuild:
stable amd64, bug 307577
diff --git a/app-emacs/ecb/ecb-2.40.ebuild b/app-emacs/ecb/ecb-2.40.ebuild
deleted file mode 100644
index 129b4a40b271..000000000000
--- a/app-emacs/ecb/ecb-2.40.ebuild
+++ /dev/null
@@ -1,55 +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/ecb/ecb-2.40.ebuild,v 1.5 2010/01/31 11:45:10 ulm Exp $
-
-inherit elisp eutils
-
-DESCRIPTION="Source code browser for Emacs"
-HOMEPAGE="http://ecb.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ecb/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="java"
-
-DEPEND=">=app-emacs/cedet-1.0_pre6
- java? ( app-emacs/jde )"
-RDEPEND="${DEPEND}"
-
-SITEFILE="70${PN}-gentoo.el"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-2.32-gentoo.patch"
- sed -i -e "s:@PF@:${PF}:" ecb-help.el || die "sed failed"
-}
-
-src_compile() {
- local loadpath=""
- if use java; then
- loadpath="${SITELISP}/elib ${SITELISP}/jde ${SITELISP}/jde/lisp"
- fi
-
- emake CEDET="${SITELISP}/cedet" LOADPATH="${loadpath}" \
- || die "emake failed"
-}
-
-src_install() {
- elisp_src_install
-
- insinto "${SITEETC}/${PN}"
- doins -r ecb-images || die
-
- doinfo info-help/ecb.info* || die
- dohtml html-help/*.html || die
- dodoc NEWS README RELEASE_NOTES || die
-}
-
-pkg_postinst() {
- elisp-site-regen
- elog "ECB is now autoloaded in site-gentoo.el. Add the line"
- elog " (require 'ecb)"
- elog "to your ~/.emacs file to enable all features on Emacs startup."
-}
diff --git a/app-emacs/navi2ch/ChangeLog b/app-emacs/navi2ch/ChangeLog
index a6c9e6f07557..17da3c2f2731 100644
--- a/app-emacs/navi2ch/ChangeLog
+++ b/app-emacs/navi2ch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/navi2ch
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/navi2ch/ChangeLog,v 1.65 2010/05/23 18:51:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/navi2ch/ChangeLog,v 1.66 2010/05/23 19:56:07 ulm Exp $
+
+ 23 May 2010; Ulrich Mueller <ulm@gentoo.org> -navi2ch-1.8.3.ebuild:
+ Remove old.
23 May 2010; Pacho Ramos <pacho@gentoo.org> navi2ch-1.8.3-r1.ebuild:
stable amd64, bug 309043
diff --git a/app-emacs/navi2ch/navi2ch-1.8.3.ebuild b/app-emacs/navi2ch/navi2ch-1.8.3.ebuild
deleted file mode 100644
index af1bec65a5b7..000000000000
--- a/app-emacs/navi2ch/navi2ch-1.8.3.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.3.ebuild,v 1.7 2009/08/31 17:59:20 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
-}