From: "Fabian Groffen (grobian)" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: ChangeLog dos2unix-5.0.ebuild
Date: Sun, 21 Mar 2010 08:13:14 +0000 [thread overview]
Message-ID: <E1NtGHa-0002qm-ST@stork.gentoo.org> (raw)
grobian 10/03/21 08:13:14
Modified: ChangeLog dos2unix-5.0.ebuild
Log:
Remove stray ? from use conditionals, bug #310455, too much copy 'n' paste :(
(Portage version: 2.2.00.15838-prefix/cvs/Darwin powerpc)
Revision Changes Path
1.43 app-text/dos2unix/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dos2unix/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dos2unix/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dos2unix/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 20 Mar 2010 19:34:55 -0000 1.42
+++ ChangeLog 21 Mar 2010 08:13:13 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for app-text/dos2unix
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.42 2010/03/20 19:34:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.43 2010/03/21 08:13:13 grobian Exp $
+
+ 21 Mar 2010; Fabian Groffen <grobian@gentoo.org> dos2unix-5.0.ebuild:
+ Remove stray ? from use conditionals, bug #310455
20 Mar 2010; Fabian Groffen <grobian@gentoo.org> dos2unix-5.0.ebuild:
Fix USE=nls for platforms that do not have libintl in libc, fix for Prefix
1.3 app-text/dos2unix/dos2unix-5.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dos2unix/dos2unix-5.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dos2unix/dos2unix-5.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dos2unix/dos2unix-5.0.ebuild?r1=1.2&r2=1.3
Index: dos2unix-5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-5.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dos2unix-5.0.ebuild 20 Mar 2010 19:34:55 -0000 1.2
+++ dos2unix-5.0.ebuild 21 Mar 2010 08:13:13 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-5.0.ebuild,v 1.2 2010/03/20 19:34:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-5.0.ebuild,v 1.3 2010/03/21 08:13:13 grobian Exp $
EAPI="3"
@@ -35,7 +35,7 @@
lintl() {
# same logic as from virtual/libintl
- use !elibc_glibc? && use !elibc_uclibc? && echo "-lintl"
+ use !elibc_glibc && use !elibc_uclibc && echo "-lintl"
}
src_compile() {
next reply other threads:[~2010-03-21 8:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-21 8:13 Fabian Groffen (grobian) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-03-22 7:36 [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: ChangeLog dos2unix-5.0.ebuild Justin Lecher (jlec)
2010-03-20 19:34 Fabian Groffen (grobian)
2010-03-20 16:07 Justin Lecher (jlec)
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=E1NtGHa-0002qm-ST@stork.gentoo.org \
--to=grobian@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