public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/suacomp/
Date: Mon, 15 May 2017 21:28:25 +0000 (UTC)	[thread overview]
Message-ID: <1494883692.7eda425a954120fe4368d222fea5f60d161f0b6e.mrueg@gentoo> (raw)

commit:     7eda425a954120fe4368d222fea5f60d161f0b6e
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 21:27:02 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon May 15 21:28:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eda425a

sys-libs/suacomp: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-libs/suacomp/Manifest              |  1 -
 sys-libs/suacomp/suacomp-0.6.13.ebuild | 59 ----------------------------------
 2 files changed, 60 deletions(-)

diff --git a/sys-libs/suacomp/Manifest b/sys-libs/suacomp/Manifest
index db0b4e7aefa..e49288276be 100644
--- a/sys-libs/suacomp/Manifest
+++ b/sys-libs/suacomp/Manifest
@@ -1,2 +1 @@
-DIST suacomp-0.6.13.tar.gz 35838 SHA256 e8f488cec531dd64b797900a10e13c35758fe20bc6ef97c3da538246318afd3f SHA512 88e4e1f224ca6910ea175fe0ff93ff187773b48ecca16d13ce9c6d99ecb6dd4703913d698d948d6cc0722372a1cb20120cefb2b5f916355670475299727cc96c WHIRLPOOL 02fed2fcb40add425763937e60c63c060ab8392bc684e60f29bbfa31089d33ab28f42da6686ecc7f360dfc6fd515aaf61b293c3f0f5e53259ecbd19e6b6d9fea
 DIST suacomp-0.6.14.tar.gz 36712 SHA256 453c64c9c6c7f255a14fa19250696e7f3acc3a72498340b76eb681eb648df1a2 SHA512 6e559059c18c1412611d837bf2f5fad08deaf9145464347f712fdb0cd4e0dfae1b7b46253ef086bd4c98cc1555111872b6b5af5272b77a88c767e9008143b7f1 WHIRLPOOL 2e95569a5884c382682ed9ddfb2516246a2898eba8a24a5d9365152b55440ca3d1909392009fdf0f4134a1476865e0a2c8284c555d5ccdf6fa84ee38f62a46d8

diff --git a/sys-libs/suacomp/suacomp-0.6.13.ebuild b/sys-libs/suacomp/suacomp-0.6.13.ebuild
deleted file mode 100644
index 64aad9c38b5..00000000000
--- a/sys-libs/suacomp/suacomp-0.6.13.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="library wrapping the interix lib-c to make it less buggy"
-HOMEPAGE="http://suacomp.sf.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BEER-WARE"
-SLOT="0"
-KEYWORDS="-*"
-IUSE="debug"
-
-DEPEND=""
-RDEPEND=""
-
-get_opts() {
-	local shlibc=
-	local stlibc=
-
-	for dir in /usr/lib /usr/lib/x86; do
-		[[ -f ${dir}/libc.a ]] && stlibc=${dir}/libc.a
-
-		for name in libc.so.5.2 libc.so.3.5; do
-			[[ -f ${dir}/${name} ]] && { shlibc=${dir}/${name}; break; }
-		done
-
-		[[ -f ${shlibc} && -f ${stlibc} ]] && break
-	done
-
-	echo "SHARED_LIBC=${shlibc} STATIC_LIBC=${stlibc}"
-}
-
-pkg_setup() {
-	if use debug; then
-		append-flags -D_DEBUG -D_DEBUG_TRACE
-	fi
-}
-
-src_compile() {
-	emake all CC=$(tc-getCC) $(get_opts) CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
-	emake install PREFIX="${EPREFIX}/usr" DESTDIR="${D}" $(get_opts) \
-		CFLAGS="${CFLAGS}" || die "emake install failed"
-}
-
-src_test() {
-	local v=
-
-	use debug && v="TEST_VERBOSE=1"
-	use debug && export SUACOMP_DEBUG_OUT=stderr
-
-	emake check $(get_opts) ${v} || die "emake check failed"
-}


             reply	other threads:[~2017-05-15 21:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-15 21:28 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-01-03 18:39 [gentoo-commits] repo/gentoo:master commit in: sys-libs/suacomp/ David Seifert
2018-01-03 18:39 David Seifert
2017-06-13 13:10 Michael Haubenwallner
2017-02-25 15:03 Patrice Clement
2017-01-29 20:14 Fabian Groffen

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=1494883692.7eda425a954120fe4368d222fea5f60d161f0b6e.mrueg@gentoo \
    --to=mrueg@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