summaryrefslogtreecommitdiff
path: root/net-dialup/sterm/sterm-20170112-r3.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-12-29 00:35:37 +0100
committerKarel Kočí <cynerd@email.cz>2017-12-29 00:35:37 +0100
commit7a42fd9ca547b3c5c3c9586c0c746329170675f8 (patch)
tree91d490fdad278be838ecd286915a52cca6937223 /net-dialup/sterm/sterm-20170112-r3.ebuild
parent5537da29e17d540851e88cd82c547bc51d32ccb0 (diff)
downloadgentoo-personal-overlay-7a42fd9ca547b3c5c3c9586c0c746329170675f8.tar.gz
gentoo-personal-overlay-7a42fd9ca547b3c5c3c9586c0c746329170675f8.tar.bz2
gentoo-personal-overlay-7a42fd9ca547b3c5c3c9586c0c746329170675f8.zip
Update sterm to new release
Diffstat (limited to 'net-dialup/sterm/sterm-20170112-r3.ebuild')
-rw-r--r--net-dialup/sterm/sterm-20170112-r3.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-dialup/sterm/sterm-20170112-r3.ebuild b/net-dialup/sterm/sterm-20170112-r3.ebuild
deleted file mode 100644
index 2c1c49b..0000000
--- a/net-dialup/sterm/sterm-20170112-r3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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}/0001-Fix-install-strip.patch"
- epatch "${FILESDIR}/0002-Print-more-descriptive-error-message.patch"
- epatch "${FILESDIR}/0003-Add-completions-for-bash-and-zsh.patch"
-}