summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2010-01-19 16:15:56 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2010-01-19 16:15:56 +0000
commitaa6c897d6ff2f594498958b2d235838a293fe69d (patch)
treee15d80197600bb74af5e4fe58b19bd52e5e9c906 /dev-libs/libev/libev-3.70.ebuild
parentDrop no longer needed patch, fix filename of other solaris patch. (diff)
downloadgentoo-2-aa6c897d6ff2f594498958b2d235838a293fe69d.tar.gz
gentoo-2-aa6c897d6ff2f594498958b2d235838a293fe69d.tar.bz2
gentoo-2-aa6c897d6ff2f594498958b2d235838a293fe69d.zip
Added elibc_glibc USE flag.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libev/libev-3.70.ebuild')
-rw-r--r--dev-libs/libev/libev-3.70.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-libs/libev/libev-3.70.ebuild b/dev-libs/libev/libev-3.70.ebuild
deleted file mode 100644
index a22b9c311865..000000000000
--- a/dev-libs/libev/libev-3.70.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.70.ebuild,v 1.1 2009/07/22 22:12:29 matsuu Exp $
-
-inherit autotools eutils
-
-MY_P="${P/0}"
-DESCRIPTION="A high-performance event loop/event model with lots of feature"
-HOMEPAGE="http://software.schmorp.de/pkg/libev.html"
-SRC_URI="http://dist.schmorp.de/libev/${MY_P}.tar.gz
- http://dist.schmorp.de/libev/Attic/${MY_P}.tar.gz"
-
-LICENSE="|| ( BSD GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-3.42-gentoo.patch"
-
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc Changes README
-}