diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-11-12 08:16:01 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-11-12 08:16:01 +0000 |
commit | a72699be8716456b87913ea16922f482711ab057 (patch) | |
tree | 29e6e4d56a9511323e453b3ac1a1fecd04e75d2f /app-emacs/alt-font-menu | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-a72699be8716456b87913ea16922f482711ab057.tar.gz gentoo-2-a72699be8716456b87913ea16922f482711ab057.tar.bz2 gentoo-2-a72699be8716456b87913ea16922f482711ab057.zip |
*** empty log message ***
Diffstat (limited to 'app-emacs/alt-font-menu')
-rw-r--r-- | app-emacs/alt-font-menu/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/alt-font-menu/Manifest | 6 | ||||
-rw-r--r-- | app-emacs/alt-font-menu/alt-font-menu-0.4.ebuild | 17 | ||||
-rw-r--r-- | app-emacs/alt-font-menu/files/50alt-font-menu-gentoo.el | 7 | ||||
-rw-r--r-- | app-emacs/alt-font-menu/files/digest-alt-font-menu-0.4 | 1 | ||||
-rw-r--r-- | app-emacs/alt-font-menu/metadata.xml | 11 |
6 files changed, 49 insertions, 3 deletions
diff --git a/app-emacs/alt-font-menu/ChangeLog b/app-emacs/alt-font-menu/ChangeLog new file mode 100644 index 000000000000..dd2ee58d4c47 --- /dev/null +++ b/app-emacs/alt-font-menu/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-emacs/alt-font-menu +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/alt-font-menu/ChangeLog,v 1.1 2003/11/12 08:15:58 mkennedy Exp $ + +*alt-font-menu-0.4 (12 Nov 2003) + + 12 Nov 2003; <mkennedy@gentoo.org> alt-font-menu-0.4.ebuild, metadata.xml, + files/50alt-font-menu-gentoo.el: + initial import. ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org> + diff --git a/app-emacs/alt-font-menu/Manifest b/app-emacs/alt-font-menu/Manifest index bcc7e3781e2f..ddd22de6574e 100644 --- a/app-emacs/alt-font-menu/Manifest +++ b/app-emacs/alt-font-menu/Manifest @@ -1,5 +1,5 @@ -MD5 5ca167830d182b68fc34ef06af5d3145 alt-font-menu-0.4.ebuild 600 +MD5 968bd026879b041393657452bfcf7480 alt-font-menu-0.4.ebuild 614 MD5 f21574e693de4e6bec7f94b72e7ea13a metadata.xml 432 -MD5 8131d66d1c3c9b8388a513e759117879 alt-font-menu-0.4.ebuild~ 536 +MD5 cd7371fe68fdf102ba99299ba68e5431 ChangeLog 455 MD5 1bc2bcf0a856f4afe0de193475d14605 files/digest-alt-font-menu-0.4 67 -MD5 67a4efb98ff441bb697eb234c353805d files/50alt-font-menu.el 237 +MD5 67a4efb98ff441bb697eb234c353805d files/50alt-font-menu-gentoo.el 237 diff --git a/app-emacs/alt-font-menu/alt-font-menu-0.4.ebuild b/app-emacs/alt-font-menu/alt-font-menu-0.4.ebuild new file mode 100644 index 000000000000..1ddb8561dc72 --- /dev/null +++ b/app-emacs/alt-font-menu/alt-font-menu-0.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/alt-font-menu/alt-font-menu-0.4.ebuild,v 1.1 2003/11/12 08:15:58 mkennedy Exp $ + +inherit elisp + +DESCRIPTION="Automatically generate a menu of available fonts (normally bound to S-mouse-1) constrained by personal preferences." +HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/KahlilHodgson" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="virtual/emacs" +S=${WORKDIR}/${P} + +SITEFILE=50alt-font-menu-gentoo.el diff --git a/app-emacs/alt-font-menu/files/50alt-font-menu-gentoo.el b/app-emacs/alt-font-menu/files/50alt-font-menu-gentoo.el new file mode 100644 index 000000000000..1609f5d85792 --- /dev/null +++ b/app-emacs/alt-font-menu/files/50alt-font-menu-gentoo.el @@ -0,0 +1,7 @@ + +;;; site-lisp configuration for alt-font-menu + +(add-to-list 'load-path "@SITELISP@") +(autoload 'alt-mouse-set-font "alt-font-menu" + "interactively choose font using mouse" t) +(global-set-key [(shift down-mouse-1)] 'alt-mouse-set-font) diff --git a/app-emacs/alt-font-menu/files/digest-alt-font-menu-0.4 b/app-emacs/alt-font-menu/files/digest-alt-font-menu-0.4 new file mode 100644 index 000000000000..274535efe7f2 --- /dev/null +++ b/app-emacs/alt-font-menu/files/digest-alt-font-menu-0.4 @@ -0,0 +1 @@ +MD5 3e0b322196218e123e5ff92948646516 alt-font-menu-0.4.tar.gz 3130 diff --git a/app-emacs/alt-font-menu/metadata.xml b/app-emacs/alt-font-menu/metadata.xml new file mode 100644 index 000000000000..a4ef45c18e1b --- /dev/null +++ b/app-emacs/alt-font-menu/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>emacs</herd> +<longdescription> +Automatically generate a menu of available fonts constrained by +personal preferences, and without increasing frame size. This menu is +perpended to the options menu but may also be accessed as a pop-up +bound to shift-mouse-1 (see below). +</longdescription> +</pkgmetadata> |