Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-php/PEAR-Crypt_CHAP
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Crypt_CHAP/ChangeLog,v 1.21 2007/10/22 16:35:01 armin76 Exp $
22 Oct 2007; Raúl Porcel
PEAR-Crypt_CHAP-1.0.1.ebuild:
ia64 stable wrt #192247
05 Oct 2007; Raúl Porcel
PEAR-Crypt_CHAP-1.0.1.ebuild:
alpha/sparc stable wrt #192247
28 Sep 2007; Christoph Mende
PEAR-Crypt_CHAP-1.0.1.ebuild:
Stable on amd64 wrt bug #192247
26 Sep 2007; Brent Baude
Marking PEAR-Crypt_CHAP-1.0.1 ppc64 stable for bug 192247
25 Sep 2007; Lars Weiler
stable ppc, bug #192247
21 Sep 2007; Christian Faulhammer
PEAR-Crypt_CHAP-1.0.1.ebuild:
x86 stable, bug 192247
16 Sep 2007; Jeroen Roovers
Stable for HPPA (bug #192247).
*PEAR-Crypt_CHAP-1.0.1 (17 Aug 2007)
17 Aug 2007; Christian Hoffmann
+PEAR-Crypt_CHAP-1.0.1.ebuild:
version bump wrt bug 158633, thanks to Jakub Moc
14 Jan 2007; Jose Luis Rivero
PEAR-Crypt_CHAP-1.0.0.ebuild:
Stable on alpha wrt #147698
05 Nov 2006; Bryan Østergaard
PEAR-Crypt_CHAP-1.0.0.ebuild:
Add ~alpha keyword.
25 Oct 2006; Steve Dibb
Stable for amd64 (bug #147698)
15 Oct 2006; Jeroen Roovers
Stable for HPPA (bug #147698).
20 Sep 2006; Joshua Jackson
PEAR-Crypt_CHAP-1.0.0.ebuild:
Stable x86; bug #147698
19 Sep 2006; Jason Wever
Stable on SPARC wrt bug #147698.
17 Sep 2006;
Stable on ppc wrt bug 147698
17 Sep 2006; Markus Rothe
PEAR-Crypt_CHAP-1.0.0.ebuild:
Stable on ppc64; bug #147698
27 May 2006; Luca Longinotti
PEAR-Crypt_CHAP-1.0.0.ebuild:
Added to ~amd64. See bug #134270.
25 May 2006; Michael Hanselmann
PEAR-Crypt_CHAP-1.0.0.ebuild:
Added to ~hppa, ~ppc64, ~sparc. See bug #134270.
25 May 2006;
Added ~ppc. bug #134270
03 Mar 2006; Luca Longinotti
PEAR-Crypt_CHAP-1.0.0.ebuild:
Fix wrong USE flag dep.
*PEAR-Crypt_CHAP-1.0.0 (25 Feb 2006)
25 Feb 2006; Sebastian Bergmann
+PEAR-Crypt_CHAP-1.0.0.ebuild:
Initial ebuild.
DIST Crypt_CHAP-1.0.0.tgz 5437 RMD160 98a12aaf0ee1d86ad9fc46ab30da4e05ff1a24e0 SHA1 efbb2ad99e10ecd6acf19410a7d8d140db64aa5d SHA256 998fd48cd2775fe31140f88782dc94d1e19ee3d4bfef979f8b853b82bef33591
DIST Crypt_CHAP-1.0.1.tgz 5537 RMD160 b70f69a10864b5a593da0fa70d1aa3f44a625fd9 SHA1 5c81d8cb0211da7e7b04b75f3271cab7e3cb0b27 SHA256 85930d981a04e0a0f768176a0c6ea5810e096d2531935ac1aa35ff5bd97713f6
EBUILD PEAR-Crypt_CHAP-1.0.0.ebuild 454 RMD160 8502a823a522386ccf89dbb44da54bbe615d8d4c SHA1 abff9316de20408c035f51d6af70aaa1ed52f79c SHA256 03f93cf56cbcf89badaa4aebbaed7415237fb5d257e077c983e9786e33d4bcf8
EBUILD PEAR-Crypt_CHAP-1.0.1.ebuild 654 RMD160 6f1ecc4864d045a3908971f2f58f91cd84464817 SHA1 ecb5fc73aea4823da0e894aa753b7f1cd9403f0d SHA256 03fc27b79f29fa4ebfe564b621af5a37d7eab45a37421652f4fea2e6e44d5395
MISC ChangeLog 2704 RMD160 0661b56fad4a3827eb4cb87d491606fd6051993f SHA1 531783f343b72c93b9c4fbc5f33b80b7d5de85d1 SHA256 cfa662e3a4c46884ad622ba26ddf3e7893a7525ad6de1b3b60caddb69d680e66
MISC metadata.xml 157 RMD160 a98db3a086fae3c09a903dadbc05f60443ec4b1a SHA1 ddaa23cc35eb917bf8962b652442bebb1ce0f440 SHA256 54f8878ca0228e380abbaa4b529806b5533a6b9b51b3b16c0909e906586a91a1
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Crypt_CHAP/PEAR-Crypt_CHAP-1.0.0.ebuild,v 1.16 2008/01/10 10:06:36 vapier Exp $
inherit php-pear-r1 depend.php
DESCRIPTION="Generating CHAP packets"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
IUSE=""
pkg_setup() {
require_php_with_use crypt mhash
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Crypt_CHAP/PEAR-Crypt_CHAP-1.0.1.ebuild,v 1.9 2008/01/10 10:06:36 vapier Exp $
inherit php-pear-r1 depend.php eutils
DESCRIPTION="Generating CHAP packets"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
IUSE=""
pkg_postinst() {
has_php
if ! built_with_use --missing true =${PHP_PKG} crypt mhash ; then
elog "${PN} can optionally use ${PHP_PKG} crypt and mhash features."
elog "If you want those, recompile ${PHP_PKG} with these flags in USE."
fi
}