summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-01-25 12:17:59 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-01-25 12:17:59 +0000
commit8e5f4d1655ed277da850d4b1cfbea294f4152488 (patch)
tree593ced323ea8f77813668a25f37f5591c2f39eb1 /app-emacs/elscreen/elscreen-1.4.6.ebuild
parentcorrect HOMEPAGE (diff)
downloadgentoo-2-8e5f4d1655ed277da850d4b1cfbea294f4152488.tar.gz
gentoo-2-8e5f4d1655ed277da850d4b1cfbea294f4152488.tar.bz2
gentoo-2-8e5f4d1655ed277da850d4b1cfbea294f4152488.zip
version bump
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-emacs/elscreen/elscreen-1.4.6.ebuild')
-rw-r--r--app-emacs/elscreen/elscreen-1.4.6.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/app-emacs/elscreen/elscreen-1.4.6.ebuild b/app-emacs/elscreen/elscreen-1.4.6.ebuild
new file mode 100644
index 000000000000..11563506a928
--- /dev/null
+++ b/app-emacs/elscreen/elscreen-1.4.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/elscreen/elscreen-1.4.6.ebuild,v 1.1 2008/01/25 12:17:58 opfer Exp $
+
+inherit elisp
+
+DESCRIPTION="Frame configuration management for GNU Emacs modelled after GNU Screen"
+HOMEPAGE="http://www.morishima.net/~naoto/j/software/elscreen/"
+SRC_URI="ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="app-emacs/apel"
+
+SITEFILE=50${PN}-gentoo.el
+DOCS="ChangeLog README"
+
+pkg_postinst() {
+ elisp-site-regen
+
+ echo
+ elog "ElScreen modifies standard Emacs keybindings and is therefore"
+ elog "no longer loaded from site-gentoo.el. Add the line"
+ elog " (require 'elscreen)"
+ elog "to your ~/.emacs file to enable it on Emacs startup."
+}