public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libdexter: libdexter-0.2.1-r1.ebuild ChangeLog
@ 2014-01-01 19:21 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2014-01-01 19:21 UTC (permalink / raw
  To: gentoo-commits

pacho       14/01/01 19:21:04

  Modified:             ChangeLog
  Added:                libdexter-0.2.1-r1.ebuild
  Log:
  Disable gnutls support due bug #456306 to stop blocking gnutls-3 stabilization
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.6                  net-libs/libdexter/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdexter/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdexter/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdexter/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdexter/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	17 Jan 2013 17:37:20 -0000	1.5
+++ ChangeLog	1 Jan 2014 19:21:04 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libdexter
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdexter/ChangeLog,v 1.5 2013/01/17 17:37:20 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdexter/ChangeLog,v 1.6 2014/01/01 19:21:04 pacho Exp $
+
+*libdexter-0.2.1-r1 (01 Jan 2014)
+
+  01 Jan 2014; Pacho Ramos <pacho@gentoo.org> +libdexter-0.2.1-r1.ebuild:
+  Disable gnutls support due bug #456306 to stop blocking gnutls-3 stabilization
 
 *libdexter-0.2.1 (17 Jan 2013)
 



1.1                  net-libs/libdexter/libdexter-0.2.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdexter/libdexter-0.2.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdexter/libdexter-0.2.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: libdexter-0.2.1-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libdexter/libdexter-0.2.1-r1.ebuild,v 1.1 2014/01/01 19:21:04 pacho Exp $

EAPI=5
inherit gnome2-utils eutils

DESCRIPTION="A plugin-based, distributed sampling library"
HOMEPAGE="http://libdexter.sourceforge.net/"
SRC_URI="mirror://sourceforge/libdexter/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"

# gnutls disabled as will break with gnutls-3, bug #456306
IUSE="tcpd" #gnutls

#gnutls? ( >=net-libs/gnutls-1.4.4:= )
RDEPEND="
	tcpd? ( sys-apps/tcp-wrappers:= )
"
DEPEND="${RDEPEND}
	virtual/pkgconfig
	>=dev-libs/glib-2.30:2
"

src_prepare() {
	gnome2_disable_deprecation_warning
}

src_configure() {
	econf \
		$(use_enable tcpd tcp-wrappers) \
		--disable-tls
#		$(use_enable gnutls tls)
}

src_install() {
	default
	prune_libtool_files --modules
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-01 19:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-01 19:21 [gentoo-commits] gentoo-x86 commit in net-libs/libdexter: libdexter-0.2.1-r1.ebuild ChangeLog Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox