summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-11-25 16:54:46 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-11-25 16:54:46 +0000
commit8287b116cb5aafd45c94c7efec3c8e90c029d5cb (patch)
treea9629c0f30f96c0a4d34272afe1cab4ffe7ee278 /dev-libs
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-8287b116cb5aafd45c94c7efec3c8e90c029d5cb.tar.gz
gentoo-2-8287b116cb5aafd45c94c7efec3c8e90c029d5cb.tar.bz2
gentoo-2-8287b116cb5aafd45c94c7efec3c8e90c029d5cb.zip
Removed old versions.
(Portage version: 2.1.7.5/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libev/ChangeLog6
-rw-r--r--dev-libs/libev/libev-3.53.ebuild29
-rw-r--r--dev-libs/libev/libev-3.80.ebuild32
3 files changed, 5 insertions, 62 deletions
diff --git a/dev-libs/libev/ChangeLog b/dev-libs/libev/ChangeLog
index e83ae8d0b58c..abe9c6bc8ade 100644
--- a/dev-libs/libev/ChangeLog
+++ b/dev-libs/libev/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libev
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.17 2009/09/03 13:41:15 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.18 2009/11/25 16:54:46 matsuu Exp $
+
+ 25 Nov 2009; MATSUU Takuto <matsuu@gentoo.org> -libev-3.53.ebuild,
+ -libev-3.80.ebuild:
+ Removed old versions.
*libev-3.80-r1 (03 Sep 2009)
diff --git a/dev-libs/libev/libev-3.53.ebuild b/dev-libs/libev/libev-3.53.ebuild
deleted file mode 100644
index 0f66c474ebbb..000000000000
--- a/dev-libs/libev/libev-3.53.ebuild
+++ /dev/null
@@ -1,29 +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.53.ebuild,v 1.1 2009/02/20 16:18:17 matsuu Exp $
-
-inherit autotools eutils
-
-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/${P}.tar.gz
- http://dist.schmorp.de/libev/Attic/${P}.tar.gz"
-
-LICENSE="|| ( BSD GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-3.42-gentoo.patch"
-
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc Changes README
-}
diff --git a/dev-libs/libev/libev-3.80.ebuild b/dev-libs/libev/libev-3.80.ebuild
deleted file mode 100644
index 02867da7ba26..000000000000
--- a/dev-libs/libev/libev-3.80.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.80.ebuild,v 1.1 2009/08/19 16:38:41 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
-}