summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-05-16 09:55:15 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-05-16 09:55:15 +0000
commitd7275939ad8dab22317dbd1340f75479bab03066 (patch)
treeff71a6ab1e4c58b5f4069f2ee4f293f86273c606 /net-mail
parentInherit toolchain-funcs.eclass instead of gcc.eclass. Bug #92745. (diff)
downloadgentoo-2-d7275939ad8dab22317dbd1340f75479bab03066.tar.gz
gentoo-2-d7275939ad8dab22317dbd1340f75479bab03066.tar.bz2
gentoo-2-d7275939ad8dab22317dbd1340f75479bab03066.zip
Inherit toolchain-funcs.eclass instead of gcc.eclass. Bug #92745. 0.22-r3 stable on x86 and amd64.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/cmd5checkpw/ChangeLog11
-rw-r--r--net-mail/cmd5checkpw/cmd5checkpw-0.22-r1.ebuild8
-rw-r--r--net-mail/cmd5checkpw/cmd5checkpw-0.22-r2.ebuild8
-rw-r--r--net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild10
4 files changed, 21 insertions, 16 deletions
diff --git a/net-mail/cmd5checkpw/ChangeLog b/net-mail/cmd5checkpw/ChangeLog
index 3f848c46fb5c..0b750700cd7b 100644
--- a/net-mail/cmd5checkpw/ChangeLog
+++ b/net-mail/cmd5checkpw/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/cmd5checkpw
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/ChangeLog,v 1.24 2005/03/15 08:34:16 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/ChangeLog,v 1.25 2005/05/16 09:55:15 ticho Exp $
+
+ 16 May 2005; Andrej Kacian <ticho@gentoo.org> cmd5checkpw-0.22-r1.ebuild,
+ cmd5checkpw-0.22-r2.ebuild, cmd5checkpw-0.22-r3.ebuild:
+ 0.22-r3 stable on x86 and amd64. Inherit toolchain-funcs.eclass instead of
+ gcc.eclass. Bug #92745.
*cmd5checkpw-0.22-r3 (15 Mar 2005)
@@ -22,7 +27,7 @@
cmd5checkpw-0.22-r2.ebuild:
Stable on sparc wrt #78256
- 13 Feb 2005; Bryan Østergaard <kloeri@gentoo.org>
+ 13 Feb 2005; Bryan Østergaard <kloeri@gentoo.org>
cmd5checkpw-0.22-r2.ebuild:
Stable on alpha, bug 78256.
@@ -30,7 +35,7 @@
cmd5checkpw-0.22-r2.ebuild:
Stable on ppc and hppa.
- 13 Feb 2005; Olivier Crête <tester@gentoo.org> cmd5checkpw-0.22-r2.ebuild:
+ 13 Feb 2005; Olivier CrĂŞte <tester@gentoo.org> cmd5checkpw-0.22-r2.ebuild:
Marking stable wrt security bug #78256
*cmd5checkpw-0.22-r2 (13 Feb 2005)
diff --git a/net-mail/cmd5checkpw/cmd5checkpw-0.22-r1.ebuild b/net-mail/cmd5checkpw/cmd5checkpw-0.22-r1.ebuild
index 12c90ad7853b..5d968962becd 100644
--- a/net-mail/cmd5checkpw/cmd5checkpw-0.22-r1.ebuild
+++ b/net-mail/cmd5checkpw/cmd5checkpw-0.22-r1.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-mail/cmd5checkpw/cmd5checkpw-0.22-r1.ebuild,v 1.15 2005/02/13 12:22:39 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.22-r1.ebuild,v 1.16 2005/05/16 09:55:15 ticho Exp $
-inherit eutils gcc
+inherit eutils toolchain-funcs
DESCRIPTION="A checkpassword compatible authentication program that used CRAM-MD5 authentication mode."
SRC_URI="http://members.elysium.pl/brush/cmd5checkpw/dist/${P}.tar.gz"
@@ -35,8 +35,8 @@ src_compile() {
-e "s:cp cmd5checkpw.8 /usr/man/man8/:cp cmd5checkpw.8 \${D}/usr/share/man/man8/:" \
< Makefile.orig > Makefile
cd ${S}
- echo "$(gcc-getCC) ${CFLAGS}" > conf-cc
- echo "$(gcc-getCC) ${LDFLAGS}" > conf-ld
+ echo "$(tc-getCC) ${CFLAGS}" > conf-cc
+ echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
make || die
}
diff --git a/net-mail/cmd5checkpw/cmd5checkpw-0.22-r2.ebuild b/net-mail/cmd5checkpw/cmd5checkpw-0.22-r2.ebuild
index 64845604079d..7bba830268cf 100644
--- a/net-mail/cmd5checkpw/cmd5checkpw-0.22-r2.ebuild
+++ b/net-mail/cmd5checkpw/cmd5checkpw-0.22-r2.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-mail/cmd5checkpw/cmd5checkpw-0.22-r2.ebuild,v 1.9 2005/03/09 01:04:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.22-r2.ebuild,v 1.10 2005/05/16 09:55:15 ticho Exp $
-inherit eutils gcc
+inherit eutils toolchain-funcs
DESCRIPTION="A checkpassword compatible authentication program that used CRAM-MD5 authentication mode."
SRC_URI="http://members.elysium.pl/brush/cmd5checkpw/dist/${P}.tar.gz"
@@ -42,8 +42,8 @@ src_compile() {
-e "s:cp cmd5checkpw.8 /usr/man/man8/:cp cmd5checkpw.8 \${D}/usr/share/man/man8/:" \
< Makefile.orig > Makefile
cd ${S}
- echo "$(gcc-getCC) ${CFLAGS}" > conf-cc
- echo "$(gcc-getCC) ${LDFLAGS}" > conf-ld
+ echo "$(tc-getCC) ${CFLAGS}" > conf-cc
+ echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
make || die
}
diff --git a/net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild b/net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild
index ddd2d68bb092..d89fb4043075 100644
--- a/net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild
+++ b/net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.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-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild,v 1.1 2005/03/15 08:34:16 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild,v 1.2 2005/05/16 09:55:15 ticho Exp $
-inherit eutils gcc
+inherit eutils toolchain-funcs
DESCRIPTION="A checkpassword compatible authentication program that used CRAM-MD5 authentication mode."
SRC_URI="http://members.elysium.pl/brush/cmd5checkpw/dist/${P}.tar.gz"
@@ -10,7 +10,7 @@ HOMEPAGE="http://members.elysium.pl/brush/cmd5checkpw/"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc x86"
IUSE=""
DEPEND="virtual/libc"
@@ -43,8 +43,8 @@ src_compile() {
-e "/^LDFLAGS/ a LDFLAGS+='-Wl,-z,now'" \
< Makefile.orig > Makefile
cd ${S}
- echo "$(gcc-getCC) ${CFLAGS}" > conf-cc
- echo "$(gcc-getCC) ${LDFLAGS}" > conf-ld
+ echo "$(tc-getCC) ${CFLAGS}" > conf-cc
+ echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
make || die
}