diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-10-12 20:20:17 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-10-12 20:20:17 +0000 |
commit | c7c4b041e4a2b9a8c01f081378152d6430bd15d9 (patch) | |
tree | 78ef1092d71badc48ba092d39948a753ffb687f6 /app-misc | |
parent | fixing sandbox issue. closes #30982 (diff) | |
download | gentoo-2-c7c4b041e4a2b9a8c01f081378152d6430bd15d9.tar.gz gentoo-2-c7c4b041e4a2b9a8c01f081378152d6430bd15d9.tar.bz2 gentoo-2-c7c4b041e4a2b9a8c01f081378152d6430bd15d9.zip |
cleanup
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/lirc/Manifest | 3 | ||||
-rw-r--r-- | app-misc/lirc/files/digest-lirc-0.6.6-r2 | 1 | ||||
-rw-r--r-- | app-misc/lirc/files/lirc-0.6.6-r2-gentoo.diff.bz2 | bin | 67470 -> 0 bytes | |||
-rw-r--r-- | app-misc/lirc/lirc-0.6.6-r2.ebuild | 144 |
4 files changed, 0 insertions, 148 deletions
diff --git a/app-misc/lirc/Manifest b/app-misc/lirc/Manifest index 531697db8a34..2ec9deadfdde 100644 --- a/app-misc/lirc/Manifest +++ b/app-misc/lirc/Manifest @@ -1,10 +1,7 @@ MD5 707be21010cb7db13b3ec057c61d940d ChangeLog 1437 MD5 5de0738bf50c20fb2e8e5c6e16f8c458 lirc-0.6.6-r1.ebuild 3869 -MD5 6a4ea5fd0affb4818ac58fc7afe12712 lirc-0.6.6-r2.ebuild 3771 MD5 334cf33500c92d3a14e41ad4217c849a lirc-0.7.0_pre2.ebuild 3783 MD5 eb1d5f40e0d59edbc1ac2a097cea5850 files/digest-lirc-0.6.6-r1 63 -MD5 eb1d5f40e0d59edbc1ac2a097cea5850 files/digest-lirc-0.6.6-r2 63 MD5 cee0550f10a0a0d63fcae5209819f4d9 files/digest-lirc-0.7.0_pre2 67 MD5 6031968a1ddb51ff5265d1f22bd2d237 files/lirc-0.6.6-gentoo.diff.bz2 2215 MD5 75e7e1656176c823db004656b3fbd787 files/lircd 375 -MD5 569e8244bbd5f7c76f4de38896482894 files/lirc-0.6.6-r2-gentoo.diff.bz2 67470 diff --git a/app-misc/lirc/files/digest-lirc-0.6.6-r2 b/app-misc/lirc/files/digest-lirc-0.6.6-r2 deleted file mode 100644 index 255a2ae3f158..000000000000 --- a/app-misc/lirc/files/digest-lirc-0.6.6-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 6e7b5ba2fd479961d067730e16df7c54 lirc-0.6.6.tar.bz2 387447 diff --git a/app-misc/lirc/files/lirc-0.6.6-r2-gentoo.diff.bz2 b/app-misc/lirc/files/lirc-0.6.6-r2-gentoo.diff.bz2 Binary files differdeleted file mode 100644 index 3294367c0e92..000000000000 --- a/app-misc/lirc/files/lirc-0.6.6-r2-gentoo.diff.bz2 +++ /dev/null diff --git a/app-misc/lirc/lirc-0.6.6-r2.ebuild b/app-misc/lirc/lirc-0.6.6-r2.ebuild deleted file mode 100644 index e7937969e14c..000000000000 --- a/app-misc/lirc/lirc-0.6.6-r2.ebuild +++ /dev/null @@ -1,144 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.6.6-r2.ebuild,v 1.1 2003/09/08 21:59:38 mholzer Exp $ - -inherit eutils - -DESCRIPTION="LIRC is a package that allows you to decode and send infra-red \ - signals of many (but not all) commonly used remote controls." -HOMEPAGE="http://www.lirc.org" - -[ "x${LIRC_OPTS}" = x ] && LIRC_OPTS="--with-driver=any \ - --with-port=0x3f8 --with-irq=4" - -# We have a SMP enabled kernel? -if [ ! -z "`uname -v | grep SMP`" ] -then - export SMP=1 -else - export SMP=0 -fi - -# This are the defaults. With this support for all supported remotes -# will be build. -# If you want other options then set the Environment variable to your needs. - -# Note: If you don't specify the driver configure becomes interactiv. - -# You have to know, which driver you want; -# --with-driver=X - -# where X is one of: -# none, any, animax, avermedia, avermedia98, -# bestbuy, bestbuy2, caraca, chronos, comX, -# cph03x, cph06x, creative, fly98, flyvideo, -# hauppauge,hauppauge_dvb, ipaq, irdeo, -# irdeo_remote, irman, irreal, it87, knc_one, -# logitech, lptX, mediafocusI, packard_bell, -# parallel, pctv, pixelview_bt878, -# pixelview_pak, pixelview_pro, provideo, -# realmagic, remotemaster, serial, silitek, -# sir, slinke, tekram, winfast_tv2000 - -# This could be usefull too - -# --with-port=port # port number for the lirc device. -# --with-irq=irq # irq line for the lirc device. -# --with-timer=value # timer value for the parallel driver -# --with-tty=file # tty to use (Irman, RemoteMaster, etc.) -# --without-soft-carrier # if your serial hw generates carrier -# --with-transmitter # if you use a transmitter diode - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -DEPEND="virtual/linux-sources" - -SRC_URI="mirror://sourceforge/lirc/${P}.tar.bz2" - -S=${WORKDIR}/${P} - -src_unpack() { - unpack ${P}.tar.bz2 - cd ${S} - epatch ${FILESDIR}/${PF}-gentoo.diff.bz2 || die - sed -i "s:-O2 -g:${CFLAGS}:" configure - sed -i "s:-O2 -g:${CFLAGS}:" configure.in -} - -src_compile() { - #Let portage tell us where to put our modules - check_KV - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-kerneldir="/usr/src/linux" \ - --with-moduledir="/lib/modules/${KV}/misc" \ - --disable-manage-devices \ - ${LIRC_OPTS} || die "./configure failed" - - emake || die - - case ${LIRC_OPTS} - in - *"any"*) - if [ "${SMP}" = 1 ]; then - # The parallel driver will not work with SMP kernels - # so we need to compile without it - emake -C drivers "SUBDIRS=lirc_dev lirc_serial \ - lirc_sir lirc_it87 lirc_i2c lirc_gpio" || die - else - emake -C drivers "SUBDIRS=lirc_dev lirc_serial \ - lirc_parallel lirc_sir lirc_it87 lirc_i2c \ - lirc_gpio" || die - fi - ;; - esac -} - -src_install() { - make DESTDIR=${D} install || die - - case ${LIRC_OPTS} - in - *"any"*) - insinto /lib/modules/${KV}/misc - if [ "${SMP}" = 1 ]; then - for i in lirc_dev lirc_serial \ - lirc_sir lirc_it87 lirc_i2c lirc_gpio - do - doins drivers/${i}/${i}.o - done - else - for i in lirc_dev lirc_serial \ - lirc_parallel lirc_sir lirc_it87 lirc_i2c lirc_gpio - do - doins drivers/${i}/${i}.o - done - fi - ;; - esac - - exeinto /etc/init.d - doexe ${FILESDIR}/lircd - - dohtml doc/html/*.html -} - -pkg_postinst () { - /usr/sbin/update-modules - - einfo - einfo "The lirc Linux Infrared Remote Control Package has been" - einfo "merged, please read the documentation, and if necessary" - einfo "add what is needed to /etc/modules.autoload or" - einfo "/etc/modules.d. If you need special compile options" - einfo "then read the comments at the begin of this" - einfo "ebuild (source) and set the LIRC_OPTS environment" - einfo "variable to your needs." - einfo -} |