summaryrefslogtreecommitdiff
path: root/net-dialup/sterm/sterm-20170112-r2.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-05-17 08:41:02 +0200
committerKarel Kočí <cynerd@email.cz>2017-05-17 08:41:02 +0200
commit70eca9a5216a3769c14c05ad48219bbdbf1ff040 (patch)
tree3be07d9d4f9b1b417db7db3535dd53767e4f4357 /net-dialup/sterm/sterm-20170112-r2.ebuild
parentb9e35923da6bf013f2c582e921f6086900ad63b3 (diff)
downloadgentoo-personal-overlay-70eca9a5216a3769c14c05ad48219bbdbf1ff040.tar.gz
gentoo-personal-overlay-70eca9a5216a3769c14c05ad48219bbdbf1ff040.tar.bz2
gentoo-personal-overlay-70eca9a5216a3769c14c05ad48219bbdbf1ff040.zip
sterm add patch for more descriptive error messages
Diffstat (limited to 'net-dialup/sterm/sterm-20170112-r2.ebuild')
-rw-r--r--net-dialup/sterm/sterm-20170112-r2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-dialup/sterm/sterm-20170112-r2.ebuild b/net-dialup/sterm/sterm-20170112-r2.ebuild
new file mode 100644
index 0000000..d3ab7b9
--- /dev/null
+++ b/net-dialup/sterm/sterm-20170112-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils git-r3
+
+DESCRIPTION="Simple serial terminal"
+HOMEPAGE="https://rtime.felk.cvut.cz/gitweb/sojka/sterm.git"
+
+EGIT_REPO_URI="git://rtime.felk.cvut.cz/sojka/sterm.git"
+EGIT_COMMIT="${PV}"
+
+LICENSE="GPL-3.0+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND="dev-libs/lockdev"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ epatch "${FILESDIR}/Fix-install-strip.patch"
+}