summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-02-26 23:48:16 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-02-26 23:49:29 +0100
commitaad03638ce6c227fe4340aa9f6216d8f96950850 (patch)
tree6a4179bb424d1acfc5c1aa57959c42f7200244a7 /sys-fs
parentwww-client/chromium: beta channel bump (57.0.2987.74) (diff)
downloadgentoo-aad03638ce6c227fe4340aa9f6216d8f96950850.tar.gz
gentoo-aad03638ce6c227fe4340aa9f6216d8f96950850.tar.bz2
gentoo-aad03638ce6c227fe4340aa9f6216d8f96950850.zip
sys-fs/lde: EAPI 6 bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/lde/lde-2.6.1-r1.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/sys-fs/lde/lde-2.6.1-r1.ebuild b/sys-fs/lde/lde-2.6.1-r1.ebuild
new file mode 100644
index 000000000000..18a1283d9be5
--- /dev/null
+++ b/sys-fs/lde/lde-2.6.1-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="ext2fs and minix disk editor for linux"
+HOMEPAGE="http://lde.sourceforge.net/"
+SRC_URI="mirror://sourceforge/lde/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="
+ ${RDEPEND}
+ dev-util/yacc"
+
+S="${WORKDIR}/${PN}"
+
+PATCHES=(
+ "${FILESDIR}/${P}-no-shadowing.patch"
+)
+
+DOCS=( WARNING README TODO COPYING )
+
+RESTRICT="test"
+
+src_install() {
+ dosbin "${PN}"
+ newman "doc/${PN}.man" "${PN}.8"
+ einstalldocs
+}