diff options
author | Hanno Böck <hanno@gentoo.org> | 2003-01-08 23:20:48 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2003-01-08 23:20:48 +0000 |
commit | bb7df8232c5fd02e33f8a61e528d5eacecc0180f (patch) | |
tree | ebdc94b80b60764cae3292830aa0a833a9cc75c2 /sys-libs/libavc1394 | |
parent | removed 0.5.13 in error, readding, since 0.5.18 is ~sparc-masked (diff) | |
download | gentoo-2-bb7df8232c5fd02e33f8a61e528d5eacecc0180f.tar.gz gentoo-2-bb7df8232c5fd02e33f8a61e528d5eacecc0180f.tar.bz2 gentoo-2-bb7df8232c5fd02e33f8a61e528d5eacecc0180f.zip |
fixed lintool-warnings and changed ~x86 to x86
Diffstat (limited to 'sys-libs/libavc1394')
-rw-r--r-- | sys-libs/libavc1394/libavc1394-0.3.1.ebuild | 10 | ||||
-rw-r--r-- | sys-libs/libavc1394/libavc1394-0.4.1.ebuild | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sys-libs/libavc1394/libavc1394-0.3.1.ebuild b/sys-libs/libavc1394/libavc1394-0.3.1.ebuild index 8b46e2bbd868..f7c44b44dd9c 100644 --- a/sys-libs/libavc1394/libavc1394-0.3.1.ebuild +++ b/sys-libs/libavc1394/libavc1394-0.3.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/libavc1394-0.3.1.ebuild,v 1.4 2003/01/08 23:20:48 hanno Exp $ DESCRIPTION="libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set." HOMEPAGE="http://sourceforge.net/projects/libavc1394/" -LICENSE="LGPL" -SRC_URI="http://telia.dl.sourceforge.net/sourceforge/libavc1394/${P}.tar.gz" +LICENSE="LGPL-2.1" +SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz" S=${WORKDIR}/${P} - +IUSE="" DEPEND=">=libraw1394-0.8" SLOT="0" KEYWORDS="x86 ppc" @@ -18,7 +18,7 @@ src_compile() { --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" - + emake || die } diff --git a/sys-libs/libavc1394/libavc1394-0.4.1.ebuild b/sys-libs/libavc1394/libavc1394-0.4.1.ebuild index 68c87ba72597..320e32919ede 100644 --- a/sys-libs/libavc1394/libavc1394-0.4.1.ebuild +++ b/sys-libs/libavc1394/libavc1394-0.4.1.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header : $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/libavc1394-0.4.1.ebuild,v 1.2 2003/01/08 23:20:48 hanno Exp $ DESCRIPTION="libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set." HOMEPAGE="http://sourceforge.net/projects/libavc1394/" -LICENSE="LGPL" +LICENSE="LGPL-2.1" SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz" S=${WORKDIR}/${P} - +IUSE="" DEPEND=">=libraw1394-0.8" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" src_compile() { - econf || die + econf || die emake || die } |