summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-04-12 16:31:50 +0000
committerSamuli Suominen <drac@gentoo.org>2007-04-12 16:31:50 +0000
commit39c5265e940618d543692a831041a3cacca40702 (patch)
tree35f59268fcfd3bf2e313ac390559143b5ec0e435 /media-video/em8300-libraries
parentRemove unused version. (diff)
downloadgentoo-2-39c5265e940618d543692a831041a3cacca40702.tar.gz
gentoo-2-39c5265e940618d543692a831041a3cacca40702.tar.bz2
gentoo-2-39c5265e940618d543692a831041a3cacca40702.zip
Remove unused vresion.
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-video/em8300-libraries')
-rw-r--r--media-video/em8300-libraries/em8300-libraries-0.15.3.ebuild79
-rw-r--r--media-video/em8300-libraries/files/digest-em8300-libraries-0.15.33
2 files changed, 0 insertions, 82 deletions
diff --git a/media-video/em8300-libraries/em8300-libraries-0.15.3.ebuild b/media-video/em8300-libraries/em8300-libraries-0.15.3.ebuild
deleted file mode 100644
index 7d0e343bccc1..000000000000
--- a/media-video/em8300-libraries/em8300-libraries-0.15.3.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/em8300-libraries-0.15.3.ebuild,v 1.3 2007/01/06 14:56:41 zzam Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="em8300 (RealMagic Hollywood+/Creative DXR3) video decoder card libraries"
-HOMEPAGE="http://dxr3.sourceforge.net"
-SRC_URI="mirror://sourceforge/dxr3/${P/-libraries/}.tar.gz"
-
-DEPEND="media-video/em8300-modules
- gtk? ( x11-libs/gtk+ )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~x86"
-IUSE="gtk"
-
-src_unpack () {
-
- unpack ${A}
-
- cd ${WORKDIR}
- mv ${A/.tar.gz/} ${P}
-
- cd ${S}
- #Eliminate extra compiling and prune out some disk space usage
- sed -e "s:modules/\ ::g" \
- -e "s:\ modules.tar.gz::g" \
- Makefile.in > Makefile.in.hacked
- mv Makefile.in.hacked Makefile.in
-
- # fix bug in Makefile
- sed -e "s:test -z \"\$(firmwaredir)\":test -z \"\$(DESTDIR)(firmwaredir)\":g" Makefile.am > Makefile.am.hacked
- mv Makefile.am.hacked Makefile.am
-
-}
-
-src_compile () {
-
- use amd64 && append-flags -fPIC
-
- local myconf
- use gtk || myconf="${myconf} --disable-gtktest"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --datadir=/usr/share || die
- make all || die
-
-}
-
-src_install () {
-
- make DESTDIR=${D} em8300incdir=/usr/include/linux/ \
- prefix=/usr \
- datadir=/usr/share \
- sysconfdir=/etc \
- oldincludedir=/usr/include \
- install || die
-
- dodoc AUTHORS COPYING ChangeLog NEWS README
-
-}
-
-pkg_postinst() {
-
- elog
- elog "The em8300 libraries and modules have now beein installed,"
- elog "you will probably want to add /usr/bin/em8300setup to your"
- elog "/etc/conf.d/local.start so that your em8300 card is "
- elog "properly initialized on boot."
- elog
- elog "If you still need a microcode other than the one included"
- elog "with the package, you can simply use em8300setup <microcode.ux>"
- elog
-
-}
diff --git a/media-video/em8300-libraries/files/digest-em8300-libraries-0.15.3 b/media-video/em8300-libraries/files/digest-em8300-libraries-0.15.3
deleted file mode 100644
index f1e70c040a5f..000000000000
--- a/media-video/em8300-libraries/files/digest-em8300-libraries-0.15.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 58a6765d469cc507c1e0dff152ce3d30 em8300-0.15.3.tar.gz 327572
-RMD160 9beb731d24c02408879c64e4b9d0439033be3882 em8300-0.15.3.tar.gz 327572
-SHA256 84d952406c2596b9e5a81002017cf91006546d7c2b650dde0c4ba332e1585da2 em8300-0.15.3.tar.gz 327572