summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott W Taylor <swtaylor@gentoo.org>2005-03-20 20:18:11 +0000
committerScott W Taylor <swtaylor@gentoo.org>2005-03-20 20:18:11 +0000
commitaaef889d3d2c89baeaa96473d286b0fe32f3f135 (patch)
tree7ded631ec06596f43b450bce622ca3c27c908a4a /net-libs
parentfix sandbox issue (diff)
downloadhistorical-aaef889d3d2c89baeaa96473d286b0fe32f3f135.tar.gz
historical-aaef889d3d2c89baeaa96473d286b0fe32f3f135.tar.bz2
historical-aaef889d3d2c89baeaa96473d286b0fe32f3f135.zip
bump
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/courier-authlib/ChangeLog6
-rw-r--r--net-libs/courier-authlib/courier-authlib-0.53.ebuild4
-rw-r--r--net-libs/courier-authlib/courier-authlib-0.55.ebuild8
3 files changed, 12 insertions, 6 deletions
diff --git a/net-libs/courier-authlib/ChangeLog b/net-libs/courier-authlib/ChangeLog
index 666e84d11010..0a83a86dec35 100644
--- a/net-libs/courier-authlib/ChangeLog
+++ b/net-libs/courier-authlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/courier-authlib
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.33 2005/03/19 22:52:57 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.34 2005/03/20 20:18:11 swtaylor Exp $
+
+ 20 Mar 2005; Scott W Taylor <swtaylor@gentoo.org>
+ courier-authlib-0.53.ebuild, courier-authlib-0.55.ebuild:
+ promote 0.55, strip -fomit-frame-pointer
19 Mar 2005; Scott W Taylor <swtaylor@gentoo.org>
courier-authlib-0.53.ebuild, courier-authlib-0.54.ebuild,
diff --git a/net-libs/courier-authlib/courier-authlib-0.53.ebuild b/net-libs/courier-authlib/courier-authlib-0.53.ebuild
index a6ae1302d5a6..3758d2da4b65 100644
--- a/net-libs/courier-authlib/courier-authlib-0.53.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.53.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.53.ebuild,v 1.6 2005/03/19 22:52:57 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.53.ebuild,v 1.7 2005/03/20 20:18:11 swtaylor Exp $
inherit eutils gnuconfig
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P%%_pre}"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 alpha amd64 arm hppa ia64 mips ppc s390 sparc ppc64"
+KEYWORDS="x86 alpha amd64 arm hppa ia64 mips ppc s390 ppc64"
IUSE="postgres ldap mysql berkdb gdbm pam crypt uclibc debug"
DEPEND="virtual/libc
diff --git a/net-libs/courier-authlib/courier-authlib-0.55.ebuild b/net-libs/courier-authlib/courier-authlib-0.55.ebuild
index 30e482d88c04..2b9f8856dbab 100644
--- a/net-libs/courier-authlib/courier-authlib-0.55.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.55.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.55.ebuild,v 1.4 2005/03/19 22:52:57 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.55.ebuild,v 1.5 2005/03/20 20:18:11 swtaylor Exp $
-inherit eutils gnuconfig
+inherit eutils gnuconfig flag-o-matic
DESCRIPTION="courier authentication library"
[ -z "${PV/?.??/}" ] && SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P%%_pre}"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~ppc64"
+KEYWORDS="x86 alpha amd64 arm hppa ia64 mips ppc s390 sparc ppc64"
IUSE="postgres ldap mysql berkdb gdbm pam crypt uclibc debug"
DEPEND="virtual/libc
@@ -28,6 +28,8 @@ RDEPEND="virtual/libc
gdbm? ( sys-libs/gdbm )
!gdbm? ( sys-libs/db )"
+filter-flags '-fomit-frame-pointer'
+
src_unpack() {
if ! has_version 'dev-tcltk/expect' ; then
ewarn 'The dev-tcltk/expect package is not installed.'