Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21683 - new ebuild for speedtouch DSL from 1.1 to 1.2_beta1
Summary: new ebuild for speedtouch DSL from 1.1 to 1.2_beta1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Chuck Brewer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-25 18:04 UTC by alx
Modified: 2003-05-26 04:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alx 2003-05-25 18:04:41 UTC
this is the unified diff from my portage to have the new ebiuld works
obsiouvly you have to ebuild speedtouch-1.2_beta1.ebuild digest in
order to make it work.
enjoy
$ diff -u speedtouch-1.1.ebuild speedtouch-1.2_beta1.ebuild 
--- speedtouch-1.1.ebuild       2003-04-17 20:41:31.000000000 +0200
+++ speedtouch-1.2_beta1.ebuild 2003-05-25 23:58:29.000000000 +0200
@@ -1,8 +1,10 @@
 # Copyright 1999-2003 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /home/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.1.ebuild
,v 1.5 2003/04/17 18:41:31 gmsoft Exp $
+# $Header: /home/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.2_beta1.
ebuild,v 1.5 2003/04/17 18:41:31 alx@autistici.org Exp $
+# Trivial update to make int works
 
 DESCRIPTION="GPL Driver for the Alcatel Speedtouch USB under *nix"
+P=${P/_/-}
 SRC_URI="mirror://sourceforge/speedtouch/${P}.tar.bz2"
 HOMEPAGE="http://speedtouch.sf.net"
 LICENSE="GPL-2"
@@ -18,14 +20,9 @@
        [ "${DEBUG:+set}" = set ] && myconf="--enable-debug"
        use static && myconf="${myconf} --enable-static"
 
-       sed 's/^C$/#&/' < configure > configure.new
-       mv --force configure.new configure && chmod u+x configure
-
        econf   --enable-syslog  \
                ${myconf} || die "./configure failed"
 
-       sed '90,104d' < Makefile > Makefile.new
-       mv --force Makefile.new Makefile
        emake || die "make failed"
 }


Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
With my patch it works. Trivial one


Nothing to say. this isn't really a bug. Just a trivial patch.bye

So you want it ?

Portage 2.0.48 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gaming-r1 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 1.90GHz
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
ftp://ftp.ussg.iu.edu/pub/linux/gentoo
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
http://ftp.snt.utwente.nl/pub/os/linux/gentoo
http://ftp.easynet.nl/mirror/gentoo//
ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
rsync://ftp.belnet.be/gentoo/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /var/bind /usr/X11R6/lib/X11/xkb
/usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss apm avi crypt cups encode gif jpeg libg++ mikmod mmx mpeg ncurses
nls pdflib png quicktime spell truetype xml2 xmms xv zlib directfb gtkhtml alsa
gdbm berkdb slang readline arts tetex aalib nas bonobo svga tcltk java guile
mysql X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gnome gtk qt
kde motif opengl mozilla gphoto2 ldap snmp cdr scanner acpi acpi4linux curl dga
doc dvd emacs ethereal evo fbcon flash freetds gb gd gnomedb gtk2 imap innodb
ipv6 ladcca lcms leim libgda lirc maildir mozaccess mozcalendar mozinterfaceinfo
mozp3p mozsvg mozxmlterm mpi mule nptl oci8 odbc pcmcia pda pic pnp radeon ruby
samba slp socks5 sse tiff usb vim-with-x wavelan wmf xface xinerama xml xosd -3dnow"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe"
CXXFLAGS="-march=pentium3 -O3 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Chuck Brewer 2003-05-26 04:43:37 UTC
Actually thanks, but apparently lu_zero beat us both to the punch, already committed.