aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-02-16 00:07:36 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-02-16 00:07:36 +0000
commit8d5f63de8639004354a21464e55af0aea1bab88a (patch)
treed111b5d46ccc0957b04829be28f81f0c48610d5e
parentkeywording: ARM is not considered exotic or understaffed anymore (diff)
downloaddevmanual-8d5f63de8639004354a21464e55af0aea1bab88a.tar.gz
devmanual-8d5f63de8639004354a21464e55af0aea1bab88a.tar.bz2
devmanual-8d5f63de8639004354a21464e55af0aea1bab88a.zip
src_unpack/rpm-sources: Delete note about rpmcpio. Bug #377175
-rw-r--r--ebuild-writing/functions/src_unpack/rpm-sources/text.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/ebuild-writing/functions/src_unpack/rpm-sources/text.xml b/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
index 11b87b7..dcf9113 100644
--- a/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
+++ b/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
@@ -40,31 +40,6 @@ format.
</body>
<section>
-<title>Notes on Using <c>rpm.eclass</c></title>
-<body>
-
-<p>
-There are two ways to unpack a rpm file <d/> using
-the <c>rpmoffset</c> program from <c>rpm2targz</c> and <c>cpio</c>, or
-by using <c>rpm2cpio</c> from <c>app-arch/rpm</c>. Normally, for
-unpacking an RPM file, installing the entire RPM application is
-overkill. Because of this, the eclass will only use <c>rpm2cpio</c>
-if <c>rpm</c> is already installed on the system. If you want to force
-the eclass to only use the RPM offset method, set
-<c>USE_RPMOFFSET_ONLY=1</c>.
-</p>
-
-<p>
-Another issue that might arise is that <c>rpmoffset</c> and cpio are not able
-to unpack the RPM file correctly. If this occurs, then you need to add
-<c>app-arch/rpm</c> to the <c>DEPEND</c> variable so
-that <c>rpm2cpio</c> will be used instead.
-</p>
-
-</body>
-</section>
-
-<section>
<title>Example RPM Handling</title>
<body>