diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 19:50:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 19:50:52 +0000 |
commit | cd6218d608c114bfd692f2ee138c363a3d258881 (patch) | |
tree | 415144120cfa09128bd43ded7d4e7004c8bd2885 /media-libs | |
parent | sync IUSE (-${IUSE}, -X) (diff) | |
download | historical-cd6218d608c114bfd692f2ee138c363a3d258881.tar.gz historical-cd6218d608c114bfd692f2ee138c363a3d258881.tar.bz2 historical-cd6218d608c114bfd692f2ee138c363a3d258881.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/janus/janus-0.4.2.ebuild | 4 | ||||
-rw-r--r-- | media-libs/janus/janus-0.4.5.ebuild | 3 | ||||
-rw-r--r-- | media-libs/janus/janus-0.4.6.ebuild | 3 | ||||
-rw-r--r-- | media-libs/jpeg/jpeg-6b-r2.ebuild | 4 |
4 files changed, 6 insertions, 8 deletions
diff --git a/media-libs/janus/janus-0.4.2.ebuild b/media-libs/janus/janus-0.4.2.ebuild index f31443347768..a3c17f1091c2 100644 --- a/media-libs/janus/janus-0.4.2.ebuild +++ b/media-libs/janus/janus-0.4.2.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/janus/janus-0.4.2.ebuild,v 1.9 2004/06/24 23:03:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/janus/janus-0.4.2.ebuild,v 1.10 2004/07/14 19:50:06 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="A UI and widget library which employs an extensible XML like data structure and provides an abstract instance of a UI" SRC_URI="ftp://victor.worldforge.org/pub/worldforge/libs/janus/${P}.tar.bz2" HOMEPAGE="http://www.worldforge.net" @@ -10,6 +9,7 @@ HOMEPAGE="http://www.worldforge.net" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc " +IUSE="" DEPEND=">=dev-libs/libsigc++-1.0* >=media-libs/libsdl-1.2.3-r1" diff --git a/media-libs/janus/janus-0.4.5.ebuild b/media-libs/janus/janus-0.4.5.ebuild index ddf6b7732b85..0259b9c6021a 100644 --- a/media-libs/janus/janus-0.4.5.ebuild +++ b/media-libs/janus/janus-0.4.5.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/janus/janus-0.4.5.ebuild,v 1.5 2004/06/24 23:03:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/janus/janus-0.4.5.ebuild,v 1.6 2004/07/14 19:50:06 agriffis Exp $ IUSE="gtk" -S=${WORKDIR}/${P} DESCRIPTION="A UI and widget library which employs an extensible XML like data structure and provides an abstract instance of a UI" SRC_URI="ftp://victor.worldforge.org/pub/worldforge/libs/janus/${P}.tar.gz" HOMEPAGE="http://www.worldforge.net" diff --git a/media-libs/janus/janus-0.4.6.ebuild b/media-libs/janus/janus-0.4.6.ebuild index 92b9b2a99b15..ec4edfbce8e1 100644 --- a/media-libs/janus/janus-0.4.6.ebuild +++ b/media-libs/janus/janus-0.4.6.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/janus/janus-0.4.6.ebuild,v 1.3 2004/06/24 23:03:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/janus/janus-0.4.6.ebuild,v 1.4 2004/07/14 19:50:06 agriffis Exp $ IUSE="gtk" -S=${WORKDIR}/${P} DESCRIPTION="A UI and widget library which employs an extensible XML like data structure and provides an abstract instance of a UI" SRC_URI="ftp://victor.worldforge.org/pub/worldforge/libs/janus/${P}.tar.gz" HOMEPAGE="http://www.worldforge.net" diff --git a/media-libs/jpeg/jpeg-6b-r2.ebuild b/media-libs/jpeg/jpeg-6b-r2.ebuild index f359b5471010..e0b64f9d29b1 100644 --- a/media-libs/jpeg/jpeg-6b-r2.ebuild +++ b/media-libs/jpeg/jpeg-6b-r2.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r2.ebuild,v 1.14 2004/07/01 08:30:29 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r2.ebuild,v 1.15 2004/07/14 19:50:52 agriffis Exp $ MY_P=${PN}src.v${PV} -S=${WORKDIR}/${P} DESCRIPTION="Library to load, handle and manipulate images in the JPEG format" SRC_URI="ftp://ftp.uu.net/graphics/jpeg/${MY_P}.tar.gz" HOMEPAGE="http://www.ijg.org/" @@ -11,6 +10,7 @@ HOMEPAGE="http://www.ijg.org/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 ppc sparc alpha" +IUSE="" DEPEND="virtual/libc" |