cleanup unused and outdated packages
This commit is contained in:
parent
0468f24ef0
commit
052e0ba69f
17 changed files with 0 additions and 615 deletions
|
@ -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 <fordfrog@gentoo.org>
|
|
||||||
+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 <fordfrog@gentoo.org>
|
|
||||||
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 <fordfrog@gentoo.org>
|
|
||||||
+kodi-pvr-hts-16_p20160419.ebuild:
|
|
||||||
version bump
|
|
||||||
|
|
||||||
Package-Manager: portage-2.2.28
|
|
||||||
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>fordfrog@gentoo.org</email>
|
|
||||||
<name>Miroslav Šulc</name>
|
|
||||||
</maintainer>
|
|
||||||
<longdescription>Tvheadend Live TV and Radio PVR client addon for Kodi</longdescription>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="github">kodi-pvr/pvr.hts</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -1,55 +0,0 @@
|
||||||
From e3730c5a40a9d4a098ae9fb9a3bd867803007da1 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?louiz=E2=80=99?= <louiz@louiz.org>
|
|
||||||
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
|
|
||||||
$<TARGET_OBJECTS:xmpp>
|
|
||||||
$<TARGET_OBJECTS:bridge>
|
|
||||||
$<TARGET_OBJECTS:irc>
|
|
||||||
- $<TARGET_OBJECTS:identd>
|
|
||||||
- $<TARGET_OBJECTS:database>)
|
|
||||||
+ $<TARGET_OBJECTS:identd>)
|
|
||||||
|
|
||||||
## test_suite
|
|
||||||
file(GLOB source_tests
|
|
||||||
@@ -249,9 +246,12 @@ add_executable(test_suite ${source_tests}
|
|
||||||
$<TARGET_OBJECTS:xmpp>
|
|
||||||
$<TARGET_OBJECTS:bridge>
|
|
||||||
$<TARGET_OBJECTS:irc>
|
|
||||||
- $<TARGET_OBJECTS:identd>
|
|
||||||
- $<TARGET_OBJECTS:database>)
|
|
||||||
+ $<TARGET_OBJECTS:identd>)
|
|
||||||
set_target_properties(test_suite PROPERTIES EXCLUDE_FROM_ALL TRUE)
|
|
||||||
+if(USE_DATABASE)
|
|
||||||
+ target_link_libraries(${PROJECT_NAME} $<TARGET_OBJECTS:database>)
|
|
||||||
+ target_link_libraries(test_suite $<TARGET_OBJECTS:database>)
|
|
||||||
+endif()
|
|
||||||
|
|
||||||
#
|
|
||||||
## Link the executables with their libraries
|
|
||||||
--
|
|
||||||
2.14.5
|
|
||||||
|
|
|
@ -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 $?
|
|
||||||
}
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -1,14 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>gentoo@meskal.net</email>
|
|
||||||
<name>Tobias Klaus</name>
|
|
||||||
<description>Ebuild author</description>
|
|
||||||
</maintainer>
|
|
||||||
<longdescription>
|
|
||||||
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.
|
|
||||||
</longdescription>
|
|
||||||
</pkgmetadata>
|
|
|
@ -1 +0,0 @@
|
||||||
DIST v0.13.0.tar.gz 771498 SHA256 fd1ff1a28d9adfb05d9b8c4086b4f37781b93b06066b79fc56e187728ab426e2 SHA512 97f1d3b2c264203b0e49fc52b2dd99d74ae274073683c60120bfce7105d23f2ab3643cdb0c69637991b745119f7d8b96cd5b147b36afc1f36475896f0a97fb4c WHIRLPOOL 18e533690cc1ffef2bb3e71657468933b4104b56134dd5bb62dba5db54196b7da5a95382d25e22caff4d501ab0742b5751c908a4ce251131ef60900323535bdc
|
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>tk-gentoo@meskal.net</email>
|
|
||||||
</maintainer>
|
|
||||||
</pkgmetadata>
|
|
|
@ -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}"
|
|
|
@ -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}"
|
|
Loading…
Add table
Reference in a new issue