public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/cflow: cflow-1.4.ebuild ChangeLog cflow-1.3.ebuild
@ 2013-05-27  6:07 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2013-05-27  6:07 UTC (permalink / raw
  To: gentoo-commits

dev-zero    13/05/27 06:07:23

  Modified:             ChangeLog
  Added:                cflow-1.4.ebuild
  Removed:              cflow-1.3.ebuild
  Log:
  Version bump (bug #469172) including EAPI-5 bump/usage and dependency fixes. Drop old.
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0x1E0CA85F!)

Revision  Changes    Path
1.11                 dev-util/cflow/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cflow/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cflow/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cflow/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cflow/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	12 Sep 2009 01:13:22 -0000	1.10
+++ ChangeLog	27 May 2013 06:07:23 -0000	1.11
@@ -1,6 +1,14 @@
 # ChangeLog for dev-util/cflow
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cflow/ChangeLog,v 1.10 2009/09/12 01:13:22 patrick Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cflow/ChangeLog,v 1.11 2013/05/27 06:07:23 dev-zero Exp $
+
+*cflow-1.4 (27 May 2013)
+
+  27 May 2013; Tiziano Müller <dev-zero@gentoo.org> +cflow-1.4.ebuild,
+  +files/cflow-1.4-info-direntry.patch, -cflow-1.3.ebuild,
+  -files/cflow-1.2-info-direntry.patch:
+  Version bump (bug #469172) including EAPI-5 bump/usage and dependency fixes.
+  Drop old.
 
 *cflow-1.3 (12 Sep 2009)
 
@@ -47,4 +55,3 @@
   +cflow-1.0.ebuild:
   Initial import to the tree. This closes bug #127078. Thanks to Tomoyuki
   Sakurai for the ebuid.
-



1.1                  dev-util/cflow/cflow-1.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cflow/cflow-1.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cflow/cflow-1.4.ebuild?rev=1.1&content-type=text/plain

Index: cflow-1.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cflow/cflow-1.4.ebuild,v 1.1 2013/05/27 06:07:23 dev-zero Exp $

EAPI="5"

inherit elisp-common eutils

DESCRIPTION="C function call hierarchy analyzer"
HOMEPAGE="http://www.gnu.org/software/cflow/"
SRC_URI="ftp://download.gnu.org.ua/pub/release/cflow/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug emacs nls"

RDEPEND="emacs? ( virtual/emacs )
	nls? ( virtual/libintl virtual/libiconv )"
DEPEND="${RDEPEND}
	nls? ( sys-devel/gettext )"

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

src_prepare() {
	epatch "${FILESDIR}/${P}-info-direntry.patch"
}

src_configure() {
	econf \
		$(use_enable nls) \
		$(use_enable debug) \
		EMACS=no
}

src_compile() {
	default

	if use emacs; then
		elisp-compile elisp/cflow-mode.el
	fi
}

src_install() {
	default
	doinfo doc/cflow.info

	if use emacs; then
		elisp-install ${PN} elisp/cflow-mode.{el,elc}
		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
	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:[~2013-05-27  6:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-27  6:07 [gentoo-commits] gentoo-x86 commit in dev-util/cflow: cflow-1.4.ebuild ChangeLog cflow-1.3.ebuild Tiziano Mueller (dev-zero)

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