summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-01-20 11:15:25 +0100
committerDavid Seifert <soap@gentoo.org>2021-01-20 11:15:25 +0100
commit3bbbbbe7420145e45f8c6470bc098040c779facc (patch)
tree45c9770cab126ed4dd4ae8de1c0af4e3ebaa0132 /sci-geosciences/mtkbabel/mtkbabel-0.8.2-r1.ebuild
parentsci-geosciences/gpxsee: Remove old (diff)
downloadgentoo-3bbbbbe7420145e45f8c6470bc098040c779facc.tar.gz
gentoo-3bbbbbe7420145e45f8c6470bc098040c779facc.tar.bz2
gentoo-3bbbbbe7420145e45f8c6470bc098040c779facc.zip
sci-geosciences/mtkbabel: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-geosciences/mtkbabel/mtkbabel-0.8.2-r1.ebuild')
-rw-r--r--sci-geosciences/mtkbabel/mtkbabel-0.8.2-r1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/sci-geosciences/mtkbabel/mtkbabel-0.8.2-r1.ebuild b/sci-geosciences/mtkbabel/mtkbabel-0.8.2-r1.ebuild
deleted file mode 100644
index 99dcd1ab97d1..000000000000
--- a/sci-geosciences/mtkbabel/mtkbabel-0.8.2-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="MTKBabel is a Perl program to operate the i-Blue 747 GPS data logger"
-HOMEPAGE="https://sourceforge.net/projects/mtkbabel/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- dev-perl/Device-SerialPort
- dev-perl/TimeDate
-"
-
-src_install() {
- doman mtkbabel.1
- dobin mtkbabel
- dodoc MtkExtensionsv1.xsd README changelog
-}