diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-05 23:29:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-05 23:29:07 +0100 |
commit | a070561bba38b9500aabb34eddaf171f85f12cff (patch) | |
tree | 788ff985cd2ffe690f2f8c8bf264e7f6ef446e96 /net-dialup/globespan-adsl/globespan-adsl-0.12.ebuild | |
parent | net-dns/bind-dns-keygen: Remove last-rited pkg (diff) | |
download | gentoo-a070561bba38b9500aabb34eddaf171f85f12cff.tar.gz gentoo-a070561bba38b9500aabb34eddaf171f85f12cff.tar.bz2 gentoo-a070561bba38b9500aabb34eddaf171f85f12cff.zip |
net-dialup/globespan-adsl: Remove last-rited pkg
Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-dialup/globespan-adsl/globespan-adsl-0.12.ebuild')
-rw-r--r-- | net-dialup/globespan-adsl/globespan-adsl-0.12.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/net-dialup/globespan-adsl/globespan-adsl-0.12.ebuild b/net-dialup/globespan-adsl/globespan-adsl-0.12.ebuild deleted file mode 100644 index 29a0ed1e3e9c..000000000000 --- a/net-dialup/globespan-adsl/globespan-adsl-0.12.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils - -MY_PN="eciadsl-usermode-${PV}" - -DESCRIPTION="Driver for various ADSL modems. Also known as EciAdsl" -SRC_URI="http://eciadsl.flashtux.org/download/${MY_PN}.tar.gz" -HOMEPAGE="http://eciadsl.flashtux.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-amd64 x86" -IUSE="tk" - -DEPEND="net-dialup/ppp" -RDEPEND="${DEPEND} - dev-lang/perl - tk? ( >=dev-lang/tk-8.3.4 )" - -S="${WORKDIR}/${MY_PN}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-pagesize.patch -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - if ! use tk ; then - rm "${D}"/usr/bin/eciadsl-config-tk - fi - dodoc README* TROUBLESHOOTING* ChangeLog || die "failed to install documentation" -} - -pkg_postinst() { - elog - elog "Package succesfully installed you should now run " - elog "eciconf.sh (graphical, requires TCL/TK) or eciconftxt.sh" - elog - elog "Paquetage installé avec succés vous devriez maintenant" - elog "executer eciconf.sh (qui requiert TCL/TK) ou eciconftxt.sh" - elog -} |