* [gentoo-commits] gentoo-x86 commit in app-emacs/apel: ChangeLog apel-10.8.ebuild
@ 2010-12-12 15:48 Christian Faulhammer (fauli)
0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-12-12 15:48 UTC (permalink / raw
To: gentoo-commits
fauli 10/12/12 15:48:09
Modified: ChangeLog
Added: apel-10.8.ebuild
Log:
version bump
(Portage version: 2.1.9.24/cvs/Linux i686)
Revision Changes Path
1.40 app-emacs/apel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/apel/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/apel/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/apel/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 27 Sep 2010 11:00:40 -0000 1.39
+++ ChangeLog 12 Dec 2010 15:48:09 -0000 1.40
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/apel
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.39 2010/09/27 11:00:40 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.40 2010/12/12 15:48:09 fauli Exp $
+
+*apel-10.8 (12 Dec 2010)
+
+ 12 Dec 2010; Christian Faulhammer <fauli@gentoo.org> +apel-10.8.ebuild:
+ version bump
27 Sep 2010; Michael Weber <xmw@gentoo.org> apel-10.7-r1.ebuild:
Added ~arm keyword
1.1 app-emacs/apel/apel-10.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/apel/apel-10.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/apel/apel-10.8.ebuild?rev=1.1&content-type=text/plain
Index: apel-10.8.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.8.ebuild,v 1.1 2010/12/12 15:48:09 fauli Exp $
EAPI=3
inherit elisp
DESCRIPTION="A Portable Emacs Library is a library for making portable Emacs Lisp programs."
HOMEPAGE="http://cvs.m17n.org/elisp/APEL/"
SRC_URI="ftp://ftp.jpl.org/pub/elisp/apel/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE=""
src_prepare() {
cat <<-EOF >> APEL-CFG
(setq APEL_PREFIX "apel")
(setq EMU_PREFIX "apel")
EOF
}
src_compile() {
emake PREFIX="${ED}/usr" \
LISPDIR="${ED}/${SITELISP}" \
VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" || die
}
src_install() {
einstall PREFIX="${ED}/usr" \
LISPDIR="${ED}/${SITELISP}" \
VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" || die
elisp-site-file-install "${FILESDIR}/50apel-gentoo.el"
dodoc ChangeLog README*
}
pkg_postinst() {
elisp-site-regen
elog "See the README.en file in /usr/share/doc/${PF} for tips"
elog "on how to customize this package."
elog "And you need to rebuild packages depending on ${PN}."
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/apel: ChangeLog apel-10.8.ebuild
@ 2015-04-18 21:16 Ulrich Mueller (ulm)
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2015-04-18 21:16 UTC (permalink / raw
To: gentoo-commits
ulm 15/04/18 21:16:34
Modified: ChangeLog
Removed: apel-10.8.ebuild
Log:
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.62 app-emacs/apel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/apel/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/apel/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/apel/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 18 Apr 2015 20:39:18 -0000 1.61
+++ ChangeLog 18 Apr 2015 21:16:34 -0000 1.62
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/apel
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.61 2015/04/18 20:39:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.62 2015/04/18 21:16:34 ulm Exp $
+
+ 18 Apr 2015; Ulrich Müller <ulm@gentoo.org> -apel-10.8.ebuild:
+ Remove old.
18 Apr 2015; Pacho Ramos <pacho@gentoo.org> apel-10.8-r1.ebuild:
ppc64 stable wrt bug #505424
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-18 21:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-12 15:48 [gentoo-commits] gentoo-x86 commit in app-emacs/apel: ChangeLog apel-10.8.ebuild Christian Faulhammer (fauli)
-- strict thread matches above, loose matches on Subject: below --
2015-04-18 21:16 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