summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2008-10-14 06:16:18 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2008-10-14 06:16:18 +0000
commitc45a554b391a679ed88c51fb8d0e401bb73ad75b (patch)
treef49d9e237217cea546fb0e097d69ff2130c25968
parentAdd the default value for stacked attributes in the patch. (diff)
downloadoverlay-c45a554b391a679ed88c51fb8d0e401bb73ad75b.tar.gz
overlay-c45a554b391a679ed88c51fb8d0e401bb73ad75b.tar.bz2
overlay-c45a554b391a679ed88c51fb8d0e401bb73ad75b.zip
Added app-emacs/geben
svn path=/stable/; revision=830
-rw-r--r--app-emacs/geben/Manifest3
-rw-r--r--app-emacs/geben/files/50geben-gentoo.el3
-rw-r--r--app-emacs/geben/geben-0.13.ebuild20
3 files changed, 26 insertions, 0 deletions
diff --git a/app-emacs/geben/Manifest b/app-emacs/geben/Manifest
new file mode 100644
index 0000000..a44c74e
--- /dev/null
+++ b/app-emacs/geben/Manifest
@@ -0,0 +1,3 @@
+AUX 50geben-gentoo.el 95 RMD160 389a475b24bd3807b5550c4bdf08f666f9052822 SHA1 fbf63e86f5467fc6034788152928b3d81d4a7687 SHA256 06cc636d70fa8364592555f6406333a7022d96a96d2e187f80e86087e11de477
+DIST geben-0.13.tar.gz 34986 RMD160 d4326676bd6588ac14a899b9425146f934b7515a SHA1 5f7a64fff0e35dbb9d44844cde0777924cbd1768 SHA256 ef3c9c691aa4b569af229e4097deae57021ea9a1cd36412cf71058d11c9e5b51
+EBUILD geben-0.13.ebuild 539 RMD160 e2893c1bb93847a57d9e5bd12026b5f02db2b2e5 SHA1 8e19dc04e8672b2f6438b35c73ead5ea1bb6a75d SHA256 ea1447e5b0e4b1ac7ab8d50eb76f013ebd11502c049023bff57f1442791567d6
diff --git a/app-emacs/geben/files/50geben-gentoo.el b/app-emacs/geben/files/50geben-gentoo.el
new file mode 100644
index 0000000..92dd3fb
--- /dev/null
+++ b/app-emacs/geben/files/50geben-gentoo.el
@@ -0,0 +1,3 @@
+;;; GEBEN site-lisp configuration
+
+(add-to-list 'load-path "/usr/share/emacs/site-lisp/geben")
diff --git a/app-emacs/geben/geben-0.13.ebuild b/app-emacs/geben/geben-0.13.ebuild
new file mode 100644
index 0000000..2d51b44
--- /dev/null
+++ b/app-emacs/geben/geben-0.13.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/php-mode/php-mode-1.4.0_beta.ebuild,v 1.1 2008/01/01 17:38:28 ulm Exp $
+
+inherit elisp eutils
+
+DESCRIPTION="GEBEN is a PHP source code debugger running under Emacs."
+HOMEPAGE="http://geben.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+SITEFILE=50${PN}-gentoo.el
+DOCS="ChangeLog README"
+
+S="${WORKDIR}/${PN}"
+