From 052e0ba69fec4102d6c752521808995ed244cfd6 Mon Sep 17 00:00:00 2001 From: Tobias Klaus Date: Mon, 31 Jul 2023 18:04:33 +0200 Subject: [PATCH] cleanup unused and outdated packages --- media-plugins/kodi-pvr-hts/ChangeLog | 29 -------- .../kodi-pvr-hts/kodi-pvr-hts-16.9999.ebuild | 49 -------------- .../kodi-pvr-hts/kodi-pvr-hts-17.9999.ebuild | 49 -------------- .../kodi-pvr-hts/kodi-pvr-hts-9999.ebuild | 49 -------------- media-plugins/kodi-pvr-hts/metadata.xml | 12 ---- net-im/biboumi/biboumi-8.3.ebuild | 67 ------------------- net-im/biboumi/biboumi-8.4.ebuild | 67 ------------------- net-im/biboumi/biboumi-9.0.ebuild | 66 ------------------ net-im/biboumi/biboumi-9999.ebuild | 67 ------------------- .../files/001-CMAKE-empty-string.patch | 55 --------------- net-im/biboumi/files/biboumi.initd | 22 ------ net-im/biboumi/files/biboumi.logrotate | 11 --- net-im/biboumi/metadata.xml | 14 ---- net-misc/oonf/Manifest | 1 - net-misc/oonf/metadata.xml | 7 -- net-misc/oonf/oonf-0.13.0.ebuild | 26 ------- net-misc/oonf/oonf-9999.ebuild | 24 ------- 17 files changed, 615 deletions(-) delete mode 100644 media-plugins/kodi-pvr-hts/ChangeLog delete mode 100644 media-plugins/kodi-pvr-hts/kodi-pvr-hts-16.9999.ebuild delete mode 100644 media-plugins/kodi-pvr-hts/kodi-pvr-hts-17.9999.ebuild delete mode 100644 media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild delete mode 100644 media-plugins/kodi-pvr-hts/metadata.xml delete mode 100644 net-im/biboumi/biboumi-8.3.ebuild delete mode 100644 net-im/biboumi/biboumi-8.4.ebuild delete mode 100644 net-im/biboumi/biboumi-9.0.ebuild delete mode 100644 net-im/biboumi/biboumi-9999.ebuild delete mode 100644 net-im/biboumi/files/001-CMAKE-empty-string.patch delete mode 100755 net-im/biboumi/files/biboumi.initd delete mode 100644 net-im/biboumi/files/biboumi.logrotate delete mode 100644 net-im/biboumi/metadata.xml delete mode 100644 net-misc/oonf/Manifest delete mode 100644 net-misc/oonf/metadata.xml delete mode 100644 net-misc/oonf/oonf-0.13.0.ebuild delete mode 100644 net-misc/oonf/oonf-9999.ebuild diff --git a/media-plugins/kodi-pvr-hts/ChangeLog b/media-plugins/kodi-pvr-hts/ChangeLog deleted file mode 100644 index e189769..0000000 --- a/media-plugins/kodi-pvr-hts/ChangeLog +++ /dev/null @@ -1,29 +0,0 @@ -# ChangeLog for media-plugins/kodi-pvr-hts -# Copyright 1999-2017 Gentoo Foundation; Distributed under the GPL v2 -# (auto-generated from git log) - -*kodi-pvr-hts-16.9999 (14 Mar 2016) -*kodi-pvr-hts-16_p20160220 (14 Mar 2016) - - 14 Mar 2016; Miroslav Šulc - +kodi-pvr-hts-16_p20160220.ebuild, +kodi-pvr-hts-16.9999.ebuild, - +metadata.xml: - new package - - Package-Manager: portage-2.2.28 - - 03 Apr 2016; Miroslav Šulc - kodi-pvr-hts-16_p20160220.ebuild, kodi-pvr-hts-16.9999.ebuild: - restricted libplatform dependency to version 1* because libplatform-2* - changed from platform to p8-platform - - Package-Manager: portage-2.2.28 - -*kodi-pvr-hts-16_p20160419 (25 Apr 2016) - - 25 Apr 2016; Miroslav Šulc - +kodi-pvr-hts-16_p20160419.ebuild: - version bump - - Package-Manager: portage-2.2.28 - diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16.9999.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16.9999.ebuild deleted file mode 100644 index 927d601..0000000 --- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16.9999.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.hts" -if [[ "${PV}" = "9999" ]] ; then - inherit git-r3 - EGIT_BRANCH="master" -elif [[ "${PV}" = "16.9999" ]] ; then - inherit git-r3 - EGIT_BRANCH="Jarvis" -elif [[ "${PV}" = "17.9999" ]] ; then - inherit git-r3 - EGIT_BRANCH="Krypton" -elif [[ "${PV}" = "18.9999" ]] ; then - inherit git-r3 - EGIT_BRANCH="Leia" -else - SRC_URI="https://github.com/kodi-pvr/pvr.hts/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" - MY_P="${P/kodi-pvr-hts/pvr.hts}" - S="${WORKDIR}/${MY_P}" -fi - -DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi" -HOMEPAGE="https://github.com/kodi-pvr/pvr.hts" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="=dev-libs/libplatform-2* - =media-libs/kodi-platform-9999* - =media-tv/kodi-17*" -RDEPEND="${DEPEND}" -src_prepare(){ - eapply_user -} - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/lib64/kodi - ) - - cmake-utils_src_configure -} diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-17.9999.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-17.9999.ebuild deleted file mode 100644 index 6322084..0000000 --- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-17.9999.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.hts" -if [[ "${PV}" = "9999" ]] ; then - inherit git-r3 - EGIT_BRANCH="master" -elif [[ "${PV}" = "16.9999" ]] ; then - inherit git-r3 - EGIT_BRANCH="Jarvis" -elif [[ "${PV}" = "17.9999" ]] ; then - inherit git-r3 - EGIT_BRANCH="Krypton" -elif [[ "${PV}" = "18.9999" ]] ; then - inherit git-r3 - EGIT_BRANCH="Leia" -else - SRC_URI="https://github.com/kodi-pvr/pvr.hts/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" - MY_P="${P/kodi-pvr-hts/pvr.hts}" - S="${WORKDIR}/${MY_P}" -fi - -DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi" -HOMEPAGE="https://github.com/kodi-pvr/pvr.hts" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="=dev-libs/libplatform-2* - =media-libs/kodi-platform-17* - =media-tv/kodi-17*" -RDEPEND="${DEPEND}" -src_prepare(){ - eapply_user -} - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/lib64/kodi - ) - - cmake-utils_src_configure -} diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild deleted file mode 100644 index 927d601..0000000 --- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.hts" -if [[ "${PV}" = "9999" ]] ; then - inherit git-r3 - EGIT_BRANCH="master" -elif [[ "${PV}" = "16.9999" ]] ; then - inherit git-r3 - EGIT_BRANCH="Jarvis" -elif [[ "${PV}" = "17.9999" ]] ; then - inherit git-r3 - EGIT_BRANCH="Krypton" -elif [[ "${PV}" = "18.9999" ]] ; then - inherit git-r3 - EGIT_BRANCH="Leia" -else - SRC_URI="https://github.com/kodi-pvr/pvr.hts/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" - MY_P="${P/kodi-pvr-hts/pvr.hts}" - S="${WORKDIR}/${MY_P}" -fi - -DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi" -HOMEPAGE="https://github.com/kodi-pvr/pvr.hts" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="=dev-libs/libplatform-2* - =media-libs/kodi-platform-9999* - =media-tv/kodi-17*" -RDEPEND="${DEPEND}" -src_prepare(){ - eapply_user -} - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/lib64/kodi - ) - - cmake-utils_src_configure -} diff --git a/media-plugins/kodi-pvr-hts/metadata.xml b/media-plugins/kodi-pvr-hts/metadata.xml deleted file mode 100644 index d8614f8..0000000 --- a/media-plugins/kodi-pvr-hts/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - fordfrog@gentoo.org - Miroslav Šulc - - Tvheadend Live TV and Radio PVR client addon for Kodi - - kodi-pvr/pvr.hts - - diff --git a/net-im/biboumi/biboumi-8.3.ebuild b/net-im/biboumi/biboumi-8.3.ebuild deleted file mode 100644 index 5bff430..0000000 --- a/net-im/biboumi/biboumi-8.3.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Biboumi is an XMPP <-> IRC gateway" -HOMEPAGE="https://lab.louiz.org/louiz/biboumi" -EGIT_REPO_URI="https://lab.louiz.org/louiz/biboumi.git" - -if [[ "$PV" != "9999" ]] ; then - EGIT_COMMIT="$PV" - PATCHES=( - "${FILESDIR}/001-CMAKE-empty-string.patch" - ) -fi - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="" -IUSE="postgres sqlite ssl" - -DEPEND=" -dev-libs/expat -net-dns/c-ares -net-dns/libidn:0 -net-im/jabber-base -net-libs/udns -virtual/libiconv -ssl? ( dev-libs/botan:2 ) -postgres? ( dev-db/postgresql:* ) -sqlite? ( dev-db/sqlite ) -" -RDEPEND="${DEPEND}" - -inherit git-r3 cmake-utils - -DIRS="/var/log/biboumi /var/lib/biboumi" - -src_configure() { - local mycmakeargs=( - -DWITH_POSTGRESQL="$(usex postgres)" - -DWITHOUT_POSTGRESQL="$(usex !postgres)" - -DWITH_SQLITE3="$(usex sqlite)" - -DWITHOUT_SQLITE3="$(usex !sqlite)" - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - newinitd "${FILESDIR}/${PN}".initd "${PN}" - insinto /etc/logrotate.d - newins "${FILESDIR}/${PN}".logrotate "${PN}" - for dir in $DIRS - do - keepdir $dir - done -} - -pkg_postinst() { - for dir in $DIRS - do - chown jabber:jabber $dir - chmod u=rwx,g=rx,o= $dir - done -} diff --git a/net-im/biboumi/biboumi-8.4.ebuild b/net-im/biboumi/biboumi-8.4.ebuild deleted file mode 100644 index 5bff430..0000000 --- a/net-im/biboumi/biboumi-8.4.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Biboumi is an XMPP <-> IRC gateway" -HOMEPAGE="https://lab.louiz.org/louiz/biboumi" -EGIT_REPO_URI="https://lab.louiz.org/louiz/biboumi.git" - -if [[ "$PV" != "9999" ]] ; then - EGIT_COMMIT="$PV" - PATCHES=( - "${FILESDIR}/001-CMAKE-empty-string.patch" - ) -fi - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="" -IUSE="postgres sqlite ssl" - -DEPEND=" -dev-libs/expat -net-dns/c-ares -net-dns/libidn:0 -net-im/jabber-base -net-libs/udns -virtual/libiconv -ssl? ( dev-libs/botan:2 ) -postgres? ( dev-db/postgresql:* ) -sqlite? ( dev-db/sqlite ) -" -RDEPEND="${DEPEND}" - -inherit git-r3 cmake-utils - -DIRS="/var/log/biboumi /var/lib/biboumi" - -src_configure() { - local mycmakeargs=( - -DWITH_POSTGRESQL="$(usex postgres)" - -DWITHOUT_POSTGRESQL="$(usex !postgres)" - -DWITH_SQLITE3="$(usex sqlite)" - -DWITHOUT_SQLITE3="$(usex !sqlite)" - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - newinitd "${FILESDIR}/${PN}".initd "${PN}" - insinto /etc/logrotate.d - newins "${FILESDIR}/${PN}".logrotate "${PN}" - for dir in $DIRS - do - keepdir $dir - done -} - -pkg_postinst() { - for dir in $DIRS - do - chown jabber:jabber $dir - chmod u=rwx,g=rx,o= $dir - done -} diff --git a/net-im/biboumi/biboumi-9.0.ebuild b/net-im/biboumi/biboumi-9.0.ebuild deleted file mode 100644 index 78aa1d6..0000000 --- a/net-im/biboumi/biboumi-9.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Biboumi is an XMPP <-> IRC gateway" -HOMEPAGE="https://lab.louiz.org/louiz/biboumi" -EGIT_REPO_URI="https://lab.louiz.org/louiz/biboumi.git" - -if [[ "$PV" != "9999" ]] ; then - EGIT_COMMIT="$PV" - PATCHES=( - ) -fi - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="" -IUSE="postgres sqlite ssl" - -DEPEND=" -dev-libs/expat -net-dns/c-ares -net-dns/libidn:0 -net-im/jabber-base -net-libs/udns -virtual/libiconv -ssl? ( dev-libs/botan:2 ) -postgres? ( dev-db/postgresql:* ) -sqlite? ( dev-db/sqlite ) -" -RDEPEND="${DEPEND}" - -inherit git-r3 cmake-utils - -DIRS="/var/log/biboumi /var/lib/biboumi" - -src_configure() { - local mycmakeargs=( - -DWITH_POSTGRESQL="$(usex postgres)" - -DWITHOUT_POSTGRESQL="$(usex !postgres)" - -DWITH_SQLITE3="$(usex sqlite)" - -DWITHOUT_SQLITE3="$(usex !sqlite)" - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - newinitd "${FILESDIR}/${PN}".initd "${PN}" - insinto /etc/logrotate.d - newins "${FILESDIR}/${PN}".logrotate "${PN}" - for dir in $DIRS - do - keepdir $dir - done -} - -pkg_postinst() { - for dir in $DIRS - do - chown jabber:jabber $dir - chmod u=rwx,g=rx,o= $dir - done -} diff --git a/net-im/biboumi/biboumi-9999.ebuild b/net-im/biboumi/biboumi-9999.ebuild deleted file mode 100644 index 5bff430..0000000 --- a/net-im/biboumi/biboumi-9999.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Biboumi is an XMPP <-> IRC gateway" -HOMEPAGE="https://lab.louiz.org/louiz/biboumi" -EGIT_REPO_URI="https://lab.louiz.org/louiz/biboumi.git" - -if [[ "$PV" != "9999" ]] ; then - EGIT_COMMIT="$PV" - PATCHES=( - "${FILESDIR}/001-CMAKE-empty-string.patch" - ) -fi - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="" -IUSE="postgres sqlite ssl" - -DEPEND=" -dev-libs/expat -net-dns/c-ares -net-dns/libidn:0 -net-im/jabber-base -net-libs/udns -virtual/libiconv -ssl? ( dev-libs/botan:2 ) -postgres? ( dev-db/postgresql:* ) -sqlite? ( dev-db/sqlite ) -" -RDEPEND="${DEPEND}" - -inherit git-r3 cmake-utils - -DIRS="/var/log/biboumi /var/lib/biboumi" - -src_configure() { - local mycmakeargs=( - -DWITH_POSTGRESQL="$(usex postgres)" - -DWITHOUT_POSTGRESQL="$(usex !postgres)" - -DWITH_SQLITE3="$(usex sqlite)" - -DWITHOUT_SQLITE3="$(usex !sqlite)" - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - newinitd "${FILESDIR}/${PN}".initd "${PN}" - insinto /etc/logrotate.d - newins "${FILESDIR}/${PN}".logrotate "${PN}" - for dir in $DIRS - do - keepdir $dir - done -} - -pkg_postinst() { - for dir in $DIRS - do - chown jabber:jabber $dir - chmod u=rwx,g=rx,o= $dir - done -} diff --git a/net-im/biboumi/files/001-CMAKE-empty-string.patch b/net-im/biboumi/files/001-CMAKE-empty-string.patch deleted file mode 100644 index 577773d..0000000 --- a/net-im/biboumi/files/001-CMAKE-empty-string.patch +++ /dev/null @@ -1,55 +0,0 @@ -From e3730c5a40a9d4a098ae9fb9a3bd867803007da1 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?louiz=E2=80=99?= -Date: Fri, 8 Jun 2018 19:13:00 +0200 -Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20add=5Flibrary(database)=20with?= - =?UTF-8?q?=20an=20empty=20string,=20that=E2=80=99s=20not=20portable?= -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Instead, don’t create the library at all if not needed. ---- - CMakeLists.txt | 12 ++++++------ - 1 file changed, 6 insertions(+), 6 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 1d57a0b..7539886 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -218,8 +218,6 @@ if(SQLITE3_FOUND OR PQ_FOUND) - include_directories(database ${PQ_INCLUDE_DIRS}) - endif() - set(USE_DATABASE TRUE) --else() -- add_library(database OBJECT "") - endif() - - # -@@ -235,8 +233,7 @@ add_executable(${PROJECT_NAME} src/main.cpp - $ - $ - $ -- $ -- $) -+ $) - - ## test_suite - file(GLOB source_tests -@@ -249,9 +246,12 @@ add_executable(test_suite ${source_tests} - $ - $ - $ -- $ -- $) -+ $) - set_target_properties(test_suite PROPERTIES EXCLUDE_FROM_ALL TRUE) -+if(USE_DATABASE) -+ target_link_libraries(${PROJECT_NAME} $) -+ target_link_libraries(test_suite $) -+endif() - - # - ## Link the executables with their libraries --- -2.14.5 - diff --git a/net-im/biboumi/files/biboumi.initd b/net-im/biboumi/files/biboumi.initd deleted file mode 100755 index 46ac11a..0000000 --- a/net-im/biboumi/files/biboumi.initd +++ /dev/null @@ -1,22 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -pidfile="/var/run/biboumi.pid" -command="/usr/bin/biboumi" -command_args="${BIBOUMI_CONFIG:-/etc/biboumi/biboumi.cfg}" -command_user="${BIBOUMI_USER:-jabber}" -command_background="true" -extra_commands="reload" - -depend() { - use net - use jabber-server -} - -reload() { - ebegin "Reloading configuration of Biboumi" - start-stop-daemon -p ${pidfile} -s USR1 - eend $? -} diff --git a/net-im/biboumi/files/biboumi.logrotate b/net-im/biboumi/files/biboumi.logrotate deleted file mode 100644 index 67de5fc..0000000 --- a/net-im/biboumi/files/biboumi.logrotate +++ /dev/null @@ -1,11 +0,0 @@ -/var/log/biboumi/biboumi.log { - daily - rotate 14 - compress - create 640 jabber adm - postrotate - rc-service biboumi reload > /dev/null - endscript - sharedscripts - missingok -} diff --git a/net-im/biboumi/metadata.xml b/net-im/biboumi/metadata.xml deleted file mode 100644 index 080cff0..0000000 --- a/net-im/biboumi/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - gentoo@meskal.net - Tobias Klaus - Ebuild author - - -Biboumi is an XMPP gateway that connects to IRC servers and -translates between the two protocols. It can be used to access IRC channels -using any XMPP client as if these channels were XMPP MUCs. - - diff --git a/net-misc/oonf/Manifest b/net-misc/oonf/Manifest deleted file mode 100644 index de4e478..0000000 --- a/net-misc/oonf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST v0.13.0.tar.gz 771498 SHA256 fd1ff1a28d9adfb05d9b8c4086b4f37781b93b06066b79fc56e187728ab426e2 SHA512 97f1d3b2c264203b0e49fc52b2dd99d74ae274073683c60120bfce7105d23f2ab3643cdb0c69637991b745119f7d8b96cd5b147b36afc1f36475896f0a97fb4c WHIRLPOOL 18e533690cc1ffef2bb3e71657468933b4104b56134dd5bb62dba5db54196b7da5a95382d25e22caff4d501ab0742b5751c908a4ce251131ef60900323535bdc diff --git a/net-misc/oonf/metadata.xml b/net-misc/oonf/metadata.xml deleted file mode 100644 index 13bc4c9..0000000 --- a/net-misc/oonf/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - tk-gentoo@meskal.net - - diff --git a/net-misc/oonf/oonf-0.13.0.ebuild b/net-misc/oonf/oonf-0.13.0.ebuild deleted file mode 100644 index 8d3cb7b..0000000 --- a/net-misc/oonf/oonf-0.13.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit cmake-utils - -KEYWORDS="~amd64" - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/OLSR/OONF.git" - inherit git-r3 -else - SRC_URI="https://github.com/OLSR/OONF/archive/v${PV}.tar.gz" -fi - -DESCRIPTION="Optimized Link State Routing Version2" -HOMEPAGE="http://www.olsr.org/mediawiki/index.php/Olsrd2" - -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="dev-libs/libnl:=" - -DEPEND="${RDEPEND}" diff --git a/net-misc/oonf/oonf-9999.ebuild b/net-misc/oonf/oonf-9999.ebuild deleted file mode 100644 index d3fe3dd..0000000 --- a/net-misc/oonf/oonf-9999.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit cmake-utils - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/OLSR/OONF.git" - inherit git-r3 -else - SRC_URI="https://github.com/OLSR/OONF/archive/v${PV}.tar.gz" -fi - -DESCRIPTION="Optimized Link State Routing Version2" -HOMEPAGE="http://www.olsr.org/mediawiki/index.php/Olsrd2" - -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="dev-libs/libnl:=" - -DEPEND="${RDEPEND}"