diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-11-12 06:38:56 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-11-12 06:38:56 +0000 |
commit | 9545b24bc8a87df657ed8457e7be8fbc5d83b383 (patch) | |
tree | 394231d51d5484ca756aa03c995bce32c2ef8c71 /app-emacs/thinks/thinks-1.8.ebuild | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-9545b24bc8a87df657ed8457e7be8fbc5d83b383.tar.gz gentoo-2-9545b24bc8a87df657ed8457e7be8fbc5d83b383.tar.bz2 gentoo-2-9545b24bc8a87df657ed8457e7be8fbc5d83b383.zip |
*** empty log message ***
Diffstat (limited to 'app-emacs/thinks/thinks-1.8.ebuild')
-rw-r--r-- | app-emacs/thinks/thinks-1.8.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-emacs/thinks/thinks-1.8.ebuild b/app-emacs/thinks/thinks-1.8.ebuild new file mode 100644 index 000000000000..855d53e78592 --- /dev/null +++ b/app-emacs/thinks/thinks-1.8.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/thinks/thinks-1.8.ebuild,v 1.1 2003/11/12 06:38:54 mkennedy Exp $ + +inherit elisp + +DESCRIPTION="Insert text in a think bubble." +HOMEPAGE="http://www.davep.org/emacs/thinks.el" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="virtual/emacs" +S=${WORKDIR}/${P} + +SITEFILE=50thinks-gentoo.el |