* [gentoo-commits] gentoo-x86 commit in net-libs/libisds: libisds-0.4.ebuild ChangeLog libisds-9999.ebuild
@ 2010-12-20 10:57 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2010-12-20 10:57 UTC (permalink / raw
To: gentoo-commits
scarabeus 10/12/20 10:57:48
Modified: ChangeLog libisds-9999.ebuild
Added: libisds-0.4.ebuild
Log:
Version bump
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Revision Changes Path
1.5 net-libs/libisds/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 9 Jul 2010 10:37:37 -0000 1.4
+++ ChangeLog 20 Dec 2010 10:57:48 -0000 1.5
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/libisds
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v 1.4 2010/07/09 10:37:37 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v 1.5 2010/12/20 10:57:48 scarabeus Exp $
+
+*libisds-0.4 (20 Dec 2010)
+
+ 20 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org> +libisds-0.4.ebuild,
+ libisds-9999.ebuild:
+ Version bump
09 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org> libisds-0.3.1.ebuild,
libisds-9999.ebuild:
1.5 net-libs/libisds/libisds-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?r1=1.4&r2=1.5
Index: libisds-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libisds-9999.ebuild 9 Jul 2010 10:37:37 -0000 1.4
+++ libisds-9999.ebuild 20 Dec 2010 10:57:48 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.4 2010/07/09 10:37:37 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-9999.ebuild,v 1.5 2010/12/20 10:57:48 scarabeus Exp $
EAPI=3
@@ -14,7 +14,7 @@
SRC_URI=""
KEYWORDS=""
else
- SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.bz2"
+ SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi
1.1 net-libs/libisds/libisds-0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-0.4.ebuild?rev=1.1&content-type=text/plain
Index: libisds-0.4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-0.4.ebuild,v 1.1 2010/12/20 10:57:48 scarabeus Exp $
EAPI=3
[[ ${PV} = 9999* ]] && GIT="git autotools"
EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
inherit base ${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="debug nls static-libs test"
COMMON_DEPEND="
app-crypt/gpgme
dev-libs/expat
dev-libs/libgcrypt
dev-libs/libxml2
net-misc/curl[ssl]
"
DEPEND="${COMMON_DEPEND}
dev-util/pkgconfig
nls? ( sys-devel/gettext )
"
RDEPEND="${COMMON_DEPEND}
>=app-crypt/gnupg-2
"
DOCS=( "NEWS" "README" "AUTHORS" "ChangeLog" )
src_prepare() {
base_src_prepare
[[ ${PV} = 9999* ]] && eautoreconf
}
src_configure() {
econf \
--disable-fatalwarnings \
$(use_enable debug) \
$(use_enable nls) \
$(use_enable static-libs static) \
$(use_enable test)
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-20 10:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-20 10:57 [gentoo-commits] gentoo-x86 commit in net-libs/libisds: libisds-0.4.ebuild ChangeLog libisds-9999.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