From c5d7e8a36d659ea18597589beecd24eb7f4f39c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 17 Sep 2019 10:01:25 +0200 Subject: net-dialup/sterm: update to 20190912 --- net-dialup/sterm/sterm-20171215-r1.ebuild | 24 ------------------------ net-dialup/sterm/sterm-20190912-r1.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 net-dialup/sterm/sterm-20171215-r1.ebuild create mode 100644 net-dialup/sterm/sterm-20190912-r1.ebuild (limited to 'net-dialup/sterm') diff --git a/net-dialup/sterm/sterm-20171215-r1.ebuild b/net-dialup/sterm/sterm-20171215-r1.ebuild deleted file mode 100644 index 5fc43fa..0000000 --- a/net-dialup/sterm/sterm-20171215-r1.ebuild +++ /dev/null @@ -1,24 +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-Set-correct-install-paths-for-gentoo-for-zsh-complet.patch" -} diff --git a/net-dialup/sterm/sterm-20190912-r1.ebuild b/net-dialup/sterm/sterm-20190912-r1.ebuild new file mode 100644 index 0000000..5fc43fa --- /dev/null +++ b/net-dialup/sterm/sterm-20190912-r1.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}/0001-Set-correct-install-paths-for-gentoo-for-zsh-complet.patch" +} -- cgit v1.2.3