From 49c9fe4d21c3094d734794d6f3b39c555df74c77 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 8 Sep 2012 17:55:43 +0000 Subject: Change EAPI to 4. Move site-init file to canonical name. (Portage version: 2.1.11.13/cvs/Linux x86_64) --- app-emacs/binclock/ChangeLog | 8 ++++++-- app-emacs/binclock/binclock-1.7-r1.ebuild | 8 +++++--- app-emacs/binclock/files/50binclock-gentoo.el | 2 ++ app-emacs/binclock/files/51binclock-gentoo.el | 4 ---- 4 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 app-emacs/binclock/files/50binclock-gentoo.el delete mode 100644 app-emacs/binclock/files/51binclock-gentoo.el (limited to 'app-emacs/binclock') diff --git a/app-emacs/binclock/ChangeLog b/app-emacs/binclock/ChangeLog index fc8fb0cb8370..2cda19837534 100644 --- a/app-emacs/binclock/ChangeLog +++ b/app-emacs/binclock/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/binclock -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/binclock/ChangeLog,v 1.17 2009/06/16 18:03:04 klausman Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/binclock/ChangeLog,v 1.18 2012/09/08 17:55:42 ulm Exp $ + + 08 Sep 2012; Ulrich Müller +files/50binclock-gentoo.el, + -files/51binclock-gentoo.el, binclock-1.7-r1.ebuild: + Change EAPI to 4. Move site-init file to canonical name. 16 Jun 2009; Tobias Klausmann binclock-1.7-r1.ebuild: diff --git a/app-emacs/binclock/binclock-1.7-r1.ebuild b/app-emacs/binclock/binclock-1.7-r1.ebuild index 0bf8d9693f03..d17aa5376d6f 100644 --- a/app-emacs/binclock/binclock-1.7-r1.ebuild +++ b/app-emacs/binclock/binclock-1.7-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/binclock/binclock-1.7-r1.ebuild,v 1.6 2009/06/16 18:03:04 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/binclock/binclock-1.7-r1.ebuild,v 1.7 2012/09/08 17:55:42 ulm Exp $ + +EAPI=4 inherit elisp @@ -13,4 +15,4 @@ SLOT="0" KEYWORDS="~alpha amd64 ppc ppc64 x86" IUSE="" -SITEFILE=51${PN}-gentoo.el +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/binclock/files/50binclock-gentoo.el b/app-emacs/binclock/files/50binclock-gentoo.el new file mode 100644 index 000000000000..21f1d818d190 --- /dev/null +++ b/app-emacs/binclock/files/50binclock-gentoo.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'binclock "binclock" "Display the binary clock." t) diff --git a/app-emacs/binclock/files/51binclock-gentoo.el b/app-emacs/binclock/files/51binclock-gentoo.el deleted file mode 100644 index 0e81b1c65ced..000000000000 --- a/app-emacs/binclock/files/51binclock-gentoo.el +++ /dev/null @@ -1,4 +0,0 @@ - -;;; binclock site-lisp configuration -(add-to-list 'load-path "@SITELISP@") -(autoload 'binclock "binclock" "Display the binary clock." t) -- cgit v1.2.3-65-gdbad