commit:     b840a16fe87ae4c402d73742e78cfb289246f5fc
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 20:35:08 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 20:35:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b840a16f

dev-libs/mm: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/mm/mm-1.4.2-r1.ebuild | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/dev-libs/mm/mm-1.4.2-r1.ebuild b/dev-libs/mm/mm-1.4.2-r1.ebuild
deleted file mode 100644
index d347ba40070..00000000000
--- a/dev-libs/mm/mm-1.4.2-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit multilib
-
-DESCRIPTION="Shared Memory Abstraction Library"
-HOMEPAGE="http://www.ossp.org/pkg/lib/mm/";
-SRC_URI="ftp://ftp.ossp.org/pkg/lib/mm/${P}.tar.gz";
-
-LICENSE="mm"
-SLOT="1.2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-src_prepare() {
-       sed -i Makefile.in \
-               -e '/--mode=link/s| -o | $(LDFLAGS)&|g' \
-               || die "sed Makefile.in"
-}
-
-src_test() {
-       emake test || die "testing problem"
-}
-
-src_install() {
-       emake install DESTDIR="${D}" || die
-       dodoc README ChangeLog INSTALL PORTING THANKS
-}
-
-pkg_postinst() {
-       ewarn 'if you upgraded from mm-1.3 or earlier please run:'
-       ewarn "revdep-rebuild --library \"/usr/$(get_libdir)/libmm.so.13\""
-}

Reply via email to