public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/guilt: ChangeLog guilt-0.32.1.ebuild
@ 2009-07-01 16:54 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2009-07-01 16:54 UTC (permalink / raw
  To: gentoo-commits

vapier      09/07/01 16:54:42

  Modified:             ChangeLog
  Added:                guilt-0.32.1.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-util/guilt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/guilt/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	8 May 2009 21:39:44 -0000	1.6
+++ ChangeLog	1 Jul 2009 16:54:42 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/guilt
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/guilt/ChangeLog,v 1.6 2009/05/08 21:39:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/guilt/ChangeLog,v 1.7 2009/07/01 16:54:42 vapier Exp $
+
+*guilt-0.32.1 (01 Jul 2009)
+
+  01 Jul 2009; Mike Frysinger <vapier@gentoo.org> +guilt-0.32.1.ebuild:
+  Version bump.
 
 *guilt-0.32 (08 May 2009)
 



1.1                  dev-util/guilt/guilt-0.32.1.ebuild

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

Index: guilt-0.32.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/guilt/guilt-0.32.1.ebuild,v 1.1 2009/07/01 16:54:42 vapier Exp $

DESCRIPTION="A series of bash scripts which add a quilt-like interface to git"
HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/"
SRC_URI="mirror://kernel/linux/kernel/people/jsipek/${PN}/${P}.tar.bz2
	mirror://gentoo/${PN}-manpages-${PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="doc"

RDEPEND="dev-util/git"
DEPEND="${RDEPEND}
	doc? ( app-text/asciidoc app-text/xmlto )"

RESTRICT="test"

src_unpack() {
	unpack ${A}
	cd "${S}"

	sed -i \
		-e '/^PREFIX/s:=.*:=/usr:' \
		-e "/^htmldir/s:=.*:=/usr/share/doc/${PF}/html:" \
		-e "/^VERSION/s:=.*:=${PV}:" \
		Makefile */Makefile || die
}

src_compile() {
	if use doc ; then
		emake -C Documentation html || die
	fi
}

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

	dodoc Documentation/{Contributing,Features,HOWTO,Requirements}
	doman Documentation/*.[0-9] || die

	if use doc ; then
		dodir "/usr/share/doc/${PF}/html"
		emake -C Documentation install-html DESTDIR="${D}" || die
	fi
}






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

only message in thread, other threads:[~2009-07-01 16:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-01 16:54 [gentoo-commits] gentoo-x86 commit in dev-util/guilt: ChangeLog guilt-0.32.1.ebuild Mike Frysinger (vapier)

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