summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-09-05 16:30:22 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-09-05 16:30:22 +0000
commitc24b1efc901b3c71e23e3d82cdf68fa6e09877a4 (patch)
tree68f4761d609c154a0f4a7ecd876bbc076b234659 /app-text/duconv
parentMasked latest wine ebuild (diff)
downloadgentoo-2-c24b1efc901b3c71e23e3d82cdf68fa6e09877a4.tar.gz
gentoo-2-c24b1efc901b3c71e23e3d82cdf68fa6e09877a4.tar.bz2
gentoo-2-c24b1efc901b3c71e23e3d82cdf68fa6e09877a4.zip
repoman fixes
Diffstat (limited to 'app-text/duconv')
-rw-r--r--app-text/duconv/duconv-1.1.ebuild10
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 () {