summaryrefslogtreecommitdiff
path: root/sys-block/tapecat
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /sys-block/tapecat
reinit the tree, so we can have metadata
Diffstat (limited to 'sys-block/tapecat')
-rw-r--r--sys-block/tapecat/Manifest5
-rw-r--r--sys-block/tapecat/metadata.xml11
-rw-r--r--sys-block/tapecat/tapecat-1.0.0.ebuild21
3 files changed, 37 insertions, 0 deletions
diff --git a/sys-block/tapecat/Manifest b/sys-block/tapecat/Manifest
new file mode 100644
index 000000000000..63b3e5b58e1a
--- /dev/null
+++ b/sys-block/tapecat/Manifest
@@ -0,0 +1,5 @@
+DIST tapecat-1.0.0.tar.bz2 15095 SHA256 84d882f87f913689a84c30ce253903009c654a95dc4eaac72fa9c290cc0c8fc4 SHA512 b155aa2d6cf68f02d8ac76afa1853178167f51cad6ec89521ac2ca61fc0c7520c6ec28b85c8c2dcbfa437cc4b9729bb710405447801d937e060d56c531a0cd22 WHIRLPOOL 8b3f212fc9142639fd6a142a25a31f9fdc8fa6ae6278db935a9cafd54bfe8594da68084ca1daf6b600cae3f2363cd7dabd6d5f0cff3a32d95524fccd1905d2bb
+EBUILD tapecat-1.0.0.ebuild 528 SHA256 39367ed79c9a2fd4e0665df556c8b8c394c43fa73d024f862136935251ccc70f SHA512 011e5b75efad9593900722e9a4b581731e38d30e3f995fa44287f345fb4254085a2da61e90ba514a130f9700adad9297b75d08c8ff78b21140c1a9127cdc5715 WHIRLPOOL 6e230be917e763e23e3ff2f2fb0de37c9e5db98235d27db6f2a96a9ed6e7ea88bc0278cf04ce23a6e8872696956820e9b63ae800905bb6d8481a19c40313995f
+MISC ChangeLog 2927 SHA256 1fadb046e288f6de15a6215edc30113f988b7654ed31cd48f6dfac9147cbc4bc SHA512 4a445091d602a3490dc0144e70c9789d0d1b9fb412f15e3699f7035db3fbb45d351e32a4d23175260dd3dc0194fcf83e58f2d21e584a779bc300de4097234d03 WHIRLPOOL 76291e7766a5256af6df1e4105178eb19abe41727ec85d02f2d1577a2be42e0a8c60eb4dab653a13f8ceb9084cd56fc1041234519ce03c39bf38ece9085c838d
+MISC ChangeLog-2015 1118 SHA256 ed35d2e4dd10682a54166df0b97b40a634eeb5fd63eef0424ec57b648d0d9516 SHA512 a0820303e3c5c7ba2adf465b80e7f99dc5cef2028a6ce0b40a82cc6814ac233d85c3888bde82a5d75f98cf4d63da131a7bc9e2ac6b661a8dbe8e5669cac6ab37 WHIRLPOOL af44ce0d961ea108b309d099390ed134cb2e32d42434fcbeda826bee76939221009b4982f83b927525576b5524a6234340a2103d85b8f383e023eed02a3d43c7
+MISC metadata.xml 329 SHA256 4ce73c4d5d41f458fc9039b8da317ba512dcc468f39b9db038e5d6416707179f SHA512 3baca06564c2219ea6175ea39cea467ada4e7bf21a4341fcdc9d5b885ae387f4ca4f93605464b900a2524d64badfae641c5459d0acd0569de1ce848528a46ee4 WHIRLPOOL 19cd1cebebe165ee3cde545b131693f98c677790b8cc07404639880f9c4c83576e5db8080af03f7e7409d0aa4b03b4053de460e6d30ae3ebbc8e645d984e1b56
diff --git a/sys-block/tapecat/metadata.xml b/sys-block/tapecat/metadata.xml
new file mode 100644
index 000000000000..9590fe15fc00
--- /dev/null
+++ b/sys-block/tapecat/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>robbat2@gentoo.org</email>
+</maintainer>
+<maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ <name>Gentoo Base System</name>
+</maintainer>
+</pkgmetadata>
diff --git a/sys-block/tapecat/tapecat-1.0.0.ebuild b/sys-block/tapecat/tapecat-1.0.0.ebuild
new file mode 100644
index 000000000000..3f61bafaabdf
--- /dev/null
+++ b/sys-block/tapecat/tapecat-1.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+DESCRIPTION="tapecat is a tape utility used to describe the physical content of a tape"
+HOMEPAGE="http://www.inventivetechnology.at/tapecat/"
+SRC_URI="http://downloads.inventivetechnology.at/${PN}/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+IUSE=""
+DEPEND="sys-apps/file"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ emake CFLAGS="${CFLAGS} -Wall -ansi"
+}
+
+src_install() {
+ dobin tapecat
+ doman tapecat.1
+}