summaryrefslogtreecommitdiff
path: root/app-cdr/cddetect
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 /app-cdr/cddetect
reinit the tree, so we can have metadata
Diffstat (limited to 'app-cdr/cddetect')
-rw-r--r--app-cdr/cddetect/Manifest5
-rw-r--r--app-cdr/cddetect/cddetect-2.1.ebuild28
-rw-r--r--app-cdr/cddetect/metadata.xml5
3 files changed, 38 insertions, 0 deletions
diff --git a/app-cdr/cddetect/Manifest b/app-cdr/cddetect/Manifest
new file mode 100644
index 000000000000..173cfe0cb0f0
--- /dev/null
+++ b/app-cdr/cddetect/Manifest
@@ -0,0 +1,5 @@
+DIST cddetect-2.1.tar.gz 11779 SHA256 ddf44070cd146bcd859f6cf2b98d43420959bd4145b7f94cfba4203859911133 SHA512 1a67a17f1d26db8361fd72201afa108571fe8639d34e0bea6fd47a26ea6dfa9ff535c56fd14739d9ee551efdcf74c261e6e4b208e769d066926ee96c400ed54c WHIRLPOOL 7f401420286b78ec940079a5c241d837565a16e9819b3738544800c56430acfb266059b7d7b6df2a03c67d91bd1e0ce6f48fe3dc7424e978d06432d41ced2e6f
+EBUILD cddetect-2.1.ebuild 561 SHA256 7a1f02f84a7239983ac74c14af1f679da72f3a7dd07027eca70e4d1deabe5c9b SHA512 98d96929cbf4397d7ed61213feea1cf0e5cdfbcddb51c108879dd588daae48a5a453d9d66fb005dcb3548bde68554297fa37b3b89bd89c9bce52ac34323ceb1d WHIRLPOOL a739d96de1bbf11ae1a38f4e550651256838a2386f87624697212e19d3072c51a4d403db42f37277442cbb69433ecb0715ec9c15d2e40d4c9d53d5ae03e96744
+MISC ChangeLog 2454 SHA256 82837b1cf9a1b64b2bc29537ea9e5e490b30baf0291b9920967de8d9893aad90 SHA512 0fa78ba85722a6cc469de5f8d60ad3b732c1cf79321a6f79e3b0776f7c0f25ae10850419c009ce1dc432d0277c92990ca417aab47eabd1fc4b50680c0c420a50 WHIRLPOOL e9a2725fc29f9fd0b0592a3e5790ea58ea046a67106e46b722ea48b1f9b727c921ee654b56eb984cf2201ff1bc3f7a9b00df2e79b97b89ac900a3ced9d6644f2
+MISC ChangeLog-2015 375 SHA256 608e96d80d69894c73d9f50af20201f567c10aab219b626d33363a998b9af5ae SHA512 fd720a95d0d5de006cf6a44ddd06317564a0295915264f046e574f856be94d3a6a6967efe3ea45937af5ce5d8dd69b90a6d4cea1151e49fe65f299f5e5e0bd80 WHIRLPOOL ecb23a8cf9144002055b1fd99ac9f3aef33ecef483ca768ee7eb5ccf3dc9d67c928e278f4387d89796a6bd00e122d232b0780f22942fc21b5226caecf672b5ba
+MISC metadata.xml 166 SHA256 2caff447f5bd2701d8456ada5cc633c41ef4373fa4bfeabeb73599d40bcc941b SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 WHIRLPOOL 1ff70497eca6531f0e0614c72a19f4b8e5ff486a58d369f4f0b36308d1d6b01168f9da887740e3b9f536236be251d3fe05f904d27a9233a7cf613416ba882968
diff --git a/app-cdr/cddetect/cddetect-2.1.ebuild b/app-cdr/cddetect/cddetect-2.1.ebuild
new file mode 100644
index 000000000000..5de6bf19692a
--- /dev/null
+++ b/app-cdr/cddetect/cddetect-2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=4
+inherit toolchain-funcs
+
+DESCRIPTION="A tool for detecting the type of a CD/DVD without mounting it"
+HOMEPAGE="http://www.bellut.net/projects.html"
+SRC_URI="http://www.bellut.net/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}
+
+src_prepare() {
+ sed -i -e '1i#include <limits.h>' ${PN}.c || die #337628
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" CFLAGS="-Wall ${CFLAGS}"
+}
+
+src_install() {
+ dobin ${PN}
+}
diff --git a/app-cdr/cddetect/metadata.xml b/app-cdr/cddetect/metadata.xml
new file mode 100644
index 000000000000..6f49eba8f496
--- /dev/null
+++ b/app-cdr/cddetect/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<!-- maintainer-needed -->
+</pkgmetadata>