diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-03-22 07:36:28 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-03-22 07:36:28 +0000 |
commit | 14bff58ea9c4acee6833492274efa5d8cf866b3a (patch) | |
tree | 093609daf3109ee2b64ef7e0f731cfdd1016d102 /app-text/dos2unix | |
parent | Remove entries for removed packages with bugs also checked (diff) | |
download | gentoo-2-14bff58ea9c4acee6833492274efa5d8cf866b3a.tar.gz gentoo-2-14bff58ea9c4acee6833492274efa5d8cf866b3a.tar.bz2 gentoo-2-14bff58ea9c4acee6833492274efa5d8cf866b3a.zip |
HOMEPAGE fixed per 310643
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/dos2unix')
-rw-r--r-- | app-text/dos2unix/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/dos2unix/dos2unix-5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/dos2unix/ChangeLog b/app-text/dos2unix/ChangeLog index 61d6fef7b3a9..b399d510bc86 100644 --- a/app-text/dos2unix/ChangeLog +++ b/app-text/dos2unix/ChangeLog @@ -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.43 2010/03/21 08:13:13 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.44 2010/03/22 07:36:28 jlec Exp $ + + 22 Mar 2010; <justin@gentoo.org> dos2unix-5.0.ebuild: + HOMEPAGE fixed per 310643 21 Mar 2010; Fabian Groffen <grobian@gentoo.org> dos2unix-5.0.ebuild: Remove stray ? from use conditionals, bug #310455 diff --git a/app-text/dos2unix/dos2unix-5.0.ebuild b/app-text/dos2unix/dos2unix-5.0.ebuild index 7d117a0aa900..7edcedcb66b0 100644 --- a/app-text/dos2unix/dos2unix-5.0.ebuild +++ b/app-text/dos2unix/dos2unix-5.0.ebuild @@ -1,13 +1,13 @@ # 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.3 2010/03/21 08:13:13 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-5.0.ebuild,v 1.4 2010/03/22 07:36:28 jlec Exp $ EAPI="3" inherit toolchain-funcs DESCRIPTION="Convert DOS or MAC text files to UNIX format or vice versa" -HOMEPAGE="http://www.xs4all.nl/~waterlan/ http://sourceforge.net/projects/dos2unix/" +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" |