summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /sci-geosciences/mtkbabel
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'sci-geosciences/mtkbabel')
-rw-r--r--sci-geosciences/mtkbabel/Manifest2
-rw-r--r--sci-geosciences/mtkbabel/metadata.xml12
-rw-r--r--sci-geosciences/mtkbabel/mtkbabel-0.8.2.ebuild26
-rw-r--r--sci-geosciences/mtkbabel/mtkbabel-0.8.3.1.ebuild28
4 files changed, 68 insertions, 0 deletions
diff --git a/sci-geosciences/mtkbabel/Manifest b/sci-geosciences/mtkbabel/Manifest
new file mode 100644
index 000000000000..d1d695803c1f
--- /dev/null
+++ b/sci-geosciences/mtkbabel/Manifest
@@ -0,0 +1,2 @@
+DIST mtkbabel-0.8.2.tar.gz 27896 SHA256 3c7b7959b7d0394a99fc95fd524b9a698c19bfe0b59188bd3cf7bb15f81ed6df
+DIST mtkbabel-0.8.3.1.tar.gz 28472 SHA256 c054f32ac6b2adf0815b485695b50e23f24bb147d0357c5df10c76098f9eddad SHA512 795d058bf622b5381600fc82a67aa32258db0ce2d1c22f148b6a1b34a6afe585f31fd0a5fccd2743602b55f53fa3b6b0f8c7269ebee1555a58374e33a80d22d7 WHIRLPOOL 131aefea7a7fb1bbcd477108fa13a2d425f9f658000d9961e6c4431198c00afbb8654c55812914af1feffae727b044000cd65c79e75a0618237252f514ea45f4
diff --git a/sci-geosciences/mtkbabel/metadata.xml b/sci-geosciences/mtkbabel/metadata.xml
new file mode 100644
index 000000000000..216ac4862b82
--- /dev/null
+++ b/sci-geosciences/mtkbabel/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci-geosciences</herd>
+ <longdescription lang="en">
+MTKBabel is a Perl program to operate the i-Blue 747 GPS data logger.
+It should work also with other GPS devices based on the MediaTek MTK chipset.
+</longdescription>
+ <upstream>
+ <remote-id type="sourceforge">mtkbabel</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sci-geosciences/mtkbabel/mtkbabel-0.8.2.ebuild b/sci-geosciences/mtkbabel/mtkbabel-0.8.2.ebuild
new file mode 100644
index 000000000000..e68a43c0a10e
--- /dev/null
+++ b/sci-geosciences/mtkbabel/mtkbabel-0.8.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+DESCRIPTION="MTKBabel is a Perl program to operate the i-Blue 747 GPS data logger"
+HOMEPAGE="http://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
+}
diff --git a/sci-geosciences/mtkbabel/mtkbabel-0.8.3.1.ebuild b/sci-geosciences/mtkbabel/mtkbabel-0.8.3.1.ebuild
new file mode 100644
index 000000000000..a8b77fa44e8f
--- /dev/null
+++ b/sci-geosciences/mtkbabel/mtkbabel-0.8.3.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+DESCRIPTION="MTKBabel is a Perl program to operate the i-Blue 747 GPS data logger"
+HOMEPAGE="http://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
+"
+
+S=${WORKDIR}/${PV}
+
+src_install() {
+ doman mtkbabel.1
+ dobin mtkbabel
+ dodoc MtkExtensionsv1.xsd README changelog
+}