* [gentoo-commits] gentoo-x86 commit in dev-vcs/hgview: ChangeLog hgview-1.7.1-r1.ebuild
@ 2013-04-16 18:33 Sergey Popov (pinkbyte)
0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2013-04-16 18:33 UTC (permalink / raw
To: gentoo-commits
pinkbyte 13/04/16 18:33:50
Modified: ChangeLog
Added: hgview-1.7.1-r1.ebuild
Log:
Revision bump: port to distutils-r1 eclass
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path
1.11 dev-vcs/hgview/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgview/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgview/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgview/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hgview/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 16 Apr 2013 18:04:24 -0000 1.10
+++ ChangeLog 16 Apr 2013 18:33:50 -0000 1.11
@@ -1,6 +1,11 @@
# ChangeLog for dev-vcs/hgview
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgview/ChangeLog,v 1.10 2013/04/16 18:04:24 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgview/ChangeLog,v 1.11 2013/04/16 18:33:50 pinkbyte Exp $
+
+*hgview-1.7.1-r1 (16 Apr 2013)
+
+ 16 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> +hgview-1.7.1-r1.ebuild:
+ Revision bump: port to distutils-r1 eclass
*hgview-1.7.1 (16 Apr 2013)
1.1 dev-vcs/hgview/hgview-1.7.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgview/hgview-1.7.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgview/hgview-1.7.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: hgview-1.7.1-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgview/hgview-1.7.1-r1.ebuild,v 1.1 2013/04/16 18:33:50 pinkbyte Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
DISTUTILS_IN_SOURCE_BUILD=1
inherit distutils-r1
DESCRIPTION="PyQt4-based Mercurial log navigator"
HOMEPAGE="http://www.logilab.org/project/hgview"
SRC_URI="http://ftp.logilab.org/pub/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="dev-python/docutils[${PYTHON_USEDEP}]
dev-python/PyQt4[${PYTHON_USEDEP},X]
dev-python/qscintilla-python[${PYTHON_USEDEP}]
dev-vcs/mercurial[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
doc? (
app-text/asciidoc
app-text/xmlto
)"
python_configure_all() {
mydistutilsargs=(
build $(use doc || echo --no-doc)
)
}
src_prepare() {
# https://www.logilab.org/ticket/103668
sed -i \
-e 's:MANDIR=$(PREFIX)/man:MANDIR=$(PREFIX)/share/man:' \
-e 's:$(INSTALL) $$i:$(INSTALL) -m 644 $$i:' \
doc/Makefile || die
distutils-r1_src_prepare
}
src_install() {
distutils-r1_src_install
# Install Mercurial extension config file
insinto /etc/mercurial/hgrc.d
doins hgext/hgview.rc
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-16 18:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-16 18:33 [gentoo-commits] gentoo-x86 commit in dev-vcs/hgview: ChangeLog hgview-1.7.1-r1.ebuild Sergey Popov (pinkbyte)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox