diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-11-20 08:18:11 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-11-20 08:18:11 +0000 |
commit | d72fb1db64ad26f0641f331436134df2c9064424 (patch) | |
tree | 48889e23db4af07bc85d70924d912824a6734403 /app-emacs/whine | |
parent | Version bump <http://my.opera.com/desktopteam/blog/2009/11/19/faster-photo-sh... (diff) | |
download | gentoo-2-d72fb1db64ad26f0641f331436134df2c9064424.tar.gz gentoo-2-d72fb1db64ad26f0641f331436134df2c9064424.tar.bz2 gentoo-2-d72fb1db64ad26f0641f331436134df2c9064424.zip |
Version bump.
(Portage version: 2.2_rc50/cvs/Linux i686)
Diffstat (limited to 'app-emacs/whine')
-rw-r--r-- | app-emacs/whine/ChangeLog | 9 | ||||
-rw-r--r-- | app-emacs/whine/files/50whine-gentoo.el | 3 | ||||
-rw-r--r-- | app-emacs/whine/whine-20091120.ebuild | 16 |
3 files changed, 23 insertions, 5 deletions
diff --git a/app-emacs/whine/ChangeLog b/app-emacs/whine/ChangeLog index bd80530bfd2a..765e96e7bfab 100644 --- a/app-emacs/whine/ChangeLog +++ b/app-emacs/whine/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/whine -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/whine/ChangeLog,v 1.3 2008/02/25 20:43:46 opfer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/whine/ChangeLog,v 1.4 2009/11/20 08:18:11 ulm Exp $ + +*whine-20091120 (20 Nov 2009) + + 20 Nov 2009; Ulrich Mueller <ulm@gentoo.org> +whine-20091120.ebuild: + Version bump. 25 Feb 2008; Christian Faulhammer <opfer@gentoo.org> whine-20071227.ebuild: diff --git a/app-emacs/whine/files/50whine-gentoo.el b/app-emacs/whine/files/50whine-gentoo.el index 31ff8fbdabfa..9babd69bec38 100644 --- a/app-emacs/whine/files/50whine-gentoo.el +++ b/app-emacs/whine/files/50whine-gentoo.el @@ -1,6 +1,3 @@ - -;;; whine site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'whinify "whine" "Make certain global-mode keys whine. diff --git a/app-emacs/whine/whine-20091120.ebuild b/app-emacs/whine/whine-20091120.ebuild new file mode 100644 index 000000000000..19d3440b2e1f --- /dev/null +++ b/app-emacs/whine/whine-20091120.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/whine/whine-20091120.ebuild,v 1.1 2009/11/20 08:18:11 ulm Exp $ + +inherit elisp + +DESCRIPTION="Complaint generator for GNU Emacs" +HOMEPAGE="http://groups.google.com/group/comp.emacs/msg/00352d73fff71dca" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SITEFILE="50${PN}-gentoo.el" |