summaryrefslogtreecommitdiff
path: root/sys-block/tapecat
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /sys-block/tapecat
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'sys-block/tapecat')
-rw-r--r--sys-block/tapecat/Manifest1
-rw-r--r--sys-block/tapecat/metadata.xml11
-rw-r--r--sys-block/tapecat/tapecat-1.0.0-r1.ebuild23
3 files changed, 35 insertions, 0 deletions
diff --git a/sys-block/tapecat/Manifest b/sys-block/tapecat/Manifest
new file mode 100644
index 000000000000..1c1a80720386
--- /dev/null
+++ b/sys-block/tapecat/Manifest
@@ -0,0 +1 @@
+DIST tapecat-1.0.0.tar.bz2 15095 BLAKE2B 37a0e61ab577792efc395bbab693645180b95757e24bda6ddddfedfb42c5b7f56a900b4c51fa99c1e70165c22e99df3c6189acb1ad864e0b84ddfb9fe5fb8456 SHA512 b155aa2d6cf68f02d8ac76afa1853178167f51cad6ec89521ac2ca61fc0c7520c6ec28b85c8c2dcbfa437cc4b9729bb710405447801d937e060d56c531a0cd22
diff --git a/sys-block/tapecat/metadata.xml b/sys-block/tapecat/metadata.xml
new file mode 100644
index 000000000000..05c463273728
--- /dev/null
+++ b/sys-block/tapecat/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://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-r1.ebuild b/sys-block/tapecat/tapecat-1.0.0-r1.ebuild
new file mode 100644
index 000000000000..99d172996470
--- /dev/null
+++ b/sys-block/tapecat/tapecat-1.0.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
+}