summaryrefslogtreecommitdiff
path: root/app-editors/hexedit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-editors/hexedit
reinit the tree, so we can have metadata
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r--app-editors/hexedit/Manifest6
-rw-r--r--app-editors/hexedit/files/hexedit-1.2.13-tinfo.patch10
-rw-r--r--app-editors/hexedit/hexedit-1.2.13.ebuild30
-rw-r--r--app-editors/hexedit/metadata.xml8
4 files changed, 54 insertions, 0 deletions
diff --git a/app-editors/hexedit/Manifest b/app-editors/hexedit/Manifest
new file mode 100644
index 000000000000..aae651aa5ba0
--- /dev/null
+++ b/app-editors/hexedit/Manifest
@@ -0,0 +1,6 @@
+AUX hexedit-1.2.13-tinfo.patch 329 SHA256 73bdd314982e01adcb2725fa210ecfde40275919af4133f2495b54bb4aed8f2f SHA512 21306eddc00720a22365b84181581bc89db2a1d422cf769c2b29585144ab87064a19696ba946e16cc56e2d2d45aa12ebb88b3054ea0167124d960afdaa5a7d8a WHIRLPOOL 7f50b3a3b5b37b03c668013f7ac556d593a263f8c3c32a48ef53bfa022477b09a6ac09ddbf82c46bce68d192bfb04e0cae96bb2c528c122c5437050093684a9d
+DIST hexedit-1.2.13.src.tgz 68778 SHA256 6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7 SHA512 df9afb0b9b965e20ea8c427c1986b0200216601b157862199c35bae9e201ccc478ab0bfecd39d0dfaa85bf582f1cf372b0134fadcfeacf4734805a6e6dcaa2bb WHIRLPOOL 17da62fa584dd6fab86bde8ef732aaa533d01370fc6ca89a939b53e93fbef1bd0778bd477ea5918bf2db648b2335d97c8172881fa314f551d9d96c19375cbe62
+EBUILD hexedit-1.2.13.ebuild 698 SHA256 aa23deac721bac5c9cdb0902c9a86749231a887c5e35c1514e5b02de2441f21e SHA512 fc82df639c0165215f4864d377e0610d096a29146b3949c5da34b14fcaa6140464072fafdb269b5662e56ece388d3aa092cea6dc36f624a060d34dcc150f8d75 WHIRLPOOL eb1a20cd12a84415e5ac58a3d3b897c1a7aa1fe21bb0dd3e49a6ac7bf523a7b15571c842c107f07bcbf60713a776d8f617677dd9af0bd45236158ddc8217428c
+MISC ChangeLog 3083 SHA256 d0b9b60dbe98e4355377dea87399b8020741005b82d0a1798d3065228b63a13b SHA512 7f5a75dd9ef926549dab5b3f92262dbf0945989f34ba25499a3f154e6b7f07b36a02cd810c8200950207846653d7a8b3f234bb585d17f005f83be7754e79fb3f WHIRLPOOL 7004175ef672ece0d59fee7a8db4e783c90294de4bb68be0e285da490ce569b65383eae63ba712e59dcf0c4fe7d3a9a254955e13d3768b751e702a2814a1b7ac
+MISC ChangeLog-2015 5974 SHA256 efe30afce7f19ab5010b7b376f6a617bc719e1fee8fcece44f959338e93e502d SHA512 4be1b41787d60647919fc3bbbf05293c2367e14c9a21ba90d220295df41d8bf81fc8f655a108572259a289364a7c36d353604999a25ee9723fe0867185fc1803 WHIRLPOOL 78f022e1bd5852535b1dea1863f3941a77cc7456a1d338172ffc8057b72db1f70fba49e4508457a32b741d1abcc758cbf77323684792888cdf0d7dfd8bd4499f
+MISC metadata.xml 249 SHA256 9e564af928a2936e8f703b73a55f69de722d795f3bb4cd256be6a95c3f11ff75 SHA512 965ae00fa198dd8f5869c4c14ff3e28c7d76be7182be6ba4bedbb68d7138da5be3c8bb993689db2c73ac328456015ebdf018ee1b308d6988067810d1156bd179 WHIRLPOOL 920b6ff93f8bcf1c19ae74f354f1f4e2a3d76a1f6ed2c8c2bb5b519f69df2657dbd204c80e2d2db52657efda8c16b1bd0d2a65b6c6af060b8144b2faafa35948
diff --git a/app-editors/hexedit/files/hexedit-1.2.13-tinfo.patch b/app-editors/hexedit/files/hexedit-1.2.13-tinfo.patch
new file mode 100644
index 000000000000..86e7dba4e88e
--- /dev/null
+++ b/app-editors/hexedit/files/hexedit-1.2.13-tinfo.patch
@@ -0,0 +1,10 @@
+--- a/configure.in
++++ b/configure.in
+@@ -37,6 +37,7 @@
+ AC_CHECK_LIB(curses, initscr, LIBS="$LIBS -lcurses",
+ AC_CHECK_LIB(ncurses, initscr, LIBS="$LIBS -lncurses")
+ )
++AC_SEARCH_LIBS(nodelay, tinfo)
+ AC_CHECK_FUNC(use_default_colors,
+ AC_DEFINE(HAVE_COLORS, , "Define if you want colored (fruit salad) display option")
+ )
diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild b/app-editors/hexedit/hexedit-1.2.13.ebuild
new file mode 100644
index 000000000000..6bf3c4700dec
--- /dev/null
+++ b/app-editors/hexedit/hexedit-1.2.13.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit autotools eutils
+
+DESCRIPTION="View and edit files in hex or ASCII"
+HOMEPAGE="http://rigaux.org/hexedit.html"
+SRC_URI="http://rigaux.org/${P}.src.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+
+DEPEND="sys-libs/ncurses:="
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-1.2.13-tinfo.patch
+ mv configure.in configure.ac || die
+ eautoreconf
+}
+
+src_install() {
+ dobin hexedit
+ doman hexedit.1
+ dodoc Changes
+}
diff --git a/app-editors/hexedit/metadata.xml b/app-editors/hexedit/metadata.xml
new file mode 100644
index 000000000000..4e80019694b1
--- /dev/null
+++ b/app-editors/hexedit/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tomjbe@gentoo.org</email>
+ <name>Thomas Beierlein</name>
+ </maintainer>
+</pkgmetadata>