Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 311699 Details for
Bug 396067
app-arch/createrepo-0.9.8-r1 removal ( was app-arch/createrepo-0.9.8-r1 crashes after indexing ~30 rpms )
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
deltarpm-9999.ebuild.diff
deltarpm-9999.ebuild.diff (text/plain), 1.12 KB, created by
Alon Bar-Lev
on 2012-05-13 22:51:28 UTC
(
hide
)
Description:
deltarpm-9999.ebuild.diff
Filename:
MIME Type:
Creator:
Alon Bar-Lev
Created:
2012-05-13 22:51:28 UTC
Size:
1.12 KB
patch
obsolete
>--- deltarpm-3.5.ebuild 2010-05-18 11:58:16.000000000 +0300 >+++ deltarpm-9999.ebuild 2012-05-14 01:43:19.479689619 +0300 >@@ -4,16 +4,18 @@ > > EAPI="3" > >-inherit eutils toolchain-funcs >+PYTHON_DEPEND="python? 2:2.7" >+ >+inherit eutils git-2 toolchain-funcs python > > DESCRIPTION="tools to create and apply deltarpms" > HOMEPAGE="ftp://ftp.suse.com/pub/projects/deltarpm/" >-SRC_URI="ftp://ftp.suse.com/pub/projects/deltarpm/${P}.tar.bz2" >+EGIT_REPO_URI="https://git.gitorious.org/deltarpm/deltarpm.git" > > LICENSE="BSD" > SLOT="0" >-KEYWORDS="~amd64 ~x86" >-IUSE="" >+KEYWORDS="" >+IUSE="python" > > DEPEND=" > sys-libs/zlib >@@ -21,8 +23,12 @@ DEPEND=" > app-arch/bzip2 > <app-arch/rpm-5" > >+pkg_setup() { >+ python_set_active_version 2 >+ python_pkg_setup >+} >+ > src_prepare() { >- epatch "${FILESDIR}"/${PV}-zlib.patch > sed -i \ > -e '/^prefix/s:/local::' \ > -e '/^mandir/s:/man:/share/man:' \ >@@ -34,9 +40,10 @@ src_compile() { > CFLAGS="${CFLAGS}" \ > LDFLAGS="${LDFLAGS}" \ > CC="$(tc-getCC)" || die >+ use python && emake python > } > > src_install() { >- make install DESTDIR="${D}" || die >+ make install DESTDIR="${ED}" || die > dodoc README > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 396067
:
311697
| 311699 |
311719
|
311775