public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Harring (ferringb)" <ferringb@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/pkgcore: ChangeLog pkgcore-9999.ebuild
Date: Thu, 26 Jan 2012 14:57:03 +0000 (UTC)	[thread overview]
Message-ID: <20120126145703.9AC1A2004B@flycatcher.gentoo.org> (raw)

ferringb    12/01/26 14:57:03

  Modified:             ChangeLog pkgcore-9999.ebuild
  Log:
  update -9999 w/ appropriate sphinx dep
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.149                sys-apps/pkgcore/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/ChangeLog?r1=1.148&r2=1.149

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog	24 Jan 2012 15:16:20 -0000	1.148
+++ ChangeLog	26 Jan 2012 14:57:03 -0000	1.149
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pkgcore
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v 1.148 2012/01/24 15:16:20 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v 1.149 2012/01/26 14:57:03 ferringb Exp $
+
+  26 Jan 2012; Brian Harring <ferringb@gentoo.org> pkgcore-9999.ebuild:
+  update deps to reference sphinx
 
 *pkgcore-0.7.7.7-r1 (24 Jan 2012)
 



1.7                  sys-apps/pkgcore/pkgcore-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/pkgcore-9999.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/pkgcore-9999.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/pkgcore-9999.ebuild?r1=1.6&r2=1.7

Index: pkgcore-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/pkgcore-9999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pkgcore-9999.ebuild	6 Dec 2011 11:39:34 -0000	1.6
+++ pkgcore-9999.ebuild	26 Jan 2012 14:57:03 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/pkgcore-9999.ebuild,v 1.6 2011/12/06 11:39:34 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/pkgcore-9999.ebuild,v 1.7 2012/01/26 14:57:03 ferringb Exp $
 
 EAPI="3"
 DISTUTILS_SRC_TEST="setup.py"
@@ -21,7 +21,7 @@
 	=dev-python/snakeoil-9999
 	|| ( >=dev-lang/python-2.5 dev-python/pycrypto )"
 DEPEND="${RDEPEND}
-	doc? ( >=dev-python/docutils-0.4 dev-python/pyparsing )"
+    dev-python/sphinx dev-python/pyparsing"
 
 DOCS="AUTHORS NEWS"
 
@@ -33,19 +33,7 @@
 
 src_compile() {
 	distutils_src_compile
-
-	if use doc; then
-		python setup.py build_docs || die "doc generation failed"
-		python setup.py build_man || die "man generation failed"
-	fi
-}
-
-src_install() {
-	distutils_src_install
-
-	if use doc; then
-		dohtml -r build/sphinx/html/*
-	fi
+	python setup.py build_man || die "man generation failed"
 }
 
 pkg_postinst() {






             reply	other threads:[~2012-01-26 14:57 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-26 14:57 Brian Harring (ferringb) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-07 19:13 [gentoo-commits] gentoo-x86 commit in sys-apps/pkgcore: ChangeLog pkgcore-9999.ebuild Tim Harder (radhermit)
2015-08-03  6:07 Tim Harder (radhermit)
2015-07-23  6:36 Tim Harder (radhermit)
2015-07-23  6:25 Tim Harder (radhermit)
2015-07-18  3:42 Tim Harder (radhermit)
2015-07-12 19:31 Tim Harder (radhermit)
2015-03-24  6:06 Tim Harder (radhermit)
2015-02-19 17:28 Tim Harder (radhermit)
2015-02-17  0:04 Tim Harder (radhermit)
2014-05-25  3:50 Tim Harder (radhermit)
2014-05-10  0:05 Tim Harder (radhermit)
2014-04-10 21:38 Tim Harder (radhermit)
2014-04-07 18:15 Tim Harder (radhermit)
2013-10-22 19:46 Tim Harder (radhermit)
2011-12-06 11:39 Brian Harring (ferringb)
2011-12-01 12:55 Brian Harring (ferringb)
2011-09-20  2:53 Brian Harring (ferringb)
2011-08-06 21:33 Brian Harring (ferringb)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120126145703.9AC1A2004B@flycatcher.gentoo.org \
    --to=ferringb@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox