diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-03-20 16:12:11 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-03-20 16:12:11 +0000 |
commit | 28d7aa18a221b81c26b13972598830ca8a914e07 (patch) | |
tree | 77f9fbadec85d01d04a41052eef5f07e448bfa29 /app-text/unix2dos | |
parent | Version bump per 296379, Thanks Lars Wendler for the updated ebuild (diff) | |
download | historical-28d7aa18a221b81c26b13972598830ca8a914e07.tar.gz historical-28d7aa18a221b81c26b13972598830ca8a914e07.tar.bz2 historical-28d7aa18a221b81c26b13972598830ca8a914e07.zip |
Blocking of app-text/dos2unix-5 because it bundles unix2dos, updated Homepage
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'app-text/unix2dos')
-rw-r--r-- | app-text/unix2dos/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/unix2dos/unix2dos-2.2-r1.ebuild | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-text/unix2dos/ChangeLog b/app-text/unix2dos/ChangeLog index a42cc9078a9b..918794b99053 100644 --- a/app-text/unix2dos/ChangeLog +++ b/app-text/unix2dos/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/unix2dos # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v 1.27 2010/01/02 11:43:10 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v 1.28 2010/03/20 16:12:11 jlec Exp $ + + 20 Mar 2010; Justin Lecher (jlec) <jlec@gentoo.org> + unix2dos-2.2-r1.ebuild: + Blocking of app-text/dos2unix-5 because it bundles unix2dos, updated + Homepage 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> unix2dos-2.2-r1.ebuild: diff --git a/app-text/unix2dos/unix2dos-2.2-r1.ebuild b/app-text/unix2dos/unix2dos-2.2-r1.ebuild index d9ec192b5eaf..939535c88b78 100644 --- a/app-text/unix2dos/unix2dos-2.2-r1.ebuild +++ b/app-text/unix2dos/unix2dos-2.2-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/unix2dos-2.2-r1.ebuild,v 1.10 2010/01/02 11:43:10 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/unix2dos-2.2-r1.ebuild,v 1.11 2010/03/20 16:12:11 jlec Exp $ inherit eutils toolchain-funcs DESCRIPTION="UNIX to DOS text file format converter" -HOMEPAGE="I HAVE NO HOME :(" +HOMEPAGE="http://www.xs4all.nl/~waterlan/dos2unix.html" SRC_URI="mirror://gentoo/${P}.src.tar.gz" LICENSE="BSD-2" @@ -13,6 +13,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" IUSE="" +RDEPEND="!>=app-text/dos2unix-5" + S=${WORKDIR} src_unpack() { |