summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-10-11 15:27:28 +0000
committerUlrich Müller <ulm@gentoo.org>2007-10-11 15:27:28 +0000
commita0fe27e5da2564b73b5f786c7c15efd93255e473 (patch)
treec22b65f3bab83b240ebc0c52d1d1591957cffcc9 /app-emacs
parentStable on amd64 (diff)
downloadhistorical-a0fe27e5da2564b73b5f786c7c15efd93255e473.tar.gz
historical-a0fe27e5da2564b73b5f786c7c15efd93255e473.tar.bz2
historical-a0fe27e5da2564b73b5f786c7c15efd93255e473.zip
Remove old.
Package-Manager: portage-2.1.3.12
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/proofgeneral/ChangeLog5
-rw-r--r--app-emacs/proofgeneral/files/digest-proofgeneral-3.53
-rw-r--r--app-emacs/proofgeneral/proofgeneral-3.5.ebuild52
-rw-r--r--app-emacs/wanderlust/ChangeLog5
-rw-r--r--app-emacs/wanderlust/files/digest-wanderlust-2.14.0-r16
-rw-r--r--app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild56
6 files changed, 8 insertions, 119 deletions
diff --git a/app-emacs/proofgeneral/ChangeLog b/app-emacs/proofgeneral/ChangeLog
index 88b64b1a6584..cde564852990 100644
--- a/app-emacs/proofgeneral/ChangeLog
+++ b/app-emacs/proofgeneral/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/proofgeneral
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/proofgeneral/ChangeLog,v 1.16 2007/10/11 13:31:14 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/proofgeneral/ChangeLog,v 1.17 2007/10/11 15:25:40 ulm Exp $
+
+ 11 Oct 2007; Ulrich Mueller <ulm@gentoo.org> -proofgeneral-3.5.ebuild:
+ Remove old.
11 Oct 2007; Lars Weiler <pylon@gentoo.org> proofgeneral-3.5-r1.ebuild:
stable ppc, bug #195156
diff --git a/app-emacs/proofgeneral/files/digest-proofgeneral-3.5 b/app-emacs/proofgeneral/files/digest-proofgeneral-3.5
deleted file mode 100644
index 87248b064c1a..000000000000
--- a/app-emacs/proofgeneral/files/digest-proofgeneral-3.5
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 2114f0ead1cb0b4c6be992aa7bf1529c ProofGeneral-3.5.tar.gz 1799956
-RMD160 08025f894cecc04b50003aee28270001eea5d198 ProofGeneral-3.5.tar.gz 1799956
-SHA256 6c044a44dc4457a0b6d7660afb9ae0a36240c22fc9f5475a90ff5bb685875a0b ProofGeneral-3.5.tar.gz 1799956
diff --git a/app-emacs/proofgeneral/proofgeneral-3.5.ebuild b/app-emacs/proofgeneral/proofgeneral-3.5.ebuild
deleted file mode 100644
index aec1e4b3063c..000000000000
--- a/app-emacs/proofgeneral/proofgeneral-3.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/proofgeneral/proofgeneral-3.5.ebuild,v 1.7 2007/10/07 07:27:18 ulm Exp $
-
-inherit elisp
-
-MY_PN="ProofGeneral"
-
-DESCRIPTION="A generic interface for proof assistants"
-HOMEPAGE="http://proofgeneral.inf.ed.ac.uk/"
-SRC_URI="http://proofgeneral.inf.ed.ac.uk/releases/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_PN}"
-
-SITEFILE=50${PN}-gentoo.el
-
-src_compile() {
- echo "" | make compile EMACS=emacs
-}
-
-src_install() {
- make install EMACS=emacs PREFIX="${D}"/usr
-
- dohtml doc/*.html doc/*.jpg
- doinfo doc/*.info*
- dodoc README* TODO AUTHORS BUGS CHANGES FAQ INSTALL REGISTER
-
- # We directly use the site file of the package
- cd "${D}/usr/share/emacs/site-lisp"
- mv site-start.d/pg-init.el ${SITEFILE}
-
- # clean up
- rmdir site-start.d
- rm -rf "${D}/usr/share/application-registry"
- rm -rf "${D}/usr/share/mime-info"
-}
-
-pkg_postinst() {
- elisp-site-regen
- elog "Please register your use of Proof General on the web at:"
- elog " http://proofgeneral.inf.ed.ac.uk/register "
- elog "(see the REGISTER file for more information)"
-}
-
-pkg_postrm() {
- elisp-site-regen
-}
diff --git a/app-emacs/wanderlust/ChangeLog b/app-emacs/wanderlust/ChangeLog
index 083df9d66b5b..2c9cf0385a31 100644
--- a/app-emacs/wanderlust/ChangeLog
+++ b/app-emacs/wanderlust/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/wanderlust
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.61 2007/10/11 13:38:07 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.62 2007/10/11 15:27:27 ulm Exp $
+
+ 11 Oct 2007; Ulrich Mueller <ulm@gentoo.org> -wanderlust-2.14.0-r1.ebuild:
+ Remove old.
11 Oct 2007; Lars Weiler <pylon@gentoo.org> wanderlust-2.14.0-r3.ebuild:
stable ppc, bug #195158
diff --git a/app-emacs/wanderlust/files/digest-wanderlust-2.14.0-r1 b/app-emacs/wanderlust/files/digest-wanderlust-2.14.0-r1
deleted file mode 100644
index 8a70404fc47b..000000000000
--- a/app-emacs/wanderlust/files/digest-wanderlust-2.14.0-r1
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 47c3f42a33432ca87bc35eb178600dad wl-2.14.0-20050405.diff 16123
-RMD160 d88173f176ee8608f81369b6d4ac219cffe960f1 wl-2.14.0-20050405.diff 16123
-SHA256 09b1f4365756fd990f7c2d47e506ab5fa3186a423101380b2d26b617af2a213d wl-2.14.0-20050405.diff 16123
-MD5 60b94c9796ee40b6585ef19a509c90df wl-2.14.0.tar.gz 1101505
-RMD160 1a5aa025fc05cbcf2a7d390b1804cc1b22f5df2b wl-2.14.0.tar.gz 1101505
-SHA256 883b61e7e9560aff35efcf7d0d48b0ddd7cde598895ffd111ff214072253eb1f wl-2.14.0.tar.gz 1101505
diff --git a/app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild b/app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild
deleted file mode 100644
index a7e4617d23ac..000000000000
--- a/app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild,v 1.9 2007/10/06 19:43:19 ulm Exp $
-
-inherit elisp eutils
-
-MY_P="wl-${PV/_/}"
-
-DESCRIPTION="Wanderlust -- Yet Another Message Interface on Emacsen"
-HOMEPAGE="http://www.gohome.org/wl/"
-SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz
- ftp://ftp.gohome.org/wl/beta/${MY_P}.tar.gz
- http://dev.gentoo.org/~usata/distfiles/${MY_P}-20050405.diff"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ppc sparc x86"
-IUSE="ssl"
-
-DEPEND=">=app-emacs/apel-10.6
- virtual/flim
- app-emacs/semi
- !app-emacs/wanderlust-cvs"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${MY_P}.tar.gz
- cd "${S}"
- epatch "${DISTDIR}/${MY_P}-20050405.diff"
-}
-
-src_compile() {
- use ssl && echo "(setq wl-install-utils t)" >> WL-CFG
- make || die
- make info || die
-}
-
-src_install() {
- make \
- LISPDIR="${D}"/usr/share/emacs/site-lisp \
- PIXMAPDIR="${D}"/usr/share/wl/icons \
- install || die
-
- elisp-site-file-install "${FILESDIR}/70wl-gentoo.el" || die
-
- dodir /usr/share/wl/samples
-
- insinto /usr/share/wl/samples/ja
- doins samples/ja/*
- insinto /usr/share/wl/samples/en
- doins samples/en/*
-
- doinfo doc/wl-ja.info doc/wl.info
- dodoc BUGS* ChangeLog INSTALL* README*
-}