From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/objconv/
Date: Sat, 9 Nov 2019 21:09:03 +0000 (UTC) [thread overview]
Message-ID: <1573333737.cf1d95c3c2baffe6b5f631fdd52d873772f37b27.slyfox@gentoo> (raw)
commit: cf1d95c3c2baffe6b5f631fdd52d873772f37b27
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 9 21:05:40 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 21:08:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1d95c3
dev-util/objconv: drop old
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-util/objconv/Manifest | 1 -
dev-util/objconv/objconv-2.32_pre20131127.ebuild | 45 ------------------------
2 files changed, 46 deletions(-)
diff --git a/dev-util/objconv/Manifest b/dev-util/objconv/Manifest
index 2be993d5037..2bc31bc891d 100644
--- a/dev-util/objconv/Manifest
+++ b/dev-util/objconv/Manifest
@@ -1,2 +1 @@
-DIST objconv-2.32_pre20131127.zip 814334 BLAKE2B 2d0d548d54b7868d29d892fc7512a7ec50ec768d4d3f023b08fd1a69a722418d675a5d578313868195dc13822c5710d3e3fe8eb9db6404a0ebd240296289f989 SHA512 9be8f6e7f33794ade3340604508a996139c3f7a3a620efc634919e20ad29c5510b25a88df469769862d969375eefaed39c4e200b1ef25d9eff8abb1936027f7b
DIST objconv-2.42.zip 1016499 BLAKE2B fec4a386b3d8e0e870066098353c33d78e6b027de1f0183d568479ce508b2c10b020ab3de47d1d24481ddc785be5ee1d0b8053ec354bb23dd317a6e08de8c1a4 SHA512 9ccc49ddfe5a6d353c746917832419478335e73d1cb85762cad314f918532bd20844b9812e392d57789a4a6cb8764945a6b1894884b50d5486bdf635fe58d35f
diff --git a/dev-util/objconv/objconv-2.32_pre20131127.ebuild b/dev-util/objconv/objconv-2.32_pre20131127.ebuild
deleted file mode 100644
index e9288020b18..00000000000
--- a/dev-util/objconv/objconv-2.32_pre20131127.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# 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=""
-
-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) -o \$@ \$^ \$(LDFLAGS)"
- } > Makefile || die
-
- tc-export CXX
-}
-
-src_install() {
- dobin objconv
- dodoc ../objconv-instructions.pdf
-}
next reply other threads:[~2019-11-10 10:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-09 21:09 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-10 11:59 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=1573333737.cf1d95c3c2baffe6b5f631fdd52d873772f37b27.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