summaryrefslogtreecommitdiff
path: root/net-libs/obby/obby-0.4.8-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /net-libs/obby/obby-0.4.8-r1.ebuild
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'net-libs/obby/obby-0.4.8-r1.ebuild')
-rw-r--r--net-libs/obby/obby-0.4.8-r1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-libs/obby/obby-0.4.8-r1.ebuild b/net-libs/obby/obby-0.4.8-r1.ebuild
deleted file mode 100644
index e60864110269..000000000000
--- a/net-libs/obby/obby-0.4.8-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit flag-o-matic multilib
-
-DESCRIPTION="Library for collaborative text editing"
-HOMEPAGE="http://gobby.0x539.de/"
-SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="ipv6 nls static-libs zeroconf"
-
-RDEPEND="
- net-libs/net6
- dev-libs/libsigc++:2
- zeroconf? ( net-dns/avahi[dbus] )
-"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
-"
-
-src_configure() {
- append-cxxflags -std=c++11
- econf \
- $(use_enable ipv6) \
- $(use_enable nls) \
- $(use_enable static-libs static) \
- $(use_with zeroconf)
-}
-
-src_install() {
- default
- use static-libs || rm -f "${D}"/usr/$(get_libdir)/lib${PN}.la
-}