summaryrefslogtreecommitdiff
path: root/net-dialup/capidivert
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 /net-dialup/capidivert
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
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 'net-dialup/capidivert')
-rw-r--r--net-dialup/capidivert/Manifest1
-rw-r--r--net-dialup/capidivert/capidivert-0.0.2.ebuild19
-rw-r--r--net-dialup/capidivert/metadata.xml8
3 files changed, 28 insertions, 0 deletions
diff --git a/net-dialup/capidivert/Manifest b/net-dialup/capidivert/Manifest
new file mode 100644
index 00000000000..10e8cf6f7f3
--- /dev/null
+++ b/net-dialup/capidivert/Manifest
@@ -0,0 +1 @@
+DIST capidivert-0.0.2.tar.gz 24971 SHA256 94dd5fdc2649eff955192292973a8d94c46b60b58e98d8c82ff1c5f5f8b3feef SHA512 e6c2e749814ae63d566c2de33014f37ec65bf9e2c3bab32ba9bb2062d9db01272b4cc3a4185273fe1702edd5616521edc5007221fb87df0b955e3fa11e60b9fe WHIRLPOOL efe41ae3cb9a444a082fdd20ee8e0d3946b792f8e5d4c32b4c87b7d5e476c6670f9d3a1d60196a13d8d4e29735342f0da46b4ceb965a4279d56720369084de83
diff --git a/net-dialup/capidivert/capidivert-0.0.2.ebuild b/net-dialup/capidivert/capidivert-0.0.2.ebuild
new file mode 100644
index 00000000000..1d4b7555bd6
--- /dev/null
+++ b/net-dialup/capidivert/capidivert-0.0.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="CAPI based utility to control ISDN diversion facilities"
+HOMEPAGE="http://www.tp1.ruhr-uni-bochum.de/~kai/i4l/capidivert/"
+SRC_URI="http://www.tp1.ruhr-uni-bochum.de/~kai/i4l/capidivert/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="net-dialup/capi4k-utils"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+}
diff --git a/net-dialup/capidivert/metadata.xml b/net-dialup/capidivert/metadata.xml
new file mode 100644
index 00000000000..b61d2af8a9f
--- /dev/null
+++ b/net-dialup/capidivert/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>net-dialup</herd>
+ <longdescription lang="en">
+ CAPI based utility to control ISDN diversion facilities.
+ </longdescription>
+</pkgmetadata>