From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: app-portage/gentoopm/
Date: Sun, 10 Jul 2011 12:54:43 +0000 (UTC) [thread overview]
Message-ID: <8b01557bf63194266e9ff5864a99accdedaa1686.mgorny@gentoo> (raw)
commit: 8b01557bf63194266e9ff5864a99accdedaa1686
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 12:55:37 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 12:55:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=8b01557b
app-portage/gentoopm: Generate docs.
(Portage version: 2.2.0_alpha43_p2/git/Linux x86_64, signed Manifest commit with key 42B9401D)
---
app-portage/gentoopm/Manifest | 12 ++++++------
app-portage/gentoopm/gentoopm-9999.ebuild | 19 ++++++++++++++++++-
2 files changed, 24 insertions(+), 7 deletions(-)
diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest
index b10e80b..897b24a 100644
--- a/app-portage/gentoopm/Manifest
+++ b/app-portage/gentoopm/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
-EBUILD gentoopm-9999.ebuild 841 RMD160 188a6ca7780fb6757bc3b67bed325c2fb3433fc0 SHA1 1238ecf660c4d12e2a894b5f4f4a8ae2c4798b88 SHA256 e3754d32ab6c83c7b3b0127656bea5ff02401a70d9222301fa7c798a77964c8f
+EBUILD gentoopm-9999.ebuild 1063 RMD160 ccbaacd40531de35fd1807c639986567f0a3449c SHA1 0f3964b9ad39061ecd24272723fe4701e3061fbe SHA256 5a441d32f40367aa58eca8db5c647e70cb9c7909c0c117ba6c01d8e2906d149e
MISC metadata.xml 542 RMD160 3986c1014d81eb527d33ff9ca5943211dc0eb970 SHA1 f80b85311931154ea0200d909fac9d9c7a01d80f SHA256 bba59334d5eb281b718a527e576cd55805d8ec92114d1c8b11e51115801a1653
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iJwEAQEIAAYFAk4Qgt8ACgkQfXuS5UK5QB0ioAQApKjv6p9FjQkw4A1R3ussKiJq
-Cr4JUD2Vbma3iSlSDvCo5Aecglol2oOLQZz+yCwMmKCj5hbFUvUdDOkvF1KFnObn
-sl5awb34M4Gck9f4oZgMemSotWwvq0sFWNm97ZhqGQ/i842yhOA8Uxmy5UvDBzf/
-jdEu+v88fHRM1d1UWfQ=
-=Dlct
+iJwEAQEIAAYFAk4ZoUkACgkQfXuS5UK5QB3mNwP/SgT7tgmSZJOM17eIDYZG4MSl
+j+bLdH5S/pk+bZbGy50NvEdm86XlpeH8Ba8bLCtMD/qlQU81TQQeWbR2QFYY0+vi
+R83e/Ko61w5EmRwz/2/FirdiQ4qz/k2NWCz8bA44abH4Ymj+8yazlW25899brBjT
+vISIJ1UBB9zo+QYbFMI=
+=rRTY
-----END PGP SIGNATURE-----
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index aa2652a..eed1247 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -24,11 +24,12 @@ SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="doc"
RDEPEND="|| ( >=sys-apps/portage-2.1.8.3
sys-apps/pkgcore
sys-apps/paludis[python-bindings] )"
+DEPEND="dev-python/epydoc"
PDEPEND="app-admin/eselect-package-manager"
#if LIVE
@@ -40,3 +41,19 @@ src_prepare() {
base_src_prepare
distutils_src_prepare
}
+
+src_compile() {
+ distutils_src_compile
+
+ if use doc; then
+ "$(PYTHON -2)" setup.py doc || die
+ fi
+}
+
+src_install() {
+ distutils_src_install
+
+ if use doc; then
+ dohtml -r doc/* || die
+ fi
+}
next reply other threads:[~2011-07-10 12:54 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-10 12:54 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-12-10 21:07 [gentoo-commits] dev/mgorny:master commit in: app-portage/gentoopm/ Michał Górny
2012-11-02 17:07 Michał Górny
2012-10-26 21:35 Michał Górny
2012-10-14 21:38 Michał Górny
2012-10-05 21:17 Michał Górny
2012-08-28 9:27 Michał Górny
2012-06-01 18:31 Michał Górny
2012-05-02 14:21 Michał Górny
2011-11-14 21:30 Michał Górny
2011-08-13 11:14 Michał Górny
2011-08-12 21:15 Michał Górny
2011-08-12 15:01 Michał Górny
2011-07-18 12:31 Michał Górny
2011-07-18 6:41 Michał Górny
2011-07-15 10:54 Michał Górny
2011-07-14 17:14 Michał Górny
2011-07-03 14:54 Michał Górny
2011-07-01 17:33 Michał Górny
2011-07-01 13:21 Michał Górny
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=8b01557bf63194266e9ff5864a99accdedaa1686.mgorny@gentoo \
--to=mgorny@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