* [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: ChangeLog dos2unix-6.0.2.ebuild
@ 2012-09-06 22:06 Tim Harder (radhermit)
0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2012-09-06 22:06 UTC (permalink / raw
To: gentoo-commits
radhermit 12/09/06 22:06:44
Modified: ChangeLog
Added: dos2unix-6.0.2.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Revision Changes Path
1.101 app-text/dos2unix/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/ChangeLog?r1=1.100&r2=1.101
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog 27 Jul 2012 05:50:02 -0000 1.100
+++ ChangeLog 6 Sep 2012 22:06:44 -0000 1.101
@@ -1,6 +1,11 @@
# ChangeLog for app-text/dos2unix
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.100 2012/07/27 05:50:02 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.101 2012/09/06 22:06:44 radhermit Exp $
+
+*dos2unix-6.0.2 (06 Sep 2012)
+
+ 06 Sep 2012; Tim Harder <radhermit@gentoo.org> +dos2unix-6.0.2.ebuild:
+ Version bump.
*dos2unix-6.0.1 (27 Jul 2012)
1.1 app-text/dos2unix/dos2unix-6.0.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-6.0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-6.0.2.ebuild?rev=1.1&content-type=text/plain
Index: dos2unix-6.0.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.2.ebuild,v 1.1 2012/09/06 22:06:44 radhermit Exp $
EAPI=4
inherit toolchain-funcs
DESCRIPTION="Convert DOS or MAC text files to UNIX format or vice versa"
HOMEPAGE="http://www.xs4all.nl/~waterlan/dos2unix.html http://sourceforge.net/projects/dos2unix/"
SRC_URI="
http://www.xs4all.nl/~waterlan/${PN}/${P}.tar.gz
mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
IUSE="debug nls"
RDEPEND="
!app-text/hd2u
!app-text/unix2dos
virtual/libintl"
DEPEND="
${RDEPEND}
dev-lang/perl"
src_prepare() {
sed \
-e '/^LDFLAGS/s|=|+=|' \
-e '/^CC/s|=|?=|' \
-e '/CFLAGS_OS \+=/d' \
-e '/LDFLAGS_EXTRA \+=/d' \
-e "/^CFLAGS/s|-O2|${CFLAGS}|" \
-i Makefile || die
if use debug ; then
sed -e "/^DEBUG/s:0:1:" \
-e "/EXTRA_CFLAGS +=/s:-g::" \
-i Makefile || die
fi
tc-export CC
}
lintl() {
# same logic as from virtual/libintl
use !elibc_glibc && use !elibc_uclibc && echo "-lintl"
}
src_compile() {
emake prefix="${EPREFIX}/usr" \
$(use nls && echo "LDFLAGS_EXTRA=$(lintl)" || echo "ENABLE_NLS=")
}
src_install() {
emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \
$(use nls || echo "ENABLE_NLS=") install
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: ChangeLog dos2unix-6.0.2.ebuild
@ 2013-03-16 9:00 Justin Lecher (jlec)
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2013-03-16 9:00 UTC (permalink / raw
To: gentoo-commits
jlec 13/03/16 09:00:33
Modified: ChangeLog
Removed: dos2unix-6.0.2.ebuild
Log:
app-text/dos2unix: Dop old
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Revision Changes Path
1.134 app-text/dos2unix/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/ChangeLog?r1=1.133&r2=1.134
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog 15 Mar 2013 15:13:01 -0000 1.133
+++ ChangeLog 16 Mar 2013 09:00:32 -0000 1.134
@@ -1,6 +1,9 @@
# ChangeLog for app-text/dos2unix
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.133 2013/03/15 15:13:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.134 2013/03/16 09:00:32 jlec Exp $
+
+ 16 Mar 2013; Justin Lecher <jlec@gentoo.org> -dos2unix-6.0.2.ebuild:
+ Dop old
15 Mar 2013; Jeroen Roovers <jer@gentoo.org> dos2unix-6.0.3.ebuild:
Stable for HPPA (bug #461082).
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-16 9:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 22:06 [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: ChangeLog dos2unix-6.0.2.ebuild Tim Harder (radhermit)
-- strict thread matches above, loose matches on Subject: below --
2013-03-16 9:00 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox