From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/bglibs/
Date: Thu, 6 Jun 2019 01:41:16 +0000 (UTC) [thread overview]
Message-ID: <1559785247.5d21d72a3ac332f673d10e1d3740c22f12c710ff.dilfridge@gentoo> (raw)
commit: 5d21d72a3ac332f673d10e1d3740c22f12c710ff
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 6 01:40:47 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 6 01:40:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d21d72a
dev-libs/bglibs: remove old
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-libs/bglibs/Manifest | 1 -
dev-libs/bglibs/bglibs-1.041.ebuild | 51 -------------------------------------
2 files changed, 52 deletions(-)
diff --git a/dev-libs/bglibs/Manifest b/dev-libs/bglibs/Manifest
index 0400670f7c6..1b27b563890 100644
--- a/dev-libs/bglibs/Manifest
+++ b/dev-libs/bglibs/Manifest
@@ -1,3 +1,2 @@
-DIST bglibs-1.041.tar.gz 317199 BLAKE2B 808bfbc713aaf06c5eb828b4bf0f5b789969afaa078b68292f209d7612860d4a5de793ec8768c63908a48f98841d30a0b2bd9a40b45ce94cb0a539ebcb2cbdbb SHA512 63f1cbef024f528d13a23f84f11b014be2ee9a9c8c40f49f8a114a6b4407c1279860a049f3dd67cfa7306a5326bbb93bb57b134af05031ec3c00f5f49784f6bc
DIST bglibs-1.106.tar.gz 481564 BLAKE2B 838bd29753b254efc90c8c2c2e4d4920de2e931f823d32393184156f76967ec1995f1e79d2879169dd509cddd298b2389a4ca0109b81245fc617575f3ccf7405 SHA512 c1ae4bb9978b09ffe01231738d1f249c2040a51c2a0bbc4b04389a7085a3885cca6483f1bfe65deca213d991273bb3b7b925ebde8b6e2cd9182d8a57cb9a49d8
DIST bglibs-2.04.tar.gz 713673 BLAKE2B 9e1353b3221ef6a8cfb256ec8616d1e208777b20ecade3e6ae17faca6b42222e18aa601a948e6201139378bf6f8131a2b7a053d77b198176776d42a1af611186 SHA512 094268cad7d4bacf65c0dd3d42fde2e6bac34da0fd6193b1c8202c018e752b3ef80a86c38e687467fb3a4e97130126fe74ee4a86063e4b25ee291de573984a6f
diff --git a/dev-libs/bglibs/bglibs-1.041.ebuild b/dev-libs/bglibs/bglibs-1.041.ebuild
deleted file mode 100644
index 5af367576d9..00000000000
--- a/dev-libs/bglibs/bglibs-1.041.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit fixheadtails toolchain-funcs multilib
-
-DESCRIPTION="Bruce Guenters Libraries Collection"
-HOMEPAGE="http://untroubled.org/bglibs/"
-SRC_URI="http://untroubled.org/bglibs/archive/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc sparc x86 ~ppc64"
-IUSE=""
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- # disable tests as we want them manually
- sed -e '/^all:/s|selftests||' -i.orig "${S}"/Makefile
- sed -e '/selftests/d' -i.orig "${S}"/TARGETS
-}
-
-src_compile() {
- echo "${D}/usr/bin" > conf-bin
- echo "${D}/usr/$(get_libdir)/bglibs" > conf-lib
- echo "${D}/usr/include/bglibs" > conf-include
- echo "${D}/usr/share/man" > conf-man
- echo "$(tc-getCC) ${CFLAGS}" > conf-cc
- echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
- emake || die
-}
-
-src_test() {
- einfo "Running selftests"
- emake selftests
-}
-
-src_install () {
- einstall || die "install failed"
-
- #make backwards compatible symlinks
- dosym /usr/lib/bglibs /usr/lib/bglibs/lib
- dosym /usr/include/bglibs /usr/lib/bglibs/include
-
- dodoc ANNOUNCEMENT NEWS README ChangeLog TODO VERSION
- dohtml doc/html/*
- docinto latex
- dodoc doc/latex/*
-}
next reply other threads:[~2019-06-06 1:41 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-06 1:41 Andreas K. Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-22 16:49 [gentoo-commits] repo/gentoo:master commit in: dev-libs/bglibs/ Sam James
2025-02-08 23:37 Michael Orlitzky
2024-06-28 13:42 Arthur Zamarin
2022-10-28 7:17 Sam James
2022-08-28 6:30 WANG Xuerui
2021-07-21 2:22 Yixun Lan
2020-05-21 12:08 Pacho Ramos
2020-04-08 9:53 Agostino Sarubbo
2019-11-04 12:19 Mikle Kolyada
2019-06-27 9:20 Agostino Sarubbo
2019-06-21 11:07 Agostino Sarubbo
2019-06-20 9:31 Mikle Kolyada
2019-06-18 11:43 Agostino Sarubbo
2019-05-17 15:29 Stefan Strogin
2019-05-17 11:46 Stefan Strogin
2019-05-17 11:43 Stefan Strogin
2019-05-17 1:01 Stefan Strogin
2019-05-17 0:46 Stefan Strogin
2019-05-02 20:54 Mikle Kolyada
2019-03-17 10:29 Sergei Trofimovich
2019-03-16 20:14 Sergei Trofimovich
2016-06-13 12:27 Agostino Sarubbo
2016-06-13 12:26 Agostino Sarubbo
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=1559785247.5d21d72a3ac332f673d10e1d3740c22f12c710ff.dilfridge@gentoo \
--to=dilfridge@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