public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/robodoc: ChangeLog robodoc-4.99.36.ebuild robodoc-4.99.8.ebuild
@ 2009-06-09 22:35 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-06-09 22:35 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/06/09 22:35:06

  Modified:             ChangeLog
  Added:                robodoc-4.99.36.ebuild
  Removed:              robodoc-4.99.8.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-text/robodoc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/robodoc/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/robodoc/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/robodoc/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/robodoc/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	12 Mar 2007 23:11:31 -0000	1.3
+++ ChangeLog	9 Jun 2009 22:35:06 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/robodoc
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/robodoc/ChangeLog,v 1.3 2007/03/12 23:11:31 leonardop Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/robodoc/ChangeLog,v 1.4 2009/06/09 22:35:06 ssuominen Exp $
+
+*robodoc-4.99.36 (09 Jun 2009)
+
+  09 Jun 2009; Samuli Suominen <ssuominen@gentoo.org>
+  +robodoc-4.99.36.ebuild:
+  Version bump.
 
   12 Mar 2007; Leonardo Boshell <leonardop@gentoo.org> metadata.xml:
   Replacing text-markup herd with the new sgml herd.



1.1                  app-text/robodoc/robodoc-4.99.36.ebuild

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

Index: robodoc-4.99.36.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/robodoc/robodoc-4.99.36.ebuild,v 1.1 2009/06/09 22:35:06 ssuominen Exp $

EAPI=2

DESCRIPTION="Automating Software Documentation"
HOMEPAGE="http://www.xs4all.nl/~rfsber/Robo/robodoc.html"
SRC_URI="http://www.xs4all.nl/~rfsber/Robo/DistSource/${P}.tar.gz"

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

RDEPEND=">=dev-util/ctags-5.3.1"
DEPEND="${RDEPEND}"

src_configure() {
	econf \
		--docdir=/usr/share/doc/${PF} \
		--disable-dependency-tracking
}

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

	insinto /usr/share/${PN}
	doins Contributions/* || die "doins failed"

	rm -f "${D}"/usr/share/doc/${PF}/{COPYING,INSTALL}
	prepalldocs

	if use examples; then
		insinto /usr/share/${PN}
		doins -r Examples/PerlExample || die "doins failed"
	fi
}






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

only message in thread, other threads:[~2009-06-09 22:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-09 22:35 [gentoo-commits] gentoo-x86 commit in app-text/robodoc: ChangeLog robodoc-4.99.36.ebuild robodoc-4.99.8.ebuild Samuli Suominen (ssuominen)

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