From 7eb1119939157bb96125104dc218e25f50fc0d43 Mon Sep 17 00:00:00 2001 From: Sandro Bonazzola Date: Mon, 13 Nov 2006 19:04:04 +0000 Subject: Adding missing dependencies on virtual/jdk and virtual/jre. Inheriting java-pkg-opt-2 fixing bug# 153750. Thanks to Petteri Räty for his help and Sawk for reporting. (Portage version: 2.1.2_rc1-r5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev-libs/beecrypt/ChangeLog | 8 +++++++- dev-libs/beecrypt/beecrypt-4.1.2-r1.ebuild | 13 ++++++++++--- dev-libs/beecrypt/metadata.xml | 3 --- 3 files changed, 17 insertions(+), 7 deletions(-) (limited to 'dev-libs/beecrypt') diff --git a/dev-libs/beecrypt/ChangeLog b/dev-libs/beecrypt/ChangeLog index 223b90a468eb..970672ebcbef 100644 --- a/dev-libs/beecrypt/ChangeLog +++ b/dev-libs/beecrypt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/beecrypt # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/ChangeLog,v 1.38 2006/10/24 20:40:11 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/ChangeLog,v 1.39 2006/11/13 19:04:04 sanchan Exp $ + + 13 Nov 2006; Sandro Bonazzola metadata.xml, + beecrypt-4.1.2-r1.ebuild: + Adding missing dependencies on virtual/jdk and virtual/jre. Inheriting + java-pkg-opt-2 fixing bug# 153750. Thanks to Petteri Räty for his help and + Sawk for reporting. 24 Oct 2006; Alon Bar-Lev files/beecrypt-4.1.2-build.patch: diff --git a/dev-libs/beecrypt/beecrypt-4.1.2-r1.ebuild b/dev-libs/beecrypt/beecrypt-4.1.2-r1.ebuild index 766e7b33eb21..cb66b88083fc 100644 --- a/dev-libs/beecrypt/beecrypt-4.1.2-r1.ebuild +++ b/dev-libs/beecrypt/beecrypt-4.1.2-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-4.1.2-r1.ebuild,v 1.6 2006/10/23 20:26:54 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-4.1.2-r1.ebuild,v 1.7 2006/11/13 19:04:04 sanchan Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" -inherit flag-o-matic eutils multilib autotools +inherit flag-o-matic eutils multilib autotools java-pkg-opt-2 DESCRIPTION="general-purpose cryptography library" HOMEPAGE="http://sourceforge.net/projects/beecrypt" @@ -15,14 +15,21 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="java nocxx python threads" -DEPEND="python? ( >=dev-lang/python-2.2 ) +COMMONDEPEND="python? ( >=dev-lang/python-2.2 ) !no-herd sanchan@gentoo.org - I actually don't use this packages, but since I'm working on rpm bump I'll take care of this for now. - Feel free to contact me if you want to take over the maintainership of this package. - -- cgit v1.2.3-65-gdbad