diff options
author | 2009-12-15 17:31:26 +0000 | |
---|---|---|
committer | 2009-12-15 17:31:26 +0000 | |
commit | 8bbb8afa3d84b986a3dc5bd994e292573e22ece9 (patch) | |
tree | 5bbced4d432a9da0e44b067c42b3ea9fb1c141f6 /app-emacs/erobot | |
parent | Fix homepage URL, point SRC_URI to the Gentoo mirrors. (diff) | |
download | gentoo-2-8bbb8afa3d84b986a3dc5bd994e292573e22ece9.tar.gz gentoo-2-8bbb8afa3d84b986a3dc5bd994e292573e22ece9.tar.bz2 gentoo-2-8bbb8afa3d84b986a3dc5bd994e292573e22ece9.zip |
Update HOMEPAGE, bug 297028. Move site-init file to canonical name.
(Portage version: 2.2_rc59/cvs/Linux i686)
Diffstat (limited to 'app-emacs/erobot')
-rw-r--r-- | app-emacs/erobot/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/erobot/erobot-2.1.0-r1.ebuild | 17 | ||||
-rw-r--r-- | app-emacs/erobot/files/50erobot-gentoo.el (renamed from app-emacs/erobot/files/51erobot-gentoo.el) | 3 |
3 files changed, 12 insertions, 16 deletions
diff --git a/app-emacs/erobot/ChangeLog b/app-emacs/erobot/ChangeLog index 743cfdf5773b..27b4cb31af3d 100644 --- a/app-emacs/erobot/ChangeLog +++ b/app-emacs/erobot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/erobot -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/erobot/ChangeLog,v 1.12 2007/11/25 16:46:55 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/erobot/ChangeLog,v 1.13 2009/12/15 17:31:25 ulm Exp $ + + 15 Dec 2009; Ulrich Mueller <ulm@gentoo.org> +files/50erobot-gentoo.el, + erobot-2.1.0-r1.ebuild, -files/51erobot-gentoo.el: + Update HOMEPAGE, bug 297028. Move site-init file to canonical name. 25 Nov 2007; Ulrich Mueller <ulm@gentoo.org> -files/50erobot-gentoo.el, -erobot-2.1.0.ebuild, erobot-2.1.0-r1.ebuild: diff --git a/app-emacs/erobot/erobot-2.1.0-r1.ebuild b/app-emacs/erobot/erobot-2.1.0-r1.ebuild index 9197402ce67e..e685b2af7db6 100644 --- a/app-emacs/erobot/erobot-2.1.0-r1.ebuild +++ b/app-emacs/erobot/erobot-2.1.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/erobot/erobot-2.1.0-r1.ebuild,v 1.4 2007/11/25 16:46:55 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/erobot/erobot-2.1.0-r1.ebuild,v 1.5 2009/12/15 17:31:25 ulm Exp $ -inherit elisp eutils +inherit elisp DESCRIPTION="Battle-bots for Emacs!" -HOMEPAGE="http://www.geocities.com/kensanata/emacs-games.html" +HOMEPAGE="http://www.emacswiki.org/emacs/EmacsRobots" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" @@ -13,10 +13,5 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -SITEFILE=51${PN}-gentoo.el - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-fix-interactive.patch" -} +ELISP_PATCHES="${P}-fix-interactive.patch" +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/erobot/files/51erobot-gentoo.el b/app-emacs/erobot/files/50erobot-gentoo.el index eaff7f1b3068..9ca415017af3 100644 --- a/app-emacs/erobot/files/51erobot-gentoo.el +++ b/app-emacs/erobot/files/50erobot-gentoo.el @@ -1,6 +1,3 @@ - -;;; erobot site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'erobot "erobot" "Starts a game of erobot." t) (autoload 'erobot-tour "erobot" |