public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/edb: ChangeLog edb-1.29.ebuild edb-1.28_p1.ebuild edb-1.28.ebuild
@ 2008-01-17 18:55 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2008-01-17 18:55 UTC (permalink / raw
  To: gentoo-commits

ulm         08/01/17 18:55:30

  Modified:             ChangeLog
  Added:                edb-1.29.ebuild
  Removed:              edb-1.28_p1.ebuild edb-1.28.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.4_rc14)

Revision  Changes    Path
1.9                  app-emacs/edb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/edb/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	27 Dec 2007 17:10:54 -0000	1.8
+++ ChangeLog	17 Jan 2008 18:55:30 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for app-emacs/edb
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/edb/ChangeLog,v 1.8 2007/12/27 17:10:54 ulm Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/edb/ChangeLog,v 1.9 2008/01/17 18:55:30 ulm Exp $
+
+*edb-1.29 (17 Jan 2008)
+
+  17 Jan 2008; Ulrich Mueller <ulm@gentoo.org> -edb-1.28.ebuild,
+  -edb-1.28_p1.ebuild, +edb-1.29.ebuild:
+  Version bump. LICENSE changed to GPL-3. Remove old.
 
 *edb-1.28_p2 (27 Dec 2007)
 



1.1                  app-emacs/edb/edb-1.29.ebuild

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

Index: edb-1.29.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/edb/edb-1.29.ebuild,v 1.1 2008/01/17 18:55:30 ulm Exp $

inherit elisp eutils versionator

MY_PV=$(delete_version_separator 2)
DESCRIPTION="EDB, The Emacs Database"
HOMEPAGE="http://www.gnuvola.org/software/edb/"
SRC_URI="http://www.gnuvola.org/software/edb/${PN}-${MY_PV}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
IUSE=""

S="${WORKDIR}/${PN}-${MY_PV}"
SITEFILE="52${PN}-gentoo.el"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/edb-info-direntry.patch"
}

src_compile() {
	econf || die "econf failed"
	emake -j1 || die "emake failed"
}

src_install() {
	einstall sitelisp="${D}${SITELISP}" || die "einstall failed"
	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
	dodoc AUTHORS BUGS ChangeLog HACKING NEWS README TODO \
		doc/refcard.{ps,pdf} || die "dodoc failed"
	insinto /usr/share/doc/${PF}; doins -r examples
}



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



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

only message in thread, other threads:[~2008-01-17 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-17 18:55 [gentoo-commits] gentoo-x86 commit in app-emacs/edb: ChangeLog edb-1.29.ebuild edb-1.28_p1.ebuild edb-1.28.ebuild 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