diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-01-19 23:00:48 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-01-19 23:00:48 +0000 |
commit | 44e2bf3cf390a095b59bfbaa590737cc79234ae0 (patch) | |
tree | 4c8ce5cdbbf743b8408e65c051cfe611456a532a /net-mail | |
parent | dos2unix -> edos2unix (bug #162841); tidy (diff) | |
download | gentoo-2-44e2bf3cf390a095b59bfbaa590737cc79234ae0.tar.gz gentoo-2-44e2bf3cf390a095b59bfbaa590737cc79234ae0.tar.bz2 gentoo-2-44e2bf3cf390a095b59bfbaa590737cc79234ae0.zip |
Use edos2unix instead of dos2unix. Bug #162841, by Christian Ludwig <cl81 at gmx.net>.
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/gml/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/gml/files/digest-gml-0.5 | 2 | ||||
-rw-r--r-- | net-mail/gml/gml-0.5.ebuild | 11 |
3 files changed, 13 insertions, 8 deletions
diff --git a/net-mail/gml/ChangeLog b/net-mail/gml/ChangeLog index 393cd84a237b..251e484d6db2 100644 --- a/net-mail/gml/ChangeLog +++ b/net-mail/gml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/gml -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/gml/ChangeLog,v 1.4 2005/07/12 04:27:17 weeve Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/gml/ChangeLog,v 1.5 2007/01/19 23:00:48 ticho Exp $ + + 19 Jan 2007; Andrej Kacian <ticho@gentoo.org> gml-0.5.ebuild: + Use edos2unix instead of dos2unix. Bug #162841, by Christian Ludwig <cl81 at + gmx.net>. 12 Jul 2005; Jason Wever <weeve@gentoo.org> gml-0.5.ebuild: Added ~sparc keyword. diff --git a/net-mail/gml/files/digest-gml-0.5 b/net-mail/gml/files/digest-gml-0.5 index f4257c7f3562..70329ab28514 100644 --- a/net-mail/gml/files/digest-gml-0.5 +++ b/net-mail/gml/files/digest-gml-0.5 @@ -1 +1,3 @@ MD5 36e0446ba2db4c4604b6d15abeb6aeb3 gmlw.tar 430080 +RMD160 a9c93cb73c5bda0113221e35b67f325e76501203 gmlw.tar 430080 +SHA256 e43dbdfa7c9040017557db82d0ee3b9e5fbb6dcf809d7e285c44f57c6fbf4888 gmlw.tar 430080 diff --git a/net-mail/gml/gml-0.5.ebuild b/net-mail/gml/gml-0.5.ebuild index cdecf6f0000c..88b7ba08e31e 100644 --- a/net-mail/gml/gml-0.5.ebuild +++ b/net-mail/gml/gml-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/gml/gml-0.5.ebuild,v 1.3 2005/07/12 04:27:17 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gml/gml-0.5.ebuild,v 1.4 2007/01/19 23:00:48 ticho Exp $ inherit eutils @@ -11,12 +11,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~sparc x86" IUSE="" -DEPEND="dev-python/pmw - app-text/dos2unix" -S=${WORKDIR}/ +DEPEND="dev-python/pmw" +S="${WORKDIR}/" src_install() { - dos2unix -o gmlw.py + edos2unix gmlw.py dobin gmlw.py || die dodoc README COPYING || die } |