summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-03-20 16:12:11 +0000
committerJustin Lecher <jlec@gentoo.org>2010-03-20 16:12:11 +0000
commit54e6b4592b1f092630645e60089aecf9edc41eec (patch)
treed9094fd2fb2caef4b882bd24017341e8690d3092 /app-text/unix2dos
parentVersion bump per 296379, Thanks Lars Wendler for the updated ebuild (diff)
downloadgentoo-2-54e6b4592b1f092630645e60089aecf9edc41eec.tar.gz
gentoo-2-54e6b4592b1f092630645e60089aecf9edc41eec.tar.bz2
gentoo-2-54e6b4592b1f092630645e60089aecf9edc41eec.zip
Blocking of app-text/dos2unix-5 because it bundles unix2dos, updated Homepage
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/unix2dos')
-rw-r--r--app-text/unix2dos/ChangeLog7
-rw-r--r--app-text/unix2dos/unix2dos-2.2-r1.ebuild6
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() {