diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:53:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:53:32 +0000 |
commit | 1e455bd3f72e942efa7172c4b40cb02acdccfa1d (patch) | |
tree | 3cf18533c3669a4740209bf5ac97709f4dafc9fc /media-libs/gst-plugins | |
parent | Attempt some new magic with replacing the head command in the scripts (diff) | |
download | gentoo-2-1e455bd3f72e942efa7172c4b40cb02acdccfa1d.tar.gz gentoo-2-1e455bd3f72e942efa7172c4b40cb02acdccfa1d.tar.bz2 gentoo-2-1e455bd3f72e942efa7172c4b40cb02acdccfa1d.zip |
fix license/repoman
Diffstat (limited to 'media-libs/gst-plugins')
-rw-r--r-- | media-libs/gst-plugins/gst-plugins-0.5.2.ebuild | 9 | ||||
-rw-r--r-- | media-libs/gst-plugins/gst-plugins-0.6.0-r4.ebuild | 10 | ||||
-rw-r--r-- | media-libs/gst-plugins/gst-plugins-0.6.1.ebuild | 10 | ||||
-rw-r--r-- | media-libs/gst-plugins/gst-plugins-0.6.2-r5.ebuild | 6 | ||||
-rw-r--r-- | media-libs/gst-plugins/gst-plugins-0.6.2.ebuild | 10 |
5 files changed, 19 insertions, 26 deletions
diff --git a/media-libs/gst-plugins/gst-plugins-0.5.2.ebuild b/media-libs/gst-plugins/gst-plugins-0.5.2.ebuild index 7ac3402bddfe..88701fb28f93 100644 --- a/media-libs/gst-plugins/gst-plugins-0.5.2.ebuild +++ b/media-libs/gst-plugins/gst-plugins-0.5.2.ebuild @@ -1,21 +1,20 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.5.2.ebuild,v 1.3 2003/06/27 15:45:34 foser Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.5.2.ebuild,v 1.4 2003/08/07 03:51:05 vapier Exp $ inherit eutils libtool gnome2 flag-o-matic -IUSE="encode quicktime mpeg oggvorbis jpeg esd gnome mikmod avi sdl png alsa arts dvd aalib" -S="${WORKDIR}/${P}" DESCRIPTION="Additional plugins for gstreamer - streaming media framework" # bz2 gives 404 right now #SRC_URI="mirror://sourceforge/gstreamer/${P}.tar.bz2" #SRC_URI="mirror://sourceforge/gstreamer/${P}.tar.gz" HOMEPAGE="http://gstreamer.sourceforge.net" -SLOT="0.5" LICENSE="LGPL-2.1" +SLOT="0.5" KEYWORDS="~x86 ~sparc ~ppc" +IUSE="encode quicktime mpeg oggvorbis jpeg esd gnome mikmod avi sdl png alsa arts dvd aalib" # required packages # there are many many optional libraries. features are compiled if the libraries diff --git a/media-libs/gst-plugins/gst-plugins-0.6.0-r4.ebuild b/media-libs/gst-plugins/gst-plugins-0.6.0-r4.ebuild index 3860099e792a..16a8c7d408ae 100644 --- a/media-libs/gst-plugins/gst-plugins-0.6.0-r4.ebuild +++ b/media-libs/gst-plugins/gst-plugins-0.6.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.6.0-r4.ebuild,v 1.6 2003/06/27 15:45:34 foser Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.6.0-r4.ebuild,v 1.7 2003/08/07 03:51:05 vapier Exp $ inherit eutils libtool gnome2 flag-o-matic @@ -8,15 +8,13 @@ inherit eutils libtool gnome2 flag-o-matic PVP=($(echo " $PV " | sed 's:[-\._]: :g')) PV_MAJ_MIN=${PVP[0]}.${PVP[1]} -IUSE="encode quicktime mpeg jpeg esd gnome mikmod sdl png alsa arts dvd aalib oggvorbis mmx" - -S="${WORKDIR}/${P}" DESCRIPTION="Additional plugins for gstreamer - streaming media framework" HOMEPAGE="http://gstreamer.sourceforge.net" -SLOT=${PV_MAJ_MIN} LICENSE="LGPL-2.1" +SLOT=${PV_MAJ_MIN} KEYWORDS="x86 ~sparc ppc" +IUSE="encode quicktime mpeg jpeg esd gnome mikmod sdl png alsa arts dvd aalib oggvorbis mmx" # required packages # there are many many optional libraries. features are compiled if the libraries diff --git a/media-libs/gst-plugins/gst-plugins-0.6.1.ebuild b/media-libs/gst-plugins/gst-plugins-0.6.1.ebuild index e02550a508fc..151dd02f36a1 100644 --- a/media-libs/gst-plugins/gst-plugins-0.6.1.ebuild +++ b/media-libs/gst-plugins/gst-plugins-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.6.1.ebuild,v 1.6 2003/07/18 21:55:44 tester Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.6.1.ebuild,v 1.7 2003/08/07 03:51:05 vapier Exp $ inherit eutils libtool gnome2 flag-o-matic @@ -8,16 +8,14 @@ inherit eutils libtool gnome2 flag-o-matic PVP=($(echo " $PV " | sed 's:[-\._]: :g')) PV_MAJ_MIN=${PVP[0]}.${PVP[1]} -IUSE="encode quicktime mpeg jpeg esd gnome mikmod sdl png alsa arts dvd aalib oggvorbis mmx" - -S="${WORKDIR}/${P}" DESCRIPTION="Additional plugins for gstreamer - streaming media framework" HOMEPAGE="http://gstreamer.sourceforge.net" SRC_URI="mirror://sourceforge/gstreamer/${P}.tar.bz2" -SLOT=${PV_MAJ_MIN} LICENSE="LGPL-2.1" +SLOT=${PV_MAJ_MIN} KEYWORDS="x86 ~sparc ppc amd64" +IUSE="encode quicktime mpeg jpeg esd gnome mikmod sdl png alsa arts dvd aalib oggvorbis mmx" # required packages # there are many many optional libraries. features are compiled if the libraries diff --git a/media-libs/gst-plugins/gst-plugins-0.6.2-r5.ebuild b/media-libs/gst-plugins/gst-plugins-0.6.2-r5.ebuild index b3d338e013fa..b9c5dbbdc6aa 100644 --- a/media-libs/gst-plugins/gst-plugins-0.6.2-r5.ebuild +++ b/media-libs/gst-plugins/gst-plugins-0.6.2-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.6.2-r5.ebuild,v 1.3 2003/07/18 21:55:44 tester Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.6.2-r5.ebuild,v 1.4 2003/08/07 03:51:05 vapier Exp $ # IMPORTANT # @@ -14,7 +14,7 @@ inherit gnome2 gst-plugins eutils flag-o-matic DESCRIPTION="Additional plugins for gstreamer" -HOMEPAGE="http://gstreamer.net" +HOMEPAGE="http://gstreamer.net/" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" diff --git a/media-libs/gst-plugins/gst-plugins-0.6.2.ebuild b/media-libs/gst-plugins/gst-plugins-0.6.2.ebuild index c819f75d3b1a..7c9d43a3018e 100644 --- a/media-libs/gst-plugins/gst-plugins-0.6.2.ebuild +++ b/media-libs/gst-plugins/gst-plugins-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.6.2.ebuild,v 1.4 2003/07/18 21:55:44 tester Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.6.2.ebuild,v 1.5 2003/08/07 03:51:05 vapier Exp $ inherit eutils libtool gnome2 flag-o-matic @@ -8,16 +8,14 @@ inherit eutils libtool gnome2 flag-o-matic PVP=($(echo " $PV " | sed 's:[-\._]: :g')) PV_MAJ_MIN=${PVP[0]}.${PVP[1]} -IUSE="encode quicktime mpeg jpeg esd gnome mikmod sdl png alsa arts dvd aalib oggvorbis mmx" - -S="${WORKDIR}/${P}" DESCRIPTION="Additional plugins for gstreamer - streaming media framework" HOMEPAGE="http://gstreamer.sourceforge.net" #SRC_URI="mirror://sourceforge/gstreamer/${P}.tar.bz2" -SLOT=${PV_MAJ_MIN} LICENSE="LGPL-2.1" +SLOT=${PV_MAJ_MIN} KEYWORDS="~x86 ~sparc ~ppc ~amd64" +IUSE="encode quicktime mpeg jpeg esd gnome mikmod sdl png alsa arts dvd aalib oggvorbis mmx" # required packages # there are many many optional libraries. features are compiled if the libraries |