diff options
21 files changed, 42 insertions, 21 deletions
diff --git a/dev-ruby/ri/ri-0.8a.ebuild b/dev-ruby/ri/ri-0.8a.ebuild index 7e73b5494b3f..43080e5f7145 100644 --- a/dev-ruby/ri/ri-0.8a.ebuild +++ b/dev-ruby/ri/ri-0.8a.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/dev-ruby/ri/ri-0.8a.ebuild,v 1.10 2004/06/25 01:56:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ri-0.8a.ebuild,v 1.11 2004/07/14 22:00:29 agriffis Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Ruby Interactive reference" @@ -10,6 +10,7 @@ SRC_URI="http://www.pragmaticprogrammer.com/ruby/downloads/files/${P}.tgz" SLOT="0" LICENSE="Ruby" KEYWORDS="x86 alpha" +IUSE="" DEPEND="=dev-lang/ruby-1.6*" diff --git a/dev-ruby/ri/ri-1.8b.ebuild b/dev-ruby/ri/ri-1.8b.ebuild index 14fdf0eebd45..af56f3ce3f6f 100644 --- a/dev-ruby/ri/ri-1.8b.ebuild +++ b/dev-ruby/ri/ri-1.8b.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/dev-ruby/ri/ri-1.8b.ebuild,v 1.7 2004/06/25 01:56:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ri-1.8b.ebuild,v 1.8 2004/07/14 22:00:29 agriffis Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Ruby Interactive reference" @@ -10,6 +10,7 @@ SRC_URI="mirror://sourceforge/rdoc/${P}.tgz" SLOT="0" LICENSE="Ruby" KEYWORDS="alpha hppa mips sparc x86 ~ppc" +IUSE="" DEPEND=">=dev-lang/ruby-1.6.2" diff --git a/dev-ruby/rmagick/rmagick-1.3.2.ebuild b/dev-ruby/rmagick/rmagick-1.3.2.ebuild index ae51bca4a714..456d6133f650 100644 --- a/dev-ruby/rmagick/rmagick-1.3.2.ebuild +++ b/dev-ruby/rmagick/rmagick-1.3.2.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/dev-ruby/rmagick/rmagick-1.3.2.ebuild,v 1.5 2004/06/25 01:56:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/rmagick-1.3.2.ebuild,v 1.6 2004/07/14 22:00:54 agriffis Exp $ MY_P="RMagick-${PV}" DESCRIPTION="An interface between Ruby and the ImageMagick(TM) image processing library" @@ -9,6 +9,7 @@ SRC_URI="http://rubyforge.org/download.php/243/${MY_P}.tar.bz2" LICENSE="Artistic" SLOT="0" KEYWORDS="alpha hppa ~mips ppc sparc x86" +IUSE="" DEPEND="virtual/ruby >=media-gfx/imagemagick-5.5.1" S=${WORKDIR}/${MY_P} diff --git a/dev-ruby/rmagick/rmagick-1.4.0.ebuild b/dev-ruby/rmagick/rmagick-1.4.0.ebuild index 9cb1215c253e..caaf5bc4ed46 100644 --- a/dev-ruby/rmagick/rmagick-1.4.0.ebuild +++ b/dev-ruby/rmagick/rmagick-1.4.0.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/dev-ruby/rmagick/rmagick-1.4.0.ebuild,v 1.3 2004/06/25 01:56:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/rmagick-1.4.0.ebuild,v 1.4 2004/07/14 22:00:54 agriffis Exp $ MY_P="RMagick-${PV}" DESCRIPTION="An interface between Ruby and the ImageMagick(TM) image processing library" @@ -9,6 +9,7 @@ SRC_URI="http://rubyforge.org/download.php/352/${MY_P}.tar.bz2" LICENSE="Artistic" SLOT="0" KEYWORDS="~alpha ~hppa ~mips ~ppc ~sparc ~x86" +IUSE="" DEPEND="virtual/ruby >=media-gfx/imagemagick-5.5.1" S=${WORKDIR}/${MY_P} diff --git a/dev-ruby/rmagick/rmagick-1.5.0.ebuild b/dev-ruby/rmagick/rmagick-1.5.0.ebuild index cff22dc3fe22..9fb5a76dec27 100644 --- a/dev-ruby/rmagick/rmagick-1.5.0.ebuild +++ b/dev-ruby/rmagick/rmagick-1.5.0.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/dev-ruby/rmagick/rmagick-1.5.0.ebuild,v 1.2 2004/06/25 01:56:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/rmagick-1.5.0.ebuild,v 1.3 2004/07/14 22:00:54 agriffis Exp $ MY_P="RMagick-${PV}" DESCRIPTION="An interface between Ruby and the ImageMagick(TM) image processing library" @@ -9,6 +9,7 @@ SRC_URI="http://rubyforge.org/download.php/550/${MY_P}.tar.bz2" LICENSE="Artistic" SLOT="0" KEYWORDS="~alpha ~hppa ~mips ~ppc ~sparc ~x86" +IUSE="" DEPEND="virtual/ruby >=media-gfx/imagemagick-5.5.1" S=${WORKDIR}/${MY_P} diff --git a/dev-ruby/ruby-atk/ruby-atk-0.9.1.ebuild b/dev-ruby/ruby-atk/ruby-atk-0.9.1.ebuild index e6c623c3acaa..3fff4a99b359 100644 --- a/dev-ruby/ruby-atk/ruby-atk-0.9.1.ebuild +++ b/dev-ruby/ruby-atk/ruby-atk-0.9.1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-0.9.1.ebuild,v 1.6 2004/07/03 10:55:09 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-0.9.1.ebuild,v 1.7 2004/07/14 22:01:18 agriffis Exp $ inherit ruby ruby-gnome2 DESCRIPTION="Ruby Atk bindings" KEYWORDS="alpha x86 ppc ~ia64 ~sparc ~amd64" +IUSE="" USE_RUBY="ruby18 ruby19" # ruby16 is not supported DEPEND="${DEPEND} dev-libs/atk" RDEPEND="${RDEPEND} dev-libs/atk >=dev-ruby/ruby-glib2-${PV}" diff --git a/dev-ruby/ruby-bdb/ruby-bdb-0.4.8.ebuild b/dev-ruby/ruby-bdb/ruby-bdb-0.4.8.ebuild index 862421d2e988..e55f3e57e8df 100644 --- a/dev-ruby/ruby-bdb/ruby-bdb-0.4.8.ebuild +++ b/dev-ruby/ruby-bdb/ruby-bdb-0.4.8.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/dev-ruby/ruby-bdb/ruby-bdb-0.4.8.ebuild,v 1.3 2004/06/25 01:57:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-bdb/ruby-bdb-0.4.8.ebuild,v 1.4 2004/07/14 22:01:38 agriffis Exp $ inherit ruby @@ -12,6 +12,7 @@ SRC_URI="ftp://moulon.inra.fr/pub/ruby/${MY_P}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="x86" +IUSE="" USE_RUBY="ruby16 ruby18 ruby19" S=${WORKDIR}/${MY_P} diff --git a/dev-ruby/ruby-bdb/ruby-bdb-0.5.0.ebuild b/dev-ruby/ruby-bdb/ruby-bdb-0.5.0.ebuild index 97c82e449130..f0c0d6c597fb 100644 --- a/dev-ruby/ruby-bdb/ruby-bdb-0.5.0.ebuild +++ b/dev-ruby/ruby-bdb/ruby-bdb-0.5.0.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/dev-ruby/ruby-bdb/ruby-bdb-0.5.0.ebuild,v 1.3 2004/06/25 01:57:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-bdb/ruby-bdb-0.5.0.ebuild,v 1.4 2004/07/14 22:01:38 agriffis Exp $ inherit ruby @@ -12,6 +12,7 @@ SRC_URI="ftp://moulon.inra.fr/pub/ruby/${MY_P}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="~x86 ~ppc" +IUSE="" USE_RUBY="ruby16 ruby18 ruby19" S=${WORKDIR}/${MY_P} diff --git a/dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild b/dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild index f19cdf580db7..888593ecf313 100644 --- a/dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild +++ b/dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild,v 1.10 2004/06/25 01:58:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild,v 1.11 2004/07/14 22:02:47 agriffis Exp $ DESCRIPTION="Ruby Gconf bindings" SRC_URI="mirror://sourceforge/ruby-gnome/${P}.tar.gz" HOMEPAGE="http://ruby-gnome.sourceforge.net/" LICENSE="Ruby" KEYWORDS="x86" +IUSE="" SLOT="0" DEPEND="virtual/ruby diff --git a/dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild b/dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild index 9391a7477792..d7fc10a96895 100644 --- a/dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild +++ b/dev-ruby/ruby-gconf/ruby-gconf-0.2.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/dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild,v 1.12 2004/06/25 01:58:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild,v 1.13 2004/07/14 22:02:47 agriffis Exp $ inherit ruby @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/ruby-gnome/${P}.tar.gz" HOMEPAGE="http://ruby-gnome.sourceforge.net/" LICENSE="Ruby" KEYWORDS="x86 ~ppc" +IUSE="" USE_RUBY="ruby16 ruby18 ruby19" SLOT="0" diff --git a/dev-ruby/ruby-gconf2/ruby-gconf2-0.8.0.ebuild b/dev-ruby/ruby-gconf2/ruby-gconf2-0.8.0.ebuild index 5b34cf76f65b..2df04af5421b 100644 --- a/dev-ruby/ruby-gconf2/ruby-gconf2-0.8.0.ebuild +++ b/dev-ruby/ruby-gconf2/ruby-gconf2-0.8.0.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf2/ruby-gconf2-0.8.0.ebuild,v 1.3 2004/06/25 01:58:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf2/ruby-gconf2-0.8.0.ebuild,v 1.4 2004/07/14 22:03:53 agriffis Exp $ inherit ruby-gnome2 DESCRIPTION="Ruby GConf2 bindings" KEYWORDS="alpha x86 ia64" +IUSE="" DEPEND="${DEPEND} >=gnome-base/gconf-2" RDEPEND="${RDEPEND} >=gnome-base/gconf-2 >=dev-ruby/ruby-glib2-${PV}" diff --git a/dev-ruby/ruby-gconf2/ruby-gconf2-0.8.1.ebuild b/dev-ruby/ruby-gconf2/ruby-gconf2-0.8.1.ebuild index 54d1ec00a812..2b9ed18d46f6 100644 --- a/dev-ruby/ruby-gconf2/ruby-gconf2-0.8.1.ebuild +++ b/dev-ruby/ruby-gconf2/ruby-gconf2-0.8.1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf2/ruby-gconf2-0.8.1.ebuild,v 1.5 2004/07/01 10:05:20 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf2/ruby-gconf2-0.8.1.ebuild,v 1.6 2004/07/14 22:03:53 agriffis Exp $ inherit ruby ruby-gnome2 DESCRIPTION="Ruby GConf2 bindings" KEYWORDS="alpha x86" +IUSE="" USE_RUBY="ruby16 ruby18 ruby19" DEPEND="${DEPEND} >=gnome-base/gconf-2" RDEPEND="${RDEPEND} >=gnome-base/gconf-2 diff --git a/dev-ruby/ruby-gconf2/ruby-gconf2-0.9.1.ebuild b/dev-ruby/ruby-gconf2/ruby-gconf2-0.9.1.ebuild index 348e144a5aa8..d970e4027ad8 100644 --- a/dev-ruby/ruby-gconf2/ruby-gconf2-0.9.1.ebuild +++ b/dev-ruby/ruby-gconf2/ruby-gconf2-0.9.1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf2/ruby-gconf2-0.9.1.ebuild,v 1.7 2004/07/03 11:06:28 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf2/ruby-gconf2-0.9.1.ebuild,v 1.8 2004/07/14 22:03:53 agriffis Exp $ inherit ruby ruby-gnome2 DESCRIPTION="Ruby GConf2 bindings" KEYWORDS="alpha x86 ~ia64 ppc ~amd64" +IUSE="" USE_RUBY="ruby16 ruby18 ruby19" DEPEND="${DEPEND} >=gnome-base/gconf-2" RDEPEND="${RDEPEND} >=gnome-base/gconf-2 diff --git a/dev-ruby/ruby-gdkimlib/ruby-gdkimlib-0.30.ebuild b/dev-ruby/ruby-gdkimlib/ruby-gdkimlib-0.30.ebuild index 41bb37a1652a..21fe194262ae 100644 --- a/dev-ruby/ruby-gdkimlib/ruby-gdkimlib-0.30.ebuild +++ b/dev-ruby/ruby-gdkimlib/ruby-gdkimlib-0.30.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/dev-ruby/ruby-gdkimlib/ruby-gdkimlib-0.30.ebuild,v 1.6 2004/07/01 10:35:02 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkimlib/ruby-gdkimlib-0.30.ebuild,v 1.7 2004/07/14 22:04:17 agriffis Exp $ S=${WORKDIR}/ruby-gnome-all-${PV}/gdkimlib DESCRIPTION="Ruby GdkImlib bindings" @@ -10,6 +10,7 @@ SRC_URI="mirror://sourceforge/ruby-gnome/ruby-gnome-all-${PV}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="x86 alpha" +IUSE="" DEPEND="virtual/ruby =x11-libs/gtk+-1.2* diff --git a/dev-ruby/ruby-gdkimlib/ruby-gdkimlib-0.34.ebuild b/dev-ruby/ruby-gdkimlib/ruby-gdkimlib-0.34.ebuild index 4730f8a01383..e185c9701be1 100644 --- a/dev-ruby/ruby-gdkimlib/ruby-gdkimlib-0.34.ebuild +++ b/dev-ruby/ruby-gdkimlib/ruby-gdkimlib-0.34.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/dev-ruby/ruby-gdkimlib/ruby-gdkimlib-0.34.ebuild,v 1.9 2004/07/01 10:35:02 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkimlib/ruby-gdkimlib-0.34.ebuild,v 1.10 2004/07/14 22:04:17 agriffis Exp $ inherit ruby @@ -12,6 +12,7 @@ SRC_URI="mirror://sourceforge/ruby-gnome/ruby-gnome-all-${PV}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="x86 alpha ppc ~sparc" +IUSE="" USE_RUBY="ruby16 ruby18 ruby19" DEPEND="virtual/ruby diff --git a/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.30.ebuild b/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.30.ebuild index afceb6d7b118..e515df34ec3a 100644 --- a/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.30.ebuild +++ b/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.30.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/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.30.ebuild,v 1.6 2004/06/25 01:58:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.30.ebuild,v 1.7 2004/07/14 22:04:40 agriffis Exp $ S=${WORKDIR}/ruby-gnome-all-${PV}/gdkpixbuf DESCRIPTION="Ruby GdkPixbuf bindings" @@ -10,6 +10,7 @@ SRC_URI="mirror://sourceforge/ruby-gnome/ruby-gnome-all-${PV}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="x86 alpha" +IUSE="" DEPEND="virtual/ruby >=dev-ruby/ruby-gtk-${PV}" diff --git a/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.34.ebuild b/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.34.ebuild index 90f4fe2ec883..f4c195786eb2 100644 --- a/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.34.ebuild +++ b/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.34.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/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.34.ebuild,v 1.8 2004/06/25 01:58:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.34.ebuild,v 1.9 2004/07/14 22:04:40 agriffis Exp $ inherit ruby @@ -12,6 +12,7 @@ SRC_URI="mirror://sourceforge/ruby-gnome/ruby-gnome-all-${PV}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="x86 alpha ~ppc ~sparc" +IUSE="" USE_RUBY="ruby16 ruby18 ruby19" DEPEND="virtual/ruby diff --git a/media-video/mpeg-tools/mpeg-tools-1.5b-r1.ebuild b/media-video/mpeg-tools/mpeg-tools-1.5b-r1.ebuild index 1680cbf72f9a..18c229eda166 100644 --- a/media-video/mpeg-tools/mpeg-tools-1.5b-r1.ebuild +++ b/media-video/mpeg-tools/mpeg-tools-1.5b-r1.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-video/mpeg-tools/mpeg-tools-1.5b-r1.ebuild,v 1.4 2004/06/25 00:45:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg-tools/mpeg-tools-1.5b-r1.ebuild,v 1.5 2004/07/14 22:01:48 agriffis Exp $ inherit eutils @@ -15,6 +15,7 @@ DEPEND="virtual/x11" SLOT="0" LICENSE="BSD" KEYWORDS="x86 ~amd64" +IUSE="" src_unpack () { unpack ${A} ; cd ${S} diff --git a/media-video/mpeg-tools/mpeg-tools-1.5b.ebuild b/media-video/mpeg-tools/mpeg-tools-1.5b.ebuild index a6b168605e47..aca0c79d054c 100644 --- a/media-video/mpeg-tools/mpeg-tools-1.5b.ebuild +++ b/media-video/mpeg-tools/mpeg-tools-1.5b.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-video/mpeg-tools/mpeg-tools-1.5b.ebuild,v 1.16 2004/06/25 00:45:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg-tools/mpeg-tools-1.5b.ebuild,v 1.17 2004/07/14 22:01:48 agriffis Exp $ inherit eutils @@ -15,6 +15,7 @@ DEPEND="virtual/x11" SLOT="0" LICENSE="BSD" KEYWORDS="x86" +IUSE="" src_unpack () { unpack ${A} diff --git a/media-video/mpeg2-movie/mpeg2-movie-1.5-r1.ebuild b/media-video/mpeg2-movie/mpeg2-movie-1.5-r1.ebuild index 78afea5200cb..9666c8afcce6 100644 --- a/media-video/mpeg2-movie/mpeg2-movie-1.5-r1.ebuild +++ b/media-video/mpeg2-movie/mpeg2-movie-1.5-r1.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-video/mpeg2-movie/mpeg2-movie-1.5-r1.ebuild,v 1.7 2004/06/25 00:45:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg2-movie/mpeg2-movie-1.5-r1.ebuild,v 1.8 2004/07/14 22:00:58 agriffis Exp $ MY_P=${P/-/_} S=${WORKDIR}/${MY_P} @@ -15,6 +15,7 @@ DEPEND="=dev-libs/glib-1.2* SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" src_compile() { diff --git a/media-video/mpgtx/mpgtx-1.3.ebuild b/media-video/mpgtx/mpgtx-1.3.ebuild index f693d978e613..dce20c0487bd 100644 --- a/media-video/mpgtx/mpgtx-1.3.ebuild +++ b/media-video/mpgtx/mpgtx-1.3.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpgtx/mpgtx-1.3.ebuild,v 1.3 2004/06/25 00:46:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpgtx/mpgtx-1.3.ebuild,v 1.4 2004/07/14 22:02:05 agriffis Exp $ DESCRIPTION="mpgtx a command line MPEG audio/video/system file toolbox" SRC_URI="mirror://sourceforge/mpgtx/${P}.tgz" HOMEPAGE="http://mpgtx.sourceforge.net/" KEYWORDS="~x86" +IUSE="" SLOT="0" LICENSE="GPL-2" |