public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libisds: libisds-9999.ebuild libisds-0.6-r1.ebuild ChangeLog libisds-0.6.ebuild
@ 2012-10-29 13:35 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2012-10-29 13:35 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/10/29 13:35:36

  Modified:             libisds-9999.ebuild ChangeLog
  Added:                libisds-0.6-r1.ebuild
  Removed:              libisds-0.6.ebuild
  Log:
  Add define for reauthorisation bug.
  
  (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)

Revision  Changes    Path
1.12                 net-libs/libisds/libisds-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?r1=1.11&r2=1.12

Index: libisds-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-9999.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libisds-9999.ebuild	29 Oct 2012 10:54:48 -0000	1.11
+++ libisds-9999.ebuild	29 Oct 2012 13:35:36 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-9999.ebuild,v 1.11 2012/10/29 10:54:48 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-9999.ebuild,v 1.12 2012/10/29 13:35:36 scarabeus Exp $
 
 EAPI=5
 
@@ -47,6 +47,7 @@
 	local myeconfargs=(
 		"--disable-fatalwarnings"
 		$(use_with curl libcurl)
+		$(use_enable curl curlreauthorizationbug)
 		$(use_enable debug)
 		$(use_enable nls)
 		$(use_enable static-libs static)



1.13                 net-libs/libisds/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	29 Oct 2012 10:54:48 -0000	1.12
+++ ChangeLog	29 Oct 2012 13:35:36 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libisds
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v 1.12 2012/10/29 10:54:48 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v 1.13 2012/10/29 13:35:36 scarabeus Exp $
+
+*libisds-0.6-r1 (29 Oct 2012)
+
+  29 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> +libisds-0.6-r1.ebuild,
+  -libisds-0.6.ebuild, libisds-9999.ebuild:
+  Add define for reauthorisation bug.
 
 *libisds-0.6 (29 Oct 2012)
 



1.1                  net-libs/libisds/libisds-0.6-r1.ebuild

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

Index: libisds-0.6-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-0.6-r1.ebuild,v 1.1 2012/10/29 13:35:36 scarabeus Exp $

EAPI=5

[[ ${PV} = 9999* ]] && GIT="git-2 autotools"
EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
inherit autotools-utils ${GIT}

DESCRIPTION="Client library for accessing ISDS Soap services"
HOMEPAGE="http://xpisar.wz.cz/libisds/"
if [[ ${PV} = 9999* ]]; then
	SRC_URI=""
	KEYWORDS=""
else
	SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.xz"
	KEYWORDS="~amd64 ~x86"
fi

LICENSE="LGPL-3"
SLOT="0"
IUSE="+curl debug nls static-libs test"

COMMON_DEPEND="
	app-crypt/gpgme
	dev-libs/expat
	dev-libs/libgcrypt
	dev-libs/libxml2
	curl? ( net-misc/curl[ssl] )
"
DEPEND="${COMMON_DEPEND}
	virtual/pkgconfig
	nls? ( sys-devel/gettext )
"
RDEPEND="${COMMON_DEPEND}
	>=app-crypt/gnupg-2
"

DOCS=( NEWS README AUTHORS ChangeLog )

src_prepare() {
	[[ ${PV} = 9999* ]] && eautoreconf
}

src_configure() {
	local myeconfargs=(
		"--disable-fatalwarnings"
		$(use_with curl libcurl)
		$(use_enable curl curlreauthorizationbug)
		$(use_enable debug)
		$(use_enable nls)
		$(use_enable static-libs static)
		$(use_enable test)
	)

	autotools-utils_src_configure
}





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

only message in thread, other threads:[~2012-10-29 13:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 13:35 [gentoo-commits] gentoo-x86 commit in net-libs/libisds: libisds-9999.ebuild libisds-0.6-r1.ebuild ChangeLog libisds-0.6.ebuild Tomas Chvatal (scarabeus)

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