* [gentoo-commits] gentoo-x86 commit in app-emacs/php-mode: ChangeLog php-mode-1.4.0_beta.ebuild
@ 2008-01-01 17:38 Ulrich Mueller (ulm)
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-01-01 17:38 UTC (permalink / raw
To: gentoo-commits
ulm 08/01/01 17:38:28
Modified: ChangeLog
Added: php-mode-1.4.0_beta.ebuild
Log:
Version bump, thanks Flameeyes.
(Portage version: 2.1.4_rc12)
Revision Changes Path
1.24 app-emacs/php-mode/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/php-mode/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/php-mode/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/php-mode/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/php-mode/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 15 Nov 2007 06:40:37 -0000 1.23
+++ ChangeLog 1 Jan 2008 17:38:28 -0000 1.24
@@ -1,6 +1,13 @@
# ChangeLog for app-emacs/php-mode
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/php-mode/ChangeLog,v 1.23 2007/11/15 06:40:37 ulm Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/php-mode/ChangeLog,v 1.24 2008/01/01 17:38:28 ulm Exp $
+
+*php-mode-1.4.0_beta (01 Jan 2008)
+
+ 01 Jan 2008; Ulrich Mueller <ulm@gentoo.org>
+ +files/php-mode-1.4.0_beta-conditional-key.patch,
+ +files/php-mode-info-direntry.patch, +php-mode-1.4.0_beta.ebuild:
+ Version bump, thanks Flameeyes. Install GNU info file, FDL added to LICENSE.
15 Nov 2007; Ulrich Mueller <ulm@gentoo.org> -files/50php-mode-gentoo.el,
-php-mode-1.1.0.ebuild:
1.1 app-emacs/php-mode/php-mode-1.4.0_beta.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/php-mode/php-mode-1.4.0_beta.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/php-mode/php-mode-1.4.0_beta.ebuild?rev=1.1&content-type=text/plain
Index: php-mode-1.4.0_beta.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/php-mode/php-mode-1.4.0_beta.ebuild,v 1.1 2008/01/01 17:38:28 ulm Exp $
inherit elisp eutils
DESCRIPTION="GNU Emacs major mode for editing PHP code"
HOMEPAGE="http://php-mode.sourceforge.net"
SRC_URI="mirror://gentoo/${P/_/-}.tar.bz2"
LICENSE="GPL-3 FDL-1.2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
S="${WORKDIR}/${P/_/-}"
SITEFILE=51${PN}-gentoo.el
DOCS="ChangeLog"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-conditional-key.patch"
epatch "${FILESDIR}/${PN}-info-direntry.patch"
}
src_compile() {
elisp_src_compile
makeinfo ${PN}.texi || die "makeinfo failed"
}
src_install() {
elisp_src_install
doinfo ${PN}.info*
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/php-mode: ChangeLog php-mode-1.4.0_beta.ebuild
@ 2008-12-13 17:21 Ulrich Mueller (ulm)
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-12-13 17:21 UTC (permalink / raw
To: gentoo-commits
ulm 08/12/13 17:21:04
Modified: ChangeLog
Removed: php-mode-1.4.0_beta.ebuild
Log:
Remove intermediate version.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r4 i686)
Revision Changes Path
1.30 app-emacs/php-mode/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/php-mode/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/php-mode/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/php-mode/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/php-mode/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 13 Dec 2008 14:07:41 -0000 1.29
+++ ChangeLog 13 Dec 2008 17:21:04 -0000 1.30
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/php-mode
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/php-mode/ChangeLog,v 1.29 2008/12/13 14:07:41 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/php-mode/ChangeLog,v 1.30 2008/12/13 17:21:04 ulm Exp $
+
+ 13 Dec 2008; Ulrich Mueller <ulm@gentoo.org>
+ -files/php-mode-1.4.0_beta-conditional-key.patch,
+ -files/php-mode-info-direntry.patch, -php-mode-1.4.0_beta.ebuild:
+ Remove intermediate version.
13 Dec 2008; Tobias Scherbaum <dertobi123@gentoo.org>
php-mode-1.5.0.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-13 17:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-13 17:21 [gentoo-commits] gentoo-x86 commit in app-emacs/php-mode: ChangeLog php-mode-1.4.0_beta.ebuild Ulrich Mueller (ulm)
-- strict thread matches above, loose matches on Subject: below --
2008-01-01 17:38 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