From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D15F81382C5 for ; Wed, 18 Apr 2018 20:35:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E586FE08C3; Wed, 18 Apr 2018 20:35:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2455E08C3 for ; Wed, 18 Apr 2018 20:35:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D42F335C5A for ; Wed, 18 Apr 2018 20:35:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80CC2274 for ; Wed, 18 Apr 2018 20:35:22 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1524083708.b840a16fe87ae4c402d73742e78cfb289246f5fc.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mm/mm-1.4.2-r1.ebuild X-VCS-Directories: dev-libs/mm/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b840a16fe87ae4c402d73742e78cfb289246f5fc X-VCS-Branch: master Date: Wed, 18 Apr 2018 20:35:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 104c4f9d-4a40-457f-8e1b-4873df0b883a X-Archives-Hash: 339ed326b93cab34662248ea9ddfa1b5 commit: b840a16fe87ae4c402d73742e78cfb289246f5fc Author: Mikle Kolyada gentoo org> AuthorDate: Wed Apr 18 20:35:08 2018 +0000 Commit: Mikle Kolyada gentoo 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\"" -}