From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2CB8313877A for ; Sun, 22 Jun 2014 19:20:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E884E09C6; Sun, 22 Jun 2014 19:20:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB1AEE09C6 for ; Sun, 22 Jun 2014 19:20:50 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B258133FE57 for ; Sun, 22 Jun 2014 19:20:49 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id 841F82004E; Sun, 22 Jun 2014 19:20:48 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-im/minbif: minbif-1.0.5-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: minbif-1.0.5-r1.ebuild ChangeLog X-VCS-Directories: net-im/minbif X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140622192048.841F82004E@flycatcher.gentoo.org> Date: Sun, 22 Jun 2014 19:20:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 861e371b-6166-4f83-9d54-a2b48db61b5d X-Archives-Hash: e5a6dac10bec984e48df3ff1ff37c049 pacho 14/06/22 19:20:48 Modified: ChangeLog Added: minbif-1.0.5-r1.ebuild Log: Drop support relying on farsight2, that is obsolete by farstream for ages (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.17 net-im/minbif/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/minbif/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/minbif/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/minbif/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/minbif/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 8 Jan 2014 06:41:12 -0000 1.16 +++ ChangeLog 22 Jun 2014 19:20:48 -0000 1.17 @@ -1,6 +1,11 @@ # ChangeLog for net-im/minbif # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/minbif/ChangeLog,v 1.16 2014/01/08 06:41:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/minbif/ChangeLog,v 1.17 2014/06/22 19:20:48 pacho Exp $ + +*minbif-1.0.5-r1 (22 Jun 2014) + + 22 Jun 2014; Pacho Ramos +minbif-1.0.5-r1.ebuild: + Drop support relying on farsight2, that is obsolete by farstream for ages 08 Jan 2014; Mike Frysinger minbif-1.0.5.ebuild: Inherit the user eclass for enewuser/etc... 1.1 net-im/minbif/minbif-1.0.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/minbif/minbif-1.0.5-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/minbif/minbif-1.0.5-r1.ebuild?rev=1.1&content-type=text/plain Index: minbif-1.0.5-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-im/minbif/minbif-1.0.5-r1.ebuild,v 1.1 2014/06/22 19:20:48 pacho Exp $ EAPI=5 inherit cmake-utils eutils user DESCRIPTION="an IRC gateway to IM networks" HOMEPAGE="https://symlink.me/projects/minbif/wiki/" SRC_URI="https://symlink.me/attachments/download/148/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="gnutls +imlib +libcaca pam xinetd" REQUIRED_USE=" libcaca? ( imlib ) " DEPEND=" >=net-im/pidgin-2.6 libcaca? ( media-libs/libcaca media-libs/imlib2 ) imlib? ( media-libs/imlib2 ) pam? ( sys-libs/pam ) gnutls? ( net-libs/gnutls ) " RDEPEND="${DEPEND} virtual/logger xinetd? ( sys-apps/xinetd ) " pkg_setup() { enewgroup minbif enewuser minbif -1 -1 /var/lib/minbif minbif } src_prepare() { epatch "${FILESDIR}/${PN}-1.0.5-glib-single-includes.patch" epatch "${FILESDIR}/${PN}-1.0.5-gcc47.patch" sed -i "s/-Werror//g" CMakeLists.txt || die "sed failed" sed -i "s#share/doc/minbif#share/doc/${P}#" \ CMakeLists.txt || die "sed failed" if use xinetd; then sed -i "s/type\s=\s[0-9]/type = 0/" \ minbif.conf || die "sed failed" fi } src_configure() { local mycmakeargs mycmakeargs="${mycmakeargs} -DCONF_PREFIX=${PREFIX:-/etc/minbif} -DENABLE_VIDEO=OFF $(cmake-utils_use_enable libcaca CACA) $(cmake-utils_use_enable imlib IMLIB) $(cmake-utils_use_enable pam PAM) $(cmake-utils_use_enable gnutls TLS)" cmake-utils_src_configure } src_install() { cmake-utils_src_install keepdir /var/lib/minbif fperms 700 /var/lib/minbif fowners minbif:minbif /var/lib/minbif dodoc ChangeLog README doman man/minbif.8 if use xinetd; then insinto /etc/xinetd.d newins doc/minbif.xinetd minbif fi newinitd "${FILESDIR}"/minbif.initd minbif dodir /usr/share/minbif insinto /usr/share/minbif doins -r scripts }