public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/elscreen: ChangeLog elscreen-1.4.5-r1.ebuild
@ 2007-09-23  8:07 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2007-09-23  8:07 UTC (permalink / raw
  To: gentoo-commits

ulm         07/09/23 08:07:50

  Modified:             ChangeLog
  Added:                elscreen-1.4.5-r1.ebuild
  Log:
  Do not load the package from site-gentoo.el.
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.16                 app-emacs/elscreen/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/elscreen/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/elscreen/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/elscreen/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/elscreen/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	3 Jul 2007 09:08:00 -0000	1.15
+++ ChangeLog	23 Sep 2007 08:07:50 -0000	1.16
@@ -1,6 +1,12 @@
 # ChangeLog for app-emacs/elscreen
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/elscreen/ChangeLog,v 1.15 2007/07/03 09:08:00 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/elscreen/ChangeLog,v 1.16 2007/09/23 08:07:50 ulm Exp $
+
+*elscreen-1.4.5-r1 (23 Sep 2007)
+
+  23 Sep 2007; Ulrich Mueller <ulm@gentoo.org> +files/50elscreen-gentoo.el,
+  +elscreen-1.4.5-r1.ebuild:
+  Don't load the package from site-gentoo.el.
 
   03 Jul 2007; Christian Faulhammer <opfer@gentoo.org>
   elscreen-1.4.5.ebuild:



1.1                  app-emacs/elscreen/elscreen-1.4.5-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/elscreen/elscreen-1.4.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/elscreen/elscreen-1.4.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: elscreen-1.4.5-r1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/elscreen/elscreen-1.4.5-r1.ebuild,v 1.1 2007/09/23 08:07:50 ulm Exp $

inherit elisp

DESCRIPTION="Frame configuration management for GNU Emacs modelled after GNU Screen"
HOMEPAGE="http://www.morishima.net/~naoto/j/software/elscreen/"
SRC_URI="ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND="app-emacs/apel"

SITEFILE=50${PN}-gentoo.el
DOCS="ChangeLog README"

pkg_postinst() {
	elisp-site-regen

	echo
	elog "ElScreen modifies standard Emacs keybindings and is therefore"
	elog "no longer loaded from site-gentoo.el. Add the line"
	elog "  (require 'elscreen)"
	elog "to your ~/.emacs file to enable it on Emacs startup."
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emacs/elscreen: ChangeLog elscreen-1.4.5-r1.ebuild
@ 2008-03-22 14:01 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-03-22 14:01 UTC (permalink / raw
  To: gentoo-commits

opfer       08/03/22 14:01:01

  Modified:             ChangeLog
  Removed:              elscreen-1.4.5-r1.ebuild
  Log:
  clean up
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.21                 app-emacs/elscreen/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/elscreen/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/elscreen/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/elscreen/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/elscreen/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	24 Feb 2008 17:09:34 -0000	1.20
+++ ChangeLog	22 Mar 2008 14:01:00 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/elscreen
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/elscreen/ChangeLog,v 1.20 2008/02/24 17:09:34 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/elscreen/ChangeLog,v 1.21 2008/03/22 14:01:00 opfer Exp $
+
+  22 Mar 2008; Christian Faulhammer <opfer@gentoo.org>
+  -elscreen-1.4.5-r1.ebuild:
+  clean up
 
   24 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
   elscreen-1.4.6.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-22 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-22 14:01 [gentoo-commits] gentoo-x86 commit in app-emacs/elscreen: ChangeLog elscreen-1.4.5-r1.ebuild Christian Faulhammer (opfer)
  -- strict thread matches above, loose matches on Subject: below --
2007-09-23  8:07 Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox