summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-07-05 23:52:47 +0000
committerUlrich Müller <ulm@gentoo.org>2007-07-05 23:52:47 +0000
commit3d899f7898e931b14a44c55b75a776a3affafae6 (patch)
treef89d7d84616bafa3ee29763d66066370da966e48 /dev-lang/gwydion-dylan
parentAdd missing dependency on virtual/emacs. (diff)
downloadgentoo-2-3d899f7898e931b14a44c55b75a776a3affafae6.tar.gz
gentoo-2-3d899f7898e931b14a44c55b75a776a3affafae6.tar.bz2
gentoo-2-3d899f7898e931b14a44c55b75a776a3affafae6.zip
Add missing dependency on virtual/emacs.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'dev-lang/gwydion-dylan')
-rw-r--r--dev-lang/gwydion-dylan/ChangeLog6
-rw-r--r--dev-lang/gwydion-dylan/files/50gwydion-dylan-gentoo.el3
-rw-r--r--dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild5
3 files changed, 10 insertions, 4 deletions
diff --git a/dev-lang/gwydion-dylan/ChangeLog b/dev-lang/gwydion-dylan/ChangeLog
index 8882c664b524..953e4fabfcaf 100644
--- a/dev-lang/gwydion-dylan/ChangeLog
+++ b/dev-lang/gwydion-dylan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/gwydion-dylan
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan/ChangeLog,v 1.2 2007/02/09 02:19:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan/ChangeLog,v 1.3 2007/07/05 23:52:47 ulm Exp $
+
+ 05 Jul 2007; Ulrich Mueller <ulm@gentoo.org>
+ files/50gwydion-dylan-gentoo.el, gwydion-dylan-2.4.0.ebuild:
+ Add missing dependency on virtual/emacs. Use add-to-list in Emacs sitefile.
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/dev-lang/gwydion-dylan/files/50gwydion-dylan-gentoo.el b/dev-lang/gwydion-dylan/files/50gwydion-dylan-gentoo.el
index b275ec9c829a..80aa21b75a9a 100644
--- a/dev-lang/gwydion-dylan/files/50gwydion-dylan-gentoo.el
+++ b/dev-lang/gwydion-dylan/files/50gwydion-dylan-gentoo.el
@@ -1,6 +1,7 @@
+
;;; gwydion-dylan site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'dylan-mode "dylan-mode" "Dylan-mode" t)
-(setq auto-mode-alist (cons '("\\.dylan\\'" . dylan-mode) auto-mode-alist))
+(add-to-list 'auto-mode-alist '("\\.dylan\\'" . dylan-mode))
diff --git a/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild b/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild
index 6d8291476f18..43b9ad4aa99f 100644
--- a/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild
+++ b/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild,v 1.2 2005/08/02 10:21:22 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild,v 1.3 2007/07/05 23:52:47 ulm Exp $
inherit elisp-common
@@ -16,6 +16,7 @@ IUSE="gtk emacs"
DEPEND="( || ( dev-lang/gwydion-dylan-bin
dev-lang/gwydion-dylan ) )
>=dev-libs/boehm-gc-6.4
+ emacs? ( virtual/emacs )
gtk? ( =x11-libs/gtk+-1.2* )"
RDEPEND=""