Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187099 - new ebuild app-misc/irtrans-irclient-070427
Summary: new ebuild app-misc/irtrans-irclient-070427
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo VDR Project
URL: http://www.irtrans.de
Whiteboard:
Keywords: EBUILD
Depends on: 167434
Blocks:
  Show dependency tree
 
Reported: 2007-07-30 09:10 UTC by Mario Fetka (geos_one)
Modified: 2007-08-16 13:59 UTC (History)
1 user (show)

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


Attachments
app-misc/irtrans-irclient-070427.ebuild (irtrans-irclient-070427.ebuild,596 bytes, text/plain)
2007-07-30 09:11 UTC, Mario Fetka (geos_one)
Details
app-misc/irtrans-irclient-5.9.01.ebuild (irtrans-irclient-5.9.01.ebuild,698 bytes, text/plain)
2007-08-16 12:44 UTC, Mario Fetka (geos_one)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Fetka (geos_one) 2007-07-30 09:10:51 UTC
This is the required client for the irtrans-irserver (#167434)
Comment 1 Mario Fetka (geos_one) 2007-07-30 09:11:53 UTC
Created attachment 126434 [details]
app-misc/irtrans-irclient-070427.ebuild

The Ebuild
Comment 2 Joerg Bornkessel (RETIRED) gentoo-dev 2007-08-06 12:32:23 UTC
assigned to vdr@g.o
Comment 3 Joerg Bornkessel (RETIRED) gentoo-dev 2007-08-16 11:35:51 UTC
Mario,

can you please repack the sources to tar.gz or tar.bz2 
and add to your webspace, tell me the URL then please.

got following error 

unzip: command not found

unzip is not a part of basic install, 
i will not add a new DEPEND to blow up the system.
Comment 4 Mario Fetka (geos_one) 2007-08-16 11:46:06 UTC
(In reply to comment #3)
> Mario,
> 
> can you please repack the sources to tar.gz or tar.bz2 
> and add to your webspace, tell me the URL then please.
> 
> got following error 
> 
> unzip: command not found
> 
> unzip is not a part of basic install, 
> i will not add a new DEPEND to blow up the system.
> 
how about using the server package it also includes the client the up to date client.

then no repackaging is required.

wfg
Mario
Comment 5 Joerg Bornkessel (RETIRED) gentoo-dev 2007-08-16 12:18:45 UTC
(In reply to comment #4)


> how about using the server package it also includes the client the up to date
> client.
> 
> then no repackaging is required.
> 
> wfg
> Mario
> 

Ha, good idee :)

But then we should think about to reduce this to one ebuild
and let install ( eg, a special initscript for this ) the irclient binary by the
irtrans-server ebuild.
Maybe we should also rename irtrans-server ebuild to irtrans ?

BR Joerg
Comment 6 Mario Fetka (geos_one) 2007-08-16 12:42:46 UTC
(In reply to comment #5)
> (In reply to comment #4)
> 
> 
> > how about using the server package it also includes the client the up to date
> > client.
> > 
> > then no repackaging is required.
> > 
> > wfg
> > Mario
> > 
> 
> Ha, good idee :)
> 
> But then we should think about to reduce this to one ebuild
> and let install ( eg, a special initscript for this ) the irclient binary by
> the
> irtrans-server ebuild.
> Maybe we should also rename irtrans-server ebuild to irtrans ?
> 
> BR Joerg
> 
no this ebuilds should stay seperated as the client can also controll the other products from irtrans for ex. net module; net irserver; ... 
and i think it would not make sense to have a server on an admin station.

wfg
Mario
Comment 7 Mario Fetka (geos_one) 2007-08-16 12:44:34 UTC
Created attachment 128279 [details]
app-misc/irtrans-irclient-5.9.01.ebuild

the updated ebuild that uses the irserver package.
Comment 8 Joerg Bornkessel (RETIRED) gentoo-dev 2007-08-16 13:28:35 UTC
same compile Prob on missing include

<snipp>

Joerg Bornkessel <hd_brummy@gentoo.org> 16 Aug 2007

diff -Naur client.c.orig client.c
--- client.c.orig   2007-08-16 15:09:02.000000000 +0200
+++ client.c    2007-08-16 15:09:24.000000000 +0200
@@ -14,6 +14,7 @@
 #include <errno.h>
 #include <netdb.h>
 #include <signal.h>
+#include <stdlib.h>
 typedef int SOCKET;
 typedef void* WSAEVENT;
 #define closesocket close

</snapp>

will fix this, plz send it to upstream

Comment 9 Joerg Bornkessel (RETIRED) gentoo-dev 2007-08-16 13:45:43 UTC
Added to Portage,

Mario,

thanks for your work; good job.

How did we talk before on vdr-portal.de, iam added you as proxied maintainer.

MfG

Joerg
Comment 10 Mario Fetka (geos_one) 2007-08-16 13:59:55 UTC
(In reply to comment #9)
> Added to Portage,
> 
> Mario,
> 
> thanks for your work; good job.
> 
> How did we talk before on vdr-portal.de, iam added you as proxied maintainer.
> 
> MfG
> 
> Joerg
> 

already send upstream 

ok Proxy Maintainer

WfG
Mario