diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:28:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:28:09 +0000 |
commit | d17808c1e6a110684672f3f49fa5d836375c7611 (patch) | |
tree | b2f1037acd47d2f2823573aa90f308f12ab3e108 /media-libs | |
parent | sync IUSE (+jabber, +ssl), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-d17808c1e6a110684672f3f49fa5d836375c7611.tar.gz gentoo-2-d17808c1e6a110684672f3f49fa5d836375c7611.tar.bz2 gentoo-2-d17808c1e6a110684672f3f49fa5d836375c7611.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/panotools/panotools-2.6.ebuild | 3 | ||||
-rw-r--r-- | media-libs/rte/rte-0.4.ebuild | 3 | ||||
-rw-r--r-- | media-libs/rte/rte-0.5.1.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/media-libs/panotools/panotools-2.6.ebuild b/media-libs/panotools/panotools-2.6.ebuild index 07963a4b8594..1dc2f3e30d0f 100644 --- a/media-libs/panotools/panotools-2.6.ebuild +++ b/media-libs/panotools/panotools-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/panotools/panotools-2.6.ebuild,v 1.2 2004/06/24 23:18:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/panotools/panotools-2.6.ebuild,v 1.3 2004/07/14 20:23:19 agriffis Exp $ inherit eutils @@ -23,7 +23,6 @@ DEPEND="media-libs/libpng media-libs/tiff media-libs/jpeg sys-libs/zlib" -S=${WORKDIR}/${P} src_unpack() { unpack ${P}.tar.bz2 diff --git a/media-libs/rte/rte-0.4.ebuild b/media-libs/rte/rte-0.4.ebuild index 3e05ee104db5..86f1e132c152 100644 --- a/media-libs/rte/rte-0.4.ebuild +++ b/media-libs/rte/rte-0.4.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/rte/rte-0.4.ebuild,v 1.12 2004/06/24 23:20:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/rte/rte-0.4.ebuild,v 1.13 2004/07/14 20:25:50 agriffis Exp $ IUSE="esd alsa" -S=${WORKDIR}/${P} DESCRIPTION="Real Time Encoder" SRC_URI="mirror://sourceforge/zapping/${P}.tar.bz2" HOMEPAGE="http://zapping.sourceforge.net/" diff --git a/media-libs/rte/rte-0.5.1.ebuild b/media-libs/rte/rte-0.5.1.ebuild index b6267a2cbda8..535e1ae7e2f3 100644 --- a/media-libs/rte/rte-0.5.1.ebuild +++ b/media-libs/rte/rte-0.5.1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/rte/rte-0.5.1.ebuild,v 1.6 2004/06/24 23:20:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/rte/rte-0.5.1.ebuild,v 1.7 2004/07/14 20:25:50 agriffis Exp $ IUSE="esd alsa" -S=${WORKDIR}/${P} DESCRIPTION="Real Time Encoder" SRC_URI="mirror://sourceforge/zapping/${P}.tar.bz2" RESTRICT="nomirror" |