summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-08 20:34:56 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-08 20:34:56 +0200
commitf37babfd1484e98beab2b5251587641cae99d3d3 (patch)
tree3ac1123098754efec0d2c445f2232add17de1b13 /net-libs
parentnet-dns/tinystats: Remove last-rited pkg (diff)
downloadgentoo-f37babfd1484e98beab2b5251587641cae99d3d3.tar.gz
gentoo-f37babfd1484e98beab2b5251587641cae99d3d3.tar.bz2
gentoo-f37babfd1484e98beab2b5251587641cae99d3d3.zip
net-libs/roadrunner: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693812 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/roadrunner/Manifest1
-rw-r--r--net-libs/roadrunner/metadata.xml5
-rw-r--r--net-libs/roadrunner/roadrunner-0.9.1.ebuild39
3 files changed, 0 insertions, 45 deletions
diff --git a/net-libs/roadrunner/Manifest b/net-libs/roadrunner/Manifest
deleted file mode 100644
index dd4bd2f2f00f..000000000000
--- a/net-libs/roadrunner/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST roadrunner-0.9.1.tar.gz 338564 BLAKE2B b3e4cea85ed1e4e7834cf758bf4e54e51e7ec4399f5baf75c7ae797c5b0bd571a099acfff29bccc2942d3779247b642372a73efbcb04e7f511786ca22c5b1d3d SHA512 ca1f60ba5a1d844ea088699cfc0b35ac2cae202bfbf7b8846f2b59da3dca0aa9051cf4c7bd7a398ebbf8f3cdbc096faff4a5fc19feb6544576c4141800e90b4b
diff --git a/net-libs/roadrunner/metadata.xml b/net-libs/roadrunner/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/net-libs/roadrunner/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/net-libs/roadrunner/roadrunner-0.9.1.ebuild b/net-libs/roadrunner/roadrunner-0.9.1.ebuild
deleted file mode 100644
index 6273267219f2..000000000000
--- a/net-libs/roadrunner/roadrunner-0.9.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-# EBuild details
-DESCRIPTION="RoadRunner library provides API for using Blocks Extensible Exchange Protocol"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" #was http://rr.codefactory.se
-# upstream Died
-SRC_URI="mirror://gentoo/roadrunner-${PV}.tar.gz"
-
-LICENSE="Sleepycat"
-SLOT="0"
-KEYWORDS="ppc x86"
-
-# doc = include documentation
-IUSE="doc"
-
-RDEPEND=">=dev-libs/glib-2.2.1
- >=dev-libs/libxml2-2.5.11"
-
-DEPEND="
- >=dev-libs/glib-2.2.1
- >=dev-libs/libxml2-2.5.11
- virtual/pkgconfig
- doc? ( dev-util/gtk-doc )"
-
-src_compile() {
- econf \
- $(use_enable doc gtk-doc) \
- || die "configure failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- # Seems that the Makefiles are OK
- emake DESTDIR="${D}" install || die
-}