diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-11-25 21:33:00 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-11-25 21:33:00 +0000 |
commit | acc8ebd05a7e445baee343cb4c72a19870441a7e (patch) | |
tree | 70a21b96e3c8aac76f0b6bc28ff27cf842699c28 /app-emacs | |
parent | Trailing whitespace. (diff) | |
download | gentoo-2-acc8ebd05a7e445baee343cb4c72a19870441a7e.tar.gz gentoo-2-acc8ebd05a7e445baee343cb4c72a19870441a7e.tar.bz2 gentoo-2-acc8ebd05a7e445baee343cb4c72a19870441a7e.zip |
Stable on amd64, bug #195512.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/thinks/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/thinks/thinks-1.8.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-emacs/thinks/ChangeLog b/app-emacs/thinks/ChangeLog index 53657cad0841..8680abf89fb2 100644 --- a/app-emacs/thinks/ChangeLog +++ b/app-emacs/thinks/ChangeLog @@ -1,6 +1,9 @@ # 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.8 2007/10/08 14:39:32 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thinks/ChangeLog,v 1.9 2007/11/25 21:33:00 ulm Exp $ + + 25 Nov 2007; Ulrich Mueller <ulm@gentoo.org> thinks-1.8.ebuild: + Stable on amd64, bug #195512. 08 Oct 2007; Christian Faulhammer <opfer@gentoo.org> thinks-1.8.ebuild: drop ppc-macos diff --git a/app-emacs/thinks/thinks-1.8.ebuild b/app-emacs/thinks/thinks-1.8.ebuild index 970f10d82bb0..c4090de4bc8e 100644 --- a/app-emacs/thinks/thinks-1.8.ebuild +++ b/app-emacs/thinks/thinks-1.8.ebuild @@ -1,15 +1,16 @@ # 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.9 2007/10/08 14:39:32 opfer Exp $ +# $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." +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" +KEYWORDS="alpha amd64 x86" IUSE="" -SITEFILE=50thinks-gentoo.el +SITEFILE=50${PN}-gentoo.el |