Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349603 - dev-libs/libpipeline-1.1.0: new package
Summary: dev-libs/libpipeline-1.1.0: new package
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2010-12-24 13:06 UTC by Colin Watson
Modified: 2010-12-31 23:50 UTC (History)
0 users

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


Attachments
libpipeline-1.1.0.ebuild (libpipeline-1.1.0.ebuild,504 bytes, text/plain)
2010-12-24 13:07 UTC, Colin Watson
Details
libpipeline-1.1.0.ebuild (libpipeline-1.1.0.ebuild,514 bytes, text/plain)
2010-12-24 16:34 UTC, Colin Watson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Watson 2010-12-24 13:06:48 UTC
Hi,

Here's libpipeline-1.1.0.ebuild.  I'm the upstream author of libpipeline, which I split out from man-db recently.  man-db 2.5.9 still contains its own copy of libpipeline (though it can be built with an external copy; ./configure --with-external-pipeline), but man-db 2.6.0 will not.

I'm not sure whether this should be in sys-libs/libpipeline (since it's needed for sys-apps/man-db) or dev-libs/libpipeline.  Please advise.
Comment 1 Colin Watson 2010-12-24 13:07:44 UTC
Created attachment 257946 [details]
libpipeline-1.1.0.ebuild
Comment 2 Colin Watson 2010-12-24 16:34:47 UTC
Created attachment 257968 [details]
libpipeline-1.1.0.ebuild

I probably ought to have installed ChangeLog too.  Improved version attached.
Comment 3 Mike Gilbert gentoo-dev 2010-12-25 03:52:31 UTC
base-system: Do you want to take this?
Comment 4 SpanKY gentoo-dev 2010-12-26 18:33:56 UTC
Comment on attachment 257968 [details]
libpipeline-1.1.0.ebuild

 - `die` on dodoc is undesired
 - EAPI=3 is unnecessary
 - DEPEND=RDEPEND is a bit overly pedantic, but whatever
 - SRC_URI should use mirror://nongnu/...
 - SLOT should be 0
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2010-12-26 18:46:12 UTC
it's in portage, thanks guys
Comment 6 Colin Watson 2010-12-31 23:50:53 UTC
Thanks for correcting my mistakes!  I hadn't tried writing an ebuild before.

Note (re static-libs) that I very much don't recommend building libpipeline as a static library and have no idea what all the gnulib symbols will do if you try that.  Don't blame me if that causes problems!