summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-14 09:37:10 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-14 09:47:12 +0200
commit15db0163a34000b3fb9d347fc7d9428186d57ebb (patch)
tree6ba4d943d895302335815439f4572a143d55388d /net-irc/bobotpp/bobotpp-2.2.3.ebuild
parentnet-p2p/dclib: Remove last-rited pkg, #618950 (diff)
downloadgentoo-15db0163a34000b3fb9d347fc7d9428186d57ebb.tar.gz
gentoo-15db0163a34000b3fb9d347fc7d9428186d57ebb.tar.bz2
gentoo-15db0163a34000b3fb9d347fc7d9428186d57ebb.zip
net-irc/bobotpp: Remove last-rited pkg, #617794
Diffstat (limited to 'net-irc/bobotpp/bobotpp-2.2.3.ebuild')
-rw-r--r--net-irc/bobotpp/bobotpp-2.2.3.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/net-irc/bobotpp/bobotpp-2.2.3.ebuild b/net-irc/bobotpp/bobotpp-2.2.3.ebuild
deleted file mode 100644
index 1076aa7ab954..000000000000
--- a/net-irc/bobotpp/bobotpp-2.2.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="A flexible IRC bot scriptable in scheme"
-HOMEPAGE="http://unknownlamer.org/code/bobot.html"
-SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="guile"
-
-DEPEND="guile? ( dev-scheme/guile )"
-RDEPEND="${DEPEND}"
-
-HTML_DOCS=( documentation/index.html )
-PATCHES=(
- "${FILESDIR}"/${PN}-2.2.2-asneeded.patch
- "${FILESDIR}"/${PN}-2.2.3-stdout.patch
- "${FILESDIR}"/${PN}-2.2.3-fix-c++14.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- --enable-crypt \
- $(use_enable guile scripting)
-}
-
-src_install() {
- default
- docinto examples
- dodoc -r examples/config examples/scripts
-
- dosym bobot++.info /usr/share/info/bobotpp.info
-}
-
-pkg_postinst() {
- elog "You can find a sample configuration file set in"
- elog "${EPREFIX}/usr/share/doc/${PF}/example-config"
-}