diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-10-12 12:25:49 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-10-12 12:25:49 +0000 |
commit | 77da93f547008c2c97c39de67e587cb3b681675f (patch) | |
tree | c509c91edb281a6c580a10a0ba75a97e961f2f54 /dev-libs/librep | |
parent | Specify name of Emacs site-init file explicitely. (diff) | |
download | gentoo-2-77da93f547008c2c97c39de67e587cb3b681675f.tar.gz gentoo-2-77da93f547008c2c97c39de67e587cb3b681675f.tar.bz2 gentoo-2-77da93f547008c2c97c39de67e587cb3b681675f.zip |
Specify name of Emacs site-init file explicitely.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'dev-libs/librep')
-rw-r--r-- | dev-libs/librep/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/librep/librep-0.17_p20070101.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/librep/ChangeLog b/dev-libs/librep/ChangeLog index 2890f37dd031..a39013575ded 100644 --- a/dev-libs/librep/ChangeLog +++ b/dev-libs/librep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/librep # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/ChangeLog,v 1.51 2008/10/06 19:31:53 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/ChangeLog,v 1.52 2008/10/12 12:25:49 ulm Exp $ + + 12 Oct 2008; Ulrich Mueller <ulm@gentoo.org> librep-0.17_p20070101.ebuild: + Specify name of Emacs site-init file explicitely. 06 Oct 2008; Harald van Dijk <truedfx@gentoo.org> +files/librep-0.17_p20070101-ldflags.patch, librep-0.17_p20070101.ebuild: diff --git a/dev-libs/librep/librep-0.17_p20070101.ebuild b/dev-libs/librep/librep-0.17_p20070101.ebuild index 50119abbb1f8..c7407818e43a 100644 --- a/dev-libs/librep/librep-0.17_p20070101.ebuild +++ b/dev-libs/librep/librep-0.17_p20070101.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.17_p20070101.ebuild,v 1.6 2008/10/06 19:31:53 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.17_p20070101.ebuild,v 1.7 2008/10/12 12:25:49 ulm Exp $ MY_P=${P%_*} @@ -60,7 +60,7 @@ src_install() { if use emacs; then elisp-install ${PN} rep-debugger.{el,elc} || die "elisp-install failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ + elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" \ || die "elisp-site-file-install failed" fi } |