diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-09-05 16:30:22 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-09-05 16:30:22 +0000 |
commit | ae1688b0401400b9a45729ff197676c339c7bc12 (patch) | |
tree | 82e39454a76680ae8f101f1a121c0dc37bf1164c /app-text/duconv | |
parent | Masked latest wine ebuild (diff) | |
download | historical-ae1688b0401400b9a45729ff197676c339c7bc12.tar.gz historical-ae1688b0401400b9a45729ff197676c339c7bc12.tar.bz2 historical-ae1688b0401400b9a45729ff197676c339c7bc12.zip |
repoman fixes
Diffstat (limited to 'app-text/duconv')
-rw-r--r-- | app-text/duconv/duconv-1.1.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/app-text/duconv/duconv-1.1.ebuild b/app-text/duconv/duconv-1.1.ebuild index 5a74a276d713..b43a433108e3 100644 --- a/app-text/duconv/duconv-1.1.ebuild +++ b/app-text/duconv/duconv-1.1.ebuild @@ -1,17 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /home/cvsroot/gentoo-x86/app-misc/screen.ebuild,v 1.2 2001/04/21 -# 19:25 CST blutgens Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/duconv/duconv-1.1.ebuild,v 1.6 2002/09/05 16:30:22 drobbins Exp $ S=${WORKDIR}/${P} -DESCRIPTION=" small util that converts from dos<->unix" +DESCRIPTION="A small util that converts from dos<->unix" SRC_URI="http://people.freenet.de/tfaehr/${PN}.tgz" HOMEPAGE="http://people.freenet.de/tfaehr/linux.htm" -LICENSE="" +LICENSE="as-is" KEYWORDS="x86 sparc sparc64" SLOT="0" - src_unpack() { unpack ${A} mv ${WORKDIR}/home/torsten/gcc/duconv ${S} @@ -19,9 +17,7 @@ src_unpack() { } src_compile() { - make all || die - } src_install () { |