summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 08:05:05 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 08:07:22 +0200
commit460b507b8927606746699172951e7fb8810a2472 (patch)
treed2b9dabae63f8b5a6b418ca8f67abfdc9d12b6f4 /net-libs/openpgm
parentnet-mail/mailman: Remove last-rited <3 (diff)
downloadgentoo-460b507b8927606746699172951e7fb8810a2472.tar.gz
gentoo-460b507b8927606746699172951e7fb8810a2472.tar.bz2
gentoo-460b507b8927606746699172951e7fb8810a2472.zip
net-libs/openpgm: Remove last-rited pkg
Closes: https://bugs.gentoo.org/735420 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/openpgm')
-rw-r--r--net-libs/openpgm/Manifest2
-rw-r--r--net-libs/openpgm/metadata.xml8
-rw-r--r--net-libs/openpgm/openpgm-5.1.118-r1.ebuild30
-rw-r--r--net-libs/openpgm/openpgm-5.2.122.ebuild30
4 files changed, 0 insertions, 70 deletions
diff --git a/net-libs/openpgm/Manifest b/net-libs/openpgm/Manifest
deleted file mode 100644
index 622022945b61..000000000000
--- a/net-libs/openpgm/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST openpgm-5.1.118.tar.gz 557816 BLAKE2B b066aabb71701f6b1d33313e95212ec37aec4ddab8b56a0a44f5ed862bca8a5ac5846150ba766340a66ee82d5a579a84348ae0e232238664202f1c37a405ab52 SHA512 50acd102f03fb250cd027c8f4843749641c7b1a4c1dfc41b136627feb59209bc7a2bbd08b7edeac603fb820118c6683ae9377a692949608bad455fef91c97274
-DIST openpgm-5.2.122.tar.gz 583469 BLAKE2B e3520f88282eed7da7890d678a25252a43157982955fab2740766cda9ce6c475ac5f5e3897c6dc1312a19d17e9e6ba94638f4d6fb93e42599359927e29f0962c SHA512 f8b29fb69acb548536179262665c0cdcc8bb1510d3e970d6abebaf33e301f87fbfa7e2c46e387973d8b65470350af66b3130482269b9fbb15fe7bf98b52f6404
diff --git a/net-libs/openpgm/metadata.xml b/net-libs/openpgm/metadata.xml
deleted file mode 100644
index ce00d8d56813..000000000000
--- a/net-libs/openpgm/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">steve-o/openpgm</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
deleted file mode 100644
index b4fb79c7dc76..000000000000
--- a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools-utils python-any-r1
-
-MY_PV="${PV//./-}"
-
-DESCRIPTION="Open source implementation of the Pragmatic General Multicast specification"
-HOMEPAGE="https://github.com/steve-o/openpgm"
-SRC_URI="https://github.com/steve-o/${PN}/archive/release-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 x86"
-IUSE="static-libs"
-
-DEPEND="${PYTHON_DEPS}"
-
-S="${WORKDIR}/${PN}-release-${MY_PV}/${PN}/pgm"
-
-src_install() {
- DOCS=( "${S}"/../doc/. "${S}"/README )
-
- autotools-utils_src_install
-}
diff --git a/net-libs/openpgm/openpgm-5.2.122.ebuild b/net-libs/openpgm/openpgm-5.2.122.ebuild
deleted file mode 100644
index 43058f88b4f5..000000000000
--- a/net-libs/openpgm/openpgm-5.2.122.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools-utils python-any-r1
-
-MY_PV="${PV//./-}"
-
-DESCRIPTION="Open source implementation of the Pragmatic General Multicast specification"
-HOMEPAGE="https://github.com/steve-o/openpgm"
-SRC_URI="https://github.com/steve-o/${PN}/archive/release-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86"
-IUSE="static-libs"
-
-DEPEND="${PYTHON_DEPS}"
-
-S="${WORKDIR}/${PN}-release-${MY_PV}/${PN}/pgm"
-
-src_install() {
- DOCS=( "${S}"/../doc/. "${S}"/README )
-
- autotools-utils_src_install
-}