diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 11:36:53 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 11:36:53 +0000 |
commit | 511e33e9b8ac87b1f15a19ed318c3cab31f3d050 (patch) | |
tree | fed6d42b9ed74a42d51f9c784bdc9b264d113851 /media-libs/divx4linux | |
parent | added new licenses to list (diff) | |
download | gentoo-2-511e33e9b8ac87b1f15a19ed318c3cab31f3d050.tar.gz gentoo-2-511e33e9b8ac87b1f15a19ed318c3cab31f3d050.tar.bz2 gentoo-2-511e33e9b8ac87b1f15a19ed318c3cab31f3d050.zip |
ppc KEYWORDS and misc fixes
Diffstat (limited to 'media-libs/divx4linux')
-rw-r--r-- | media-libs/divx4linux/divx4linux-20011025.ebuild | 5 | ||||
-rw-r--r-- | media-libs/divx4linux/divx4linux-20020304.ebuild | 4 | ||||
-rw-r--r-- | media-libs/divx4linux/divx4linux-20020418.ebuild | 5 |
3 files changed, 11 insertions, 3 deletions
diff --git a/media-libs/divx4linux/divx4linux-20011025.ebuild b/media-libs/divx4linux/divx4linux-20011025.ebuild index e7b3b600458c..1fcb6e74c726 100644 --- a/media-libs/divx4linux/divx4linux-20011025.ebuild +++ b/media-libs/divx4linux/divx4linux-20011025.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/divx4linux-20011025.ebuild,v 1.3 2002/07/11 06:30:38 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/divx4linux-20011025.ebuild,v 1.4 2002/07/16 11:36:46 seemant Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Binary release of DivX Codec 4.0" @@ -9,6 +9,9 @@ HOMEPAGE="http://www.divx.com/" DEPEND="virtual/glibc" +SLOT="0" +LICENSE="DIVX" +KEYWORDS="x86" src_install () { diff --git a/media-libs/divx4linux/divx4linux-20020304.ebuild b/media-libs/divx4linux/divx4linux-20020304.ebuild index e4b03bf96f32..8c0adc06994b 100644 --- a/media-libs/divx4linux/divx4linux-20020304.ebuild +++ b/media-libs/divx4linux/divx4linux-20020304.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/divx4linux-20020304.ebuild,v 1.2 2002/07/11 06:30:38 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/divx4linux-20020304.ebuild,v 1.3 2002/07/16 11:36:46 seemant Exp $ OLD_VER=20011025 S="${WORKDIR}/${PN}-${PV}" @@ -13,6 +13,8 @@ HOMEPAGE="http://www.divx.com/" DEPEND="virtual/glibc" SLOT="0" +LICENSE="DIVX" +KEYWORDS="x86" src_install() { diff --git a/media-libs/divx4linux/divx4linux-20020418.ebuild b/media-libs/divx4linux/divx4linux-20020418.ebuild index 91d4d6ff003e..2bfa075235b7 100644 --- a/media-libs/divx4linux/divx4linux-20020418.ebuild +++ b/media-libs/divx4linux/divx4linux-20020418.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/divx4linux-20020418.ebuild,v 1.2 2002/07/11 06:30:38 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/divx4linux-20020418.ebuild,v 1.3 2002/07/16 11:36:46 seemant Exp $ DXVER=501 S="${WORKDIR}/${PN}-${PV}" @@ -11,6 +11,9 @@ HOMEPAGE="http://www.divx.com/" DEPEND="virtual/glibc" SLOT="0" +LICENSE="DIVX" +KEYWORDS="x86 ppc" + # Make sure Portage does _NOT_ strip symbols. Need both lines for # Portage 1.8.9+ |