public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/botan: botan-1.8.4.ebuild ChangeLog
@ 2009-07-15 21:44 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-07-15 21:44 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/07/15 21:44:45

  Modified:             ChangeLog
  Added:                botan-1.8.4.ebuild
  Log:
  Version bump (bug #277453).
  (Portage version: 13827-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 dev-libs/botan/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	9 Jul 2009 07:59:10 -0000	1.39
+++ ChangeLog	15 Jul 2009 21:44:45 -0000	1.40
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/botan
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.39 2009/07/09 07:59:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.40 2009/07/15 21:44:45 arfrever Exp $
+
+*botan-1.8.4 (15 Jul 2009)
+
+  15 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +botan-1.8.4.ebuild:
+  Version bump (bug #277453).
 
   09 Jul 2009; Christian Faulhammer <fauli@gentoo.org> botan-1.8.2.ebuild:
   stable x86, bug 277122



1.1                  dev-libs/botan/botan-1.8.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/botan-1.8.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/botan-1.8.4.ebuild?rev=1.1&content-type=text/plain

Index: botan-1.8.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.8.4.ebuild,v 1.1 2009/07/15 21:44:45 arfrever Exp $

EAPI="2"

inherit multilib toolchain-funcs

MY_PN="Botan"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A C++ crypto library"
HOMEPAGE="http://botan.randombit.net/"
SRC_URI="http://files.randombit.net/botan/${MY_P}.tgz"

KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
SLOT="0"
LICENSE="BSD"
IUSE="bzip2 gmp ssl threads zlib"

S="${WORKDIR}/${MY_P}"

RDEPEND="bzip2? ( >=app-arch/bzip2-1.0.5 )
	zlib? ( >=sys-libs/zlib-1.2.3 )
	gmp? ( >=dev-libs/gmp-4.2.2 )
	ssl? ( >=dev-libs/openssl-0.9.8g )"

DEPEND="${RDEPEND}
	>=dev-lang/python-2.5.0"

src_configure() {
	local disable_modules="proc_walk,unix_procs,cpu_counter"

	if ! useq threads; then
		disable_modules="${disable_modules},pthreads"
	fi

	# Enable v9 instructions for sparc64
	if [[ "${PROFILE_ARCH}" = "sparc64" ]]; then
		CHOSTARCH="sparc32-v9"
	else
		CHOSTARCH="${CHOST%%-*}"
	fi

	cd "${S}"
	elog "Disabling modules: ${disable_modules}"

	# FIXME: We might actually be on *BSD or OS X...
	./configure.py \
		--prefix="${D}/usr" \
		--libdir=/$(get_libdir) \
		--docdir=/share/doc/ \
		--cc=gcc \
		--os=linux \
		--cpu=${CHOSTARCH} \
		--with-endian="$(tc-endian)" \
		--with-tr1=system \
		$(use_with bzip2) \
		$(use_with gmp gnump) \
		$(use_with ssl openssl) \
		$(use_with zlib) \
		--disable-modules=${disable_modules} \
		|| die "configure.py failed"
}

src_compile() {
	emake CXX="$(tc-getCXX)" AR="$(tc-getAR) crs" LIB_OPT="${CXXFLAGS}" MACH_OPT="" || die "emake failed"
}

src_test() {
	chmod -R ugo+rX "${S}"
	emake CXX="$(tc-getCXX)" CHECK_OPT="${CXXFLAGS}" check || die "emake check failed"
	LD_LIBRARY_PATH="${S}" ./check --validate || die "validation tests failed"
}

src_install() {
	emake install || die "emake install failed"
	sed -i -e "s:${D}::g" \
		"${D}/usr/bin/botan-config" \
		"${D}/usr/$(get_libdir)/pkgconfig/botan-1.8.pc" || die "sed failed"
	mv "${D}/usr/share/doc/Botan-${PV}" "${D}/usr/share/doc/${PF}" || die "could not rename directory"
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/botan: botan-1.8.4.ebuild ChangeLog
@ 2009-08-29 19:48 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 3+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-08-29 19:48 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/08/29 19:48:04

  Modified:             botan-1.8.4.ebuild ChangeLog
  Log:
  ppc stable #281841
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.2                  dev-libs/botan/botan-1.8.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/botan-1.8.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/botan-1.8.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/botan-1.8.4.ebuild?r1=1.1&r2=1.2

Index: botan-1.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.8.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- botan-1.8.4.ebuild	15 Jul 2009 21:44:45 -0000	1.1
+++ botan-1.8.4.ebuild	29 Aug 2009 19:48:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.8.4.ebuild,v 1.1 2009/07/15 21:44:45 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.8.4.ebuild,v 1.2 2009/08/29 19:48:04 nixnut Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 HOMEPAGE="http://botan.randombit.net/"
 SRC_URI="http://files.randombit.net/botan/${MY_P}.tgz"
 
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ppc ~sparc ~x86"
 SLOT="0"
 LICENSE="BSD"
 IUSE="bzip2 gmp ssl threads zlib"



1.44                 dev-libs/botan/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	17 Aug 2009 20:33:21 -0000	1.43
+++ ChangeLog	29 Aug 2009 19:48:04 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/botan
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.43 2009/08/17 20:33:21 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.44 2009/08/29 19:48:04 nixnut Exp $
+
+  29 Aug 2009; nixnut <nixnut@gentoo.org> botan-1.8.4.ebuild:
+  ppc stable #281841
 
 *botan-1.8.6 (17 Aug 2009)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/botan: botan-1.8.4.ebuild ChangeLog
@ 2009-09-12 10:26 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-09-12 10:26 UTC (permalink / raw
  To: gentoo-commits

fauli       09/09/12 10:26:59

  Modified:             botan-1.8.4.ebuild ChangeLog
  Log:
  stable x86, bug 281841
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-libs/botan/botan-1.8.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/botan-1.8.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/botan-1.8.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/botan-1.8.4.ebuild?r1=1.2&r2=1.3

Index: botan-1.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.8.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- botan-1.8.4.ebuild	29 Aug 2009 19:48:04 -0000	1.2
+++ botan-1.8.4.ebuild	12 Sep 2009 10:26:58 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.8.4.ebuild,v 1.2 2009/08/29 19:48:04 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.8.4.ebuild,v 1.3 2009/09/12 10:26:58 fauli Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 HOMEPAGE="http://botan.randombit.net/"
 SRC_URI="http://files.randombit.net/botan/${MY_P}.tgz"
 
-KEYWORDS="~amd64 ~ia64 ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ppc ~sparc x86"
 SLOT="0"
 LICENSE="BSD"
 IUSE="bzip2 gmp ssl threads zlib"



1.45                 dev-libs/botan/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	29 Aug 2009 19:48:04 -0000	1.44
+++ ChangeLog	12 Sep 2009 10:26:58 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/botan
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.44 2009/08/29 19:48:04 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.45 2009/09/12 10:26:58 fauli Exp $
+
+  12 Sep 2009; Christian Faulhammer <fauli@gentoo.org> botan-1.8.4.ebuild:
+  stable x86, bug 281841
 
   29 Aug 2009; nixnut <nixnut@gentoo.org> botan-1.8.4.ebuild:
   ppc stable #281841






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-12 10:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-29 19:48 [gentoo-commits] gentoo-x86 commit in dev-libs/botan: botan-1.8.4.ebuild ChangeLog Gysbert Wassenaar (nixnut)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-12 10:26 Christian Faulhammer (fauli)
2009-07-15 21:44 Arfrever Frehtes Taifersar Arahesis (arfrever)

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