public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/librep: ChangeLog librep-0.90.5.ebuild
@ 2010-03-28 19:42 Harald van Dijk (truedfx)
  0 siblings, 0 replies; only message in thread
From: Harald van Dijk (truedfx) @ 2010-03-28 19:42 UTC (permalink / raw
  To: gentoo-commits

truedfx     10/03/28 19:42:33

  Modified:             ChangeLog
  Added:                librep-0.90.5.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.55                 dev-libs/librep/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/librep/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/librep/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/librep/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/librep/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	25 Nov 2009 20:58:35 -0000	1.54
+++ ChangeLog	28 Mar 2010 19:42:33 -0000	1.55
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/librep
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/ChangeLog,v 1.54 2009/11/25 20:58:35 truedfx Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/ChangeLog,v 1.55 2010/03/28 19:42:33 truedfx Exp $
+
+*librep-0.90.5 (28 Mar 2010)
+
+  28 Mar 2010; Harald van Dijk <truedfx@gentoo.org> +librep-0.90.5.ebuild:
+  Version bump
 
 *librep-0.90.3 (25 Nov 2009)
 



1.1                  dev-libs/librep/librep-0.90.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/librep/librep-0.90.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/librep/librep-0.90.5.ebuild?rev=1.1&content-type=text/plain

Index: librep-0.90.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.90.5.ebuild,v 1.1 2010/03/28 19:42:33 truedfx Exp $

inherit eutils multilib elisp-common

DESCRIPTION="Shared library implementing a Lisp dialect"
HOMEPAGE="http://librep.sourceforge.net/"
SRC_URI="http://download.tuxfamily.org/sawfish/${PN}/${P}.tar.bz2"

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

RDEPEND=">=sys-libs/gdbm-1.8.0
	emacs? ( virtual/emacs )
	readline? ( sys-libs/readline )"
DEPEND="${RDEPEND}
	sys-apps/texinfo"

src_unpack() {
	unpack ${P}.tar.bz2
	cd "${S}"
	epatch "${FILESDIR}"/${PN}-0.17.3-disable-elisp.patch
}

src_compile() {
	econf \
		--libexecdir=/usr/$(get_libdir) \
		--without-gmp \
		--without-ffi \
		$(use_with readline) || die "configure failed"

	emake || die "make failed"

	if use emacs; then
		elisp-compile rep-debugger.el || die "elisp-compile failed"
	fi
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO TREE
	docinto doc
	dodoc doc/*

	if use emacs; then
		elisp-install ${PN} rep-debugger.{el,elc} || die "elisp-install failed"
		elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" \
			|| die "elisp-site-file-install failed"
	fi
}

pkg_postinst() {
	use emacs && elisp-site-regen
}

pkg_postrm() {
	use emacs && elisp-site-regen
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-28 19:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-28 19:42 [gentoo-commits] gentoo-x86 commit in dev-libs/librep: ChangeLog librep-0.90.5.ebuild Harald van Dijk (truedfx)

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