public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/source-highlight: ChangeLog source-highlight-2.11.ebuild
@ 2008-11-17 15:58 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2008-11-17 15:58 UTC (permalink / raw
  To: gentoo-commits

dev-zero    08/11/17 15:58:10

  Modified:             ChangeLog
  Added:                source-highlight-2.11.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc14/cvs/Linux 2.6.27.5 x86_64)

Revision  Changes    Path
1.34                 dev-util/source-highlight/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/source-highlight/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/source-highlight/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/source-highlight/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	21 Jul 2008 06:20:36 -0000	1.33
+++ ChangeLog	17 Nov 2008 15:58:10 -0000	1.34
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/source-highlight
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.33 2008/07/21 06:20:36 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.34 2008/11/17 15:58:10 dev-zero Exp $
+
+*source-highlight-2.11 (17 Nov 2008)
+
+  17 Nov 2008; Tiziano Müller <dev-zero@gentoo.org>
+  +source-highlight-2.11.ebuild:
+  Version bump.
 
 *source-highlight-2.10 (21 Jul 2008)
 



1.1                  dev-util/source-highlight/source-highlight-2.11.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/source-highlight/source-highlight-2.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/source-highlight/source-highlight-2.11.ebuild?rev=1.1&content-type=text/plain

Index: source-highlight-2.11.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-2.11.ebuild,v 1.1 2008/11/17 15:58:10 dev-zero Exp $

inherit bash-completion

DESCRIPTION="Generate highlighted source code as an (x)html document"
HOMEPAGE="http://www.gnu.org/software/src-highlite/source-highlight.html"
SRC_URI="mirror://gnu/src-highlite/${P}.tar.gz"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~mips ~ppc ~x86"
SLOT="0"
IUSE="doc"

DEPEND=">=dev-libs/boost-1.34.1
	dev-util/ctags"
RDEPEND="${DEPEND}"

src_install () {
	emake DESTDIR="${D}" install || die "make install failed"

	dobashcompletion source-highlight-bash-completion

	# That's not how we want it
	rm -fr "${D}/usr/share/doc" "${D}/etc"
	dodoc AUTHORS ChangeLog CREDITS NEWS README THANKS TODO.txt

	if use doc ; then
		cd "${S}/doc"
		dohtml *.{html,css,java}
	fi
}






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

only message in thread, other threads:[~2008-11-17 15:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-17 15:58 [gentoo-commits] gentoo-x86 commit in dev-util/source-highlight: ChangeLog source-highlight-2.11.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