summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-10-29 12:56:37 +0000
committerPeter Volkov <pva@gentoo.org>2008-10-29 12:56:37 +0000
commit2051a4b7df76d59b4fab446e76145e3d3cf33636 (patch)
treef338ebdcdd90bddde1381dc260e98f5a80c350a7 /net-libs/libsmi
parentSparc stable, Bug #244832. (diff)
downloadgentoo-2-2051a4b7df76d59b4fab446e76145e3d3cf33636.tar.gz
gentoo-2-2051a4b7df76d59b4fab446e76145e3d3cf33636.tar.bz2
gentoo-2-2051a4b7df76d59b4fab446e76145e3d3cf33636.zip
Removed old.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'net-libs/libsmi')
-rw-r--r--net-libs/libsmi/ChangeLog6
-rw-r--r--net-libs/libsmi/libsmi-0.4.5.ebuild24
-rw-r--r--net-libs/libsmi/libsmi-0.4.7.ebuild23
3 files changed, 5 insertions, 48 deletions
diff --git a/net-libs/libsmi/ChangeLog b/net-libs/libsmi/ChangeLog
index b9636db3c166..cd1b6085ef21 100644
--- a/net-libs/libsmi/ChangeLog
+++ b/net-libs/libsmi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libsmi
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsmi/ChangeLog,v 1.26 2008/10/28 01:46:25 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsmi/ChangeLog,v 1.27 2008/10/29 12:56:37 pva Exp $
+
+ 29 Oct 2008; Peter Volkov <pva@gentoo.org> -libsmi-0.4.5.ebuild,
+ -libsmi-0.4.7.ebuild:
+ Removed old.
28 Oct 2008; Brent Baude <ranger@gentoo.org> libsmi-0.4.8.ebuild:
Marking libsmi-0.4.8 ppc64 for bug 242436
diff --git a/net-libs/libsmi/libsmi-0.4.5.ebuild b/net-libs/libsmi/libsmi-0.4.5.ebuild
deleted file mode 100644
index 174d7dc48b4f..000000000000
--- a/net-libs/libsmi/libsmi-0.4.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsmi/libsmi-0.4.5.ebuild,v 1.6 2007/06/17 11:20:20 armin76 Exp $
-
-DESCRIPTION="A Library to Access SMI MIB Information"
-SRC_URI="ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.ibr.cs.tu-bs.de/projects/${PN}/"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~sparc x86"
-IUSE=""
-RESTRICT="test"
-
-src_compile() {
- econf
- emake || die
-}
-
-src_install () {
- einstall pibdir=${D}/usr/share/pibs mibdir=${D}/usr/share/mibs
- dodoc smi.conf-example ANNOUNCE ChangeLog COPYING README THANKS TODO
- cd ${S}/doc
- dodoc *.txt smi.dia smi.dtd smi.xsd
-}
diff --git a/net-libs/libsmi/libsmi-0.4.7.ebuild b/net-libs/libsmi/libsmi-0.4.7.ebuild
deleted file mode 100644
index 3c4b74abbcd0..000000000000
--- a/net-libs/libsmi/libsmi-0.4.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsmi/libsmi-0.4.7.ebuild,v 1.8 2008/03/19 11:43:56 corsair Exp $
-
-DESCRIPTION="A Library to Access SMI MIB Information"
-SRC_URI="ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.ibr.cs.tu-bs.de/projects/${PN}/"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ppc64 sparc ~x86"
-IUSE=""
-
-src_test() {
- # sming test is known to fail and some other fail if LC_ALL!=C:
- # http://mail.ibr.cs.tu-bs.de/pipermail/libsmi/2008-March/001014.html
- sed -i '/^[[:space:]]*smidump-sming.test \\$/d' test/Makefile
- LC_ALL=C emake -j1 check || die "Make check failed. See above for details."
-}
-
-src_install () {
- emake DESTDIR="${D}" install
- dodoc smi.conf-example ANNOUNCE ChangeLog README THANKS TODO doc/{*.txt,smi.dia,smi.dtd,smi.xsd}
-}