Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84457 - New ebuild for the C++ socket library from Anders Hedström
Summary: New ebuild for the C++ socket library from Anders Hedström
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://www.alhem.net/Sockets/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-03-07 18:01 UTC by Pascal Fleury
Modified: 2018-06-07 18:26 UTC (History)
0 users

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


Attachments
new ebuild for 1.7.6 (Sockets-1.7.6.ebuild,1.38 KB, text/plain)
2005-03-07 18:03 UTC, Pascal Fleury
Details
New ebuild for 1.8.2 release (Sockets-1.8.2.ebuild,912 bytes, text/plain)
2005-04-19 00:56 UTC, Pascal Fleury
Details
new ebuild for version 2.1.1 (c++socket-2.1.1.ebuild,956 bytes, text/plain)
2007-04-16 22:47 UTC, tsellek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Fleury 2005-03-07 18:01:42 UTC
This is a nice socket library, written in C++, for which there was no ebuild yet.
Comment 1 Pascal Fleury 2005-03-07 18:03:02 UTC
Created attachment 52879 [details]
new ebuild for 1.7.6
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-04 13:22:12 UTC
If you want this ebuild added to portage, you should read the Developers' Documentation, specifically the Ebuild HOWTO and the Ebuild Common Mistakes.

Mainly remember to put the complete name for the dependencies, you forgot to add IUSE and SLOT variables, the S variable is redundant, the api doc should be generated and installed only if doc useflag is present (so you should add it), and the mkdir should be avoided (see dodir command).
Comment 3 Pascal Fleury 2005-04-19 00:56:32 UTC
Created attachment 56636 [details]
New ebuild for 1.8.2 release 

This is an updated ebuild with the following:
- installs the newer 1.8.2 release of the lib
- I tried to be compliant with all the build writing rules
Comment 4 tsellek 2007-04-16 22:47:04 UTC
Created attachment 116483 [details]
new ebuild for version 2.1.1

This updates Pascal's ebuild for the current version.
essentially it's a version bump, but now the ebuild can be saved as whatever name you like (dev-libs/libsocket++-2.1.1,dev-libs/Socket-2.1.1,dev-libs/c++socket-2.1.1 etc...) and the correct files will still be fetched and installed.