From: Torsten Veller <tove@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] Re: gentoo-x86 commit in net-mail/getmail: ChangeLog getmail-4.9.2.ebuild
Date: Sun, 11 Oct 2009 17:14:29 +0200 [thread overview]
Message-ID: <20091011171120.TA51e64.tv@veller.net> (raw)
In-Reply-To: <E1MwzyL-0008Au-Qo@stork.gentoo.org>
* "Fabian Groffen (grobian)" <grobian@gentoo.org>:
> grobian 09/10/11 15:04:33
>
> Modified: ChangeLog getmail-4.9.2.ebuild
> Log:
> Use ED for Prefix compatability, marked ~ppc-macos and ~x64-solaris
> (Portage version: 2.2.00.14552-prefix/cvs/Darwin powerpc, RepoMan options: --force)
>
>
> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.9.2.ebuild?rev=1.2&view=markup
> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.9.2.ebuild?rev=1.2&content-type=text/plain
> diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.9.2.ebuild?r1=1.1&r2=1.2
>
> Index: getmail-4.9.2.ebuild
> ===================================================================
> RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.2.ebuild,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -r1.1 -r1.2
> --- getmail-4.9.2.ebuild 23 Jul 2009 19:27:29 -0000 1.1
> +++ getmail-4.9.2.ebuild 11 Oct 2009 15:04:33 -0000 1.2
> @@ -1,6 +1,6 @@
> # Copyright 1999-2009 Gentoo Foundation
> # Distributed under the terms of the GNU General Public License v2
> -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.2.ebuild,v 1.1 2009/07/23 19:27:29 tove Exp $
> +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.2.ebuild,v 1.2 2009/10/11 15:04:33 grobian Exp $
>
> inherit distutils
>
> @@ -10,7 +10,7 @@
>
> LICENSE="GPL-2"
> SLOT="4"
> -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
> +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~ppc-macos ~x64-solaris"
> IUSE=""
>
> DEPEND=">=dev-lang/python-2.3.3"
> @@ -19,14 +19,15 @@
> PYTHON_MODNAME=getmailcore
>
> src_install() {
> + [[ -z ${ED} ]] && local ED=${D}
> distutils_src_install
>
> # handle docs the gentoo way
> - rm "${D}"/usr/share/doc/${P}/COPYING || die
> + rm "${ED}"/usr/share/doc/${P}/COPYING || die
> if [[ ${P} != ${PF} ]] ; then
> - mv "${D}"/usr/share/doc/${P} "${D}"/usr/share/doc/${PF} || die
> + mv "${ED}"/usr/share/doc/${P} "${ED}"/usr/share/doc/${PF} || die
> fi
>
> dodir /usr/share/doc/${PF}/html
> - mv "${D}"/usr/share/doc/${PF}/*.{html,css} "${D}"/usr/share/doc/${PF}/html || die
> + mv "${ED}"/usr/share/doc/${PF}/*.{html,css} "${ED}"/usr/share/doc/${PF}/html || die
> }
Can you please explain these changes? What is ED? Why does it need
changes in the ebuild at all?
Where is the documentation?
next parent reply other threads:[~2009-10-11 15:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1MwzyL-0008Au-Qo@stork.gentoo.org>
2009-10-11 15:14 ` Torsten Veller [this message]
2009-10-13 19:22 ` [gentoo-dev] Re: gentoo-x86 commit in net-mail/getmail: ChangeLog getmail-4.9.2.ebuild Fabian Groffen
2009-10-13 21:48 ` Jeroen Roovers
2009-10-16 8:04 ` Gilles Dartiguelongue
2009-10-16 22:23 ` Jeremy Olexa
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=20091011171120.TA51e64.tv@veller.net \
--to=tove@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