diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-10-15 19:32:28 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-10-15 19:32:28 +0000 |
commit | 031e0a0c40ddbef747b9150a35fcda69c90a4d56 (patch) | |
tree | bac5034cd0adf5970e1d4fb7ec89560dadf7b45b /app-emacs | |
parent | Version bump. (diff) | |
download | gentoo-2-031e0a0c40ddbef747b9150a35fcda69c90a4d56.tar.gz gentoo-2-031e0a0c40ddbef747b9150a35fcda69c90a4d56.tar.bz2 gentoo-2-031e0a0c40ddbef747b9150a35fcda69c90a4d56.zip |
Version bump.
(Portage version: 2.2_rc46/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/thinks/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/thinks/files/50thinks-gentoo.el | 4 | ||||
-rw-r--r-- | app-emacs/thinks/thinks-1.8.ebuild | 16 | ||||
-rw-r--r-- | app-emacs/thinks/thinks-1.9.ebuild | 16 |
4 files changed, 25 insertions, 21 deletions
diff --git a/app-emacs/thinks/ChangeLog b/app-emacs/thinks/ChangeLog index 8680abf89fb2..c708bd39df31 100644 --- a/app-emacs/thinks/ChangeLog +++ b/app-emacs/thinks/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/thinks -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/thinks/ChangeLog,v 1.9 2007/11/25 21:33:00 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thinks/ChangeLog,v 1.10 2009/10/15 19:32:28 ulm Exp $ + +*thinks-1.9 (15 Oct 2009) + + 15 Oct 2009; Ulrich Mueller <ulm@gentoo.org> -thinks-1.8.ebuild, + +thinks-1.9.ebuild: + Version bump. Straight to stable, as only the licence has changed. 25 Nov 2007; Ulrich Mueller <ulm@gentoo.org> thinks-1.8.ebuild: Stable on amd64, bug #195512. diff --git a/app-emacs/thinks/files/50thinks-gentoo.el b/app-emacs/thinks/files/50thinks-gentoo.el index a14b0769c87a..e9b9968517ac 100644 --- a/app-emacs/thinks/files/50thinks-gentoo.el +++ b/app-emacs/thinks/files/50thinks-gentoo.el @@ -1,7 +1,5 @@ - -;;; site-lisp configuration for thinks - (add-to-list 'load-path "@SITELISP@") + (autoload (quote thinks) "thinks" "\ Insert TEXT wrapped in a think bubble. diff --git a/app-emacs/thinks/thinks-1.8.ebuild b/app-emacs/thinks/thinks-1.8.ebuild deleted file mode 100644 index c4090de4bc8e..000000000000 --- a/app-emacs/thinks/thinks-1.8.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# 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.10 2007/11/25 21:33:00 ulm 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="alpha amd64 x86" -IUSE="" - -SITEFILE=50${PN}-gentoo.el diff --git a/app-emacs/thinks/thinks-1.9.ebuild b/app-emacs/thinks/thinks-1.9.ebuild new file mode 100644 index 000000000000..725d18525006 --- /dev/null +++ b/app-emacs/thinks/thinks-1.9.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thinks/thinks-1.9.ebuild,v 1.1 2009/10/15 19:32:28 ulm Exp $ + +inherit elisp + +DESCRIPTION="Insert text in a think bubble" +HOMEPAGE="http://www.davep.org/emacs/" +SRC_URI="mirror://gentoo/${P}.el.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 x86" +IUSE="" + +SITEFILE="50${PN}-gentoo.el" |