From: "Krzysztof Pawlik (nelchael)" <nelchael@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/pump: pump-0.8.24-r3.ebuild ChangeLog
Date: Tue, 15 Mar 2011 19:31:33 +0000 (UTC) [thread overview]
Message-ID: <20110315193133.5582020054@flycatcher.gentoo.org> (raw)
nelchael 11/03/15 19:31:33
Modified: pump-0.8.24-r3.ebuild ChangeLog
Log:
Do not install useless locale files (bug #358007), use emake.
(Portage version: 2.1.9.43/cvs/Linux x86_64)
Revision Changes Path
1.6 net-misc/pump/pump-0.8.24-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pump/pump-0.8.24-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pump/pump-0.8.24-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pump/pump-0.8.24-r3.ebuild?r1=1.5&r2=1.6
Index: pump-0.8.24-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.24-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pump-0.8.24-r3.ebuild 29 Apr 2009 12:32:09 -0000 1.5
+++ pump-0.8.24-r3.ebuild 15 Mar 2011 19:31:33 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.24-r3.ebuild,v 1.5 2009/04/29 12:32:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.24-r3.ebuild,v 1.6 2011/03/15 19:31:33 nelchael Exp $
inherit eutils toolchain-funcs
@@ -31,19 +31,10 @@
for i in "${WORKDIR}/${PV}/"*; do
epatch "${i}"
done
-
- # Only install specific po files if LINGUAS is set
- if [[ -n ${LINGUAS} ]]; then
- cd po
- local p
- for l in $(ls *.po) ; do
- [[ " ${LINGUAS} " != *" ${l%%.po} "* ]] && rm -f "${l}"
- done
- fi
}
src_compile() {
- make CC="$(tc-getCC)" DEB_CFLAGS="-fPIC ${CFLAGS}" pump || die
+ emake CC="$(tc-getCC)" DEB_CFLAGS="-fPIC ${CFLAGS}" pump || die
}
src_install() {
@@ -57,6 +48,4 @@
dolib.a libpump.a || die
insinto /usr/include
doins pump.h || die
-
- make -C po install datadir="${D}/usr/share/"
}
1.49 net-misc/pump/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pump/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pump/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pump/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 2 May 2009 20:45:15 -0000 1.48
+++ ChangeLog 15 Mar 2011 19:31:33 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/pump
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v 1.48 2009/05/02 20:45:15 nelchael Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v 1.49 2011/03/15 19:31:33 nelchael Exp $
+
+ 15 Mar 2011; Krzysztof Pawlik <nelchael@gentoo.org> pump-0.8.24-r3.ebuild:
+ Do not install useless locale files (bug #358007), use emake.
02 May 2009; Krzysiek Pawlik <nelchael@gentoo.org> -pump-0.8.24.ebuild,
-files/pump-0.8.24-gentoo.patch, -files/pump-0.8.24-redefinition.patch:
next reply other threads:[~2011-03-15 19:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-15 19:31 Krzysztof Pawlik (nelchael) [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-04-15 21:41 [gentoo-commits] gentoo-x86 commit in net-misc/pump: pump-0.8.24-r3.ebuild ChangeLog Ulrich Mueller (ulm)
2009-04-29 12:32 Jeroen Roovers (jer)
2009-04-26 19:23 Brent Baude (ranger)
2009-04-10 14:44 Raul Porcel (armin76)
2009-04-05 16:48 Markus Meier (maekke)
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=20110315193133.5582020054@flycatcher.gentoo.org \
--to=nelchael@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