public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mps/
Date: Wed, 13 Nov 2019 02:10:56 +0000 (UTC)	[thread overview]
Message-ID: <1573611039.2afcd3d55f5b743e182c789d6f12cc178f231c34.bman@gentoo> (raw)

commit:     2afcd3d55f5b743e182c789d6f12cc178f231c34
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 02:03:17 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 02:10:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2afcd3d5

dev-libs/mps: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-libs/mps/Manifest           |  3 ---
 dev-libs/mps/mps-1.106.2.ebuild | 37 -------------------------------------
 dev-libs/mps/mps-1.110.0.ebuild | 27 ---------------------------
 dev-libs/mps/mps-1.111.0.ebuild | 31 -------------------------------
 4 files changed, 98 deletions(-)

diff --git a/dev-libs/mps/Manifest b/dev-libs/mps/Manifest
index bd268ad7de2..a3234f2a16b 100644
--- a/dev-libs/mps/Manifest
+++ b/dev-libs/mps/Manifest
@@ -1,4 +1 @@
-DIST mps-kit-1.106.2.tar.gz 1303450 BLAKE2B 15de3706adbe05e195342b4bc72f3bbeef7df1c288eea7c4e25ee95bd64a45a83604379c2c20be44d2fdfcc23894ff210637d5ea8040922462d2126292ea29a1 SHA512 6d4a6441c4b0afd9daa0ef20a962fd9a5cd120ed324bfb7ece95ec7570f2907853ff4843fcb71537910d81339bb92cd612fa67ad0beb0ad89382339f39760a34
-DIST mps-kit-1.110.0.tar.gz 1920116 BLAKE2B e77c08ee59b879c47046eee40c833d733da924e2088297fc3f762eb64237744fd924be3d226b1a14c10ae0d1becf6c2ade77c5e38c198b3a5c799d5e48c000ca SHA512 b613833a9b9a79547639337e4cda897b939c45cb84579521ec63b5560ad94cb7a8b4885b51eace119fc7c3ebf725433dfca41d96c8a773df94b37abb605bb07f
-DIST mps-kit-1.111.0.tar.gz 3197286 BLAKE2B 464fdd2144da219e0407875c1295a3c923dc4c7529146706e5d43b232d8fe5939ac4a1b7fc658cd7cbc2496fcdafaca9065c7515815ae85df109e85bc99df9c8 SHA512 628ad619dbce1460265ffbfc76adb4a88a2168b80bd1d8de10509d7025e7f9cd240ccc7dda044119863d0f2db95792ca9c94a35271dac5a995e8609221d7e67b
 DIST mps-kit-1.114.0.tar.gz 2461796 BLAKE2B bc065708f8b4df6a4d7dcf415efd120ecb18461949a000430731ae34cd25bdf90f857bc711b6cc05c7ddd9a50ff8660ddbda146ce2175116d4fc6a8098d8bdc1 SHA512 78ec4f470a1c7e1aa377a61a6ccefbc77fa6e84de73b209cc3544452843ecb09a0d889121e51cfbe64d788c658c68b12a4ed150b7f82df78d4416987ded21fc9

diff --git a/dev-libs/mps/mps-1.106.2.ebuild b/dev-libs/mps/mps-1.106.2.ebuild
deleted file mode 100644
index 962588d710c..00000000000
--- a/dev-libs/mps/mps-1.106.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Ravenbrook Memory Pool System"
-
-MY_P="${PN}-kit-${PV}"
-HOMEPAGE="http://www.ravenbrook.com/project/mps/"
-SRC_URI="http://www.ravenbrook.com/project/${PN}/release/${PV}/${MY_P}.tar.gz"
-
-LICENSE="Sleepycat"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/code
-
-src_prepare() {
-	# need to fix CFLAGS, it's still being silly
-	sed -i -e 's/-Werror//' gc.gmk
-}
-
-src_compile() {
-	emake -f lii4gc.gmk
-	emake -f lii4gc.gmk mpsplan.a
-	emake -f lii4gc.gmk mmdw.a
-}
-
-src_install() {
-	mkdir -p "${D}"/usr/include/mps
-	cp "${S}"/*.h "${D}"/usr/include/mps
-	dolib.a "${S}"/lii4gc/ci/*.a
-}

diff --git a/dev-libs/mps/mps-1.110.0.ebuild b/dev-libs/mps/mps-1.110.0.ebuild
deleted file mode 100644
index da17850546f..00000000000
--- a/dev-libs/mps/mps-1.110.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Ravenbrook Memory Pool System"
-
-MY_P="${PN}-kit-${PV}"
-HOMEPAGE="http://www.ravenbrook.com/project/mps/"
-SRC_URI="http://www.ravenbrook.com/project/${PN}/release/${PV}/${MY_P}.tar.gz"
-
-LICENSE="Sleepycat"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/
-
-src_prepare() {
-	# need to fix CFLAGS, it's still being silly
-	sed -i -e 's/-Werror//' code/g{c,p}.gmk || die "Failed to fix CFLAGS"
-}

diff --git a/dev-libs/mps/mps-1.111.0.ebuild b/dev-libs/mps/mps-1.111.0.ebuild
deleted file mode 100644
index 1bd9a1f1827..00000000000
--- a/dev-libs/mps/mps-1.111.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Ravenbrook Memory Pool System"
-
-MY_P="${PN}-kit-${PV}"
-HOMEPAGE="http://www.ravenbrook.com/project/mps/"
-SRC_URI="http://www.ravenbrook.com/project/${PN}/release/${PV}/${MY_P}.tar.gz"
-
-LICENSE="Sleepycat"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/
-
-src_prepare() {
-	# need to fix CFLAGS, it's still being silly
-	sed -i -e 's/-Werror//' code/g{c,p}.gmk || die "Failed to fix CFLAGS"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-}


             reply	other threads:[~2019-11-13  2:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-13  2:10 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-11-13  2:47 [gentoo-commits] repo/gentoo:master commit in: dev-libs/mps/ Aaron Bauman
2017-11-25 20:41 Patrick Lauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1573611039.2afcd3d55f5b743e182c789d6f12cc178f231c34.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox