From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/objconv/
Date: Sun, 10 Nov 2019 11:59:52 +0000 (UTC) [thread overview]
Message-ID: <1573387184.ab6b16c70c4751daad1185a5a8747a8deab1bd0d.slyfox@gentoo> (raw)
commit: ab6b16c70c4751daad1185a5a8747a8deab1bd0d
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 11:55:50 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 11:59:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab6b16c7
dev-util/objconv: drop old
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-util/objconv/Manifest | 1 -
dev-util/objconv/objconv-2.42.ebuild | 45 ------------------------------------
2 files changed, 46 deletions(-)
diff --git a/dev-util/objconv/Manifest b/dev-util/objconv/Manifest
index b1593a00a9d..3755fa2ef6a 100644
--- a/dev-util/objconv/Manifest
+++ b/dev-util/objconv/Manifest
@@ -1,2 +1 @@
-DIST objconv-2.42.zip 1016499 BLAKE2B fec4a386b3d8e0e870066098353c33d78e6b027de1f0183d568479ce508b2c10b020ab3de47d1d24481ddc785be5ee1d0b8053ec354bb23dd317a6e08de8c1a4 SHA512 9ccc49ddfe5a6d353c746917832419478335e73d1cb85762cad314f918532bd20844b9812e392d57789a4a6cb8764945a6b1894884b50d5486bdf635fe58d35f
DIST objconv-2.51.zip 1033450 BLAKE2B 1029e8001bee969f177e7e47e735dc132dbf640bb472ae148cd2a33af522c190066f226a55da3bb3b47902a68eecf437edc025622781bda691a10956c84561c3 SHA512 12991b98fafbb5fad709471b25bf8acd2944f862ca1f3cbae5a6f7fd53a6009dbb6e67a2fcfa180965b519a2d6010d9b2f7585748ea58d36b28d86c0981f13d8
diff --git a/dev-util/objconv/objconv-2.42.ebuild b/dev-util/objconv/objconv-2.42.ebuild
deleted file mode 100644
index 8555cd6bce3..00000000000
--- a/dev-util/objconv/objconv-2.42.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs unpacker
-
-DESCRIPTION="object code file converted (COFF, ELF, OMF, MACHO)"
-HOMEPAGE="http://agner.org/optimize/#objconv"
-# original URL is "http://agner.org/optimize/objconv.zip", but it's unversioned.
-# I copy those to distfiles time to time
-SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.zip"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=""
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/${P}
-
-src_unpack() {
- unpacker_src_unpack
- mkdir "${S}" || die
- pushd "${S}" || die
- unpack_zip ../source.zip
-}
-
-src_prepare() {
- # project has extremenly poor build system (see build.sh)
- local sources=$(echo *.cpp)
-
- {
- echo "objconv: ${sources//.cpp/.o}"
- echo " \$(CXX) \$(CXXFLAGS) -o \$@ \$^ \$(LDFLAGS)"
- } > Makefile || die
-
- tc-export CXX
-}
-
-src_install() {
- dobin objconv
- dodoc ../objconv-instructions.pdf
-}
next reply other threads:[~2019-11-10 11:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-10 11:59 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-10-01 7:14 [gentoo-commits] repo/gentoo:master commit in: dev-util/objconv/ Sam James
2021-07-23 7:33 Sergei Trofimovich
2020-07-09 22:18 Sergei Trofimovich
2019-11-09 21:09 Sergei Trofimovich
2019-11-09 21:09 Sergei Trofimovich
2016-04-03 7:38 Sergei Trofimovich
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=1573387184.ab6b16c70c4751daad1185a5a8747a8deab1bd0d.slyfox@gentoo \
--to=slyfox@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