diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-02 13:42:09 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-02 14:37:05 +0200 |
commit | 198d8a145dbd4b80981027aec23aa8c6bd0fbeac (patch) | |
tree | 12d01ca9744f0af995674dbb6e192d913b0d6793 /net-libs/obby | |
parent | net-libs/libinfinity: Use zeroconf instead of avahi USE flag (#477620) (diff) | |
download | gentoo-198d8a145dbd4b80981027aec23aa8c6bd0fbeac.tar.gz gentoo-198d8a145dbd4b80981027aec23aa8c6bd0fbeac.tar.bz2 gentoo-198d8a145dbd4b80981027aec23aa8c6bd0fbeac.zip |
net-libs/obby: Drop old
Package-Manager: portage-2.3.1
Diffstat (limited to 'net-libs/obby')
-rw-r--r-- | net-libs/obby/obby-0.4.8.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/net-libs/obby/obby-0.4.8.ebuild b/net-libs/obby/obby-0.4.8.ebuild deleted file mode 100644 index 77dd227e897a..000000000000 --- a/net-libs/obby/obby-0.4.8.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit 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="avahi ipv6 nls static-libs" - -RDEPEND="net-libs/net6 - dev-libs/libsigc++:2 - avahi? ( net-dns/avahi[dbus] )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_configure() { - econf \ - $(use_with avahi zeroconf) \ - $(use_enable ipv6) \ - $(use_enable nls) \ - $(use_enable static-libs static) -} - -src_install() { - default - use static-libs || rm -f "${D}"/usr/$(get_libdir)/lib${PN}.la -} |