From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-text/binfind/Manifest | 3 +++ app-text/binfind/binfind-0.0.3.ebuild | 19 +++++++++++++++++++ app-text/binfind/metadata.xml | 7 +++++++ 3 files changed, 29 insertions(+) create mode 100644 app-text/binfind/Manifest create mode 100644 app-text/binfind/binfind-0.0.3.ebuild create mode 100644 app-text/binfind/metadata.xml (limited to 'app-text/binfind') diff --git a/app-text/binfind/Manifest b/app-text/binfind/Manifest new file mode 100644 index 000000000000..1518270c5250 --- /dev/null +++ b/app-text/binfind/Manifest @@ -0,0 +1,3 @@ +DIST binfind-0.0.3.tar.gz 91222 BLAKE2B 87ab9faa611064b87771d5ddd799b792e27af457e5a768b4ee7c0f3976c41ed8692673a753b95450124ad0c3c8e5e473081961482b856dfb8e722323915d04d7 SHA512 b3a8b72669f701ce54fb3d1c2331262cfc7f396239d14741d3a106c999ef58739a7f33de87da427983ffb641baa7fae4857aa6aab2e1c0748a61d8b913dca3f1 +EBUILD binfind-0.0.3.ebuild 453 BLAKE2B 5147cc0ea8ca29b088441fbfe748b335dd480b044605fcdcfe83a364a2a3887c68d08ad22a1eca755356814e3d8dd89e940f3b2082807d0add66e22634d1594e SHA512 e1a3e7adfb8834cec7072e59ad120da632a15ea200d67f6a5f408762d1dc9c5abaffb336919d7bdf8c5b1f2df2acd914b55b62603ba0e1b4b6d12605fb0899cb +MISC metadata.xml 216 BLAKE2B 20531789dc11e43feee7ec315a0c1c7249fdf73764e29cb7d6db439826e9ff72f24a5cdb8eb7f1ab99bbb41fb6e4226874a1d1fa4185de52598602bb3b0479a3 SHA512 e881b59fe49746eb25ad66c258b41aba501e4eb563129093a3898ea970a20506e7898f7c355cfcf99605234962bf2c77c1309c258b9a2b84ee4302ccb71c9dbd diff --git a/app-text/binfind/binfind-0.0.3.ebuild b/app-text/binfind/binfind-0.0.3.ebuild new file mode 100644 index 000000000000..4f084dc105ab --- /dev/null +++ b/app-text/binfind/binfind-0.0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=0 + +DESCRIPTION="binfind searches files for a byte sequence specified on the command line" +HOMEPAGE="http://www.lith.at/binfind" +SRC_URI="http://www.lith.at/binfind/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="" +RDEPEND="" + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS NEWS README ChangeLog +} diff --git a/app-text/binfind/metadata.xml b/app-text/binfind/metadata.xml new file mode 100644 index 000000000000..79d462e85571 --- /dev/null +++ b/app-text/binfind/metadata.xml @@ -0,0 +1,7 @@ + + + + + robbat2@gentoo.org + + -- cgit v1.2.3