Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 227811 - dev-libs/libev-3.42 - new ebuild
Summary: dev-libs/libev-3.42 - new ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: MATSUU Takuto (RETIRED)
URL: http://software.schmorp.de/pkg/libev....
Whiteboard:
Keywords:
: 227819 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-17 13:58 UTC by Radoslaw Szkodzinski
Modified: 2008-06-18 00:00 UTC (History)
1 user (show)

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


Attachments
dev-libs/libev-3.42.ebuild (libev-3.42.ebuild,580 bytes, text/plain)
2008-06-17 14:01 UTC, Radoslaw Szkodzinski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Radoslaw Szkodzinski 2008-06-17 13:58:53 UTC
libev is a library for writing fast event loops, in many ways similar to libevent, but faster and lighter.
It is used by awesome git tree and will be used by awesome-3.

I have only tested the ebuild under ~x86 and ~amd64.

Ebuild follows:
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="A library for building fast event loops"
HOMEPAGE="http://software.schmorp.de/pkg/libev.html"
SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"

	# Don't collide with libevent
	rm "${D}"/usr/include/event.h
}
Comment 1 Radoslaw Szkodzinski 2008-06-17 14:01:11 UTC
Created attachment 157283 [details]
dev-libs/libev-3.42.ebuild

Attachment for easy download
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2008-06-17 15:26:06 UTC
*** Bug 227819 has been marked as a duplicate of this bug. ***
Comment 3 MATSUU Takuto (RETIRED) gentoo-dev 2008-06-18 00:00:43 UTC
in cvs now.