summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/duconv/duconv-1.1.ebuild10
-rw-r--r--media-video/avi-xmms/avi-xmms-1.2.3.ebuild8
2 files changed, 6 insertions, 12 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 () {
diff --git a/media-video/avi-xmms/avi-xmms-1.2.3.ebuild b/media-video/avi-xmms/avi-xmms-1.2.3.ebuild
index cfc40003c58f..824f00e690cc 100644
--- a/media-video/avi-xmms/avi-xmms-1.2.3.ebuild
+++ b/media-video/avi-xmms/avi-xmms-1.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-video/avi-xmms/avi-xmms-1.2.3.ebuild,v 1.1 2002/08/23 12:31:23 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/avi-xmms/avi-xmms-1.2.3.ebuild,v 1.2 2002/09/05 16:27:31 drobbins Exp $
inherit flag-o-matic
@@ -8,13 +8,11 @@ S=${WORKDIR}/${P}
DESCRIPTION="A xmms plugin for AVI/DivX movies"
SRC_URI="http://www.xmms.org/files/plugins/avi-xmms/${P}.tar.gz"
HOMEPAGE="http://www.xmms.org/plugins_input.html"
-
SLOT="0"
-LICENSE=""
+LICENSE="GPL-2"
KEYWORDS="x86"
-DEPEND="media-sound/xmms
- media-libs/libsdl"
+DEPEND="media-sound/xmms media-libs/libsdl"
src_compile() {