summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 04:22:12 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 04:22:12 +0000
commit7b9a55214247bc35940aa8992df8dd732a68c433 (patch)
treecd93ab5569106200666f789c3364e94219486817
parentfix license/repoman (diff)
downloadgentoo-2-7b9a55214247bc35940aa8992df8dd732a68c433.tar.gz
gentoo-2-7b9a55214247bc35940aa8992df8dd732a68c433.tar.bz2
gentoo-2-7b9a55214247bc35940aa8992df8dd732a68c433.zip
fix license/repoman
-rw-r--r--media-video/mtxdrivers-pro/mtxdrivers-pro-1.0_beta4.ebuild46
-rw-r--r--media-video/mtxdrivers/mtxdrivers-0.2.1.ebuild20
-rw-r--r--media-video/mtxdrivers/mtxdrivers-0.3.0.ebuild39
-rw-r--r--media-video/quickrip/quickrip-0.4.ebuild37
-rw-r--r--media-video/quickrip/quickrip-0.5.ebuild35
-rw-r--r--media-video/quickrip/quickrip-0.6.ebuild33
-rw-r--r--media-video/quickrip/quickrip-0.7.ebuild9
-rw-r--r--media-video/yanc/yanc-0.2.0.ebuild18
8 files changed, 104 insertions, 133 deletions
diff --git a/media-video/mtxdrivers-pro/mtxdrivers-pro-1.0_beta4.ebuild b/media-video/mtxdrivers-pro/mtxdrivers-pro-1.0_beta4.ebuild
index 24c4252f7b92..0f3ed00326eb 100644
--- a/media-video/mtxdrivers-pro/mtxdrivers-pro-1.0_beta4.ebuild
+++ b/media-video/mtxdrivers-pro/mtxdrivers-pro-1.0_beta4.ebuild
@@ -1,41 +1,35 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mtxdrivers-pro/mtxdrivers-pro-1.0_beta4.ebuild,v 1.5 2003/06/06 20:24:33 prez Exp $
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/mtxdrivers-pro/mtxdrivers-pro-1.0_beta4.ebuild,v 1.6 2003/08/07 04:21:37 vapier Exp $
At="mtxdrivers-pro-rh9.0-beta4.tar.gz"
S="${WORKDIR}/mtxdrivers-pro-RH9.0-beta4"
-SRC_URI=""
DESCRIPTION="Drviers for the Matrox Parhelia and Millenium P650/P750 cards with GL suport."
HOMEPAGE="http://www.matrox.com/mga/products/parhelia/home.cfm"
+SRC_URI="${At}"
+
+LICENSE="Matrox"
+SLOT="0"
+KEYWORDS="x86"
+RESTRICT="fetch"
DEPEND=">=x11-base/xfree-4.2.0
virtual/kernel
opengl-update
- !mtxdrivers"
-
-SLOT="0"
-LICENSE="Matrox"
-KEYWORDS="x86"
-PROVIDE="virtual/glibc"
+ !mtxdrivers"
Xversion=`X -version 2>&1 | grep -s "XFree86 Version" | cut -d" " -f3 | sed -e "s/\([^\.]*\.[^\.]*\.[^\.]*\)\.[^\.]*/\1/"`
GLversion="1.3.0"
-src_unpack() {
- if [ ! -f "${DISTDIR}/${At}" ]; then
- einfo "Matrox requires you email them for the 'pro' version of their drivers"
- einfo "(ie. the ones with GL support). If you do not need GL support, please"
- einfo "emerge mtxdrivers, otherwise e-mail cad-support@matrox.com and request"
- einfo "the Matrox Parhelia drivers with GL support. Please remember to"
- einfo "download the RH9.0 driver, once you are given the site address."
- die
- fi
- unpack ${At}
+pkg_nofetch() {
+ einfo "Matrox requires you email them for the 'pro' version of their drivers"
+ einfo "(ie. the ones with GL support). If you do not need GL support, please"
+ einfo "emerge mtxdrivers, otherwise e-mail cad-support@matrox.com and request"
+ einfo "the Matrox Parhelia drivers with GL support. Please remember to"
+ einfo "download the RH9.0 driver, once you are given the site address."
}
src_compile() {
- cd ${S}
-
if [ ! -e ${S}/xfree86/${Xversion} ]; then
eerror "Matrox does not support XFree v${Xversion}"
exit 1
@@ -51,15 +45,13 @@ src_compile() {
}
src_install() {
- cd ${S}
-
Xpath="`which X | sed -e "s:/bin/X$::"`"
Kversion=`uname -r`
dodir /lib/modules/${Kversion}/kernel/drivers/video
dodir /usr/include/GL ${Xpath}/lib/modules/drivers
dodir /usr/lib/opengl/mtx/extensions
- dodir /usr/lib/opengl/mtx/lib /usr/lib/opengl/mtx/include
+ dodir /usr/lib/opengl/mtx/lib /usr/lib/opengl/mtx/include
dodoc README* samples/*
@@ -81,8 +73,8 @@ src_install() {
}
pkg_postinst() {
- /sbin/depmod -a
- /sbin/ldconfig
+ /sbin/depmod -a
+ /sbin/ldconfig
opengl-update mtx
einfo "Please look at /usr/share/doc/${P}/XF86Config.* for"
einfo "X configurations for your Parhelia or Millenium P650/P750 card."
diff --git a/media-video/mtxdrivers/mtxdrivers-0.2.1.ebuild b/media-video/mtxdrivers/mtxdrivers-0.2.1.ebuild
index d01923ceb725..d7d95b00c000 100644
--- a/media-video/mtxdrivers/mtxdrivers-0.2.1.ebuild
+++ b/media-video/mtxdrivers/mtxdrivers-0.2.1.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mtxdrivers/mtxdrivers-0.2.1.ebuild,v 1.7 2003/04/20 02:43:20 darkspecter Exp $
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/mtxdrivers/mtxdrivers-0.2.1.ebuild,v 1.8 2003/08/07 04:20:18 vapier Exp $
RELEASE=2002
-SRC_URI="ftp://ftp.matrox.com/pub/mga/archive/linux/${RELEASE}/${P/-/_}.tgz"
DESCRIPTION="Drviers for the Matrox Parhelia card."
HOMEPAGE="http://www.matrox.com/mga/products/parhelia/home.cfm"
+SRC_URI="ftp://ftp.matrox.com/pub/mga/archive/linux/${RELEASE}/${P/-/_}.tgz"
-DEPEND=">=x11-base/xfree-4.1.0
- virtual/kernel"
-
-SLOT="0"
LICENSE="Matrox"
+SLOT="0"
KEYWORDS="x86"
+DEPEND=">=x11-base/xfree-4.1.0
+ virtual/kernel"
+
Xversion=`X -version 2>&1 | grep -s "XFree86 Version" | cut -d" " -f3 | sed -e "s/\([^\.]*\.[^\.]*\.[^\.]*\)\.[^\.]*/\1/"`
src_unpack() {
@@ -22,8 +22,6 @@ src_unpack() {
}
src_compile() {
- cd ${S}
-
# hack to make mtx.o compile with rmap enabled kernels
if [ ${RMAPHACK} = "yes" ]; then
cp kernel/src/mtx_vm.c kernel/src/mtx_vm.c.orig
@@ -44,8 +42,6 @@ src_compile() {
}
src_install() {
- cd ${S}
-
Xpath="`which X | sed -e "s:/bin/X$::"`"
Kversion=`uname -r`
diff --git a/media-video/mtxdrivers/mtxdrivers-0.3.0.ebuild b/media-video/mtxdrivers/mtxdrivers-0.3.0.ebuild
index a5d72936e664..674f1a24d140 100644
--- a/media-video/mtxdrivers/mtxdrivers-0.3.0.ebuild
+++ b/media-video/mtxdrivers/mtxdrivers-0.3.0.ebuild
@@ -1,38 +1,37 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mtxdrivers/mtxdrivers-0.3.0.ebuild,v 1.4 2003/06/06 17:42:34 prez Exp $
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/mtxdrivers/mtxdrivers-0.3.0.ebuild,v 1.5 2003/08/07 04:20:18 vapier Exp $
At="mtxdrivers-rh9.0-0.3.0.run"
-SRC_URI=""
DESCRIPTION="Drviers for the Matrox Parhelia and Millenium P650/P750 cards."
HOMEPAGE="http://www.matrox.com/mga/products/parhelia/home.cfm"
+SRC_URI="${At}"
-DEPEND=">=x11-base/xfree-4.2.0
- virtual/kernel
- !mtxdrivers-pro"
-
-SLOT="0"
LICENSE="Matrox"
+SLOT="0"
KEYWORDS="x86"
+RESTRICT="fetch"
+
+DEPEND=">=x11-base/xfree-4.2.0
+ virtual/kernel
+ !mtxdrivers-pro"
Xversion=`X -version 2>&1 | grep -s "XFree86 Version" | cut -d" " -f3 | sed -e "s/\([^\.]*\.[^\.]*\.[^\.]*\)\.[^\.]*/\1/"`
+pkg_nofetch() {
+ einfo "You must go to: http://www.matrox.com/mga/registration/home.cfm?refid=7667"
+ einfo "(for the RH9.0 drivers) and log in (or create an account) to download the"
+ einfo "Matrox Parhelia drivers. Remember to right-click and use Save Link As when"
+ einfo "downloading the driver."
+}
+
src_unpack() {
- if [ ! -f "${DISTDIR}/${At}" ]; then
- einfo "You must go to: http://www.matrox.com/mga/registration/home.cfm?refid=7667"
- einfo "(for the RH9.0 drivers) and log in (or create an account) to download the"
- einfo "Matrox Parhelia drivers. Remember to right-click and use Save Link As when"
- einfo "downloading the driver."
- die
- fi
mkdir ${S}
cd ${S}
tail -4434 "${DISTDIR}/${At}" | tar -xvzf -
}
src_compile() {
- cd ${S}
-
if [ ! -e ${S}/xfree86/${Xversion} ]; then
eerror "Matrox does not support XFree v${Xversion}"
exit 1
@@ -48,13 +47,11 @@ src_compile() {
}
src_install() {
- cd ${S}
-
Xpath="`which X | sed -e "s:/bin/X$::"`"
Kversion=`uname -r`
dodir /lib/modules/${Kversion}/kernel/drivers/video
- dodir ${Xpath}/lib/modules/drivers
+ dodir ${Xpath}/lib/modules/drivers
dodoc README* samples/*
diff --git a/media-video/quickrip/quickrip-0.4.ebuild b/media-video/quickrip/quickrip-0.4.ebuild
index 3da9aad202a1..a38479b0e5f2 100644
--- a/media-video/quickrip/quickrip-0.4.ebuild
+++ b/media-video/quickrip/quickrip-0.4.ebuild
@@ -1,29 +1,28 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.4.ebuild,v 1.4 2003/07/12 21:12:53 aliz Exp $
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.4.ebuild,v 1.5 2003/08/07 04:18:33 vapier Exp $
-inherit eutils
+inherit eutils
-MY_PV="$(echo ${PV} | cut -d. -f1,2)"
-S="${WORKDIR}/${PN}"
-DESCRIPTION="Basic DVD ripper written in Python and PyQT."
+MY_PV="$(echo ${PV} | cut -d. -f1,2)"
+S="${WORKDIR}/${PN}"
+DESCRIPTION="Basic DVD ripper written in Python and PyQT."
+HOMEPAGE="http://www.tomchance.uklinux.net/projects/quickrip.shtml"
SRC_URI="http://www.tomchance.uklinux.net/projects/${P}.tar.gz"
-HOMEPAGE="http://www.tomchance.uklinux.net/projects/quickrip.shtml"
-LICENSE="GPL-2"
-SLOT="0"
+LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 -ppc -mips"
-IUSE=""
-DEPEND="virtual/glibc
- >=dev-lang/python-2.2
- >=x11-libs/qt-3.1
- >=dev-python/PyQt-3.5
- media-video/mplayer
- media-video/transcode"
+DEPEND="virtual/glibc
+ >=dev-lang/python-2.2
+ >=x11-libs/qt-3.1
+ >=dev-python/PyQt-3.5
+ media-video/mplayer
+ media-video/transcode"
-src_install() {
- exeinto /usr/share/quickrip
+src_install() {
+ exeinto /usr/share/quickrip
doexe *.py *.ui
dodoc README LICENSE
diff --git a/media-video/quickrip/quickrip-0.5.ebuild b/media-video/quickrip/quickrip-0.5.ebuild
index 23126f0c30b6..76ccb1403309 100644
--- a/media-video/quickrip/quickrip-0.5.ebuild
+++ b/media-video/quickrip/quickrip-0.5.ebuild
@@ -1,28 +1,27 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.5.ebuild,v 1.3 2003/07/12 21:12:53 aliz Exp $
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.5.ebuild,v 1.4 2003/08/07 04:18:33 vapier Exp $
-inherit eutils
+inherit eutils
-MY_PV="$(echo ${PV} | cut -d. -f1,2)"
-S="${WORKDIR}/${PN}"
-DESCRIPTION="Basic DVD ripper written in Python and PyQT."
+MY_PV="$(echo ${PV} | cut -d. -f1,2)"
+S="${WORKDIR}/${PN}"
+DESCRIPTION="Basic DVD ripper written in Python and PyQT."
+HOMEPAGE="http://www.tomchance.uklinux.net/projects/quickrip.shtml"
SRC_URI="http://www.tomchance.uklinux.net/projects/${P}.tar.gz"
-HOMEPAGE="http://www.tomchance.uklinux.net/projects/quickrip.shtml"
-LICENSE="GPL-2"
-SLOT="0"
+LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 -ppc -mips"
-IUSE=""
-DEPEND="virtual/glibc
- >=dev-lang/python-2.2
- >=x11-libs/qt-3.1
- >=dev-python/PyQt-3.5
- media-video/mplayer
- media-video/transcode"
+DEPEND="virtual/glibc
+ >=dev-lang/python-2.2
+ >=x11-libs/qt-3.1
+ >=dev-python/PyQt-3.5
+ media-video/mplayer
+ media-video/transcode"
-src_install() {
+src_install() {
exeinto /usr/share/quickrip
doexe *.py *.ui
diff --git a/media-video/quickrip/quickrip-0.6.ebuild b/media-video/quickrip/quickrip-0.6.ebuild
index 9a84541b5739..aa9864021789 100644
--- a/media-video/quickrip/quickrip-0.6.ebuild
+++ b/media-video/quickrip/quickrip-0.6.ebuild
@@ -1,28 +1,27 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.6.ebuild,v 1.3 2003/07/12 21:12:53 aliz Exp $
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.6.ebuild,v 1.4 2003/08/07 04:18:33 vapier Exp $
-inherit eutils
+inherit eutils
-MY_PV="$(echo ${PV} | cut -d. -f1,2)"
+MY_PV="$(echo ${PV} | cut -d. -f1,2)"
S="${WORKDIR}/QuickRip"
-DESCRIPTION="Basic DVD ripper written in Python and PyQT."
+DESCRIPTION="Basic DVD ripper written in Python and PyQT."
+HOMEPAGE="http://www.tomchance.uklinux.net/projects/quickrip.shtml"
SRC_URI="http://www.tomchance.uklinux.net/projects/${P}.tar.gz"
-HOMEPAGE="http://www.tomchance.uklinux.net/projects/quickrip.shtml"
-LICENSE="GPL-2"
-SLOT="0"
+LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 -ppc -mips"
-IUSE=""
-DEPEND="virtual/glibc
- >=dev-lang/python-2.2
- >=x11-libs/qt-3.1
- >=dev-python/PyQt-3.5
- media-video/mplayer
- media-video/transcode"
+DEPEND="virtual/glibc
+ >=dev-lang/python-2.2
+ >=x11-libs/qt-3.1
+ >=dev-python/PyQt-3.5
+ media-video/mplayer
+ media-video/transcode"
-src_install() {
+src_install() {
exeinto /usr/share/quickrip
doexe *.py ui/*.ui
diff --git a/media-video/quickrip/quickrip-0.7.ebuild b/media-video/quickrip/quickrip-0.7.ebuild
index d4bfef149424..9ba77b94e59b 100644
--- a/media-video/quickrip/quickrip-0.7.ebuild
+++ b/media-video/quickrip/quickrip-0.7.ebuild
@@ -1,18 +1,17 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.7.ebuild,v 1.1 2003/07/04 07:22:06 brain Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.7.ebuild,v 1.2 2003/08/07 04:18:33 vapier Exp $
-inherit eutils
+inherit eutils
S="${WORKDIR}/QuickRip"
DESCRIPTION="Basic DVD ripper written in Python and PyQT."
-SRC_URI="mirror://sourceforge/quickrip/${P}.tar.gz"
HOMEPAGE="http://quickrip.sourceforge.net/"
+SRC_URI="mirror://sourceforge/quickrip/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 -ppc -mips"
-IUSE=""
DEPEND="virtual/glibc
>=dev-lang/python-2.2
diff --git a/media-video/yanc/yanc-0.2.0.ebuild b/media-video/yanc/yanc-0.2.0.ebuild
index f7b9695b962c..0a73877dc5f4 100644
--- a/media-video/yanc/yanc-0.2.0.ebuild
+++ b/media-video/yanc/yanc-0.2.0.ebuild
@@ -1,31 +1,26 @@
# Copyright 2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/yanc/yanc-0.2.0.ebuild,v 1.1 2003/06/15 05:58:25 seemant Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/yanc/yanc-0.2.0.ebuild,v 1.2 2003/08/07 04:22:12 vapier Exp $
-
-S=${WORKDIR}/${P}
DESCRIPTION="YanC is a GUI configuration tool for the NVIDIA Accelerated Linux Driver Set."
HOMEPAGE="http://yanc.sourceforge.net/"
SRC_URI="mirror://sourceforge/yanc/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="-* ~x86"
-#
# As the downloaded package seems to be pre-compiled,
# the dependances are not clear.
# TODO: Emerge the real compilable yanc's code
-#
DEPEND=">=sys-apps/sed-4"
RDEPEND="x11-base/xfree"
-
src_compile() {
einfo "nothing to compile"
}
-src_install () {
+src_install() {
dodir /usr/share/yanc
dodir /usr/lib
dodir /usr/bin
@@ -52,12 +47,7 @@ src_install () {
}
pkg_postinst() {
- einfo ''
- einfo 'WARNING:'
- einfo '========'
einfo '-> Please create a copy of your XF86Config before you use YanC for the'
einfo 'first time, because it is possible that your XF86Config is damaged because of'
einfo 'the use of YanC. Then a restart of XFree would be impossible.'
- einfo ''
- echo ''
}